-
Notifications
You must be signed in to change notification settings - Fork 188
/
DatabaseExtensionsOperations.yml
182 lines (182 loc) · 7.06 KB
/
DatabaseExtensionsOperations.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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
### YamlMime:TSType
name: DatabaseExtensionsOperations
uid: '@azure/arm-sql.DatabaseExtensionsOperations'
package: '@azure/arm-sql'
summary: Interface representing a DatabaseExtensionsOperations.
fullName: DatabaseExtensionsOperations
remarks: ''
isDeprecated: false
type: interface
methods:
- name: >-
beginCreateOrUpdate(string, string, string, string, DatabaseExtensions,
DatabaseExtensionsCreateOrUpdateOptionalParams)
uid: '@azure/arm-sql.DatabaseExtensionsOperations.beginCreateOrUpdate'
package: '@azure/arm-sql'
summary: Perform a database extension operation, like polybase import
remarks: ''
isDeprecated: false
syntax:
content: >-
function beginCreateOrUpdate(resourceGroupName: string, serverName:
string, databaseName: string, extensionName: string, parameters:
DatabaseExtensions, options?:
DatabaseExtensionsCreateOrUpdateOptionalParams):
Promise<SimplePollerLike<OperationState<ImportExportExtensionsOperationResult>,
ImportExportExtensionsOperationResult>>
parameters:
- id: resourceGroupName
type: string
description: >-
The name of the resource group that contains the resource. You can
obtain
this value from the Azure Resource Manager API or the portal.
- id: serverName
type: string
description: The name of the server.
- id: databaseName
type: string
description: The name of the database.
- id: extensionName
type: string
description: ''
- id: parameters
type: <xref uid="@azure/arm-sql.DatabaseExtensions" />
description: The database import request parameters.
- id: options
type: >-
<xref
uid="@azure/arm-sql.DatabaseExtensionsCreateOrUpdateOptionalParams"
/>
description: The options parameters.
return:
description: ''
type: >-
Promise<<xref uid="@azure/core-lro.SimplePollerLike" /><<xref
uid="@azure/core-lro.OperationState" /><<xref
uid="@azure/arm-sql.ImportExportExtensionsOperationResult" />>,
<xref uid="@azure/arm-sql.ImportExportExtensionsOperationResult"
/>>>
- name: >-
beginCreateOrUpdateAndWait(string, string, string, string,
DatabaseExtensions, DatabaseExtensionsCreateOrUpdateOptionalParams)
uid: '@azure/arm-sql.DatabaseExtensionsOperations.beginCreateOrUpdateAndWait'
package: '@azure/arm-sql'
summary: Perform a database extension operation, like polybase import
remarks: ''
isDeprecated: false
syntax:
content: >-
function beginCreateOrUpdateAndWait(resourceGroupName: string,
serverName: string, databaseName: string, extensionName: string,
parameters: DatabaseExtensions, options?:
DatabaseExtensionsCreateOrUpdateOptionalParams):
Promise<ImportExportExtensionsOperationResult>
parameters:
- id: resourceGroupName
type: string
description: >-
The name of the resource group that contains the resource. You can
obtain
this value from the Azure Resource Manager API or the portal.
- id: serverName
type: string
description: The name of the server.
- id: databaseName
type: string
description: The name of the database.
- id: extensionName
type: string
description: ''
- id: parameters
type: <xref uid="@azure/arm-sql.DatabaseExtensions" />
description: The database import request parameters.
- id: options
type: >-
<xref
uid="@azure/arm-sql.DatabaseExtensionsCreateOrUpdateOptionalParams"
/>
description: The options parameters.
return:
description: ''
type: >-
Promise<<xref
uid="@azure/arm-sql.ImportExportExtensionsOperationResult" />>
- name: get(string, string, string, string, DatabaseExtensionsGetOptionalParams)
uid: '@azure/arm-sql.DatabaseExtensionsOperations.get'
package: '@azure/arm-sql'
summary: >-
Gets a database extension. This will return resource not found as it is
not supported.
remarks: ''
isDeprecated: false
syntax:
content: >-
function get(resourceGroupName: string, serverName: string,
databaseName: string, extensionName: string, options?:
DatabaseExtensionsGetOptionalParams): Promise<void>
parameters:
- id: resourceGroupName
type: string
description: >-
The name of the resource group that contains the resource. You can
obtain
this value from the Azure Resource Manager API or the portal.
- id: serverName
type: string
description: The name of the server.
- id: databaseName
type: string
description: The name of the database.
- id: extensionName
type: string
description: ''
- id: options
type: <xref uid="@azure/arm-sql.DatabaseExtensionsGetOptionalParams" />
description: The options parameters.
return:
description: ''
type: Promise<void>
- name: >-
listByDatabase(string, string, string,
DatabaseExtensionsListByDatabaseOptionalParams)
uid: '@azure/arm-sql.DatabaseExtensionsOperations.listByDatabase'
package: '@azure/arm-sql'
summary: >-
List database extension. This will return an empty list as it is not
supported.
remarks: ''
isDeprecated: false
syntax:
content: >-
function listByDatabase(resourceGroupName: string, serverName: string,
databaseName: string, options?:
DatabaseExtensionsListByDatabaseOptionalParams):
PagedAsyncIterableIterator<ImportExportExtensionsOperationResult,
ImportExportExtensionsOperationResult[], PageSettings>
parameters:
- id: resourceGroupName
type: string
description: >-
The name of the resource group that contains the resource. You can
obtain
this value from the Azure Resource Manager API or the portal.
- id: serverName
type: string
description: The name of the server.
- id: databaseName
type: string
description: The name of the database.
- id: options
type: >-
<xref
uid="@azure/arm-sql.DatabaseExtensionsListByDatabaseOptionalParams"
/>
description: The options parameters.
return:
description: ''
type: >-
<xref uid="@azure/core-paging.PagedAsyncIterableIterator" /><<xref
uid="@azure/arm-sql.ImportExportExtensionsOperationResult" />, <xref
uid="@azure/arm-sql.ImportExportExtensionsOperationResult" />[], <xref
uid="@azure/core-paging.PageSettings" />>