你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DedicatedHsmEndpointDetail Class

Definition

Connect information from the dedicated hsm service to a single endpoint.

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

Properties

Description

Description of the detail.

IPAddress

An IP Address that Domain Name currently resolves to.

Port

The port an endpoint is connected to.

Protocol

The protocol used for connection.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DedicatedHsmEndpointDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DedicatedHsmEndpointDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DedicatedHsmEndpointDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DedicatedHsmEndpointDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DedicatedHsmEndpointDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to