ArmNetworkModelFactory.AddressPrefixSetPropertiesFormat 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.
public static Azure.ResourceManager.Network.Models.AddressPrefixSetPropertiesFormat AddressPrefixSetPropertiesFormat(System.Collections.Generic.IEnumerable<string> addressPrefixes = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member AddressPrefixSetPropertiesFormat : seq<string> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.Models.AddressPrefixSetPropertiesFormat
Public Shared Function AddressPrefixSetPropertiesFormat (Optional addressPrefixes As IEnumerable(Of String) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As AddressPrefixSetPropertiesFormat
Parameters
- addressPrefixes
- IEnumerable<String>
The list of address prefixes in CIDR notation. Supports both IPv4 and IPv6 CIDR notation (e.g. '10.0.0.0/16', '2001:db8::/32').
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the address prefix set resource.
Returns
A new AddressPrefixSetPropertiesFormat instance for mocking.