Megosztás a következőn keresztül:


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: Display metadata associated with the operation.

abstract OperationInner innerModel()

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

abstract String name()

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

abstract String origin()

Gets the origin property: The origin of operations.

Method Details

display

public abstract OperationDisplay display()

Gets the display property: Display metadata associated with the operation.

Returns:

the display value.

innerModel

public abstract OperationInner innerModel()

Gets the inner com.azure.resourcemanager.resourcegraph.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.

origin

public abstract String origin()

Gets the origin property: The origin of operations.

Returns:

the origin value.

Applies to