OperationResult Interface

public interface OperationResult

An immutable client-side representation of OperationResult.

Method Summary

Modifier and Type Method and Description
abstract OperationResultInner innerModel()

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

abstract OperationResultStatus status()

Gets the status property: The status of the long run operation result of governance rule.

Method Details

innerModel

public abstract OperationResultInner innerModel()

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

Returns:

the inner object.

status

public abstract OperationResultStatus status()

Gets the status property: The status of the long run operation result of governance rule.

Returns:

the status value.

Applies to