Share via


SkuName Struct

Definition

SKU of the dedicated HSM

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Support.SkuNameTypeConverter))]
public struct SkuName : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Support.SkuName>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Support.SkuNameTypeConverter))>]
type SkuName = struct
    interface IArgumentCompleter
Public Structure SkuName
Implements IArgumentCompleter, IEquatable(Of SkuName)
Inheritance
SkuName
Attributes
Implements

Fields

PayShield10KLmk1Cps250

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 250 calls per second.

PayShield10KLmk1Cps2500

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 2500 calls per second.

PayShield10KLmk1Cps60

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 60 calls per second.

PayShield10KLmk2Cps250

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 250 calls per second.

PayShield10KLmk2Cps2500

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 2500 calls per second.

PayShield10KLmk2Cps60

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 60 calls per second.

SafeNetLunaNetworkHsmA790

The dedicated HSM is a Safenet Luna Network HSM A790 device.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type SkuName (override for Object)

Equals(SkuName)

Compares values of enum type SkuName

GetHashCode()

Returns hashCode for enum SkuName

ToString()

Returns string representation for SkuName

Operators

Equality(SkuName, SkuName)

Overriding == operator for enum SkuName

Implicit(SkuName to String)

Implicit operator to convert SkuName to string

Implicit(String to SkuName)

Implicit operator to convert string to SkuName

Inequality(SkuName, SkuName)

Overriding != operator for enum SkuName

Applies to