AgentPool.CapacityReservationGroupId Property

Definition

Gets or sets the fully qualified resource ID of the Capacity Reservation Group to provide virtual machines from a reserved group of Virtual Machines. This is of the form: '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Compute/capacityreservationgroups/{capacityReservationGroupName}' Customers use it to create an agentpool with a specified CRG. For more information see Capacity Reservation

[Newtonsoft.Json.JsonProperty(PropertyName="properties.capacityReservationGroupID")]
public string CapacityReservationGroupId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.capacityReservationGroupID")>]
member this.CapacityReservationGroupId : string with get, set
Public Property CapacityReservationGroupId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to