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

JsonWebKeyType 结构

定义

预配状态。

public readonly struct JsonWebKeyType : IEquatable<Azure.ResourceManager.HardwareSecurityModules.Models.JsonWebKeyType>
type JsonWebKeyType = struct
Public Structure JsonWebKeyType
Implements IEquatable(Of JsonWebKeyType)
继承
JsonWebKeyType
实现

构造函数

JsonWebKeyType(String)

初始化 JsonWebKeyType 的新实例。

属性

Allocating

当前正在为专用 HSM 资源分配设备。

CheckingQuota

验证订阅是否有足够的配额来分配专用 HSM 设备。

Connecting

专用 HSM 正在连接到虚拟网络。

Deleting

专用 HSM 当前正在删除。

Failed

专用 HSM 的预配失败。

Provisioning

当前正在预配专用 HSM。

Succeeded

专用 HSM 已完全预配。

方法

Equals(JsonWebKeyType)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(JsonWebKeyType, JsonWebKeyType)

确定两个 JsonWebKeyType 值是否相同。

Implicit(String to JsonWebKeyType)

将字符串转换为 JsonWebKeyType

Inequality(JsonWebKeyType, JsonWebKeyType)

确定两个 JsonWebKeyType 值是否不相同。

适用于