PaymentHsmClusterSkuName Struct
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.
Sku name of the Payment HSM Cluster.
public readonly struct PaymentHsmClusterSkuName : IEquatable<Azure.ResourceManager.HardwareSecurityModules.Models.PaymentHsmClusterSkuName>
type PaymentHsmClusterSkuName = struct
Public Structure PaymentHsmClusterSkuName
Implements IEquatable(Of PaymentHsmClusterSkuName)
- Inheritance
-
PaymentHsmClusterSkuName
- Implements
Constructors
| Name | Description |
|---|---|
| PaymentHsmClusterSkuName(String) |
Initializes a new instance of PaymentHsmClusterSkuName. |
Properties
| Name | Description |
|---|---|
| PaymentsV2 |
Payments_v2 SKU. |
Methods
| Name | Description |
|---|---|
| Equals(PaymentHsmClusterSkuName) |
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
| Name | Description |
|---|---|
| Equality(PaymentHsmClusterSkuName, PaymentHsmClusterSkuName) |
Determines if two PaymentHsmClusterSkuName values are the same. |
| Implicit(String to Nullable<PaymentHsmClusterSkuName>) | |
| Implicit(String to PaymentHsmClusterSkuName) |
Converts a string to a PaymentHsmClusterSkuName. |
| Inequality(PaymentHsmClusterSkuName, PaymentHsmClusterSkuName) |
Determines if two PaymentHsmClusterSkuName values are not the same. |