다음을 통해 공유


CloudHsmClusterSku Class

Definition

Cloud Hsm Cluster SKU information.

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

Constructors

CloudHsmClusterSku(CloudHsmClusterSkuFamily, CloudHsmClusterSkuName)

Initializes a new instance of CloudHsmClusterSku.

Properties

Capacity

Sku capacity.

Family

Sku family of the Cloud HSM Cluster.

Name

Sku name of the Cloud HSM Cluster.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CloudHsmClusterSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudHsmClusterSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudHsmClusterSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudHsmClusterSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudHsmClusterSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to