OperationsDefinition Interface
public interface OperationsDefinition
An immutable client-side representation of OperationsDefinition.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Operations |
display()
Gets the display property: The display property. |
|
abstract
Operations |
innerModel()
Gets the inner com. |
| abstract Boolean |
isDataAction()
Gets the is |
| abstract String |
name()
Gets the name property: The name property. |
|
abstract
Operation |
origin()
Gets the origin property: The origin property. |
| abstract Map<String,Object> |
properties()
Gets the properties property: Dictionary of <Any |
Method Details
display
public abstract OperationsDisplayDefinition display()
Gets the display property: The display property.
Returns:
innerModel
public abstract OperationsDefinitionInner innerModel()
Gets the inner com.azure.resourcemanager.datamigration.fluent.models.OperationsDefinitionInner 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: The name property.
Returns:
origin
public abstract OperationOrigin origin()
Gets the origin property: The origin property.
Returns:
properties
public abstract Map<String,Object> properties()
Gets the properties property: Dictionary of <AnyObject>.
Returns: