IServerForCreate.Version Property

Definition

Server version.

[Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="Server version.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.ServerVersion) }, ReadOnly=false, Required=false, SerializedName="version")]
public Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.ServerVersion? Version { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="Server version.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.ServerVersion) }, ReadOnly=false, Required=false, SerializedName="version")>]
member this.Version : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Support.ServerVersion> with get, set
Public Property Version As Nullable(Of ServerVersion)

Property Value

Attributes

Applies to