Udostępnij za pośrednictwem


Operation Interface

public interface Operation

An immutable client-side representation of Operation.

Method Summary

Modifier and Type Method and Description
abstract OperationInfo display()

Gets the display property: Display name of the operation.

abstract OperationInner innerModel()

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

abstract Boolean isDataAction()

Gets the isDataAction property: This Boolean is used to determine if the operation is a data plane action or not.

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: Properties of the operation.

Method Details

display

public abstract OperationInfo display()

Gets the display property: Display name of the operation.

Returns:

the display value.

innerModel

public abstract OperationInner innerModel()

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

Returns:

the inner object.

isDataAction

public abstract Boolean isDataAction()

Gets the isDataAction property: This Boolean is used to determine if the operation is a data plane action or not.

Returns:

the isDataAction value.

name

public abstract String name()

Gets the name property: Name of the operation.

Returns:

the name value.

origin

public abstract String origin()

Gets the origin property: Origin of the operation.

Returns:

the origin value.

properties

public abstract Object properties()

Gets the properties property: Properties of the operation.

Returns:

the properties value.

Applies to