次の方法で共有


DedicatedHsmNetworkInterface Class

Definition

The network interface definition.

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

Constructors

DedicatedHsmNetworkInterface()

Initializes a new instance of DedicatedHsmNetworkInterface.

Properties

PrivateIPAddress

Private Ip address of the interface.

ResourceId

The Azure resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DedicatedHsmNetworkInterface>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DedicatedHsmNetworkInterface>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DedicatedHsmNetworkInterface>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DedicatedHsmNetworkInterface>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DedicatedHsmNetworkInterface>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to