次の方法で共有


ReservationSplitProperties.SplitDestinations プロパティ

定義

分割のために作成されるターゲット リソース ID の一覧を取得または設定します。 リソース ID の形式は /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} です

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象