Class OperationProperties
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.OperationProperties
Additional details about an operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the serviceSpecification property: Details about a service operation.void
validate()
Validates the instance.withServiceSpecification
(OperationServiceSpecification serviceSpecification) Set the serviceSpecification property: Details about a service operation.
-
Constructor Details
-
OperationProperties
public OperationProperties()Creates an instance of OperationProperties class.
-
-
Method Details
-
serviceSpecification
Get the serviceSpecification property: Details about a service operation.- Returns:
- the serviceSpecification value.
-
withServiceSpecification
public OperationProperties withServiceSpecification(OperationServiceSpecification serviceSpecification) Set the serviceSpecification property: Details about a service operation.- 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.
-