InstanceFailoverGroupReadOnlyEndpoint Class
- java.
lang. Object - com.
microsoft. azure. management. sql. InstanceFailoverGroupReadOnlyEndpoint
- com.
public class InstanceFailoverGroupReadOnlyEndpoint
Read-only endpoint of the failover group instance.
Method Summary
Modifier and Type | Method and Description |
---|---|
Read |
failoverPolicy()
Get failover policy of the read-only endpoint for the failover group. Possible values include: 'Disabled', 'Enabled'. |
Instance |
withFailoverPolicy(ReadOnlyEndpointFailoverPolicy failoverPolicy)
Set failover policy of the read-only endpoint for the failover group. Possible values include: 'Disabled', 'Enabled'. |
Method Details
failoverPolicy
public ReadOnlyEndpointFailoverPolicy failoverPolicy()
Get failover policy of the read-only endpoint for the failover group. Possible values include: 'Disabled', 'Enabled'.
Returns:
withFailoverPolicy
public InstanceFailoverGroupReadOnlyEndpoint withFailoverPolicy(ReadOnlyEndpointFailoverPolicy failoverPolicy)
Set failover policy of the read-only endpoint for the failover group. Possible values include: 'Disabled', 'Enabled'.
Parameters:
Returns:
Applies to
Azure SDK for Java