Sdílet prostřednictvím


StaticCidrProperties Constructors

Definition

Overloads

StaticCidrProperties()

Initializes a new instance of the StaticCidrProperties class.

StaticCidrProperties(String, String, IList<String>, String, String)

Initializes a new instance of the StaticCidrProperties class.

StaticCidrProperties()

Initializes a new instance of the StaticCidrProperties class.

public StaticCidrProperties ();
Public Sub New ()

Applies to

StaticCidrProperties(String, String, IList<String>, String, String)

Initializes a new instance of the StaticCidrProperties class.

public StaticCidrProperties (string description = default, string numberOfIPAddressesToAllocate = default, System.Collections.Generic.IList<string> addressPrefixes = default, string totalNumberOfIPAddresses = default, string provisioningState = default);
new Microsoft.Azure.Management.Network.Models.StaticCidrProperties : string * string * System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.Network.Models.StaticCidrProperties
Public Sub New (Optional description As String = Nothing, Optional numberOfIPAddressesToAllocate As String = Nothing, Optional addressPrefixes As IList(Of String) = Nothing, Optional totalNumberOfIPAddresses As String = Nothing, Optional provisioningState As String = Nothing)

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
IList<String>

List of IP address prefixes of the resource.

totalNumberOfIPAddresses
String

Total number of IP addresses allocated for the static CIDR resource.

provisioningState
String

Provisioning states of a resource. Possible values include: 'Failed', 'Succeeded', 'Canceled', 'Creating', 'Updating', 'Deleting'

Applies to