다음을 통해 공유


Summaries class

요약을 나타내는 클래스입니다.

생성자

Summaries(ServicemapManagementClientContext)

요약을 만듭니다.

메서드

getMachines(string, string, ServiceCallback<MachinesSummary>)
getMachines(string, string, SummariesGetMachinesOptionalParams)

작업 영역의 컴퓨터에 대한 요약 정보를 반환합니다.

getMachines(string, string, SummariesGetMachinesOptionalParams, ServiceCallback<MachinesSummary>)

생성자 세부 정보

Summaries(ServicemapManagementClientContext)

요약을 만듭니다.

new Summaries(client: ServicemapManagementClientContext)

매개 변수

client
ServicemapManagementClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

getMachines(string, string, ServiceCallback<MachinesSummary>)

function getMachines(resourceGroupName: string, workspaceName: string, callback: ServiceCallback<MachinesSummary>)

매개 변수

resourceGroupName

string

지정된 subscriptionId 내의 리소스 그룹 이름입니다.

workspaceName

string

관심 있는 리소스가 포함된 OMS 작업 영역입니다.

callback

ServiceCallback<MachinesSummary>

콜백

getMachines(string, string, SummariesGetMachinesOptionalParams)

작업 영역의 컴퓨터에 대한 요약 정보를 반환합니다.

function getMachines(resourceGroupName: string, workspaceName: string, options?: SummariesGetMachinesOptionalParams): Promise<SummariesGetMachinesResponse>

매개 변수

resourceGroupName

string

지정된 subscriptionId 내의 리소스 그룹 이름입니다.

workspaceName

string

관심 있는 리소스가 포함된 OMS 작업 영역입니다.

options
SummariesGetMachinesOptionalParams

선택적 매개 변수

반환

Promise<Models.SummariesGetMachinesResponse>

getMachines(string, string, SummariesGetMachinesOptionalParams, ServiceCallback<MachinesSummary>)

function getMachines(resourceGroupName: string, workspaceName: string, options: SummariesGetMachinesOptionalParams, callback: ServiceCallback<MachinesSummary>)

매개 변수

resourceGroupName

string

지정된 subscriptionId 내의 리소스 그룹 이름입니다.

workspaceName

string

관심 있는 리소스가 포함된 OMS 작업 영역입니다.

options
SummariesGetMachinesOptionalParams

선택적 매개 변수

callback

ServiceCallback<MachinesSummary>

콜백