-
Notifications
You must be signed in to change notification settings - Fork 186
/
OperationListResult.yml
44 lines (42 loc) · 1.31 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
37
38
39
40
41
42
43
44
### YamlMime:TSType
name: OperationListResult
uid: '@azure/arm-standbypool.OperationListResult'
package: '@azure/arm-standbypool'
summary: >-
A list of REST API operations supported by an Azure Resource Provider. It
contains an URL link to get the next set of results.
fullName: OperationListResult
remarks: ''
isDeprecated: false
type: interface
properties:
- name: nextLink
uid: '@azure/arm-standbypool.OperationListResult.nextLink'
package: '@azure/arm-standbypool'
summary: >-
URL to get the next set of operation list results (if there are any).
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: nextLink
remarks: ''
isDeprecated: false
syntax:
content: 'nextLink?: string'
return:
description: ''
type: string
- name: value
uid: '@azure/arm-standbypool.OperationListResult.value'
package: '@azure/arm-standbypool'
summary: >-
List of operations supported by the resource provider
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: value
remarks: ''
isDeprecated: false
syntax:
content: 'value?: Operation[]'
return:
description: ''
type: <xref uid="@azure/arm-standbypool.Operation" />[]