PrepareDataMoveRequest.SourceContainerArmIds Property

Definition

Gets or sets source Container ArmIds This needs to be populated only if DataMoveLevel is set to 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to