AssessedSqlMachinesOperations interface

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

메서드

get(string, string, string, string, string, AssessedSqlMachinesOperationsGetOptionalParams)

AssessedSqlMachine 가져오기

listBySqlAssessmentV2(string, string, string, string, AssessedSqlMachinesOperationsListBySqlAssessmentV2OptionalParams)

SqlAssessmentV2별 AssessedSqlMachine 리소스 나열

메서드 세부 정보

get(string, string, string, string, string, AssessedSqlMachinesOperationsGetOptionalParams)

AssessedSqlMachine 가져오기

function get(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, assessedSqlMachineName: string, options?: AssessedSqlMachinesOperationsGetOptionalParams): Promise<AssessedSqlMachine>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

projectName

string

평가 프로젝트 이름

groupName

string

그룹 ARM 이름

assessmentName

string

SQL 평가 암 이름입니다.

assessedSqlMachineName

string

Sql 평가 평가 컴퓨터 ARM 이름입니다.

options
AssessedSqlMachinesOperationsGetOptionalParams

옵션 매개 변수입니다.

반환

listBySqlAssessmentV2(string, string, string, string, AssessedSqlMachinesOperationsListBySqlAssessmentV2OptionalParams)

SqlAssessmentV2별 AssessedSqlMachine 리소스 나열

function listBySqlAssessmentV2(resourceGroupName: string, projectName: string, groupName: string, assessmentName: string, options?: AssessedSqlMachinesOperationsListBySqlAssessmentV2OptionalParams): PagedAsyncIterableIterator<AssessedSqlMachine, AssessedSqlMachine[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

projectName

string

평가 프로젝트 이름

groupName

string

그룹 ARM 이름

assessmentName

string

SQL 평가 암 이름입니다.

반환