Class ServiceSpecification
java.lang.Object
com.microsoft.azure.management.keyvault.ServiceSpecification
One property of operation, include log specifications.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the logSpecifications value.withLogSpecifications
(List<LogSpecification> logSpecifications) Set the logSpecifications value.
-
Constructor Details
-
ServiceSpecification
public ServiceSpecification()
-
-
Method Details
-
logSpecifications
Get the logSpecifications value.- Returns:
- the logSpecifications value
-
withLogSpecifications
Set the logSpecifications value.- Parameters:
logSpecifications
- the logSpecifications value to set- Returns:
- the ServiceSpecification object itself.
-