DedicatedHsmSkuName Struct

Definition

SKU of the dedicated HSM.

public readonly struct DedicatedHsmSkuName : IEquatable<Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmSkuName>
type DedicatedHsmSkuName = struct
Public Structure DedicatedHsmSkuName
Implements IEquatable(Of DedicatedHsmSkuName)
Inheritance
DedicatedHsmSkuName
Implements

Constructors

DedicatedHsmSkuName(String)

Initializes a new instance of DedicatedHsmSkuName.

Properties

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

Equals(DedicatedHsmSkuName)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DedicatedHsmSkuName, DedicatedHsmSkuName)

Determines if two DedicatedHsmSkuName values are the same.

Implicit(String to DedicatedHsmSkuName)

Converts a string to a DedicatedHsmSkuName.

Inequality(DedicatedHsmSkuName, DedicatedHsmSkuName)

Determines if two DedicatedHsmSkuName values are not the same.

Applies to