Uses of Class
com.microsoft.azure.management.sql.ReadOnlyEndpointFailoverPolicy
Packages that use ReadOnlyEndpointFailoverPolicy
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ReadOnlyEndpointFailoverPolicy in com.microsoft.azure.management.sql
Fields in com.microsoft.azure.management.sql declared as ReadOnlyEndpointFailoverPolicyModifier and TypeFieldDescriptionstatic final ReadOnlyEndpointFailoverPolicy
ReadOnlyEndpointFailoverPolicy.DISABLED
Static value Disabled for ReadOnlyEndpointFailoverPolicy.static final ReadOnlyEndpointFailoverPolicy
ReadOnlyEndpointFailoverPolicy.ENABLED
Static value Enabled for ReadOnlyEndpointFailoverPolicy.Methods in com.microsoft.azure.management.sql that return ReadOnlyEndpointFailoverPolicyModifier and TypeMethodDescriptionFailoverGroupReadOnlyEndpoint.failoverPolicy()
Get failover policy of the read-only endpoint for the failover group.InstanceFailoverGroupReadOnlyEndpoint.failoverPolicy()
Get failover policy of the read-only endpoint for the failover group.ReadOnlyEndpointFailoverPolicy.fromString
(String name) Creates or finds a ReadOnlyEndpointFailoverPolicy from its string representation.SqlFailoverGroup.readOnlyEndpointPolicy()
Methods in com.microsoft.azure.management.sql that return types with arguments of type ReadOnlyEndpointFailoverPolicyMethods in com.microsoft.azure.management.sql with parameters of type ReadOnlyEndpointFailoverPolicyModifier and TypeMethodDescriptionFailoverGroupReadOnlyEndpoint.withFailoverPolicy
(ReadOnlyEndpointFailoverPolicy failoverPolicy) Set failover policy of the read-only endpoint for the failover group.InstanceFailoverGroupReadOnlyEndpoint.withFailoverPolicy
(ReadOnlyEndpointFailoverPolicy failoverPolicy) Set failover policy of the read-only endpoint for the failover group.