ArmNetworkModelFactory.IpamPoolPrefixAllocation 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 IpamPoolPrefixAllocation.
public static Azure.ResourceManager.Network.Models.IpamPoolPrefixAllocation IpamPoolPrefixAllocation (string numberOfIPAddresses = default, System.Collections.Generic.IEnumerable<string> allocatedAddressPrefixes = default, Azure.Core.ResourceIdentifier id = default);
static member IpamPoolPrefixAllocation : string * seq<string> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.Models.IpamPoolPrefixAllocation
Public Shared Function IpamPoolPrefixAllocation (Optional numberOfIPAddresses As String = Nothing, Optional allocatedAddressPrefixes As IEnumerable(Of String) = Nothing, Optional id As ResourceIdentifier = Nothing) As IpamPoolPrefixAllocation
Parameters
- numberOfIPAddresses
- String
Number of IP addresses to allocate.
- allocatedAddressPrefixes
- IEnumerable<String>
List of assigned IP address prefixes in the IpamPool of the associated resource.
Resource id of the associated Azure IpamPool resource.
Returns
A new IpamPoolPrefixAllocation instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET