Class OperationProperties
java.lang.Object
com.azure.resourcemanager.keyvault.fluent.models.OperationProperties
Properties of operation, include metric specifications.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the serviceSpecification property: One property of operation, include metric specifications.voidvalidate()Validates the instance.withServiceSpecification(ServiceSpecification serviceSpecification) Set the serviceSpecification property: One property of operation, include metric specifications.
-
Constructor Details
-
OperationProperties
public OperationProperties()Creates an instance of OperationProperties class.
-
-
Method Details
-
serviceSpecification
Get the serviceSpecification property: One property of operation, include metric specifications.- Returns:
- the serviceSpecification value.
-
withServiceSpecification
Set the serviceSpecification property: One property of operation, include metric specifications.- Parameters:
serviceSpecification- the serviceSpecification value to set.- Returns:
- the OperationProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-