次の方法で共有


FailoverRequest.VolumeContainers プロパティ

定義

ターゲット デバイスにフェールオーバーする必要があるボリューム コンテナーのパス ID の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象