CloudHsmClusterSku Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |