CertificatesOperations interface
Interface representing a Certificates operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Create or update the NGINX certificates for given NGINX deployment |
| delete | |
| get | Get a certificate of given NGINX deployment |
| list | List all certificates of given NGINX deployment |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NginxCertificate>, NginxCertificate>>
Property Value
(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NginxCertificate>, NginxCertificate>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams) => Promise<NginxCertificate>
Property Value
(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams) => Promise<NginxCertificate>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams) => Promise<void>
createOrUpdate
Create or update the NGINX certificates for given NGINX deployment
createOrUpdate: (resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams) => PollerLike<OperationState<NginxCertificate>, NginxCertificate>
Property Value
(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>
Property Value
(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a certificate of given NGINX deployment
get: (resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesGetOptionalParams) => Promise<NginxCertificate>
Property Value
(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesGetOptionalParams) => Promise<NginxCertificate>
list
List all certificates of given NGINX deployment
list: (resourceGroupName: string, deploymentName: string, options?: CertificatesListOptionalParams) => PagedAsyncIterableIterator<NginxCertificate, NginxCertificate[], PageSettings>
Property Value
(resourceGroupName: string, deploymentName: string, options?: CertificatesListOptionalParams) => PagedAsyncIterableIterator<NginxCertificate, NginxCertificate[], PageSettings>