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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python