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.
The certificate's provisioning state.
public readonly struct CertificateProvisioningState : IEquatable<Azure.ResourceManager.MobileNetwork.Models.CertificateProvisioningState>
type CertificateProvisioningState = struct
Public Structure CertificateProvisioningState
Implements IEquatable(Of CertificateProvisioningState)
- Inheritance
-
CertificateProvisioningState
- Implements
Constructors
CertificateProvisioningState(String) |
Initializes a new instance of CertificateProvisioningState. |
Properties
Failed |
The certificate failed to be provisioned. The "reason" property explains why. |
NotProvisioned |
The certificate has not been provisioned. |
Provisioned |
The certificate has been provisioned. |
Methods
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
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. |
Applies to
Azure SDK for .NET