CaCertificatesOperations interface

CaCertificate 작업을 나타내는 인터페이스.

속성

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

지정된 매개변수로 CA 인증서를 생성하거나 업데이트합니다.

delete
get

CA 인증서의 속성을 가져옵니다.

listByNamespace

모든 CA 인증서를 네임스페이스 아래에 모으세요.

속성 세부 정보

beginCreateOrUpdate

경고

이 API는 이제 사용되지 않습니다.

use createOrUpdate instead

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

속성 값

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

beginCreateOrUpdateAndWait

경고

이 API는 이제 사용되지 않습니다.

use createOrUpdate instead

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

속성 값

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

beginDelete

경고

이 API는 이제 사용되지 않습니다.

use delete instead

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

속성 값

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

beginDeleteAndWait

경고

이 API는 이제 사용되지 않습니다.

use delete instead

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

속성 값

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

createOrUpdate

지정된 매개변수로 CA 인증서를 생성하거나 업데이트합니다.

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

속성 값

(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>

속성 값

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

get

CA 인증서의 속성을 가져옵니다.

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

속성 값

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

listByNamespace

모든 CA 인증서를 네임스페이스 아래에 모으세요.

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

속성 값

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