AvailableRpOperation Interface

public interface AvailableRpOperation

An immutable client-side representation of AvailableRpOperation.

Method Summary

Modifier and Type Method and Description
abstract AvailableRpOperationDisplayInfo display()

Gets the display property: Display properties of the operation.

abstract AvailableRpOperationInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.AvailableRpOperationInner object.

abstract String isDataAction()

Gets the isDataAction property: Whether this operation is a data action.

abstract String name()

Gets the name property: Operation name.

abstract String origin()

Gets the origin property: Operation origin.

abstract OperationMetaServiceSpecification serviceSpecification()

Gets the serviceSpecification property: Operation service specification.

Method Details

display

public abstract AvailableRpOperationDisplayInfo display()

Gets the display property: Display properties of the operation.

Returns:

the display value.

innerModel

public abstract AvailableRpOperationInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.AvailableRpOperationInner object.

Returns:

the inner object.

isDataAction

public abstract String isDataAction()

Gets the isDataAction property: Whether this operation is a data action.

Returns:

the isDataAction value.

name

public abstract String name()

Gets the name property: Operation name.

Returns:

the name value.

origin

public abstract String origin()

Gets the origin property: Operation origin.

Returns:

the origin value.

serviceSpecification

public abstract OperationMetaServiceSpecification serviceSpecification()

Gets the serviceSpecification property: Operation service specification.

Returns:

the serviceSpecification value.

Applies to