DimensionProperties Class

properties for dimension.

Inheritance
DimensionProperties

Constructor

DimensionProperties(*, display_name: Optional[str] = None, name: Optional[str] = None, to_be_exported_for_customer: Optional[bool] = None, **kwargs)

Parameters

display_name
str
Required

localized display name of the dimension to customer.

name
str
Required

dimension name.

to_be_exported_for_customer
bool
Required

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