共用方式為


Get-AzWvdScalingPlan

取得調整方案。

語法

Get-AzWvdScalingPlan
   [-SubscriptionId <String[]>]
   [-InitialSkip <Int32>]
   [-IsDescending]
   [-PageSize <Int32>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzWvdScalingPlan
   -Name <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzWvdScalingPlan
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   -HostPoolName <String>
   [-InitialSkip <Int32>]
   [-IsDescending]
   [-PageSize <Int32>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzWvdScalingPlan
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-InitialSkip <Int32>]
   [-IsDescending]
   [-PageSize <Int32>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzWvdScalingPlan
   -InputObject <IDesktopVirtualizationIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

取得調整方案。

範例

範例 1:依名稱取得 Windows 虛擬桌面調整方案

Get-AzWvdScalingPlan -ResourceGroupName ResourceGroupName -Name scalingPlan1

Location      Name             Type
--------      ----             ----
westcentralus scalingPlan1     Microsoft.DesktopVirtualization/scalingplans

此命令會取得資源群組中的 Windows 虛擬桌面調整方案。

範例 2:列出 Windows 虛擬桌面調整方案

Get-AzWvdScalingPlan -ResourceGroupName ResourceGroupName

Location      Name             Type
--------      ----             ----
westcentralus scalingPlan1     Microsoft.DesktopVirtualization/scalingplans
westcentralus scalingPlan2     Microsoft.DesktopVirtualization/scalingplans

此命令會列出資源群組中的所有 Windows 虛擬桌面調整方案。

參數

-DefaultProfile

DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。

類型:PSObject
別名:AzureRMContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-HostPoolName

指定資源群組內的主機集區名稱

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-InitialSkip

要略過的專案初始數目。

類型:Int32
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-InputObject

Identity 參數

類型:IDesktopVirtualizationIdentity
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-IsDescending

指出集合是否遞減。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Name

調整計劃的名稱。

類型:String
別名:ScalingPlanName
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-PageSize

每頁的項目數。

類型:Int32
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ResourceGroupName

資源群組的名稱。 名稱不區分大小寫。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-SubscriptionId

目標訂用帳戶的標識碼。 此值必須是 UUID。

類型:String[]
Position:Named
預設值:(Get-AzContext).Subscription.Id
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

IDesktopVirtualizationIdentity

輸出

IScalingPlan