Uses of Class
com.azure.resourcemanager.hardwaresecuritymodules.models.JsonWebKeyType
-
Packages that use JsonWebKeyType Package Description com.azure.resourcemanager.hardwaresecuritymodules.fluent.models Package containing the inner data models for AzureDedicatedHsmResourceProvider.com.azure.resourcemanager.hardwaresecuritymodules.models Package containing the data models for AzureDedicatedHsmResourceProvider. -
-
Uses of JsonWebKeyType in com.azure.resourcemanager.hardwaresecuritymodules.fluent.models
Methods in com.azure.resourcemanager.hardwaresecuritymodules.fluent.models that return JsonWebKeyType Modifier and Type Method Description JsonWebKeyTypeDedicatedHsmInner. provisioningState()Get the provisioningState property: Provisioning state.JsonWebKeyTypeDedicatedHsmProperties. provisioningState()Get the provisioningState property: Provisioning state. -
Uses of JsonWebKeyType in com.azure.resourcemanager.hardwaresecuritymodules.models
Fields in com.azure.resourcemanager.hardwaresecuritymodules.models declared as JsonWebKeyType Modifier and Type Field Description static JsonWebKeyTypeJsonWebKeyType. ALLOCATINGStatic value Allocating for JsonWebKeyType.static JsonWebKeyTypeJsonWebKeyType. CHECKING_QUOTAStatic value CheckingQuota for JsonWebKeyType.static JsonWebKeyTypeJsonWebKeyType. CONNECTINGStatic value Connecting for JsonWebKeyType.static JsonWebKeyTypeJsonWebKeyType. DELETINGStatic value Deleting for JsonWebKeyType.static JsonWebKeyTypeJsonWebKeyType. FAILEDStatic value Failed for JsonWebKeyType.static JsonWebKeyTypeJsonWebKeyType. PROVISIONINGStatic value Provisioning for JsonWebKeyType.static JsonWebKeyTypeJsonWebKeyType. SUCCEEDEDStatic value Succeeded for JsonWebKeyType.Methods in com.azure.resourcemanager.hardwaresecuritymodules.models that return JsonWebKeyType Modifier and Type Method Description static JsonWebKeyTypeJsonWebKeyType. fromString(String name)Creates or finds a JsonWebKeyType from its string representation.JsonWebKeyTypeDedicatedHsm. provisioningState()Gets the provisioningState property: Provisioning state.Methods in com.azure.resourcemanager.hardwaresecuritymodules.models that return types with arguments of type JsonWebKeyType Modifier and Type Method Description static Collection<JsonWebKeyType>JsonWebKeyType. values()Gets known JsonWebKeyType values.
-