Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceUpdate
Packages that use CloudServiceUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of CloudServiceUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type CloudServiceUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CloudServiceInner>,CloudServiceInner> CloudServicesClient.beginUpdate(String resourceGroupName, String cloudServiceName, CloudServiceUpdate parameters, com.azure.core.util.Context context) Update a cloud service.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CloudServiceInner>,CloudServiceInner> CloudServicesClient.beginUpdateAsync(String resourceGroupName, String cloudServiceName, CloudServiceUpdate parameters) Update a cloud service.CloudServicesClient.update(String resourceGroupName, String cloudServiceName, CloudServiceUpdate parameters, com.azure.core.util.Context context) Update a cloud service.CloudServicesClient.updateAsync(String resourceGroupName, String cloudServiceName, CloudServiceUpdate parameters) Update a cloud service.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>CloudServicesClient.updateWithResponseAsync(String resourceGroupName, String cloudServiceName, CloudServiceUpdate parameters) Update a cloud service. -
Uses of CloudServiceUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CloudServiceUpdateModifier and TypeMethodDescriptionSet the tags property: Resource tags.