UsageMetricsOperations interface
UsageMetrics 작업을 나타내는 인터페이스입니다.
속성
| get | 작업 영역에 대한 월별 사용량 정보를 가져옵니다. |
| list |
작업 영역에 대한 월별 사용량 정보를 나열합니다. |
속성 세부 정보
get
작업 영역에 대한 월별 사용량 정보를 가져옵니다.
get: (resourceGroupName: string, workspaceName: string, name: string, options?: UsageMetricsGetOptionalParams) => Promise<UsageMetric>
속성 값
(resourceGroupName: string, workspaceName: string, name: string, options?: UsageMetricsGetOptionalParams) => Promise<UsageMetric>
listByWorkspace
작업 영역에 대한 월별 사용량 정보를 나열합니다.
listByWorkspace: (resourceGroupName: string, workspaceName: string, options?: UsageMetricsListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<UsageMetric, UsageMetric[], PageSettings>
속성 값
(resourceGroupName: string, workspaceName: string, options?: UsageMetricsListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<UsageMetric, UsageMetric[], PageSettings>