次の方法で共有


AzureWorkloadRestoreRequest.PropertyBag プロパティ

定義

ワークロード固有のプロパティ バッグを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象