IInboundNatRule.PublicIPAddress Property

Definition

Public IP address bound to the IP configuration.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="Public IP address bound to the IP configuration.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IPublicIPAddress) }, Read=true, ReadOnly=true, Required=false, SerializedName="publicIPAddress", Update=false)]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IPublicIPAddress PublicIPAddress { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="Public IP address bound to the IP configuration.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IPublicIPAddress) }, Read=true, ReadOnly=true, Required=false, SerializedName="publicIPAddress", Update=false)>]
member this.PublicIPAddress : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IPublicIPAddress
Public ReadOnly Property PublicIPAddress As IPublicIPAddress

Property Value

Attributes

Applies to