Uses of Interface
com.azure.resourcemanager.deploymentmanager.models.ServiceUnitResource
Packages that use ServiceUnitResource
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of ServiceUnitResource in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return ServiceUnitResourceModifier and TypeMethodDescriptionServiceUnitResource.Update.apply()Executes the update request.ServiceUnitResource.Update.apply(com.azure.core.util.Context context) Executes the update request.ServiceUnitResource.DefinitionStages.WithCreate.create()Executes the create request.ServiceUnitResource.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.ServiceUnits.get(String resourceGroupName, String serviceTopologyName, String serviceName, String serviceUnitName) Gets the service unit.Gets the service unit.ServiceUnitResource.refresh()Refreshes the resource to sync with Azure.ServiceUnitResource.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.deploymentmanager.models that return types with arguments of type ServiceUnitResourceModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ServiceUnitResource>ServiceUnits.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the service unit.com.azure.core.http.rest.Response<ServiceUnitResource>ServiceUnits.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<ServiceUnitResource>>ServiceUnits.listWithResponse(String resourceGroupName, String serviceTopologyName, String serviceName, com.azure.core.util.Context context) Lists the service units under a service in the service topology.