DedicatedHsmNetworkProfile Class

Definition

The network profile definition.

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

Constructors

DedicatedHsmNetworkProfile()

Initializes a new instance of DedicatedHsmNetworkProfile.

Properties

NetworkInterfaces

Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM.

SubnetResourceId

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DedicatedHsmNetworkProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DedicatedHsmNetworkProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DedicatedHsmNetworkProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DedicatedHsmNetworkProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DedicatedHsmNetworkProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to