Partager via


Certificates interface

Interface représentant des certificats.

Méthodes

beginCreateOrUpdate(string, string, string, CertificatesCreateOrUpdateOptionalParams)

Créer ou mettre à jour les certificats NGINX pour un déploiement NGINX donné

beginCreateOrUpdateAndWait(string, string, string, CertificatesCreateOrUpdateOptionalParams)

Créer ou mettre à jour les certificats NGINX pour un déploiement NGINX donné

beginDelete(string, string, string, CertificatesDeleteOptionalParams)

Supprime un certificat du déploiement NGINX

beginDeleteAndWait(string, string, string, CertificatesDeleteOptionalParams)

Supprime un certificat du déploiement NGINX

get(string, string, string, CertificatesGetOptionalParams)

Obtenir un certificat d’un déploiement NGINX donné

list(string, string, CertificatesListOptionalParams)

Répertorier tous les certificats d’un déploiement NGINX donné

Détails de la méthode

beginCreateOrUpdate(string, string, string, CertificatesCreateOrUpdateOptionalParams)

Créer ou mettre à jour les certificats NGINX pour un déploiement NGINX donné

function beginCreateOrUpdate(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NginxCertificate>, NginxCertificate>>

Paramètres

resourceGroupName

string

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

deploymentName

string

Nom du déploiement NGINX ciblé

certificateName

string

Nom du certificat

options
CertificatesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<NginxCertificate>, NginxCertificate>>

beginCreateOrUpdateAndWait(string, string, string, CertificatesCreateOrUpdateOptionalParams)

Créer ou mettre à jour les certificats NGINX pour un déploiement NGINX donné

function beginCreateOrUpdateAndWait(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams): Promise<NginxCertificate>

Paramètres

resourceGroupName

string

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

deploymentName

string

Nom du déploiement NGINX ciblé

certificateName

string

Nom du certificat

options
CertificatesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<NginxCertificate>

beginDelete(string, string, string, CertificatesDeleteOptionalParams)

Supprime un certificat du déploiement NGINX

function beginDelete(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

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

deploymentName

string

Nom du déploiement NGINX ciblé

certificateName

string

Nom du certificat

options
CertificatesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, CertificatesDeleteOptionalParams)

Supprime un certificat du déploiement NGINX

function beginDeleteAndWait(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

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

deploymentName

string

Nom du déploiement NGINX ciblé

certificateName

string

Nom du certificat

options
CertificatesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, CertificatesGetOptionalParams)

Obtenir un certificat d’un déploiement NGINX donné

function get(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesGetOptionalParams): Promise<NginxCertificate>

Paramètres

resourceGroupName

string

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

deploymentName

string

Nom du déploiement NGINX ciblé

certificateName

string

Nom du certificat

options
CertificatesGetOptionalParams

Paramètres d’options.

Retours

Promise<NginxCertificate>

list(string, string, CertificatesListOptionalParams)

Répertorier tous les certificats d’un déploiement NGINX donné

function list(resourceGroupName: string, deploymentName: string, options?: CertificatesListOptionalParams): PagedAsyncIterableIterator<NginxCertificate, NginxCertificate[], PageSettings>

Paramètres

resourceGroupName

string

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

deploymentName

string

Nom du déploiement NGINX ciblé

options
CertificatesListOptionalParams

Paramètres d’options.

Retours