-
Notifications
You must be signed in to change notification settings - Fork 186
/
ClustersUpdateOptionalParams.yml
121 lines (121 loc) · 4.29 KB
/
ClustersUpdateOptionalParams.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
### YamlMime:TSType
name: ClustersUpdateOptionalParams
uid: '@azure/arm-kusto.ClustersUpdateOptionalParams'
package: '@azure/arm-kusto'
summary: Optional parameters.
fullName: ClustersUpdateOptionalParams
remarks: ''
isDeprecated: false
type: interface
properties:
- name: ifMatch
uid: '@azure/arm-kusto.ClustersUpdateOptionalParams.ifMatch'
package: '@azure/arm-kusto'
summary: >-
The ETag of the cluster. Omit this value to always overwrite the current
cluster. Specify the last-seen ETag value to prevent accidentally
overwriting concurrent changes.
fullName: ifMatch
remarks: ''
isDeprecated: false
syntax:
content: 'ifMatch?: string'
return:
description: ''
type: string
- name: resumeFrom
uid: '@azure/arm-kusto.ClustersUpdateOptionalParams.resumeFrom'
package: '@azure/arm-kusto'
summary: >-
A serialized poller which can be used to resume an existing paused
Long-Running-Operation.
fullName: resumeFrom
remarks: ''
isDeprecated: false
syntax:
content: 'resumeFrom?: string'
return:
description: ''
type: string
- name: updateIntervalInMs
uid: '@azure/arm-kusto.ClustersUpdateOptionalParams.updateIntervalInMs'
package: '@azure/arm-kusto'
summary: Delay to wait until next poll, in milliseconds.
fullName: updateIntervalInMs
remarks: ''
isDeprecated: false
syntax:
content: 'updateIntervalInMs?: number'
return:
description: ''
type: number
inheritedProperties:
- name: abortSignal
uid: '@azure/arm-kusto.ClustersUpdateOptionalParams.abortSignal'
package: '@azure/arm-kusto'
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-kusto.ClustersUpdateOptionalParams.onResponse'
package: '@azure/arm-kusto'
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-kusto.ClustersUpdateOptionalParams.requestOptions'
package: '@azure/arm-kusto'
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-kusto.ClustersUpdateOptionalParams.serializerOptions'
package: '@azure/arm-kusto'
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-kusto.ClustersUpdateOptionalParams.tracingOptions'
package: '@azure/arm-kusto'
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" />