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 String id()

Gets the id property: Operation Id.

abstract OperationInner innerModel()

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

abstract String name()

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

Method Details

display

public abstract OperationDisplay display()

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

Returns:

the display value.

id

public abstract String id()

Gets the id property: Operation Id.

Returns:

the id value.

innerModel

public abstract OperationInner innerModel()

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

Returns:

the inner object.

name

public abstract String name()

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

Returns:

the name value.

Applies to