Partager via


Certificates interface

Interface représentant un certificat.

Méthodes

get(string, string, string, CertificatesGetOptionalParams)

Obtenir un certificat

listByCatalog(string, string, CertificatesListByCatalogOptionalParams)

Répertorier les ressources de certificat par catalogue

retrieveCertChain(string, string, string, CertificatesRetrieveCertChainOptionalParams)

Récupère la chaîne de certificats.

retrieveProofOfPossessionNonce(string, string, string, ProofOfPossessionNonceRequest, CertificatesRetrieveProofOfPossessionNonceOptionalParams)

Obtient la preuve de possession nonce.

Détails de la méthode

get(string, string, string, CertificatesGetOptionalParams)

Obtenir un certificat

function get(resourceGroupName: string, catalogName: string, serialNumber: string, options?: CertificatesGetOptionalParams): Promise<Certificate>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

catalogName

string

Nom du catalogue

serialNumber

string

Numéro de série du certificat. Utilisez « .default » pour obtenir le certificat actif actuel.

options
CertificatesGetOptionalParams

Paramètres d’options.

Retours

Promise<Certificate>

listByCatalog(string, string, CertificatesListByCatalogOptionalParams)

Répertorier les ressources de certificat par catalogue

function listByCatalog(resourceGroupName: string, catalogName: string, options?: CertificatesListByCatalogOptionalParams): PagedAsyncIterableIterator<Certificate, Certificate[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

catalogName

string

Nom du catalogue

options
CertificatesListByCatalogOptionalParams

Paramètres d’options.

Retours

retrieveCertChain(string, string, string, CertificatesRetrieveCertChainOptionalParams)

Récupère la chaîne de certificats.

function retrieveCertChain(resourceGroupName: string, catalogName: string, serialNumber: string, options?: CertificatesRetrieveCertChainOptionalParams): Promise<CertificateChainResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

catalogName

string

Nom du catalogue

serialNumber

string

Numéro de série du certificat. Utilisez « .default » pour obtenir le certificat actif actuel.

options
CertificatesRetrieveCertChainOptionalParams

Paramètres d’options.

Retours

retrieveProofOfPossessionNonce(string, string, string, ProofOfPossessionNonceRequest, CertificatesRetrieveProofOfPossessionNonceOptionalParams)

Obtient la preuve de possession nonce.

function retrieveProofOfPossessionNonce(resourceGroupName: string, catalogName: string, serialNumber: string, proofOfPossessionNonceRequest: ProofOfPossessionNonceRequest, options?: CertificatesRetrieveProofOfPossessionNonceOptionalParams): Promise<ProofOfPossessionNonceResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

catalogName

string

Nom du catalogue

serialNumber

string

Numéro de série du certificat. Utilisez « .default » pour obtenir le certificat actif actuel.

proofOfPossessionNonceRequest
ProofOfPossessionNonceRequest

Preuve de possession nonce corps de demande

Retours