ArmNetworkModelFactory.StaticCidrProperties 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 StaticCidrProperties.
public static Azure.ResourceManager.Network.Models.StaticCidrProperties StaticCidrProperties (string description = default, string numberOfIPAddressesToAllocate = default, System.Collections.Generic.IEnumerable<string> addressPrefixes = default, string totalNumberOfIPAddresses = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member StaticCidrProperties : string * string * seq<string> * string * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.Models.StaticCidrProperties
Public Shared Function StaticCidrProperties (Optional description As String = Nothing, Optional numberOfIPAddressesToAllocate As String = Nothing, Optional addressPrefixes As IEnumerable(Of String) = Nothing, Optional totalNumberOfIPAddresses As String = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As StaticCidrProperties
Parameters
- description
- String
- numberOfIPAddressesToAllocate
- String
Number of IP addresses to allocate for a static CIDR resource. The IP addresses will be assigned based on IpamPools available space.
- addressPrefixes
- IEnumerable<String>
List of IP address prefixes of the resource.
- totalNumberOfIPAddresses
- String
Total number of IP addresses allocated for the static CIDR resource.
- provisioningState
- Nullable<NetworkProvisioningState>
Provisioning states of a resource.
Returns
A new StaticCidrProperties instance for mocking.
Applies to
Azure SDK for .NET