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: The object that describes the operation. |
|
abstract
Operation |
innerModel()
Gets the inner com. |
| abstract Boolean |
isDataAction()
Gets the is |
| abstract String |
name()
Gets the name property: This is of the format {provider}/{resource}/{operation}. |
| abstract String |
origin()
Gets the origin property: The intended executor of the operation. |
| abstract Object |
properties()
Gets the properties property: Properties of the operation. |
Method Details
display
public abstract OperationDisplay display()
Gets the display property: The object that describes the operation.
Returns:
innerModel
public abstract OperationInner innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.OperationInner object.
Returns:
isDataAction
public abstract Boolean isDataAction()
Gets the isDataAction property: Indicates whether the operation is a data action.
Returns:
name
public abstract String name()
Gets the name property: This is of the format {provider}/{resource}/{operation}.
Returns:
origin
public abstract String origin()
Gets the origin property: The intended executor of the operation.
Returns:
properties
public abstract Object properties()
Gets the properties property: Properties of the operation.
Returns: