JsonWebKeyType Struct

Definition

Provisioning state.

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

Constructors

JsonWebKeyType(String)

Initializes a new instance of JsonWebKeyType.

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 full provisioned.

Methods

Equals(JsonWebKeyType)

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

Determines if two JsonWebKeyType values are the same.

Implicit(String to JsonWebKeyType)

Converts a string to a JsonWebKeyType.

Inequality(JsonWebKeyType, JsonWebKeyType)

Determines if two JsonWebKeyType values are not the same.

Applies to