Delen via


DedicatedHsmEgressEndpoint Class

Definition

Egress endpoints which dedicated hsm service connects to for common purpose.

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

Properties

Category

The category of endpoints accessed by the dedicated hsm service, e.g. azure-resource-management, apiserver, etc.

Endpoints

The endpoints that dedicated hsm service connects to.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DedicatedHsmEgressEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DedicatedHsmEgressEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DedicatedHsmEgressEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DedicatedHsmEgressEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DedicatedHsmEgressEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to