ResourceProviderOperationDefinition Interface

public interface ResourceProviderOperationDefinition

An immutable client-side representation of ResourceProviderOperationDefinition.

Method Summary

Modifier and Type Method and Description
abstract ResourceProviderOperationDisplay display()

Gets the display property: Details about the operations.

abstract ResourceProviderOperationDefinitionInner innerModel()

Gets the inner com.azure.resourcemanager.confidentialledger.fluent.models.ResourceProviderOperationDefinitionInner object.

abstract Boolean isDataAction()

Gets the isDataAction property: Indicates whether the operation is data action or not.

abstract String name()

Gets the name property: Resource provider operation name.

Method Details

display

public abstract ResourceProviderOperationDisplay display()

Gets the display property: Details about the operations.

Returns:

the display value.

innerModel

public abstract ResourceProviderOperationDefinitionInner innerModel()

Gets the inner com.azure.resourcemanager.confidentialledger.fluent.models.ResourceProviderOperationDefinitionInner object.

Returns:

the inner object.

isDataAction

public abstract Boolean isDataAction()

Gets the isDataAction property: Indicates whether the operation is data action or not.

Returns:

the isDataAction value.

name

public abstract String name()

Gets the name property: Resource provider operation name.

Returns:

the name value.

Applies to