CommandProperties Interface
public interface CommandProperties
An immutable client-side representation of CommandProperties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Command |
commandType()
Gets the command |
|
abstract
List<Management |
errors()
Gets the errors property: Array of errors. |
|
abstract
Command |
innerModel()
Gets the inner com. |
|
abstract
Command |
state()
Gets the state property: The state of the command. |
Method Details
commandType
public abstract CommandType commandType()
Gets the commandType property: Command type.
Returns:
errors
public abstract List<ManagementError> errors()
Gets the errors property: Array of errors. This is ignored if submitted.
Returns:
innerModel
public abstract CommandPropertiesInner innerModel()
Gets the inner com.azure.resourcemanager.datamigration.fluent.models.CommandPropertiesInner object.
Returns:
state
public abstract CommandState state()
Gets the state property: The state of the command. This is ignored if submitted.
Returns: