ManagedClusterAgentPoolProfileProperties.CapacityReservationGroupId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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="capacityReservationGroupID")]
public string CapacityReservationGroupId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="capacityReservationGroupID")>]
member this.CapacityReservationGroupId : string with get, set
Public Property CapacityReservationGroupId As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute