Interface Operation
-
public interface Operation
An immutable client-side representation of Operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationDisplay
display()
Gets the display property: Metadata associated with the operation.OperationInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.OperationInner object.String
name()
Gets the name property: Operation name: {provider}/{resource}/{operation}.String
origin()
Gets the origin property: The intended executor of the operation.OperationServiceSpecification
serviceSpecification()
Gets the serviceSpecification property: Details about a service operation.
-
-
-
Method Detail
-
name
String name()
Gets the name property: Operation name: {provider}/{resource}/{operation}.- Returns:
- the name value.
-
origin
String origin()
Gets the origin property: The intended executor of the operation.- Returns:
- the origin value.
-
display
OperationDisplay display()
Gets the display property: Metadata associated with the operation.- Returns:
- the display value.
-
serviceSpecification
OperationServiceSpecification serviceSpecification()
Gets the serviceSpecification property: Details about a service operation.- Returns:
- the serviceSpecification value.
-
innerModel
OperationInner innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.OperationInner object.- Returns:
- the inner object.
-
-