Operation Interface
public interface Operation
An immutable client-side representation of Operation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Display |
display()
Gets the display property: Contains the localized display information for this particular operation or action. |
|
abstract
Operation |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the operation being performed on this particular object. |
| abstract String |
origin()
Gets the origin property: The intended executor of the operation. |
Method Details
display
public abstract Display display()
Gets the display property: Contains the localized display information for this particular operation or action.
Returns:
innerModel
public abstract OperationInner innerModel()
Gets the inner com.azure.resourcemanager.azurestack.fluent.models.OperationInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the operation being performed on this particular object.
Returns:
origin
public abstract String origin()
Gets the origin property: The intended executor of the operation.
Returns: