Uses of Class
com.azure.resourcemanager.sql.fluent.models.FailoverGroupUpdateProperties
Packages that use FailoverGroupUpdateProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of FailoverGroupUpdateProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type FailoverGroupUpdatePropertiesModifier and TypeClassDescriptionfinal classProperties of a failover group update.Methods in com.azure.resourcemanager.sql.fluent.models that return FailoverGroupUpdatePropertiesModifier and TypeMethodDescriptionFailoverGroupUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FailoverGroupUpdateProperties from the JsonReader.FailoverGroupUpdateProperties.withDatabases(List<String> databases) Set the databases property: List of databases in the failover group.FailoverGroupUpdateProperties.withReadOnlyEndpoint(FailoverGroupReadOnlyEndpoint readOnlyEndpoint) Set the readOnlyEndpoint property: Read-only endpoint of the failover group instance.FailoverGroupUpdateProperties.withReadWriteEndpoint(FailoverGroupReadWriteEndpoint readWriteEndpoint) Set the readWriteEndpoint property: Read-write endpoint of the failover group instance.