StaticCidrProperties Class
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.
Properties of static CIDR resource.
public class StaticCidrProperties
type StaticCidrProperties = class
Public Class StaticCidrProperties
- Inheritance
-
StaticCidrProperties
Constructors
StaticCidrProperties() |
Initializes a new instance of the StaticCidrProperties class. |
StaticCidrProperties(String, String, IList<String>, String, String) |
Initializes a new instance of the StaticCidrProperties class. |
Properties
AddressPrefixes |
Gets or sets list of IP address prefixes of the resource. |
Description |
Gets or sets |
NumberOfIPAddressesToAllocate |
Gets or sets number of IP addresses to allocate for a static CIDR resource. The IP addresses will be assigned based on IpamPools available space. |
ProvisioningState |
Gets or sets provisioning states of a resource. Possible values include: 'Failed', 'Succeeded', 'Canceled', 'Creating', 'Updating', 'Deleting' |
TotalNumberOfIPAddresses |
Gets total number of IP addresses allocated for the static CIDR resource. |