ApiOperation Interface

public interface ApiOperation

An immutable client-side representation of ApiOperation.

Method Summary

Modifier and Type Method and Description
abstract ApiOperationDisplay display()

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

abstract ApiOperationInner innerModel()

Gets the inner com.azure.resourcemanager.storagecache.fluent.models.ApiOperationInner object.

abstract Boolean isDataAction()

Gets the isDataAction property: The flag that indicates whether the operation applies to data plane.

abstract String name()

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

abstract String origin()

Gets the origin property: Origin of the operation.

abstract ApiOperationPropertiesServiceSpecification serviceSpecification()

Gets the serviceSpecification property: Specification of the all the metrics provided for a resource type.

Method Details

display

public abstract ApiOperationDisplay display()

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

Returns:

the display value.

innerModel

public abstract ApiOperationInner innerModel()

Gets the inner com.azure.resourcemanager.storagecache.fluent.models.ApiOperationInner object.

Returns:

the inner object.

isDataAction

public abstract Boolean isDataAction()

Gets the isDataAction property: The flag that indicates whether the operation applies to data plane.

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

Returns:

the origin value.

serviceSpecification

public abstract ApiOperationPropertiesServiceSpecification serviceSpecification()

Gets the serviceSpecification property: Specification of the all the metrics provided for a resource type.

Returns:

the serviceSpecification value.

Applies to