Uses of Interface
com.azure.resourcemanager.deploymentmanager.models.ServiceResource
Packages that use ServiceResource
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of ServiceResource in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return ServiceResourceModifier and TypeMethodDescriptionServiceResource.Update.apply()Executes the update request.ServiceResource.Update.apply(com.azure.core.util.Context context) Executes the update request.ServiceResource.DefinitionStages.WithCreate.create()Executes the create request.ServiceResource.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets the service.Gets the service.ServiceResource.refresh()Refreshes the resource to sync with Azure.ServiceResource.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 ServiceResourceModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ServiceResource>Services.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the service.com.azure.core.http.rest.Response<ServiceResource>Services.getWithResponse(String resourceGroupName, String serviceTopologyName, String serviceName, com.azure.core.util.Context context) Gets the service.Lists the services in the service topology.com.azure.core.http.rest.Response<List<ServiceResource>>Services.listWithResponse(String resourceGroupName, String serviceTopologyName, com.azure.core.util.Context context) Lists the services in the service topology.