Class JsonWebKeyType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<JsonWebKeyType>
-
- com.azure.resourcemanager.hardwaresecuritymodules.models.JsonWebKeyType
-
public final class JsonWebKeyType extends com.azure.core.util.ExpandableStringEnum<JsonWebKeyType>
Defines values for JsonWebKeyType.
-
-
Field Summary
Fields Modifier and Type Field Description static JsonWebKeyTypeALLOCATINGStatic value Allocating for JsonWebKeyType.static JsonWebKeyTypeCHECKING_QUOTAStatic value CheckingQuota for JsonWebKeyType.static JsonWebKeyTypeCONNECTINGStatic value Connecting for JsonWebKeyType.static JsonWebKeyTypeDELETINGStatic value Deleting for JsonWebKeyType.static JsonWebKeyTypeFAILEDStatic value Failed for JsonWebKeyType.static JsonWebKeyTypePROVISIONINGStatic value Provisioning for JsonWebKeyType.static JsonWebKeyTypeSUCCEEDEDStatic value Succeeded for JsonWebKeyType.
-
Constructor Summary
Constructors Constructor Description JsonWebKeyType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonWebKeyTypefromString(String name)Creates or finds a JsonWebKeyType from its string representation.static Collection<JsonWebKeyType>values()Gets known JsonWebKeyType values.
-
-
-
Field Detail
-
SUCCEEDED
public static final JsonWebKeyType SUCCEEDED
Static value Succeeded for JsonWebKeyType.
-
PROVISIONING
public static final JsonWebKeyType PROVISIONING
Static value Provisioning for JsonWebKeyType.
-
ALLOCATING
public static final JsonWebKeyType ALLOCATING
Static value Allocating for JsonWebKeyType.
-
CONNECTING
public static final JsonWebKeyType CONNECTING
Static value Connecting for JsonWebKeyType.
-
FAILED
public static final JsonWebKeyType FAILED
Static value Failed for JsonWebKeyType.
-
CHECKING_QUOTA
public static final JsonWebKeyType CHECKING_QUOTA
Static value CheckingQuota for JsonWebKeyType.
-
DELETING
public static final JsonWebKeyType DELETING
Static value Deleting for JsonWebKeyType.
-
-
Method Detail
-
fromString
public static JsonWebKeyType fromString(String name)
Creates or finds a JsonWebKeyType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding JsonWebKeyType.
-
values
public static Collection<JsonWebKeyType> values()
Gets known JsonWebKeyType values.- Returns:
- known JsonWebKeyType values.
-
-