-
Notifications
You must be signed in to change notification settings - Fork 187
/
ApiOperationPropertiesDefinition.yml
156 lines (156 loc) · 4.69 KB
/
ApiOperationPropertiesDefinition.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
### YamlMime:TSType
name: ApiOperationPropertiesDefinition
uid: '@azure/arm-logic.ApiOperationPropertiesDefinition'
package: '@azure/arm-logic'
summary: The api operations properties
fullName: ApiOperationPropertiesDefinition
remarks: ''
isDeprecated: false
type: interface
properties:
- name: annotation
uid: '@azure/arm-logic.ApiOperationPropertiesDefinition.annotation'
package: '@azure/arm-logic'
summary: The annotation of api operation.
fullName: annotation
remarks: ''
isDeprecated: false
syntax:
content: 'annotation?: ApiOperationAnnotation'
return:
description: ''
type: <xref uid="@azure/arm-logic.ApiOperationAnnotation" />
- name: api
uid: '@azure/arm-logic.ApiOperationPropertiesDefinition.api'
package: '@azure/arm-logic'
summary: The api reference.
fullName: api
remarks: ''
isDeprecated: false
syntax:
content: 'api?: ApiReference'
return:
description: ''
type: <xref uid="@azure/arm-logic.ApiReference" />
- name: description
uid: '@azure/arm-logic.ApiOperationPropertiesDefinition.description'
package: '@azure/arm-logic'
summary: The description of the api operation.
fullName: description
remarks: ''
isDeprecated: false
syntax:
content: 'description?: string'
return:
description: ''
type: string
- name: inputsDefinition
uid: '@azure/arm-logic.ApiOperationPropertiesDefinition.inputsDefinition'
package: '@azure/arm-logic'
summary: The operation inputs definition schema.
fullName: inputsDefinition
remarks: ''
isDeprecated: false
syntax:
content: 'inputsDefinition?: SwaggerSchema'
return:
description: ''
type: <xref uid="@azure/arm-logic.SwaggerSchema" />
- name: isNotification
uid: '@azure/arm-logic.ApiOperationPropertiesDefinition.isNotification'
package: '@azure/arm-logic'
summary: Indicates whether the API operation is notification or not.
fullName: isNotification
remarks: ''
isDeprecated: false
syntax:
content: 'isNotification?: boolean'
return:
description: ''
type: boolean
- name: isWebhook
uid: '@azure/arm-logic.ApiOperationPropertiesDefinition.isWebhook'
package: '@azure/arm-logic'
summary: Indicates whether the API operation is webhook or not.
fullName: isWebhook
remarks: ''
isDeprecated: false
syntax:
content: 'isWebhook?: boolean'
return:
description: ''
type: boolean
- name: pageable
uid: '@azure/arm-logic.ApiOperationPropertiesDefinition.pageable'
package: '@azure/arm-logic'
summary: Indicates whether the api operation is pageable.
fullName: pageable
remarks: ''
isDeprecated: false
syntax:
content: 'pageable?: boolean'
return:
description: ''
type: boolean
- name: responsesDefinition
uid: '@azure/arm-logic.ApiOperationPropertiesDefinition.responsesDefinition'
package: '@azure/arm-logic'
summary: The operation responses definition schemas.
fullName: responsesDefinition
remarks: ''
isDeprecated: false
syntax:
content: 'responsesDefinition?: {[propertyName: string]: SwaggerSchema}'
return:
description: ''
type: >-
{[propertyName: string]: <xref uid="@azure/arm-logic.SwaggerSchema"
/>}
- name: summary
uid: '@azure/arm-logic.ApiOperationPropertiesDefinition.summary'
package: '@azure/arm-logic'
summary: The summary of the api operation.
fullName: summary
remarks: ''
isDeprecated: false
syntax:
content: 'summary?: string'
return:
description: ''
type: string
- name: trigger
uid: '@azure/arm-logic.ApiOperationPropertiesDefinition.trigger'
package: '@azure/arm-logic'
summary: The trigger type of api operation.
fullName: trigger
remarks: ''
isDeprecated: false
syntax:
content: 'trigger?: string'
return:
description: ''
type: string
- name: triggerHint
uid: '@azure/arm-logic.ApiOperationPropertiesDefinition.triggerHint'
package: '@azure/arm-logic'
summary: The trigger hint for the api operation.
fullName: triggerHint
remarks: ''
isDeprecated: false
syntax:
content: 'triggerHint?: string'
return:
description: ''
type: string
- name: visibility
uid: '@azure/arm-logic.ApiOperationPropertiesDefinition.visibility'
package: '@azure/arm-logic'
summary: The visibility of the api operation.
fullName: visibility
remarks: ''
isDeprecated: false
syntax:
content: 'visibility?: string'
return:
description: ''
type: string