Sdílet prostřednictvím


BatchAccountCertificateProvisioningState Struct

Definition

The BatchAccountCertificateProvisioningState.

public readonly struct BatchAccountCertificateProvisioningState : IEquatable<Azure.ResourceManager.Batch.Models.BatchAccountCertificateProvisioningState>
type BatchAccountCertificateProvisioningState = struct
Public Structure BatchAccountCertificateProvisioningState
Implements IEquatable(Of BatchAccountCertificateProvisioningState)
Inheritance
BatchAccountCertificateProvisioningState
Implements

Constructors

BatchAccountCertificateProvisioningState(String)

Initializes a new instance of BatchAccountCertificateProvisioningState.

Properties

Deleting

The user has requested that the certificate be deleted, but the delete operation has not yet completed. You may not reference the certificate when creating or updating pools.

Failed

The user requested that the certificate be deleted, but there are pools that still have references to the certificate, or it is still installed on one or more compute nodes. (The latter can occur if the certificate has been removed from the pool, but the node has not yet restarted. Nodes refresh their certificates only when they restart.) You may use the cancel certificate delete operation to cancel the delete, or the delete certificate operation to retry the delete.

Succeeded

The certificate is available for use in pools.

Methods

Equals(BatchAccountCertificateProvisioningState)

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(BatchAccountCertificateProvisioningState, BatchAccountCertificateProvisioningState)

Determines if two BatchAccountCertificateProvisioningState values are the same.

Implicit(String to BatchAccountCertificateProvisioningState)

Converts a string to a BatchAccountCertificateProvisioningState.

Inequality(BatchAccountCertificateProvisioningState, BatchAccountCertificateProvisioningState)

Determines if two BatchAccountCertificateProvisioningState values are not the same.

Applies to