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