Share via


DimensionProperties Class

properties for dimension.

Constructor

DimensionProperties(*, display_name: str | None = None, name: str | None = None, to_be_exported_for_customer: bool | None = None, **kwargs)

Parameters

Name Description
display_name
Required
str

localized display name of the dimension to customer.

name
Required
str

dimension name.

to_be_exported_for_customer
Required

flag indicating whether this dimension should be included to the customer in Azure Monitor logs (aka Shoebox).

Keyword-Only Parameters

Name Description
display_name
Default value: None
name
Default value: None
to_be_exported_for_customer
Default value: None