다음을 통해 공유


ServerTrustCertificates interface

ServerTrustCertificates를 나타내는 인터페이스입니다.

메서드

beginCreateOrUpdate(string, string, string, ServerTrustCertificate, ServerTrustCertificatesCreateOrUpdateOptionalParams)

서버 신뢰 인증서를 상자에서 Sql Managed Instance 업로드합니다.

beginCreateOrUpdateAndWait(string, string, string, ServerTrustCertificate, ServerTrustCertificatesCreateOrUpdateOptionalParams)

서버 신뢰 인증서를 상자에서 Sql Managed Instance 업로드합니다.

beginDelete(string, string, string, ServerTrustCertificatesDeleteOptionalParams)

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

beginDeleteAndWait(string, string, string, ServerTrustCertificatesDeleteOptionalParams)

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

get(string, string, string, ServerTrustCertificatesGetOptionalParams)

상자에서 Sql Managed Instance 업로드된 서버 신뢰 인증서를 가져옵니다.

listByInstance(string, string, ServerTrustCertificatesListByInstanceOptionalParams)

상자에서 지정된 Sql Managed Instance 업로드된 서버 신뢰 인증서 목록을 가져옵니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, ServerTrustCertificate, ServerTrustCertificatesCreateOrUpdateOptionalParams)

서버 신뢰 인증서를 상자에서 Sql Managed Instance 업로드합니다.

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

매개 변수

resourceGroupName

string

리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다.

managedInstanceName

string

관리되는 인스턴스의 이름입니다.

certificateName

string

업로드할 인증서의 이름입니다.

parameters
ServerTrustCertificate

서버 신뢰 인증서 정보입니다.

options
ServerTrustCertificatesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<ServerTrustCertificate>, ServerTrustCertificate>>

beginCreateOrUpdateAndWait(string, string, string, ServerTrustCertificate, ServerTrustCertificatesCreateOrUpdateOptionalParams)

서버 신뢰 인증서를 상자에서 Sql Managed Instance 업로드합니다.

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

매개 변수

resourceGroupName

string

리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다.

managedInstanceName

string

관리되는 인스턴스의 이름입니다.

certificateName

string

업로드할 인증서의 이름입니다.

parameters
ServerTrustCertificate

서버 신뢰 인증서 정보입니다.

options
ServerTrustCertificatesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginDelete(string, string, string, ServerTrustCertificatesDeleteOptionalParams)

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

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

매개 변수

resourceGroupName

string

리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다.

managedInstanceName

string

관리되는 인스턴스의 이름입니다.

certificateName

string

삭제할 인증서의 이름입니다.

options
ServerTrustCertificatesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, ServerTrustCertificatesDeleteOptionalParams)

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

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

매개 변수

resourceGroupName

string

리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다.

managedInstanceName

string

관리되는 인스턴스의 이름입니다.

certificateName

string

삭제할 인증서의 이름입니다.

options
ServerTrustCertificatesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, string, ServerTrustCertificatesGetOptionalParams)

상자에서 Sql Managed Instance 업로드된 서버 신뢰 인증서를 가져옵니다.

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

매개 변수

resourceGroupName

string

리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다.

managedInstanceName

string

관리되는 인스턴스의 이름입니다.

certificateName

string

가져올 인증서의 이름입니다.

options
ServerTrustCertificatesGetOptionalParams

옵션 매개 변수입니다.

반환

listByInstance(string, string, ServerTrustCertificatesListByInstanceOptionalParams)

상자에서 지정된 Sql Managed Instance 업로드된 서버 신뢰 인증서 목록을 가져옵니다.

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

매개 변수

resourceGroupName

string

리소스를 포함하는 리소스 그룹의 이름입니다. Azure 리소스 관리자 API 또는 포털에서 이 값을 가져올 수 있습니다.

managedInstanceName

string

관리되는 인스턴스의 이름입니다.

options
ServerTrustCertificatesListByInstanceOptionalParams

옵션 매개 변수입니다.

반환