Class OperationInner
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.OperationInner
Azure Data Factory API operation definition.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondisplay()
Get the display property: Metadata associated with the operation.name()
Get the name property: Operation name: {provider}/{resource}/{operation}.origin()
Get the origin property: The intended executor of the operation.Get the serviceSpecification property: Details about a service operation.void
validate()
Validates the instance.withDisplay
(OperationDisplay display) Set the display property: Metadata associated with the operation.Set the name property: Operation name: {provider}/{resource}/{operation}.withOrigin
(String origin) Set the origin property: The intended executor of the operation.withServiceSpecification
(OperationServiceSpecification serviceSpecification) Set the serviceSpecification property: Details about a service operation.
-
Constructor Details
-
OperationInner
public OperationInner()Creates an instance of OperationInner class.
-
-
Method Details
-
name
Get the name property: Operation name: {provider}/{resource}/{operation}.- Returns:
- the name value.
-
withName
Set the name property: Operation name: {provider}/{resource}/{operation}.- Parameters:
name
- the name value to set.- Returns:
- the OperationInner object itself.
-
origin
Get the origin property: The intended executor of the operation.- Returns:
- the origin value.
-
withOrigin
Set the origin property: The intended executor of the operation.- Parameters:
origin
- the origin value to set.- Returns:
- the OperationInner object itself.
-
display
Get the display property: Metadata associated with the operation.- Returns:
- the display value.
-
withDisplay
Set the display property: Metadata associated with the operation.- Parameters:
display
- the display value to set.- Returns:
- the OperationInner object itself.
-
serviceSpecification
Get the serviceSpecification property: Details about a service operation.- Returns:
- the serviceSpecification value.
-
withServiceSpecification
Set the serviceSpecification property: Details about a service operation.- Parameters:
serviceSpecification
- the serviceSpecification value to set.- Returns:
- the OperationInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-