IpamPoolProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- description
- String
- displayName
- String
String representing a friendly name for the resource.
- 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'