Condividi tramite


CertificatesOperations interface

Interfaccia che rappresenta le operazioni di un certificato.

Proprietà

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Creare o aggiornare i certificati NGINX per la distribuzione NGINX specificata

delete
get

Ottenere un certificato della distribuzione NGINX specificata

list

Elencare tutti i certificati di implementazione NGINX

Dettagli proprietà

beginCreateOrUpdate

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

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

Valore della proprietà

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

beginCreateOrUpdateAndWait

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

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

Valore della proprietà

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

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

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

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

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

createOrUpdate

Creare o aggiornare i certificati NGINX per la distribuzione NGINX specificata

createOrUpdate: (resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams) => PollerLike<OperationState<NginxCertificate>, NginxCertificate>

Valore della proprietà

(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams) => PollerLike<OperationState<NginxCertificate>, NginxCertificate>

delete

delete: (resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Ottenere un certificato della distribuzione NGINX specificata

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

Valore della proprietà

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

list

Elencare tutti i certificati di implementazione NGINX

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

Valore della proprietà

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