-
Notifications
You must be signed in to change notification settings - Fork 188
/
RestorableSqlResourcesListOptionalParams.yml
109 lines (109 loc) · 4 KB
/
RestorableSqlResourcesListOptionalParams.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
### YamlMime:TSType
name: RestorableSqlResourcesListOptionalParams
uid: '@azure/arm-cosmosdb.RestorableSqlResourcesListOptionalParams'
package: '@azure/arm-cosmosdb'
summary: Optional parameters.
fullName: RestorableSqlResourcesListOptionalParams
remarks: ''
isDeprecated: false
type: interface
properties:
- name: restoreLocation
uid: >-
@azure/arm-cosmosdb.RestorableSqlResourcesListOptionalParams.restoreLocation
package: '@azure/arm-cosmosdb'
summary: The location where the restorable resources are located.
fullName: restoreLocation
remarks: ''
isDeprecated: false
syntax:
content: 'restoreLocation?: string'
return:
description: ''
type: string
- name: restoreTimestampInUtc
uid: >-
@azure/arm-cosmosdb.RestorableSqlResourcesListOptionalParams.restoreTimestampInUtc
package: '@azure/arm-cosmosdb'
summary: The timestamp when the restorable resources existed.
fullName: restoreTimestampInUtc
remarks: ''
isDeprecated: false
syntax:
content: 'restoreTimestampInUtc?: string'
return:
description: ''
type: string
inheritedProperties:
- name: abortSignal
uid: '@azure/arm-cosmosdb.RestorableSqlResourcesListOptionalParams.abortSignal'
package: '@azure/arm-cosmosdb'
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-cosmosdb.RestorableSqlResourcesListOptionalParams.onResponse'
package: '@azure/arm-cosmosdb'
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-cosmosdb.RestorableSqlResourcesListOptionalParams.requestOptions
package: '@azure/arm-cosmosdb'
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-cosmosdb.RestorableSqlResourcesListOptionalParams.serializerOptions
package: '@azure/arm-cosmosdb'
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-cosmosdb.RestorableSqlResourcesListOptionalParams.tracingOptions
package: '@azure/arm-cosmosdb'
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" />