次の方法で共有


PrepareDataMoveRequest.SourceContainerArmIds プロパティ

定義

ソース Container ArmIds を取得または設定します。これは、DataMoveLevel が container に設定されている場合にのみ設定する必要があります

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象