Udostępnij przez


DistributedAvailabilityGroupsFailoverContent(SqlServerFailoverType) Constructor

Definition

Initializes a new instance of DistributedAvailabilityGroupsFailoverContent.

public DistributedAvailabilityGroupsFailoverContent(Azure.ResourceManager.Sql.Models.SqlServerFailoverType failoverType);
new Azure.ResourceManager.Sql.Models.DistributedAvailabilityGroupsFailoverContent : Azure.ResourceManager.Sql.Models.SqlServerFailoverType -> Azure.ResourceManager.Sql.Models.DistributedAvailabilityGroupsFailoverContent
Public Sub New (failoverType As SqlServerFailoverType)

Parameters

failoverType
SqlServerFailoverType

The failover type, can be ForcedAllowDataLoss or Planned.

Applies to