Freigeben über


OperationResult Interface

public interface OperationResult

An immutable client-side representation of OperationResult.

Method Summary

Modifier and Type Method and Description
abstract OperationDisplay display()

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

abstract OperationResultInner innerModel()

Gets the inner com.azure.resourcemanager.nginx.fluent.models.OperationResultInner object.

abstract Boolean isDataAction()

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

abstract String name()

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

Method Details

display

public abstract OperationDisplay display()

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

Returns:

the display value.

innerModel

public abstract OperationResultInner innerModel()

Gets the inner com.azure.resourcemanager.nginx.fluent.models.OperationResultInner object.

Returns:

the inner object.

isDataAction

public abstract Boolean isDataAction()

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

Returns:

the isDataAction value.

name

public abstract String name()

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

Returns:

the name value.

Applies to