Uses of Class
com.azure.resourcemanager.sql.models.FailoverGroupUpdate
Packages that use FailoverGroupUpdate
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of FailoverGroupUpdate in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type FailoverGroupUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FailoverGroupInner>, FailoverGroupInner> FailoverGroupsClient.beginUpdate(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupUpdate parameters) Updates a failover group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FailoverGroupInner>, FailoverGroupInner> FailoverGroupsClient.beginUpdate(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupUpdate parameters, com.azure.core.util.Context context) Updates a failover group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FailoverGroupInner>, FailoverGroupInner> FailoverGroupsClient.beginUpdateAsync(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupUpdate parameters) Updates a failover group.FailoverGroupsClient.update(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupUpdate parameters) Updates a failover group.FailoverGroupsClient.update(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupUpdate parameters, com.azure.core.util.Context context) Updates a failover group.FailoverGroupsClient.updateAsync(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupUpdate parameters) Updates a failover group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> FailoverGroupsClient.updateWithResponseAsync(String resourceGroupName, String serverName, String failoverGroupName, FailoverGroupUpdate parameters) Updates a failover group. -
Uses of FailoverGroupUpdate in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type FailoverGroupUpdateModifier and TypeClassDescriptionfinal classA failover group update request.Methods in com.azure.resourcemanager.sql.models that return FailoverGroupUpdateModifier and TypeMethodDescriptionstatic FailoverGroupUpdateFailoverGroupUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FailoverGroupUpdate from the JsonReader.FailoverGroupUpdate.withDatabases(List<String> databases) Set the databases property: List of databases in the failover group.FailoverGroupUpdate.withReadOnlyEndpoint(FailoverGroupReadOnlyEndpoint readOnlyEndpoint) Set the readOnlyEndpoint property: Read-only endpoint of the failover group instance.FailoverGroupUpdate.withReadWriteEndpoint(FailoverGroupReadWriteEndpoint readWriteEndpoint) Set the readWriteEndpoint property: Read-write endpoint of the failover group instance.Set the tags property: Resource tags.