次の方法で共有


AvailableProviderOperation.Name プロパティ

定義

特定のオブジェクトに対して実行される操作の名前を取得または設定します。 名前の形式: "{resourceProviderNamespace}/{resourceType}/{read|write|delete|action}" 例: Microsoft.StorSimple/managers/devices/volumeContainers/read,Microsoft.StorSimple/managers/devices/alerts/clearAlerts/action

[Newtonsoft.Json.JsonProperty(PropertyName="name")]
public string Name { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="name")>]
member this.Name : string with get, set
Public Property Name As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象