你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzCloudServiceOSFamily
获取可在云服务的 XML 服务配置 (.cscfg) 中指定的来宾操作系统系列的属性。
语法
Get-AzCloudServiceOSFamily
-Location <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCloudServiceOSFamily
-Location <String>
-OSFamilyName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCloudServiceOSFamily
-InputObject <ICloudServiceIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
说明
获取可在云服务的 XML 服务配置 (.cscfg) 中指定的来宾操作系统系列的属性。
示例
示例 1:获取某个位置中的所有 OS 系列
Get-AzCloudServiceOSFamily -location 'westus2'
Name Label
---- -----
5 Windows Server 2016
4 Windows Server 2012 R2
6 Windows Server 2019
3 Windows Server 2012
2 Windows Server 2008 R2
此命令获取 location westus2 中的所有 OS 系列
示例 2:获取 OS 系列
Get-AzCloudServiceOSFamily -location 'westus2' -OSFamilyName 5
Name Label
---- -----
5 Windows Server 2016
此命令获取位于 westus2 中的 OS 系列 5。
参数
-DefaultProfile
DefaultProfile 参数不起作用。 如果对其他订阅执行 cmdlet,请使用 SubscriptionId 参数。
类型: | PSObject |
别名: | AzureRMContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-InputObject
要构造的标识参数,请参阅 INPUTOBJECT 属性的 NOTES 部分并创建哈希表。
类型: | ICloudServiceIdentity |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Location
OS 系列所涉及的位置的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-OSFamilyName
OS 系列的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-SubscriptionId
唯一标识 azure 订阅Microsoft的订阅凭据。 订阅 ID 构成了每个服务调用的 URI 的一部分。
类型: | String[] |
Position: | Named |
默认值: | (Get-AzContext).Subscription.Id |
必需: | False |
接受管道输入: | False |
接受通配符: | False |