次の方法で共有


ReservationMergeProperties.MergeSources プロパティ

定義

この予約を形成するためにマージされたソース予約のリソース ID を取得または設定します。 リソース ID の形式は /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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象