ReservationMergeProperties.MergeSources Property

Definition

Gets or sets resource Ids of the Source Reservation's merged to form this Reservation. Format of the resource Id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}

[Newtonsoft.Json.JsonProperty(PropertyName="mergeSources")]
public System.Collections.Generic.IList<string> MergeSources { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mergeSources")>]
member this.MergeSources : System.Collections.Generic.IList<string> with get, set
Public Property MergeSources As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to