다음을 통해 공유


ServerCollectorsOperations interface

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

메서드

beginCreate(string, string, string, ServerCollector, ServerCollectorsOperationsCreateOptionalParams)

ServerCollector 만들기

beginCreateAndWait(string, string, string, ServerCollector, ServerCollectorsOperationsCreateOptionalParams)

ServerCollector 만들기

delete(string, string, string, ServerCollectorsOperationsDeleteOptionalParams)

ServerCollector 삭제

get(string, string, string, ServerCollectorsOperationsGetOptionalParams)

ServerCollector 가져오기

listByAssessmentProject(string, string, ServerCollectorsOperationsListByAssessmentProjectOptionalParams)

AssessmentProject별 ServerCollector 리소스 나열

메서드 세부 정보

beginCreate(string, string, string, ServerCollector, ServerCollectorsOperationsCreateOptionalParams)

ServerCollector 만들기

function beginCreate(resourceGroupName: string, projectName: string, serverCollectorName: string, resource: ServerCollector, options?: ServerCollectorsOperationsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ServerCollector>, ServerCollector>>

매개 변수

resourceGroupName

string

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

projectName

string

평가 프로젝트 이름

serverCollectorName

string

물리적 서버 수집기 ARM 이름

resource
ServerCollector

리소스 만들기 매개 변수입니다.

options
ServerCollectorsOperationsCreateOptionalParams

옵션 매개 변수입니다.

반환

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

beginCreateAndWait(string, string, string, ServerCollector, ServerCollectorsOperationsCreateOptionalParams)

ServerCollector 만들기

function beginCreateAndWait(resourceGroupName: string, projectName: string, serverCollectorName: string, resource: ServerCollector, options?: ServerCollectorsOperationsCreateOptionalParams): Promise<ServerCollector>

매개 변수

resourceGroupName

string

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

projectName

string

평가 프로젝트 이름

serverCollectorName

string

물리적 서버 수집기 ARM 이름

resource
ServerCollector

리소스 만들기 매개 변수입니다.

options
ServerCollectorsOperationsCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<ServerCollector>

delete(string, string, string, ServerCollectorsOperationsDeleteOptionalParams)

ServerCollector 삭제

function delete(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsOperationsDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

projectName

string

평가 프로젝트 이름

serverCollectorName

string

물리적 서버 수집기 ARM 이름

options
ServerCollectorsOperationsDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, string, ServerCollectorsOperationsGetOptionalParams)

ServerCollector 가져오기

function get(resourceGroupName: string, projectName: string, serverCollectorName: string, options?: ServerCollectorsOperationsGetOptionalParams): Promise<ServerCollector>

매개 변수

resourceGroupName

string

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

projectName

string

평가 프로젝트 이름

serverCollectorName

string

물리적 서버 수집기 ARM 이름

options
ServerCollectorsOperationsGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<ServerCollector>

listByAssessmentProject(string, string, ServerCollectorsOperationsListByAssessmentProjectOptionalParams)

AssessmentProject별 ServerCollector 리소스 나열

function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: ServerCollectorsOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<ServerCollector, ServerCollector[], PageSettings>

매개 변수

resourceGroupName

string

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

projectName

string

평가 프로젝트 이름

반환