MetricAvailabilityLocation Class

Info about where the metric data is stored.

Inheritance
MetricAvailabilityLocation

Constructor

MetricAvailabilityLocation(*, table_endpoint: Optional[str] = None, table_info: Optional[List[azure.mgmt.monitor.v2015_07_01.models._models_py3.TableInfoEntry]] = None, partition_key: Optional[str] = None, **kwargs)

Variables

table_endpoint
str

The url for the storage account.

table_info
list[<xref:$>(<xref:python-base-namespace>)TableInfoEntry]

Info about the storage tables storing this resources metrics.

partition_key
str

partition key in the table where the metrics for this resource are stored.