UpdateAzPostgreSqlFlexibleServer_UpdateViaIdentity.Parameter Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Represents a server to be updated.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerForUpdate) }, ReadOnly=false, Required=true, SerializedName="parameters")]
[System.Management.Automation.Parameter(HelpMessage="Represents a server to be updated.", Mandatory=true, ValueFromPipeline=true)]
public Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerForUpdate Parameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Represents a server to be updated.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerForUpdate) }, ReadOnly=false, Required=true, SerializedName="parameters")>]
[<System.Management.Automation.Parameter(HelpMessage="Represents a server to be updated.", Mandatory=true, ValueFromPipeline=true)>]
member this.Parameter : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerForUpdate with get, set
Public Property Parameter As IServerForUpdate

Property Value

IServerForUpdate
Attributes

Applies to