次の方法で共有


IpAllocation.AllocationTags プロパティ

定義

ipAllocation タグを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象