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: Properties displayed for the operation. |
|
abstract
Operation |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: Name of the operation. |
| abstract String |
origin()
Gets the origin property: Origin of the operation. |
|
abstract
Service |
serviceSpecification()
Gets the service |
Method Details
display
public abstract OperationDisplay display()
Gets the display property: Properties displayed for the operation.
Returns:
innerModel
public abstract OperationInner innerModel()
Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.OperationInner object.
Returns:
name
public abstract String name()
Gets the name property: Name of the operation.
Returns:
origin
public abstract String origin()
Gets the origin property: Origin of the operation.
Returns:
serviceSpecification
public abstract ServiceSpecification serviceSpecification()
Gets the serviceSpecification property: Service specification.
Returns: