IServerForCreate.CreateMode Property

Definition

The mode to create a new server.

[Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="The mode to create a new server.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.CreateMode) }, ReadOnly=false, Required=true, SerializedName="createMode")]
public Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.CreateMode CreateMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="The mode to create a new server.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.CreateMode) }, ReadOnly=false, Required=true, SerializedName="createMode")>]
member this.CreateMode : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.CreateMode with get, set
Public Property CreateMode As CreateMode

Property Value

Attributes

Applies to