-
Notifications
You must be signed in to change notification settings - Fork 186
/
StandbyContainerGroupPoolsListByResourceGroupOptionalParams.yml
85 lines (85 loc) · 3.37 KB
/
StandbyContainerGroupPoolsListByResourceGroupOptionalParams.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
### YamlMime:TSType
name: StandbyContainerGroupPoolsListByResourceGroupOptionalParams
uid: >-
@azure/arm-standbypool.StandbyContainerGroupPoolsListByResourceGroupOptionalParams
package: '@azure/arm-standbypool'
summary: Optional parameters.
fullName: StandbyContainerGroupPoolsListByResourceGroupOptionalParams
remarks: ''
isDeprecated: false
type: interface
inheritedProperties:
- name: abortSignal
uid: >-
@azure/arm-standbypool.StandbyContainerGroupPoolsListByResourceGroupOptionalParams.abortSignal
package: '@azure/arm-standbypool'
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-standbypool.StandbyContainerGroupPoolsListByResourceGroupOptionalParams.onResponse
package: '@azure/arm-standbypool'
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-standbypool.StandbyContainerGroupPoolsListByResourceGroupOptionalParams.requestOptions
package: '@azure/arm-standbypool'
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-standbypool.StandbyContainerGroupPoolsListByResourceGroupOptionalParams.serializerOptions
package: '@azure/arm-standbypool'
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-standbypool.StandbyContainerGroupPoolsListByResourceGroupOptionalParams.tracingOptions
package: '@azure/arm-standbypool'
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" />