Partager via


UsageMetricsOperations interface

Interface représentant une opération UsageMetrics.

Propriétés

get

Obtient des informations mensuelles sur l’utilisation d’un espace de travail.

listByWorkspace

Répertorie les informations mensuelles d’utilisation d’un espace de travail.

Détails de la propriété

get

Obtient des informations mensuelles sur l’utilisation d’un espace de travail.

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

Valeur de propriété

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

listByWorkspace

Répertorie les informations mensuelles d’utilisation d’un espace de travail.

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

Valeur de propriété

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