ServiceSpecification Class

  • java.lang.Object
    • com.microsoft.azure.management.keyvault.ServiceSpecification

public class ServiceSpecification

One property of operation, include log specifications.

Constructor Summary

Constructor Description
ServiceSpecification()

Method Summary

Modifier and Type Method and Description
java.util.List<LogSpecification> logSpecifications()

Get the logSpecifications value.

ServiceSpecification withLogSpecifications(List<LogSpecification> logSpecifications)

Set the logSpecifications value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ServiceSpecification

public ServiceSpecification()

Method Details

logSpecifications

public List logSpecifications()

Get the logSpecifications value.

Returns:

the logSpecifications value

withLogSpecifications

public ServiceSpecification withLogSpecifications(List logSpecifications)

Set the logSpecifications value.

Parameters:

logSpecifications - the logSpecifications value to set

Returns:

the ServiceSpecification object itself.

Applies to