ManagedCertificatesOperations interface

Interfaccia che rappresenta un'operazione ManagedCertificates.

Proprietà

beginCreateOrUpdate
beginCreateOrUpdateAndWait
createOrUpdate

Creare o aggiornare un certificato gestito.

delete

Elimina il certificato gestito specificato.

get

Ottenere il certificato gestito specificato.

list

Ottenere i certificati gestiti in un determinato ambiente gestito.

update

Applica patch a un certificato gestito. È supportata l'applicazione di patch ai tag

Dettagli proprietà

beginCreateOrUpdate

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, environmentName: string, managedCertificateName: string, options?: ManagedCertificatesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedCertificate>, ManagedCertificate>>

Valore della proprietà

(resourceGroupName: string, environmentName: string, managedCertificateName: string, options?: ManagedCertificatesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedCertificate>, ManagedCertificate>>

beginCreateOrUpdateAndWait

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, environmentName: string, managedCertificateName: string, options?: ManagedCertificatesCreateOrUpdateOptionalParams) => Promise<ManagedCertificate>

Valore della proprietà

(resourceGroupName: string, environmentName: string, managedCertificateName: string, options?: ManagedCertificatesCreateOrUpdateOptionalParams) => Promise<ManagedCertificate>

createOrUpdate

Creare o aggiornare un certificato gestito.

createOrUpdate: (resourceGroupName: string, environmentName: string, managedCertificateName: string, options?: ManagedCertificatesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedCertificate>, ManagedCertificate>

Valore della proprietà

(resourceGroupName: string, environmentName: string, managedCertificateName: string, options?: ManagedCertificatesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedCertificate>, ManagedCertificate>

delete

Elimina il certificato gestito specificato.

delete: (resourceGroupName: string, environmentName: string, managedCertificateName: string, options?: ManagedCertificatesDeleteOptionalParams) => Promise<void>

Valore della proprietà

(resourceGroupName: string, environmentName: string, managedCertificateName: string, options?: ManagedCertificatesDeleteOptionalParams) => Promise<void>

get

Ottenere il certificato gestito specificato.

get: (resourceGroupName: string, environmentName: string, managedCertificateName: string, options?: ManagedCertificatesGetOptionalParams) => Promise<ManagedCertificate>

Valore della proprietà

(resourceGroupName: string, environmentName: string, managedCertificateName: string, options?: ManagedCertificatesGetOptionalParams) => Promise<ManagedCertificate>

list

Ottenere i certificati gestiti in un determinato ambiente gestito.

list: (resourceGroupName: string, environmentName: string, options?: ManagedCertificatesListOptionalParams) => PagedAsyncIterableIterator<ManagedCertificate, ManagedCertificate[], PageSettings>

Valore della proprietà

(resourceGroupName: string, environmentName: string, options?: ManagedCertificatesListOptionalParams) => PagedAsyncIterableIterator<ManagedCertificate, ManagedCertificate[], PageSettings>

update

Applica patch a un certificato gestito. È supportata l'applicazione di patch ai tag

update: (resourceGroupName: string, environmentName: string, managedCertificateName: string, managedCertificateEnvelope: ManagedCertificatePatch, options?: ManagedCertificatesUpdateOptionalParams) => Promise<ManagedCertificate>

Valore della proprietà

(resourceGroupName: string, environmentName: string, managedCertificateName: string, managedCertificateEnvelope: ManagedCertificatePatch, options?: ManagedCertificatesUpdateOptionalParams) => Promise<ManagedCertificate>