CertificateProvisioningState 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 of the certificate.
public readonly struct CertificateProvisioningState : IEquatable<Azure.ResourceManager.Applications.Containers.Models.CertificateProvisioningState>
type CertificateProvisioningState = struct
Public Structure CertificateProvisioningState
Implements IEquatable(Of CertificateProvisioningState)
- Inheritance
-
CertificateProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| CertificateProvisioningState(String) |
Initializes a new instance of CertificateProvisioningState. |
Properties
| Name | Description |
|---|---|
| Canceled |
Canceled. |
| DeleteFailed |
DeleteFailed. |
| Failed |
Failed. |
| Pending |
Pending. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(CertificateProvisioningState) |
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
| Name | Description |
|---|---|
| Equality(CertificateProvisioningState, CertificateProvisioningState) |
Determines if two CertificateProvisioningState values are the same. |
| Implicit(String to CertificateProvisioningState) |
Converts a string to a CertificateProvisioningState. |
| Inequality(CertificateProvisioningState, CertificateProvisioningState) |
Determines if two CertificateProvisioningState values are not the same. |