ArmNetworkModelFactory.IpamPoolProperties Method
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.
Initializes a new instance of IpamPoolProperties.
public static Azure.ResourceManager.Network.Models.IpamPoolProperties IpamPoolProperties(string description = default, string displayName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.IpamIPType> ipAddressType = default, string parentPoolName = default, System.Collections.Generic.IEnumerable<string> addressPrefixes = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member IpamPoolProperties : string * string * seq<Azure.ResourceManager.Network.Models.IpamIPType> * string * seq<string> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.Models.IpamPoolProperties
Public Shared Function IpamPoolProperties (Optional description As String = Nothing, Optional displayName As String = Nothing, Optional ipAddressType As IEnumerable(Of IpamIPType) = Nothing, Optional parentPoolName As String = Nothing, Optional addressPrefixes As IEnumerable(Of String) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As IpamPoolProperties
Parameters
- description
- String
- displayName
- String
String representing a friendly name for the resource.
- ipAddressType
- IEnumerable<IpamIPType>
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.
- addressPrefixes
- IEnumerable<String>
List of IP address prefixes of the resource.
- provisioningState
- Nullable<NetworkProvisioningState>
Provisioning states of a resource.
Returns
A new IpamPoolProperties instance for mocking.
Applies to
Azure SDK for .NET