OperationList interface

OperationList represents an RP operation list.

Properties

nextLink

The link used to get the next page of operations.

value

List of operations supported by the resource provider.

Property Details

The link used to get the next page of operations.

nextLink?: string

Property Value

string

value

List of operations supported by the resource provider.

value?: Operation[]

Property Value