HciVmIPConfiguration 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.
InterfaceIPConfiguration IPConfiguration in a network interface.
public class HciVmIPConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.Models.HciVmIPConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.Models.HciVmIPConfiguration>
type HciVmIPConfiguration = class
interface IJsonModel<HciVmIPConfiguration>
interface IPersistableModel<HciVmIPConfiguration>
Public Class HciVmIPConfiguration
Implements IJsonModel(Of HciVmIPConfiguration), IPersistableModel(Of HciVmIPConfiguration)
- Inheritance
-
HciVmIPConfiguration
- Implements
Constructors
HciVmIPConfiguration() |
Initializes a new instance of HciVmIPConfiguration. |
Properties
Name |
Name - The name of the resource that is unique within a resource group. This name can be used to access the resource. |
Properties |
InterfaceIPConfigurationPropertiesFormat properties of IP configuration. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HciVmIPConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HciVmIPConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HciVmIPConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HciVmIPConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HciVmIPConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |