IServerUpdateParametersProperties.Version 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 version of a server.
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="The version of a server.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion) }, ReadOnly=false, Required=false, SerializedName="version")]
public Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion? Version { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="The version of a server.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion) }, ReadOnly=false, Required=false, SerializedName="version")>]
member this.Version : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerVersion> with get, set
Public Property Version As Nullable(Of ServerVersion)
Property Value
- Attributes