NewAzPostgreSqlFlexibleServerDatabase_Create.Parameter 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.
[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Represents a Database.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseAutoGenerated) }, ReadOnly=false, Required=true, SerializedName="parameters")]
[System.Management.Automation.Parameter(HelpMessage="Represents a Database.", Mandatory=true, ValueFromPipeline=true)]
public Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseAutoGenerated Parameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Represents a Database.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseAutoGenerated) }, ReadOnly=false, Required=true, SerializedName="parameters")>]
[<System.Management.Automation.Parameter(HelpMessage="Represents a Database.", Mandatory=true, ValueFromPipeline=true)>]
member this.Parameter : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IDatabaseAutoGenerated with get, set
Public Property Parameter As IDatabaseAutoGenerated
Property Value
- Attributes