public final class ServiceSpecification extends Object
| Constructor and Description |
|---|
ServiceSpecification() |
| Modifier and Type | Method and Description |
|---|---|
List<LogSpecification> |
logSpecifications()
Get the logSpecifications property: Log specifications of operation.
|
void |
validate()
Validates the instance.
|
ServiceSpecification |
withLogSpecifications(List<LogSpecification> logSpecifications)
Set the logSpecifications property: Log specifications of operation.
|
public List<LogSpecification> logSpecifications()
public ServiceSpecification withLogSpecifications(List<LogSpecification> logSpecifications)
logSpecifications - the logSpecifications value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.