DedicatedHsmJsonWebKeyType Struct

Definition

Provisioning state.

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

Constructors

DedicatedHsmJsonWebKeyType(String)

Initializes a new instance of DedicatedHsmJsonWebKeyType.

Properties

Allocating

A device is currently being allocated for the dedicated HSM resource.

CheckingQuota

Validating the subscription has sufficient quota to allocate a dedicated HSM device.

Connecting

The dedicated HSM is being connected to the virtual network.

Deleting

The dedicated HSM is currently being deleted.

Failed

Provisioning of the dedicated HSM has failed.

Provisioning

The dedicated HSM is currently being provisioned.

Succeeded

The dedicated HSM has been fully provisioned.

Methods

Equals(DedicatedHsmJsonWebKeyType)

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(DedicatedHsmJsonWebKeyType, DedicatedHsmJsonWebKeyType)

Determines if two DedicatedHsmJsonWebKeyType values are the same.

Implicit(String to DedicatedHsmJsonWebKeyType)

Converts a string to a DedicatedHsmJsonWebKeyType.

Inequality(DedicatedHsmJsonWebKeyType, DedicatedHsmJsonWebKeyType)

Determines if two DedicatedHsmJsonWebKeyType values are not the same.

Applies to