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

CapacityReservationProfile 构造函数

定义

重载

CapacityReservationProfile()

初始化 CapacityReservationProfile 类的新实例。

CapacityReservationProfile(SubResource)

初始化 CapacityReservationProfile 类的新实例。

CapacityReservationProfile()

初始化 CapacityReservationProfile 类的新实例。

public CapacityReservationProfile ();
Public Sub New ()

适用于

CapacityReservationProfile(SubResource)

初始化 CapacityReservationProfile 类的新实例。

public CapacityReservationProfile (Microsoft.Azure.Management.Compute.Models.SubResource capacityReservationGroup = default);
new Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile : Microsoft.Azure.Management.Compute.Models.SubResource -> Microsoft.Azure.Management.Compute.Models.CapacityReservationProfile
Public Sub New (Optional capacityReservationGroup As SubResource = Nothing)

参数

capacityReservationGroup
SubResource

指定容量预留组资源 ID,该 ID 用于分配虚拟机或规模集 VM 实例,前提是已预留足够的容量。 有关更多详细信息,请参阅 https://aka.ms/CapacityReservation

适用于