Uses of Class
com.microsoft.azure.management.sql.ReadOnlyEndpointFailoverPolicy
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ReadOnlyEndpointFailoverPolicy in com.microsoft.azure.management.sql
Modifier and TypeFieldDescriptionstatic final ReadOnlyEndpointFailoverPolicy
ReadOnlyEndpointFailoverPolicy.DISABLED
Static value Disabled for ReadOnlyEndpointFailoverPolicy.static final ReadOnlyEndpointFailoverPolicy
ReadOnlyEndpointFailoverPolicy.ENABLED
Static value Enabled for ReadOnlyEndpointFailoverPolicy.Modifier 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()
Modifier 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.