Get-AzBatchSupportedVirtualMachineSku
取得指定位置可用的 Batch 支援的虛擬機器 VM 大小清單。
語法
Get-AzBatchSupportedVirtualMachineSku
[-Location] <String>
[[-MaxResultCount] <Int32>]
[[-Filter] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
取得指定位置可用的 Batch 支援的虛擬機器 VM 大小清單。
範例
範例 1 取得區域支援的 SKU
Get-AzBatchSupportedVirtualMachineSku eastus
Name FamilyName Capabilities
---- ---------- ------------
Basic_A1 basicAFamily {MaxResourceVolumeMB, OSVhdSizeMB, vCPUs, MemoryPreservingMaintenanceSupporte...
Basic_A2 basicAFamily {MaxResourceVolumeMB, OSVhdSizeMB, vCPUs, MemoryPreservingMaintenanceSupporte...
Basic_A3 basicAFamily {MaxResourceVolumeMB, OSVhdSizeMB, vCPUs, MemoryPreservingMaintenanceSupporte...
...
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Filter
OData 篩選表達式。 篩選的有效屬性為 「familyName」。
類型: | String |
Position: | 2 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Location
要從中取得支援 SKU 的區域。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-MaxResultCount
回應中要傳回的項目數目上限。
類型: | Nullable<T>[Int32] |
Position: | 1 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
輸入
Nullable<T>[[System.Int32, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]