UpdateAzPostgreSqlServer_UpdateViaIdentityExpanded.SkuSize 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.Category(new Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="The size code, to be interpreted by resource as appropriate.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="size")]
[System.Management.Automation.Parameter(HelpMessage="The size code, to be interpreted by resource as appropriate.", Mandatory=false)]
public string SkuSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Category(new Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="The size code, to be interpreted by resource as appropriate.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="size")>]
[<System.Management.Automation.Parameter(HelpMessage="The size code, to be interpreted by resource as appropriate.", Mandatory=false)>]
member this.SkuSize : string with get, set
Public Property SkuSize As String
Property Value
- Attributes