Share via


CommandProperties Interface

public interface CommandProperties

An immutable client-side representation of CommandProperties.

Method Summary

Modifier and Type Method and Description
abstract CommandType commandType()

Gets the commandType property: Command type.

abstract List<ManagementError> errors()

Gets the errors property: Array of errors.

abstract CommandPropertiesInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.CommandPropertiesInner object.

abstract CommandState state()

Gets the state property: The state of the command.

Method Details

commandType

public abstract CommandType commandType()

Gets the commandType property: Command type.

Returns:

the commandType value.

errors

public abstract List<ManagementError> errors()

Gets the errors property: Array of errors. This is ignored if submitted.

Returns:

the errors value.

innerModel

public abstract CommandPropertiesInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.CommandPropertiesInner object.

Returns:

the inner object.

state

public abstract CommandState state()

Gets the state property: The state of the command. This is ignored if submitted.

Returns:

the state value.

Applies to