你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JsonWebKeyType Struct

Definition

Provisioning state.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Support.JsonWebKeyTypeTypeConverter))]
public struct JsonWebKeyType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Support.JsonWebKeyType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DedicatedHsm.Support.JsonWebKeyTypeTypeConverter))>]
type JsonWebKeyType = struct
    interface IArgumentCompleter
Public Structure JsonWebKeyType
Implements IArgumentCompleter, IEquatable(Of JsonWebKeyType)
Inheritance
JsonWebKeyType
Attributes
Implements

Fields

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

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(JsonWebKeyType)

Compares values of enum type JsonWebKeyType

Equals(Object)

Compares values of enum type JsonWebKeyType (override for Object)

GetHashCode()

Returns hashCode for enum JsonWebKeyType

ToString()

Returns string representation for JsonWebKeyType

Operators

Equality(JsonWebKeyType, JsonWebKeyType)

Overriding == operator for enum JsonWebKeyType

Implicit(JsonWebKeyType to String)

Implicit operator to convert JsonWebKeyType to string

Implicit(String to JsonWebKeyType)

Implicit operator to convert string to JsonWebKeyType

Inequality(JsonWebKeyType, JsonWebKeyType)

Overriding != operator for enum JsonWebKeyType

Applies to