Uses of Class
com.azure.resourcemanager.sql.models.InstancePoolUpdate
Packages that use InstancePoolUpdate
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of InstancePoolUpdate in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type InstancePoolUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstancePoolInner>,InstancePoolInner> InstancePoolsClient.beginUpdate(String resourceGroupName, String instancePoolName, InstancePoolUpdate parameters) Updates an instance pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InstancePoolInner>,InstancePoolInner> InstancePoolsClient.beginUpdate(String resourceGroupName, String instancePoolName, InstancePoolUpdate parameters, com.azure.core.util.Context context) Updates an instance pool.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<InstancePoolInner>,InstancePoolInner> InstancePoolsClient.beginUpdateAsync(String resourceGroupName, String instancePoolName, InstancePoolUpdate parameters) Updates an instance pool.InstancePoolsClient.update(String resourceGroupName, String instancePoolName, InstancePoolUpdate parameters) Updates an instance pool.InstancePoolsClient.update(String resourceGroupName, String instancePoolName, InstancePoolUpdate parameters, com.azure.core.util.Context context) Updates an instance pool.InstancePoolsClient.updateAsync(String resourceGroupName, String instancePoolName, InstancePoolUpdate parameters) Updates an instance pool.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>InstancePoolsClient.updateWithResponseAsync(String resourceGroupName, String instancePoolName, InstancePoolUpdate parameters) Updates an instance pool. -
Uses of InstancePoolUpdate in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return InstancePoolUpdateModifier and TypeMethodDescriptionSet the tags property: Resource tags.