次の方法で共有


OperationsDefinition Interface

public interface OperationsDefinition

An immutable client-side representation of OperationsDefinition.

Method Summary

Modifier and Type Method and Description
abstract OperationsDisplayDefinition display()

Gets the display property: The display property.

abstract OperationsDefinitionInner innerModel()

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

abstract Boolean isDataAction()

Gets the isDataAction property: Indicates whether the operation is a data action.

abstract String name()

Gets the name property: The name property.

abstract OperationOrigin origin()

Gets the origin property: The origin property.

abstract Map<String,Object> properties()

Gets the properties property: Dictionary of <AnyObject>.

Method Details

display

public abstract OperationsDisplayDefinition display()

Gets the display property: The display property.

Returns:

the display value.

innerModel

public abstract OperationsDefinitionInner innerModel()

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

Returns:

the inner object.

isDataAction

public abstract Boolean isDataAction()

Gets the isDataAction property: Indicates whether the operation is a data action.

Returns:

the isDataAction value.

name

public abstract String name()

Gets the name property: The name property.

Returns:

the name value.

origin

public abstract OperationOrigin origin()

Gets the origin property: The origin property.

Returns:

the origin value.

properties

public abstract Map<String,Object> properties()

Gets the properties property: Dictionary of <AnyObject>.

Returns:

the properties value.

Applies to