JsonWebKeyType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. hardwaresecuritymodules. models. JsonWebKeyType
- com.
- com.
public final class JsonWebKeyType
extends ExpandableStringEnum<JsonWebKeyType>
Provisioning state.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Json |
ALLOCATING
A device is currently being allocated for the dedicated HSM resource. |
|
static final
Json |
CHECKING_QUOTA
Validating the subscription has sufficient quota to allocate a dedicated HSM device. |
|
static final
Json |
CONNECTING
The dedicated HSM is being connected to the virtual network. |
|
static final
Json |
DELETING
The dedicated HSM is currently being deleted. |
|
static final
Json |
FAILED
Provisioning of the dedicated HSM has failed. |
|
static final
Json |
PROVISIONING
The dedicated HSM is currently being provisioned. |
|
static final
Json |
SUCCEEDED
The dedicated HSM has been fully provisioned. |
Constructor Summary
| Constructor | Description |
|---|---|
| JsonWebKeyType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Json |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Json |
fromString(String name)
Creates or finds a Json |
|
static
Collection<Json |
values()
Gets known Json |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALLOCATING
public static final JsonWebKeyType ALLOCATING
A device is currently being allocated for the dedicated HSM resource.
CHECKING_QUOTA
public static final JsonWebKeyType CHECKING_QUOTA
Validating the subscription has sufficient quota to allocate a dedicated HSM device.
CONNECTING
public static final JsonWebKeyType CONNECTING
The dedicated HSM is being connected to the virtual network.
DELETING
public static final JsonWebKeyType DELETING
The dedicated HSM is currently being deleted.
FAILED
public static final JsonWebKeyType FAILED
Provisioning of the dedicated HSM has failed.
PROVISIONING
public static final JsonWebKeyType PROVISIONING
The dedicated HSM is currently being provisioned.
SUCCEEDED
public static final JsonWebKeyType SUCCEEDED
The dedicated HSM has been fully provisioned.
Constructor Details
JsonWebKeyType
@Deprecated
public JsonWebKeyType()
Deprecated
Creates a new instance of JsonWebKeyType value.
Method Details
fromString
public static JsonWebKeyType fromString(String name)
Creates or finds a JsonWebKeyType from its string representation.
Parameters:
Returns:
values
public static Collection<JsonWebKeyType> values()
Gets known JsonWebKeyType values.
Returns: