CaCertificatesOperations interface

Interface representing a CaCertificates operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Create or update a CA certificate with the specified parameters.

delete
get

Get properties of a CA certificate.

listByNamespace

Get all the CA certificates under a namespace.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, namespaceName: string, caCertificateName: string, caCertificateInfo: CaCertificate, options?: CaCertificatesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CaCertificate>, CaCertificate>>

Property Value

(resourceGroupName: string, namespaceName: string, caCertificateName: string, caCertificateInfo: CaCertificate, options?: CaCertificatesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CaCertificate>, CaCertificate>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, namespaceName: string, caCertificateName: string, caCertificateInfo: CaCertificate, options?: CaCertificatesCreateOrUpdateOptionalParams) => Promise<CaCertificate>

Property Value

(resourceGroupName: string, namespaceName: string, caCertificateName: string, caCertificateInfo: CaCertificate, options?: CaCertificatesCreateOrUpdateOptionalParams) => Promise<CaCertificate>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, namespaceName: string, caCertificateName: string, options?: CaCertificatesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, namespaceName: string, caCertificateName: string, options?: CaCertificatesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, namespaceName: string, caCertificateName: string, options?: CaCertificatesDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, namespaceName: string, caCertificateName: string, options?: CaCertificatesDeleteOptionalParams) => Promise<void>

createOrUpdate

Create or update a CA certificate with the specified parameters.

createOrUpdate: (resourceGroupName: string, namespaceName: string, caCertificateName: string, caCertificateInfo: CaCertificate, options?: CaCertificatesCreateOrUpdateOptionalParams) => PollerLike<OperationState<CaCertificate>, CaCertificate>

Property Value

(resourceGroupName: string, namespaceName: string, caCertificateName: string, caCertificateInfo: CaCertificate, options?: CaCertificatesCreateOrUpdateOptionalParams) => PollerLike<OperationState<CaCertificate>, CaCertificate>

delete

delete: (resourceGroupName: string, namespaceName: string, caCertificateName: string, options?: CaCertificatesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, namespaceName: string, caCertificateName: string, options?: CaCertificatesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get properties of a CA certificate.

get: (resourceGroupName: string, namespaceName: string, caCertificateName: string, options?: CaCertificatesGetOptionalParams) => Promise<CaCertificate>

Property Value

(resourceGroupName: string, namespaceName: string, caCertificateName: string, options?: CaCertificatesGetOptionalParams) => Promise<CaCertificate>

listByNamespace

Get all the CA certificates under a namespace.

listByNamespace: (resourceGroupName: string, namespaceName: string, options?: CaCertificatesListByNamespaceOptionalParams) => PagedAsyncIterableIterator<CaCertificate, CaCertificate[], PageSettings>

Property Value

(resourceGroupName: string, namespaceName: string, options?: CaCertificatesListByNamespaceOptionalParams) => PagedAsyncIterableIterator<CaCertificate, CaCertificate[], PageSettings>