-
Notifications
You must be signed in to change notification settings - Fork 187
/
OperationListResult.yml
36 lines (36 loc) · 1.07 KB
/
OperationListResult.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
### YamlMime:TSType
name: OperationListResult
uid: '@azure/arm-logic.OperationListResult'
package: '@azure/arm-logic'
summary: >-
Result of the request to list Logic operations. It contains a list of
operations and a URL link to get the next set of results.
fullName: OperationListResult
remarks: ''
isDeprecated: false
type: interface
properties:
- name: nextLink
uid: '@azure/arm-logic.OperationListResult.nextLink'
package: '@azure/arm-logic'
summary: URL to get the next set of operation list results if there are any.
fullName: nextLink
remarks: ''
isDeprecated: false
syntax:
content: 'nextLink?: string'
return:
description: ''
type: string
- name: value
uid: '@azure/arm-logic.OperationListResult.value'
package: '@azure/arm-logic'
summary: List of Logic operations supported by the Logic resource provider.
fullName: value
remarks: ''
isDeprecated: false
syntax:
content: 'value?: Operation[]'
return:
description: ''
type: <xref uid="@azure/arm-logic.Operation" />[]