OperationServiceSpecificationDefinition Class
The definition of Azure Monitoring list.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelOperationServiceSpecificationDefinition
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. |
log_specifications
|
A list of Azure Monitoring log definitions. |
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