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