VirtualMachineScaleSetPublicIPAddressConfiguration.IpTags Property

Definition

Gets or sets the list of IP tags associated with the public IP address.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to