Skip to content

AzureMetricDimension🔗

Constructor🔗

AzureMetricDimension()

Methods🔗

build🔗

Builds the object.

def build() -> azuremonitor.AzureMetricDimension

dimension🔗

Name of Dimension to be filtered on.

def dimension(dimension: str) -> typing.Self

filter_val🔗

@deprecated filter is deprecated in favour of filters to support multiselect.

def filter_val(filter_val: str) -> typing.Self

filters🔗

Values to match with the filter.

def filters(filters: list[str]) -> typing.Self

operator🔗

String denoting the filter operation. Supports 'eq' - equals,'ne' - not equals, 'sw' - starts with. Note that some dimensions may not support all operators.

def operator(operator: str) -> typing.Self

See also🔗