HciVmIPConfigurationProperties 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.
InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
public class HciVmIPConfigurationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.Models.HciVmIPConfigurationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.Models.HciVmIPConfigurationProperties>
type HciVmIPConfigurationProperties = class
interface IJsonModel<HciVmIPConfigurationProperties>
interface IPersistableModel<HciVmIPConfigurationProperties>
Public Class HciVmIPConfigurationProperties
Implements IJsonModel(Of HciVmIPConfigurationProperties), IPersistableModel(Of HciVmIPConfigurationProperties)
- Inheritance
-
HciVmIPConfigurationProperties
- Implements
Constructors
HciVmIPConfigurationProperties() |
Initializes a new instance of HciVmIPConfigurationProperties. |
Properties
Gateway |
Gateway for network interface. |
PrefixLength |
prefixLength for network interface. |
PrivateIPAddress |
PrivateIPAddress - Private IP address of the IP configuration. |
SubnetId |
Gets or sets Id. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HciVmIPConfigurationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HciVmIPConfigurationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HciVmIPConfigurationProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HciVmIPConfigurationProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HciVmIPConfigurationProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |