HciVmIPPoolInfo 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.
IP Pool info.
public class HciVmIPPoolInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.Models.HciVmIPPoolInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.Models.HciVmIPPoolInfo>
type HciVmIPPoolInfo = class
interface IJsonModel<HciVmIPPoolInfo>
interface IPersistableModel<HciVmIPPoolInfo>
Public Class HciVmIPPoolInfo
Implements IJsonModel(Of HciVmIPPoolInfo), IPersistableModel(Of HciVmIPPoolInfo)
- Inheritance
-
HciVmIPPoolInfo
- Implements
Constructors
HciVmIPPoolInfo() |
Initializes a new instance of HciVmIPPoolInfo. |
Properties
Available |
Number of IP addresses available in the IP Pool. |
Used |
Number of IP addresses allocated from the IP Pool. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HciVmIPPoolInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HciVmIPPoolInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HciVmIPPoolInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HciVmIPPoolInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HciVmIPPoolInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |