HciVmNetworkInterfaceProperties 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.
Properties under the network interface resource.
public class HciVmNetworkInterfaceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.Models.HciVmNetworkInterfaceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.Models.HciVmNetworkInterfaceProperties>
type HciVmNetworkInterfaceProperties = class
interface IJsonModel<HciVmNetworkInterfaceProperties>
interface IPersistableModel<HciVmNetworkInterfaceProperties>
Public Class HciVmNetworkInterfaceProperties
Implements IJsonModel(Of HciVmNetworkInterfaceProperties), IPersistableModel(Of HciVmNetworkInterfaceProperties)
- Inheritance
-
HciVmNetworkInterfaceProperties
- Implements
Constructors
| Name | Description |
|---|---|
| HciVmNetworkInterfaceProperties() |
Initializes a new instance of HciVmNetworkInterfaceProperties. |
Properties
| Name | Description |
|---|---|
| CreateFromLocal |
Boolean indicating whether this is a existing local network interface or if one should be created. |
| DnsServers |
List of DNS server IP Addresses for the interface. |
| IPConfigurations |
IPConfigurations - A list of IPConfigurations of the network interface. |
| MacAddress |
MacAddress - The MAC address of the network interface. |
| NetworkSecurityGroupId |
Gets or sets Id. |
| ProvisioningState |
Provisioning state of the network interface. |
| Status |
The observed state of network interfaces. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<HciVmNetworkInterfaceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<HciVmNetworkInterfaceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<HciVmNetworkInterfaceProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<HciVmNetworkInterfaceProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<HciVmNetworkInterfaceProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |