DistributedAvailabilityGroupsFailoverContent(SqlServerFailoverType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.