ServerTrustCertificatesOperations interface

ServerTrustCertificates 작업을 나타내는 인터페이스입니다.

속성

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

SQL Server에서 SQL Managed Instance로 서버 신뢰 인증서를 업로드합니다.

delete

SQL Server에서 SQL Managed Instance로 업로드된 서버 신뢰 인증서를 삭제합니다.

get

SQL Server에서 SQL Managed Instance로 업로드된 서버 신뢰 인증서를 받습니다.

listByInstance

SQL Server와 지정된 SQL Managed Instance 간 통신을 안전하게 보호하는 데 사용되는 서버 신뢰 인증서 목록을 받습니다

속성 세부 정보

beginCreateOrUpdate

경고

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

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, managedInstanceName: string, certificateName: string, parameters: ServerTrustCertificate, options?: ServerTrustCertificatesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerTrustCertificate>, ServerTrustCertificate>>

속성 값

(resourceGroupName: string, managedInstanceName: string, certificateName: string, parameters: ServerTrustCertificate, options?: ServerTrustCertificatesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ServerTrustCertificate>, ServerTrustCertificate>>

beginCreateOrUpdateAndWait

경고

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

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, managedInstanceName: string, certificateName: string, parameters: ServerTrustCertificate, options?: ServerTrustCertificatesCreateOrUpdateOptionalParams) => Promise<ServerTrustCertificate>

속성 값

(resourceGroupName: string, managedInstanceName: string, certificateName: string, parameters: ServerTrustCertificate, options?: ServerTrustCertificatesCreateOrUpdateOptionalParams) => Promise<ServerTrustCertificate>

beginDelete

경고

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

use delete instead

beginDelete: (resourceGroupName: string, managedInstanceName: string, certificateName: string, options?: ServerTrustCertificatesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

속성 값

(resourceGroupName: string, managedInstanceName: string, certificateName: string, options?: ServerTrustCertificatesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

경고

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

use delete instead

beginDeleteAndWait: (resourceGroupName: string, managedInstanceName: string, certificateName: string, options?: ServerTrustCertificatesDeleteOptionalParams) => Promise<void>

속성 값

(resourceGroupName: string, managedInstanceName: string, certificateName: string, options?: ServerTrustCertificatesDeleteOptionalParams) => Promise<void>

createOrUpdate

SQL Server에서 SQL Managed Instance로 서버 신뢰 인증서를 업로드합니다.

createOrUpdate: (resourceGroupName: string, managedInstanceName: string, certificateName: string, parameters: ServerTrustCertificate, options?: ServerTrustCertificatesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerTrustCertificate>, ServerTrustCertificate>

속성 값

(resourceGroupName: string, managedInstanceName: string, certificateName: string, parameters: ServerTrustCertificate, options?: ServerTrustCertificatesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServerTrustCertificate>, ServerTrustCertificate>

delete

SQL Server에서 SQL Managed Instance로 업로드된 서버 신뢰 인증서를 삭제합니다.

delete: (resourceGroupName: string, managedInstanceName: string, certificateName: string, options?: ServerTrustCertificatesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

속성 값

(resourceGroupName: string, managedInstanceName: string, certificateName: string, options?: ServerTrustCertificatesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

SQL Server에서 SQL Managed Instance로 업로드된 서버 신뢰 인증서를 받습니다.

get: (resourceGroupName: string, managedInstanceName: string, certificateName: string, options?: ServerTrustCertificatesGetOptionalParams) => Promise<ServerTrustCertificate>

속성 값

(resourceGroupName: string, managedInstanceName: string, certificateName: string, options?: ServerTrustCertificatesGetOptionalParams) => Promise<ServerTrustCertificate>

listByInstance

SQL Server와 지정된 SQL Managed Instance 간 통신을 안전하게 보호하는 데 사용되는 서버 신뢰 인증서 목록을 받습니다

listByInstance: (resourceGroupName: string, managedInstanceName: string, options?: ServerTrustCertificatesListByInstanceOptionalParams) => PagedAsyncIterableIterator<ServerTrustCertificate, ServerTrustCertificate[], PageSettings>

속성 값

(resourceGroupName: string, managedInstanceName: string, options?: ServerTrustCertificatesListByInstanceOptionalParams) => PagedAsyncIterableIterator<ServerTrustCertificate, ServerTrustCertificate[], PageSettings>