你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProximityPlacementGroup 类

定义

指定有关邻近放置组的信息。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ProximityPlacementGroup : Microsoft.Azure.Management.Compute.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ProximityPlacementGroup = class
    inherit Resource
Public Class ProximityPlacementGroup
Inherits Resource
继承
ProximityPlacementGroup
属性

构造函数

ProximityPlacementGroup()

初始化 ProximityPlacementGroup 类的新实例。

ProximityPlacementGroup(String, String, String, String, IDictionary<String, String>, String, IList<SubResourceWithColocationStatus>, IList<SubResourceWithColocationStatus>, IList<SubResourceWithColocationStatus>, InstanceViewStatus, ProximityPlacementGroupPropertiesIntent, IList<String>)

初始化 ProximityPlacementGroup 类的新实例。

属性

AvailabilitySets

获取对邻近放置组中所有可用性集的引用列表。

ColocationStatus

获取或设置描述邻近放置组的共置状态。

Id

获取资源 ID

(继承自 Resource)
Intent

获取或设置指定邻近放置组的用户意向。

Location

获取或设置资源位置

(继承自 Resource)
Name

获取资源名称

(继承自 Resource)
ProximityPlacementGroupType

获取或设置指定邻近放置组的类型。 可能的值为: 标准 :在 Azure 区域或可用性区域中共定位资源。 超级 :供将来使用。 可能的值包括:“Standard”、“Ultra”

Tags

获取或设置资源标记

(继承自 Resource)
Type

获取资源类型

(继承自 Resource)
VirtualMachines

获取对邻近放置组中所有虚拟机的引用列表。

VirtualMachineScaleSets

获取对邻近放置组中所有虚拟机规模集的引用列表。

Zones

获取或设置指定可在其中创建与邻近放置组关联的虚拟机、虚拟机规模集或可用性集的可用性区域。

方法

Validate()

验证 对象。

适用于