你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzVMwareVMPlacementPolicyPropertiesObject
为 VMPlacementPolicyProperties 创建内存中对象。
语法
New-AzVMwareVMPlacementPolicyPropertiesObject
-AffinityType <String>
-VMMember <String[]>
-Type <String>
[-DisplayName <String>]
[-State <String>]
[<CommonParameters>]
说明
为 VMPlacementPolicyProperties 创建内存中对象。
示例
示例 1:为 VMPlacementPolicyProperties 创建内存中对象。
New-AzVMwareVMPlacementPolicyPropertiesObject -AffinityType 'Affinity' -Type 'VmVm' -VMMember @{"test"="test"}
AffinityType : Affinity
DisplayName :
ProvisioningState :
State :
Type : VmVm
VMMember : {System.Collections.Hashtable}
为 VMPlacementPolicyProperties 创建内存中对象。
参数
-AffinityType
放置策略相关性类型。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DisplayName
放置策略的显示名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-State
是启用或禁用放置策略。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Type
放置策略类型。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-VMMember
虚拟机成员列表。
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |