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

DedicatedHsmProperties Class

Definition

Properties of the dedicated hsm.

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

Constructors

DedicatedHsmProperties()

Initializes a new instance of DedicatedHsmProperties.

Properties

ManagementNetworkProfile

Specifies the management network interfaces of the dedicated hsm.

NetworkProfile

Specifies the network interfaces of the dedicated hsm.

ProvisioningState

Provisioning state.

StampId

This field will be used when RP does not support Availability zones.

StatusMessage

Resource Status Message.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DedicatedHsmProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DedicatedHsmProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DedicatedHsmProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DedicatedHsmProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DedicatedHsmProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to