ServiceSpecification Class
One property of operation, include log specifications.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelServiceSpecification
Constructor
ServiceSpecification(*, log_specifications: List[_models.LogSpecification] | None = None, metric_specifications: List[_models.MetricSpecification] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
log_specifications
|
Log specifications of operation. |
metric_specifications
|
Metric specifications of operation. |
Variables
Name | Description |
---|---|
log_specifications
|
Log specifications of operation. |
metric_specifications
|
Metric specifications of operation. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python