Share via


OperationListResult Class

Definition

A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results.

public class OperationListResult
type OperationListResult = class
Public Class OperationListResult
Inheritance
OperationListResult

Constructors

OperationListResult()

Initializes a new instance of the OperationListResult class.

OperationListResult(IList<Operation>, String)

Initializes a new instance of the OperationListResult class.

Properties

NextLink

Gets URL to get the next set of operation list results (if there are any).

Value

Gets list of operations supported by the resource provider

Applies to