Share via


UsageMetricsOperations interface

Interface representing a UsageMetrics operations.

Properties

get

Gets monthly usage information for a workspace.

listByWorkspace

Lists monthly usage information for a workspace.

Property Details

get

Gets monthly usage information for a workspace.

get: (resourceGroupName: string, workspaceName: string, name: string, options?: UsageMetricsGetOptionalParams) => Promise<UsageMetric>

Property Value

(resourceGroupName: string, workspaceName: string, name: string, options?: UsageMetricsGetOptionalParams) => Promise<UsageMetric>

listByWorkspace

Lists monthly usage information for a workspace.

listByWorkspace: (resourceGroupName: string, workspaceName: string, options?: UsageMetricsListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<UsageMetric, UsageMetric[], PageSettings>

Property Value

(resourceGroupName: string, workspaceName: string, options?: UsageMetricsListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<UsageMetric, UsageMetric[], PageSettings>