Package version:

Interface KeyVaultCertificatePollOperationState<TResult>

An interface representing the public shape of the state of a Key Vault Certificate Poller's operations.

interface KeyVaultCertificatePollOperationState<TResult> {
    certificateName: string;
}

Type Parameters

  • TResult

Hierarchy (view full)

Properties

Properties

certificateName: string

The name of the certificate.