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: The object that represents the operation.

abstract OperationInner innerModel()

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

abstract Boolean isDataAction()

Gets the isDataAction property: Whether or not this is a data plane operation.

abstract String name()

Gets the name property: Operation name: {provider}/{resource}/{operation}.

abstract String origin()

Gets the origin property: The origin.

abstract OperationProperties properties()

Gets the properties property: Properties of the operation.

Method Details

display

public abstract OperationDisplay display()

Gets the display property: The object that represents the operation.

Returns:

the display value.

innerModel

public abstract OperationInner innerModel()

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

Returns:

the inner object.

isDataAction

public abstract Boolean isDataAction()

Gets the isDataAction property: Whether or not this is a data plane operation.

Returns:

the isDataAction value.

name

public abstract String name()

Gets the name property: Operation name: {provider}/{resource}/{operation}.

Returns:

the name value.

origin

public abstract String origin()

Gets the origin property: The origin.

Returns:

the origin value.

properties

public abstract OperationProperties properties()

Gets the properties property: Properties of the operation.

Returns:

the properties value.

Applies to