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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET