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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python