Share via


BatchCertificateState Struct

Definition

BatchCertificateState enums.

public readonly struct BatchCertificateState : IEquatable<Azure.Compute.Batch.BatchCertificateState>
type BatchCertificateState = struct
Public Structure BatchCertificateState
Implements IEquatable(Of BatchCertificateState)
Inheritance
BatchCertificateState
Implements

Constructors

BatchCertificateState(String)

Initializes a new instance of BatchCertificateState.

Properties

Active

The Certificate is available for use in Pools.

DeleteFailed

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 Nodes. (The latter can occur if the Certificate has been removed from the Pool, but the Compute Node has not yet restarted. Compute 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.

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.

Methods

Equals(BatchCertificateState)

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

Determines if two BatchCertificateState values are the same.

Implicit(String to BatchCertificateState)

Converts a String to a BatchCertificateState.

Inequality(BatchCertificateState, BatchCertificateState)

Determines if two BatchCertificateState values are not the same.

Applies to