IVirtualNetworkTap.DestinationNetworkInterfaceIPConfigurationPropertiesPrivateIpallocationMethod Property

Definition

The private IP address allocation method.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The private IP address allocation method.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPAllocationMethod) }, ReadOnly=false, Required=false, SerializedName="privateIPAllocationMethod")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPAllocationMethod? DestinationNetworkInterfaceIPConfigurationPropertiesPrivateIpallocationMethod { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The private IP address allocation method.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPAllocationMethod) }, ReadOnly=false, Required=false, SerializedName="privateIPAllocationMethod")>]
member this.DestinationNetworkInterfaceIPConfigurationPropertiesPrivateIpallocationMethod : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPAllocationMethod> with get, set
Public Property DestinationNetworkInterfaceIPConfigurationPropertiesPrivateIpallocationMethod As Nullable(Of IPAllocationMethod)

Property Value

Attributes

Applies to