OperationsList Interface

public interface OperationsList

An immutable client-side representation of OperationsList.

Method Summary

Modifier and Type Method and Description
abstract OperationsListInner innerModel()

Gets the inner com.azure.resourcemanager.deploymentmanager.fluent.models.OperationsListInner object.

abstract Operation value()

Gets the value property: The list of supported operations.

Method Details

innerModel

public abstract OperationsListInner innerModel()

Gets the inner com.azure.resourcemanager.deploymentmanager.fluent.models.OperationsListInner object.

Returns:

the inner object.

value

public abstract Operation value()

Gets the value property: The list of supported operations.

Returns:

the value value.

Applies to