你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DedicatedHsmJsonWebKeyType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provisioning state.
public readonly struct DedicatedHsmJsonWebKeyType : IEquatable<Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmJsonWebKeyType>
type DedicatedHsmJsonWebKeyType = struct
Public Structure DedicatedHsmJsonWebKeyType
Implements IEquatable(Of DedicatedHsmJsonWebKeyType)
- Inheritance
-
DedicatedHsmJsonWebKeyType
- Implements
Constructors
DedicatedHsmJsonWebKeyType(String) |
Initializes a new instance of DedicatedHsmJsonWebKeyType. |
Properties
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 fully provisioned. |
Methods
Equals(DedicatedHsmJsonWebKeyType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DedicatedHsmJsonWebKeyType, DedicatedHsmJsonWebKeyType) |
Determines if two DedicatedHsmJsonWebKeyType values are the same. |
Implicit(String to DedicatedHsmJsonWebKeyType) |
Converts a String to a DedicatedHsmJsonWebKeyType. |
Inequality(DedicatedHsmJsonWebKeyType, DedicatedHsmJsonWebKeyType) |
Determines if two DedicatedHsmJsonWebKeyType values are not the same. |