次の方法で共有


VolumeContainer.OwnerShipStatus プロパティ

定義

ボリューム コンテナーの所有者の出荷状態を取得します。 状態が "NotOwned" の場合にのみ、ボリューム コンテナーに対する削除操作が許可されます。 使用できる値は、'Owned'、'NotOwned' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.ownerShipStatus")]
public Microsoft.Azure.Management.StorSimple8000Series.Models.OwnerShipStatus? OwnerShipStatus { get; protected set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ownerShipStatus")>]
member this.OwnerShipStatus : Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.OwnerShipStatus> with get, set
Public Property OwnerShipStatus As Nullable(Of OwnerShipStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象