OperationServiceSpecificationDefinition Class
The definition of Azure Monitoring list.
Constructor
OperationServiceSpecificationDefinition(*, metric_specifications: List[_models.OperationMetricSpecificationDefinition] | None = None, log_specifications: List[_models.OperationLogSpecificationDefinition] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
metric_specifications
|
A list of Azure Monitoring metrics definition. Default value: None
|
log_specifications
|
A list of Azure Monitoring log definitions. Default value: None
|
Variables
Name | Description |
---|---|
metric_specifications
|
A list of Azure Monitoring metrics definition. |
log_specifications
|
A list of Azure Monitoring log definitions. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python