次の方法で共有


Operation Interface

public interface Operation

An immutable client-side representation of Operation.

Method Summary

Modifier and Type Method and Description
abstract OperationDisplay display()

Gets the display property: Operation display values.

abstract OperationInner innerModel()

Gets the inner com.azure.resourcemanager.databox.fluent.models.OperationInner object.

abstract Boolean isDataAction()

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

abstract String name()

Gets the name property: Name of the operation.

abstract String origin()

Gets the origin property: Origin of the operation.

abstract Object properties()

Gets the properties property: Operation properties.

Method Details

display

public abstract OperationDisplay display()

Gets the display property: Operation display values.

Returns:

the display value.

innerModel

public abstract OperationInner innerModel()

Gets the inner com.azure.resourcemanager.databox.fluent.models.OperationInner 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: Name of the operation. Format: {resourceProviderNamespace}/{resourceType}/{read|write|delete|action}.

Returns:

the name value.

origin

public abstract String origin()

Gets the origin property: Origin of the operation. Can be : user|system|user,system.

Returns:

the origin value.

properties

public abstract Object properties()

Gets the properties property: Operation properties.

Returns:

the properties value.

Applies to