IAvailabilityGroupListener.CreateDefaultAvailabilityGroupIfNotExist Property
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.
Create a default availability group if it does not exist.
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="Create a default availability group if it does not exist.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="createDefaultAvailabilityGroupIfNotExist")]
public bool? CreateDefaultAvailabilityGroupIfNotExist { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="Create a default availability group if it does not exist.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="createDefaultAvailabilityGroupIfNotExist")>]
member this.CreateDefaultAvailabilityGroupIfNotExist : Nullable<bool> with get, set
Public Property CreateDefaultAvailabilityGroupIfNotExist As Nullable(Of Boolean)
Property Value
- Attributes