Class FailoverGroupReadOnlyEndpoint

java.lang.Object
com.microsoft.azure.management.sql.FailoverGroupReadOnlyEndpoint

public class FailoverGroupReadOnlyEndpoint extends Object
Read-only endpoint of the failover group instance.
  • Constructor Details

    • FailoverGroupReadOnlyEndpoint

      public FailoverGroupReadOnlyEndpoint()
  • Method Details

    • failoverPolicy

      public ReadOnlyEndpointFailoverPolicy failoverPolicy()
      Get failover policy of the read-only endpoint for the failover group. Possible values include: 'Disabled', 'Enabled'.
      Returns:
      the failoverPolicy value
    • withFailoverPolicy

      public FailoverGroupReadOnlyEndpoint withFailoverPolicy(ReadOnlyEndpointFailoverPolicy failoverPolicy)
      Set failover policy of the read-only endpoint for the failover group. Possible values include: 'Disabled', 'Enabled'.
      Parameters:
      failoverPolicy - the failoverPolicy value to set
      Returns:
      the FailoverGroupReadOnlyEndpoint object itself.