你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzVMwareVirtualMachine
获取 VirtualMachine
语法
Get-AzVMwareVirtualMachine
-ClusterName <String>
-PrivateCloudName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzVMwareVirtualMachine
-ClusterName <String>
-Id <String>
-PrivateCloudInputObject <IVMwareIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzVMwareVirtualMachine
-ClusterName <String>
-Id <String>
-PrivateCloudName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzVMwareVirtualMachine
-Id <String>
-ClusterInputObject <IVMwareIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzVMwareVirtualMachine
-InputObject <IVMwareIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
说明
获取 VirtualMachine
示例
示例 1:列出私有云群集中的虚拟机
Get-AzVMwareVirtualMachine -ClusterName cluster1 -PrivateCloudName cloud1 -ResourceGroupName group1
Name ResourceGroupName
---- -----------------
vm-209 group1
vm-128 group1
列出私有云群集中的虚拟机
示例 2:在私有云群集中按 ID 获取虚拟机
Get-AzVMwareVirtualMachine -Id vm-209 -ClusterName cluster1 -PrivateCloudName cloud1 -ResourceGroupName group1
Name ResourceGroupName
---- -----------------
vm-209 group1
在私有云群集中按 ID 获取虚拟机
参数
-ClusterInputObject
标识参数
类型: | IVMwareIdentity |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ClusterName
群集的名称
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
DefaultProfile 参数不起作用。 如果对其他订阅执行 cmdlet,请使用 SubscriptionId 参数。
类型: | PSObject |
别名: | AzureRMContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Id
虚拟机的 ID。
类型: | String |
别名: | VirtualMachineId |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-InputObject
标识参数
类型: | IVMwareIdentity |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-PrivateCloudInputObject
标识参数
类型: | IVMwareIdentity |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-PrivateCloudName
私有云的名称
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
资源组的名称。 名称不区分大小写。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-SubscriptionId
目标订阅的 ID。 该值必须是 UUID。
类型: | String[] |
Position: | Named |
默认值: | (Get-AzContext).Subscription.Id |
必需: | False |
接受管道输入: | False |
接受通配符: | False |