IpamPoolAssociation 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.
IpamPool association information.
public class IpamPoolAssociation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.IpamPoolAssociation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.IpamPoolAssociation>
type IpamPoolAssociation = class
interface IJsonModel<IpamPoolAssociation>
interface IPersistableModel<IpamPoolAssociation>
Public Class IpamPoolAssociation
Implements IJsonModel(Of IpamPoolAssociation), IPersistableModel(Of IpamPoolAssociation)
- Inheritance
-
IpamPoolAssociation
- Implements
Properties
AddressPrefixes |
List of assigned IP address prefixes in the IpamPool of the associated resource. |
CreatedOn |
Creation time of the association. |
Description |
Gets the description. |
NumberOfReservedIPAddresses |
Total number of reserved IP addresses of the association. |
PoolId |
IpamPool id for which the resource is associated to. |
ReservationExpiresOn |
Expire time for IP addresses reserved. |
ReservedPrefixes |
List of reserved IP address prefixes in the IpamPool of the associated resource. |
ResourceId |
Resource id of the associated Azure resource. |
TotalNumberOfIPAddresses |
Total number of assigned IP addresses of the association. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<IpamPoolAssociation>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<IpamPoolAssociation>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<IpamPoolAssociation>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<IpamPoolAssociation>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<IpamPoolAssociation>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |