次の方法で共有


VirtualMachineScaleSetPublicIPAddressConfiguration.IpTags プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象