CloudHsmClusterSku Class

Definition

Cloud Hsm Cluster SKU information

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.CloudHsmClusterSkuTypeConverter))]
public class CloudHsmClusterSku : Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.ICloudHsmClusterSku
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.CloudHsmClusterSkuTypeConverter))>]
type CloudHsmClusterSku = class
    interface ICloudHsmClusterSku
    interface IJsonSerializable
Public Class CloudHsmClusterSku
Implements ICloudHsmClusterSku
Inheritance
CloudHsmClusterSku
Attributes
Implements

Constructors

Name Description
CloudHsmClusterSku()

Creates an new CloudHsmClusterSku instance.

Properties

Name Description
Capacity

Sku capacity

Family

Sku family of the Cloud HSM Cluster

Name

Sku name of the Cloud HSM Cluster

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloudHsmClusterSku.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudHsmClusterSku.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.ICloudHsmClusterSku.

FromJsonString(String)

Creates a new instance of CloudHsmClusterSku, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudHsmClusterSku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to