-
Notifications
You must be signed in to change notification settings - Fork 188
/
VerifiedPartnersGetOptionalParams.yml
79 lines (79 loc) · 3.1 KB
/
VerifiedPartnersGetOptionalParams.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
### YamlMime:TSType
name: VerifiedPartnersGetOptionalParams
uid: '@azure/arm-eventgrid.VerifiedPartnersGetOptionalParams'
package: '@azure/arm-eventgrid'
summary: Optional parameters.
fullName: VerifiedPartnersGetOptionalParams
remarks: ''
isDeprecated: false
type: interface
inheritedProperties:
- name: abortSignal
uid: '@azure/arm-eventgrid.VerifiedPartnersGetOptionalParams.abortSignal'
package: '@azure/arm-eventgrid'
summary: The signal which can be used to abort requests.
fullName: abortSignal
remarks: ''
isDeprecated: false
syntax:
content: 'abortSignal?: AbortSignalLike'
return:
description: ''
type: <xref uid="@azure/abort-controller.AbortSignalLike" />
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.abortSignal
- name: onResponse
uid: '@azure/arm-eventgrid.VerifiedPartnersGetOptionalParams.onResponse'
package: '@azure/arm-eventgrid'
summary: |-
A function to be called each time a response is received from the server
while performing the requested operation.
May be called multiple times.
fullName: onResponse
remarks: ''
isDeprecated: false
syntax:
content: 'onResponse?: RawResponseCallback'
return:
description: ''
type: <xref uid="@azure/core-client.RawResponseCallback" />
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.onResponse
- name: requestOptions
uid: '@azure/arm-eventgrid.VerifiedPartnersGetOptionalParams.requestOptions'
package: '@azure/arm-eventgrid'
summary: Options used when creating and sending HTTP requests for this operation.
fullName: requestOptions
remarks: ''
isDeprecated: false
syntax:
content: 'requestOptions?: OperationRequestOptions'
return:
description: ''
type: <xref uid="@azure/core-client.OperationRequestOptions" />
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.requestOptions
- name: serializerOptions
uid: '@azure/arm-eventgrid.VerifiedPartnersGetOptionalParams.serializerOptions'
package: '@azure/arm-eventgrid'
summary: Options to override serialization/de-serialization behavior.
fullName: serializerOptions
remarks: ''
isDeprecated: false
syntax:
content: 'serializerOptions?: SerializerOptions'
return:
description: ''
type: <xref uid="@azure/core-client.SerializerOptions" />
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.serializerOptions
- name: tracingOptions
uid: '@azure/arm-eventgrid.VerifiedPartnersGetOptionalParams.tracingOptions'
package: '@azure/arm-eventgrid'
summary: Options used when tracing is enabled.
fullName: tracingOptions
remarks: ''
isDeprecated: false
syntax:
content: 'tracingOptions?: OperationTracingOptions'
return:
description: ''
type: <xref uid="@azure/core-tracing.OperationTracingOptions" />
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.tracingOptions
extends: <xref uid="@azure/core-client.OperationOptions" />