BillingStatisticsOperations interface

Interface représentant une opération BillingStatistics.

Propriétés

get

Obtient une statistique de facturation

list

Obtient toutes les statistiques de facturation de Microsoft Sentinel.

Détails de la propriété

get

Obtient une statistique de facturation

get: (resourceGroupName: string, workspaceName: string, billingStatisticName: string, options?: BillingStatisticsGetOptionalParams) => Promise<BillingStatisticUnion>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, billingStatisticName: string, options?: BillingStatisticsGetOptionalParams) => Promise<BillingStatisticUnion>

list

Obtient toutes les statistiques de facturation de Microsoft Sentinel.

list: (resourceGroupName: string, workspaceName: string, options?: BillingStatisticsListOptionalParams) => PagedAsyncIterableIterator<BillingStatisticUnion, BillingStatisticUnion[], PageSettings>

Valeur de propriété

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