Condividi tramite


IpamPoolProperties Constructors

Definition

Overloads

IpamPoolProperties()

Initializes a new instance of the IpamPoolProperties class.

IpamPoolProperties(IList<String>, String, String, IList<String>, String, String)

Initializes a new instance of the IpamPoolProperties class.

IpamPoolProperties()

Initializes a new instance of the IpamPoolProperties class.

public IpamPoolProperties ();
Public Sub New ()

Applies to

IpamPoolProperties(IList<String>, String, String, IList<String>, String, String)

Initializes a new instance of the IpamPoolProperties class.

public IpamPoolProperties (System.Collections.Generic.IList<string> addressPrefixes, string description = default, string displayName = default, System.Collections.Generic.IList<string> ipAddressType = default, string parentPoolName = default, string provisioningState = default);
new Microsoft.Azure.Management.Network.Models.IpamPoolProperties : System.Collections.Generic.IList<string> * string * string * System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.Network.Models.IpamPoolProperties
Public Sub New (addressPrefixes As IList(Of String), Optional description As String = Nothing, Optional displayName As String = Nothing, Optional ipAddressType As IList(Of String) = Nothing, Optional parentPoolName As String = Nothing, Optional provisioningState As String = Nothing)

Parameters

addressPrefixes
IList<String>

List of IP address prefixes of the resource.

description
String
displayName
String

String representing a friendly name for the resource.

ipAddressType
IList<String>

List of IP address type for the IpamPool.

parentPoolName
String

String representing parent IpamPool resource name. If empty the IpamPool will be a root pool.

provisioningState
String

Provisioning states of a resource. Possible values include: 'Failed', 'Succeeded', 'Canceled', 'Creating', 'Updating', 'Deleting'

Applies to