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
Static value Allocating for Json |
|
static final
Json |
CHECKING_QUOTA
Static value Checking |
|
static final
Json |
CONNECTING
Static value Connecting for Json |
|
static final
Json |
DELETING
Static value Deleting for Json |
|
static final
Json |
FAILED
Static value Failed for Json |
|
static final
Json |
PROVISIONING
Static value Provisioning for Json |
|
static final
Json |
SUCCEEDED
Static value Succeeded for Json |
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
Static value Allocating for JsonWebKeyType.
CHECKING_QUOTA
public static final JsonWebKeyType CHECKING_QUOTA
Static value CheckingQuota for JsonWebKeyType.
CONNECTING
public static final JsonWebKeyType CONNECTING
Static value Connecting for JsonWebKeyType.
DELETING
public static final JsonWebKeyType DELETING
Static value Deleting for JsonWebKeyType.
FAILED
public static final JsonWebKeyType FAILED
Static value Failed for JsonWebKeyType.
PROVISIONING
public static final JsonWebKeyType PROVISIONING
Static value Provisioning for JsonWebKeyType.
SUCCEEDED
public static final JsonWebKeyType SUCCEEDED
Static value Succeeded for JsonWebKeyType.
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: