BillingStatisticsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:billing_statistics> attribute.
Constructor
BillingStatisticsOperations(*args, **kwargs)
Methods
| get |
Gets a billing statistic. |
| list |
Gets all Microsoft Sentinel billing statistics. |
get
Gets a billing statistic.
get(resource_group_name: str, workspace_name: str, billing_statistic_name: str, **kwargs: Any) -> BillingStatistic
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
workspace_name
Required
|
The name of the workspace. Required. |
|
billing_statistic_name
Required
|
The name of the billing statistic. Required. |
Returns
| Type | Description |
|---|---|
|
BillingStatistic. The BillingStatistic is compatible with MutableMapping |
Exceptions
| Type | Description |
|---|---|
list
Gets all Microsoft Sentinel billing statistics.
list(resource_group_name: str, workspace_name: str, **kwargs: Any) -> ItemPaged[BillingStatistic]
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
workspace_name
Required
|
The name of the workspace. Required. |
Returns
| Type | Description |
|---|---|
|
An iterator like instance of BillingStatistic |
Exceptions
| Type | Description |
|---|---|