次の方法で共有


PublicIPAddress.IpTags プロパティ

定義

パブリック IP アドレスに関連付けられているタグの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.ipTags")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IpTag> IpTags { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ipTags")>]
member this.IpTags : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IpTag> with get, set
Public Property IpTags As IList(Of IpTag)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象