BillingStatisticsOperations interface
Interfaccia che rappresenta un'operazione di BillingStatistiche.
Proprietà
| get | Ottiene una statistica di fatturazione |
| list | Ottiene tutte le statistiche di fatturazione di Microsoft Sentinel. |
Dettagli proprietà
get
Ottiene una statistica di fatturazione
get: (resourceGroupName: string, workspaceName: string, billingStatisticName: string, options?: BillingStatisticsGetOptionalParams) => Promise<BillingStatisticUnion>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, billingStatisticName: string, options?: BillingStatisticsGetOptionalParams) => Promise<BillingStatisticUnion>
list
Ottiene tutte le statistiche di fatturazione di Microsoft Sentinel.
list: (resourceGroupName: string, workspaceName: string, options?: BillingStatisticsListOptionalParams) => PagedAsyncIterableIterator<BillingStatisticUnion, BillingStatisticUnion[], PageSettings>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, options?: BillingStatisticsListOptionalParams) => PagedAsyncIterableIterator<BillingStatisticUnion, BillingStatisticUnion[], PageSettings>