NewAzWvdHostPool_CreateExpanded.SkuTier 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.DesktopVirtualization.Category(new Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier) }, ReadOnly=false, Required=false, SerializedName="tier")]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier))]
[System.Management.Automation.Parameter(HelpMessage="This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier SkuTier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Category(new Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier) }, ReadOnly=false, Required=false, SerializedName="tier")>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier))>]
[<System.Management.Automation.Parameter(HelpMessage="This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.", Mandatory=false)>]
member this.SkuTier : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier with get, set
Public Property SkuTier As SkuTier
Property Value
- Attributes