MetricsBatchQueryClient class

일괄 처리 메트릭을 쿼리할 수 있는 클라이언트입니다.

생성자

MetricsBatchQueryClient(string, TokenCredential, MetricsBatchQueryClientOptions)

메서드

queryBatch(string[], string, string[], MetricsBatchOptionalParams)

리소스 일괄 처리에 대해 요청된 모든 Azure Monitor 메트릭을 반환합니다.

생성자 세부 정보

MetricsBatchQueryClient(string, TokenCredential, MetricsBatchQueryClientOptions)

new MetricsBatchQueryClient(batchEndPoint: string, tokenCredential: TokenCredential, options?: MetricsBatchQueryClientOptions)

매개 변수

batchEndPoint

string

tokenCredential
TokenCredential

메서드 세부 정보

queryBatch(string[], string, string[], MetricsBatchOptionalParams)

리소스 일괄 처리에 대해 요청된 모든 Azure Monitor 메트릭을 반환합니다.

function queryBatch(resourceIds: string[], metricNamespace: string, metricNames: string[], options?: MetricsBatchOptionalParams): Promise<MetricResultsResponseValuesItem[]>

매개 변수

resourceIds

string[]

metricNamespace

string

metricNames

string[]

반환