Uses of Class
com.azure.resourcemanager.deploymentmanager.fluent.models.ServiceUnitResourceInner
Packages that use ServiceUnitResourceInner
Package
Description
Package containing the service clients for AzureDeploymentManager.
Package containing the inner data models for AzureDeploymentManager.
Package containing the data models for AzureDeploymentManager.
-
Uses of ServiceUnitResourceInner in com.azure.resourcemanager.deploymentmanager.fluent
Methods in com.azure.resourcemanager.deploymentmanager.fluent that return ServiceUnitResourceInnerModifier and TypeMethodDescriptionServiceUnitsClient.createOrUpdate(String resourceGroupName, String serviceTopologyName, String serviceName, String serviceUnitName, ServiceUnitResourceInner serviceUnitInfo) Creates or updates a service unit under the service in the service topology.ServiceUnitsClient.createOrUpdate(String resourceGroupName, String serviceTopologyName, String serviceName, String serviceUnitName, ServiceUnitResourceInner serviceUnitInfo, com.azure.core.util.Context context) Creates or updates a service unit under the service in the service topology.ServiceUnitsClient.get(String resourceGroupName, String serviceTopologyName, String serviceName, String serviceUnitName) Gets the service unit.Methods in com.azure.resourcemanager.deploymentmanager.fluent that return types with arguments of type ServiceUnitResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceUnitResourceInner>,ServiceUnitResourceInner> ServiceUnitsClient.beginCreateOrUpdate(String resourceGroupName, String serviceTopologyName, String serviceName, String serviceUnitName, ServiceUnitResourceInner serviceUnitInfo) Creates or updates a service unit under the service in the service topology.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceUnitResourceInner>,ServiceUnitResourceInner> ServiceUnitsClient.beginCreateOrUpdate(String resourceGroupName, String serviceTopologyName, String serviceName, String serviceUnitName, ServiceUnitResourceInner serviceUnitInfo) Creates or updates a service unit under the service in the service topology.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceUnitResourceInner>,ServiceUnitResourceInner> ServiceUnitsClient.beginCreateOrUpdate(String resourceGroupName, String serviceTopologyName, String serviceName, String serviceUnitName, ServiceUnitResourceInner serviceUnitInfo, com.azure.core.util.Context context) Creates or updates a service unit under the service in the service topology.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceUnitResourceInner>,ServiceUnitResourceInner> ServiceUnitsClient.beginCreateOrUpdate(String resourceGroupName, String serviceTopologyName, String serviceName, String serviceUnitName, ServiceUnitResourceInner serviceUnitInfo, com.azure.core.util.Context context) Creates or updates a service unit under the service in the service topology.com.azure.core.http.rest.Response<ServiceUnitResourceInner>ServiceUnitsClient.getWithResponse(String resourceGroupName, String serviceTopologyName, String serviceName, String serviceUnitName, com.azure.core.util.Context context) Gets the service unit.Lists the service units under a service in the service topology.com.azure.core.http.rest.Response<List<ServiceUnitResourceInner>>ServiceUnitsClient.listWithResponse(String resourceGroupName, String serviceTopologyName, String serviceName, com.azure.core.util.Context context) Lists the service units under a service in the service topology.Methods in com.azure.resourcemanager.deploymentmanager.fluent with parameters of type ServiceUnitResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceUnitResourceInner>,ServiceUnitResourceInner> ServiceUnitsClient.beginCreateOrUpdate(String resourceGroupName, String serviceTopologyName, String serviceName, String serviceUnitName, ServiceUnitResourceInner serviceUnitInfo) Creates or updates a service unit under the service in the service topology.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServiceUnitResourceInner>,ServiceUnitResourceInner> ServiceUnitsClient.beginCreateOrUpdate(String resourceGroupName, String serviceTopologyName, String serviceName, String serviceUnitName, ServiceUnitResourceInner serviceUnitInfo, com.azure.core.util.Context context) Creates or updates a service unit under the service in the service topology.ServiceUnitsClient.createOrUpdate(String resourceGroupName, String serviceTopologyName, String serviceName, String serviceUnitName, ServiceUnitResourceInner serviceUnitInfo) Creates or updates a service unit under the service in the service topology.ServiceUnitsClient.createOrUpdate(String resourceGroupName, String serviceTopologyName, String serviceName, String serviceUnitName, ServiceUnitResourceInner serviceUnitInfo, com.azure.core.util.Context context) Creates or updates a service unit under the service in the service topology. -
Uses of ServiceUnitResourceInner in com.azure.resourcemanager.deploymentmanager.fluent.models
Methods in com.azure.resourcemanager.deploymentmanager.fluent.models that return ServiceUnitResourceInnerModifier and TypeMethodDescriptionServiceUnitResourceInner.withArtifacts(ServiceUnitArtifacts artifacts) Set the artifacts property: The artifacts for the service unit.ServiceUnitResourceInner.withDeploymentMode(DeploymentMode deploymentMode) Set the deploymentMode property: Describes the type of ARM deployment to be performed on the resource.ServiceUnitResourceInner.withLocation(String location) ServiceUnitResourceInner.withTargetResourceGroup(String targetResourceGroup) Set the targetResourceGroup property: The Azure Resource Group to which the resources in the service unit belong to or should be deployed to. -
Uses of ServiceUnitResourceInner in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return ServiceUnitResourceInnerModifier and TypeMethodDescriptionServiceUnitResource.innerModel()Gets the inner com.azure.resourcemanager.deploymentmanager.fluent.models.ServiceUnitResourceInner object.