IVirtualNetworkTapPropertiesFormat.DestinationNetworkInterfaceIPConfigurationPropertiesPublicIpaddress Property

Definition

Public IP address bound to the IP configuration.

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

Property Value

Attributes

Applies to