Package version:

Interface AvailableOperations

Available operations of the service

interface AvailableOperations {
    nextLink?: string;
    value?: OperationDetail[];
}

Properties

Properties

nextLink?: string

URL client should use to fetch the next page (per server side paging). It's null for now, added for future use.

value?: OperationDetail[]

Collection of available operation details