IPublicIPAddressPropertiesFormat.IPTag Property

Definition

The list of tags associated with the public IP address.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The list of tags associated with the public IP address.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPTag) }, ReadOnly=false, Required=false, SerializedName="ipTags")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPTag[] IPTag { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The list of tags associated with the public IP address.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPTag) }, ReadOnly=false, Required=false, SerializedName="ipTags")>]
member this.IPTag : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPTag[] with get, set
Public Property IPTag As IIPTag()

Property Value

IIPTag[]
Attributes

Applies to