Share via


IL3NetworkAttachmentConfiguration.IpamEnabled Property

Definition

The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "True", "False" })]
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipamEnabled", Update=false)]
public string IpamEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "True", "False" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipamEnabled", Update=false)>]
member this.IpamEnabled : string with get, set
Public Property IpamEnabled As String

Property Value

Attributes

Applies to