IServer.CreateMode 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.
The mode to create a new MySQL server.
[Microsoft.Azure.PowerShell.Cmdlets.MySql.PSArgumentCompleter(new System.String[] { "Default", "PointInTimeRestore", "Replica", "GeoRestore" })]
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=true, Description="The mode to create a new MySQL server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=false, ReadOnly=false, Required=false, SerializedName="createMode", Update=false)]
public string CreateMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.PSArgumentCompleter(new System.String[] { "Default", "PointInTimeRestore", "Replica", "GeoRestore" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=true, Description="The mode to create a new MySQL server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=false, ReadOnly=false, Required=false, SerializedName="createMode", Update=false)>]
member this.CreateMode : string with get, set
Public Property CreateMode As String
Property Value
- Attributes