CertificatesOperations interface

Interface representing a Certificates operations.

Properties

createOrUpdate

Create or Update a Certificate.

delete

Deletes the specified Certificate.

get

Get the specified Certificate.

list

Get the Certificates in a given managed environment.

update

Patches a certificate. Currently only patching of tags is supported

Property Details

createOrUpdate

Create or Update a Certificate.

createOrUpdate: (resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams) => Promise<Certificate>

Property Value

(resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams) => Promise<Certificate>

delete

Deletes the specified Certificate.

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

Property Value

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

get

Get the specified Certificate.

get: (resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesGetOptionalParams) => Promise<Certificate>

Property Value

(resourceGroupName: string, environmentName: string, certificateName: string, options?: CertificatesGetOptionalParams) => Promise<Certificate>

list

Get the Certificates in a given managed environment.

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

Property Value

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

update

Patches a certificate. Currently only patching of tags is supported

update: (resourceGroupName: string, environmentName: string, certificateName: string, certificateEnvelope: CertificatePatch, options?: CertificatesUpdateOptionalParams) => Promise<Certificate>

Property Value

(resourceGroupName: string, environmentName: string, certificateName: string, certificateEnvelope: CertificatePatch, options?: CertificatesUpdateOptionalParams) => Promise<Certificate>