다음을 통해 공유


HciVmNetworkInterfacePatchProperties Class

Definition

Defines the resource properties for the update.

public class HciVmNetworkInterfacePatchProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.Models.HciVmNetworkInterfacePatchProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.Models.HciVmNetworkInterfacePatchProperties>
type HciVmNetworkInterfacePatchProperties = class
    interface IJsonModel<HciVmNetworkInterfacePatchProperties>
    interface IPersistableModel<HciVmNetworkInterfacePatchProperties>
Public Class HciVmNetworkInterfacePatchProperties
Implements IJsonModel(Of HciVmNetworkInterfacePatchProperties), IPersistableModel(Of HciVmNetworkInterfacePatchProperties)
Inheritance
HciVmNetworkInterfacePatchProperties
Implements

Constructors

HciVmNetworkInterfacePatchProperties()

Initializes a new instance of HciVmNetworkInterfacePatchProperties.

Properties

DnsServers

List of DNS server IP Addresses for the interface.

NetworkSecurityGroupId

Gets or sets Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HciVmNetworkInterfacePatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HciVmNetworkInterfacePatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciVmNetworkInterfacePatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciVmNetworkInterfacePatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HciVmNetworkInterfacePatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to