BudgetFilter Class
May be used to filter budgets by resource group, resource, or meter.
Constructor
BudgetFilter(*, and_property: List[_models.BudgetFilterProperties] | None = None, dimensions: _models.BudgetComparisonExpression | None = None, tags: _models.BudgetComparisonExpression | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
and_property
|
The logical "AND" expression. Must have at least 2 items. |
dimensions
|
Has comparison expression for a dimension. |
tags
|
A set of tags. Has comparison expression for a tag. |
Variables
Name | Description |
---|---|
and_property
|
The logical "AND" expression. Must have at least 2 items. |
dimensions
|
Has comparison expression for a dimension. |
tags
|
A set of tags. Has comparison expression for a tag. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python