Sdílet prostřednictvím


IServerAutoGenerated.Version Property

Definition

PostgreSQL Server version.

[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="PostgreSQL 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="PostgreSQL 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

Applies to