ServiceSpecification Class
One property of operation, include log specifications.
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. Default value: None
|
|
metric_specifications
|
Metric specifications of operation. Default value: None
|
Variables
| Name | Description |
|---|---|
|
log_specifications
|
Log specifications of operation. |
|
metric_specifications
|
Metric specifications of operation. |