Package version:

An interface representing the publicly available properties of the state of the CertificateOperationPoller.

interface CertificateOperationState {
    certificateName: string;
    certificateOperation?: CertificateOperation;
}

Hierarchy (view full)

Properties

certificateName: string

The name of the certificate.

certificateOperation?: CertificateOperation

The operation of the certificate