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.
Compatibility declaration for the StaticCidrProperties type.
public class StaticCidrProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.StaticCidrProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.StaticCidrProperties>
type StaticCidrProperties = class
interface IJsonModel<StaticCidrProperties>
interface IPersistableModel<StaticCidrProperties>
Public Class StaticCidrProperties
Implements IJsonModel(Of StaticCidrProperties), IPersistableModel(Of StaticCidrProperties)
- Inheritance
-
StaticCidrProperties
- Implements
Constructors
| Name | Description |
|---|---|
| StaticCidrProperties() |
Initializes a new instance of StaticCidrProperties. |
Properties
| Name | Description |
|---|---|
| AddressPrefixes |
List of IP address prefixes of the resource. |
| Description |
Gets or sets the Description. |
| NumberOfIPAddressesToAllocate |
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 the ProvisioningState compatibility property. |
| TotalNumberOfIPAddresses |
Total number of IP addresses allocated for the static CIDR resource. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<StaticCidrProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<StaticCidrProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<StaticCidrProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<StaticCidrProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<StaticCidrProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |