Compartilhar via


StaticCidrProperties Class

Definition

Properties of static CIDR resource.

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

StaticCidrProperties()

Initializes a new instance of StaticCidrProperties.

Properties

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

Provisioning states of a resource.

TotalNumberOfIPAddresses

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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.

Applies to