@azure/arm-sqlvirtualmachine 5.0.0-alpha.20250618.1 → 5.0.0-alpha.20250717.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,949 +1,949 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-sqlvirtualmachine"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export interface AADAuthenticationSettings {
|
|
15
|
-
clientId?: string;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
// @public
|
|
19
|
-
export interface AdditionalFeaturesServerConfigurations {
|
|
20
|
-
isRServicesEnabled?: boolean;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
// @public
|
|
24
|
-
export interface AgConfiguration {
|
|
25
|
-
replicas?: AgReplica[];
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// @public
|
|
29
|
-
export interface AgReplica {
|
|
30
|
-
commit?: Commit;
|
|
31
|
-
failover?: Failover;
|
|
32
|
-
readableSecondary?: ReadableSecondary;
|
|
33
|
-
role?: Role;
|
|
34
|
-
sqlVirtualMachineInstanceId?: string;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
// @public
|
|
38
|
-
export type AssessmentDayOfWeek = "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
|
|
39
|
-
|
|
40
|
-
// @public
|
|
41
|
-
export interface AssessmentSettings {
|
|
42
|
-
enable?: boolean;
|
|
43
|
-
runImmediately?: boolean;
|
|
44
|
-
schedule?: Schedule;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
// @public
|
|
48
|
-
export type AutoBackupDaysOfWeek = string;
|
|
49
|
-
|
|
50
|
-
// @public
|
|
51
|
-
export interface AutoBackupSettings {
|
|
52
|
-
backupScheduleType?: BackupScheduleType;
|
|
53
|
-
backupSystemDbs?: boolean;
|
|
54
|
-
daysOfWeek?: AutoBackupDaysOfWeek[];
|
|
55
|
-
enable?: boolean;
|
|
56
|
-
enableEncryption?: boolean;
|
|
57
|
-
fullBackupFrequency?: FullBackupFrequencyType;
|
|
58
|
-
fullBackupStartTime?: number;
|
|
59
|
-
fullBackupWindowHours?: number;
|
|
60
|
-
logBackupFrequency?: number;
|
|
61
|
-
password?: string;
|
|
62
|
-
retentionPeriod?: number;
|
|
63
|
-
storageAccessKey?: string;
|
|
64
|
-
storageAccountUrl?: string;
|
|
65
|
-
storageContainerName?: string;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
// @public
|
|
69
|
-
export interface AutoPatchingSettings {
|
|
70
|
-
dayOfWeek?: DayOfWeek;
|
|
71
|
-
enable?: boolean;
|
|
72
|
-
maintenanceWindowDuration?: number;
|
|
73
|
-
maintenanceWindowStartingHour?: number;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
// @public
|
|
77
|
-
export interface AvailabilityGroupListener extends ProxyResource {
|
|
78
|
-
availabilityGroupConfiguration?: AgConfiguration;
|
|
79
|
-
availabilityGroupName?: string;
|
|
80
|
-
createDefaultAvailabilityGroupIfNotExist?: boolean;
|
|
81
|
-
loadBalancerConfigurations?: LoadBalancerConfiguration[];
|
|
82
|
-
multiSubnetIpConfigurations?: MultiSubnetIpConfiguration[];
|
|
83
|
-
port?: number;
|
|
84
|
-
readonly provisioningState?: string;
|
|
85
|
-
readonly systemData?: SystemData;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
// @public
|
|
89
|
-
export interface AvailabilityGroupListenerListResult {
|
|
90
|
-
readonly nextLink?: string;
|
|
91
|
-
readonly value?: AvailabilityGroupListener[];
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
// @public
|
|
95
|
-
export interface AvailabilityGroupListeners {
|
|
96
|
-
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, parameters: AvailabilityGroupListener, options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilityGroupListenersCreateOrUpdateResponse>, AvailabilityGroupListenersCreateOrUpdateResponse>>;
|
|
97
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, parameters: AvailabilityGroupListener, options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams): Promise<AvailabilityGroupListenersCreateOrUpdateResponse>;
|
|
98
|
-
beginDelete(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
99
|
-
beginDeleteAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersDeleteOptionalParams): Promise<void>;
|
|
100
|
-
get(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersGetOptionalParams): Promise<AvailabilityGroupListenersGetResponse>;
|
|
101
|
-
listByGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: AvailabilityGroupListenersListByGroupOptionalParams): PagedAsyncIterableIterator<AvailabilityGroupListener>;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// @public
|
|
105
|
-
export interface AvailabilityGroupListenersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
106
|
-
resumeFrom?: string;
|
|
107
|
-
updateIntervalInMs?: number;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
// @public
|
|
111
|
-
export type AvailabilityGroupListenersCreateOrUpdateResponse = AvailabilityGroupListener;
|
|
112
|
-
|
|
113
|
-
// @public
|
|
114
|
-
export interface AvailabilityGroupListenersDeleteHeaders {
|
|
115
|
-
// (undocumented)
|
|
116
|
-
location?: string;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
// @public
|
|
120
|
-
export interface AvailabilityGroupListenersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
121
|
-
resumeFrom?: string;
|
|
122
|
-
updateIntervalInMs?: number;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
// @public
|
|
126
|
-
export interface AvailabilityGroupListenersGetOptionalParams extends coreClient.OperationOptions {
|
|
127
|
-
expand?: string;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
// @public
|
|
131
|
-
export type AvailabilityGroupListenersGetResponse = AvailabilityGroupListener;
|
|
132
|
-
|
|
133
|
-
// @public
|
|
134
|
-
export interface AvailabilityGroupListenersListByGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
// @public
|
|
138
|
-
export type AvailabilityGroupListenersListByGroupNextResponse = AvailabilityGroupListenerListResult;
|
|
139
|
-
|
|
140
|
-
// @public
|
|
141
|
-
export interface AvailabilityGroupListenersListByGroupOptionalParams extends coreClient.OperationOptions {
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
// @public
|
|
145
|
-
export type AvailabilityGroupListenersListByGroupResponse = AvailabilityGroupListenerListResult;
|
|
146
|
-
|
|
147
|
-
// @public
|
|
148
|
-
export type BackupScheduleType = string;
|
|
149
|
-
|
|
150
|
-
// @public
|
|
151
|
-
export type ClusterConfiguration = string;
|
|
152
|
-
|
|
153
|
-
// @public
|
|
154
|
-
export type ClusterManagerType = string;
|
|
155
|
-
|
|
156
|
-
// @public
|
|
157
|
-
export type ClusterSubnetType = string;
|
|
158
|
-
|
|
159
|
-
// @public
|
|
160
|
-
export type Commit = string;
|
|
161
|
-
|
|
162
|
-
// @public
|
|
163
|
-
export type ConnectivityType = string;
|
|
164
|
-
|
|
165
|
-
// @public
|
|
166
|
-
export type CreatedByType = string;
|
|
167
|
-
|
|
168
|
-
// @public
|
|
169
|
-
export type DayOfWeek = "Everyday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
|
|
170
|
-
|
|
171
|
-
// @public
|
|
172
|
-
export type DiskConfigurationType = string;
|
|
173
|
-
|
|
174
|
-
// @public
|
|
175
|
-
export interface ErrorAdditionalInfo {
|
|
176
|
-
readonly info?: Record<string, unknown>;
|
|
177
|
-
readonly type?: string;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
// @public
|
|
181
|
-
export interface ErrorDetail {
|
|
182
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
183
|
-
readonly code?: string;
|
|
184
|
-
readonly details?: ErrorDetail[];
|
|
185
|
-
readonly message?: string;
|
|
186
|
-
readonly target?: string;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
// @public
|
|
190
|
-
export interface ErrorResponse {
|
|
191
|
-
error?: ErrorDetail;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
// @public
|
|
195
|
-
export type Failover = string;
|
|
196
|
-
|
|
197
|
-
// @public
|
|
198
|
-
export type FullBackupFrequencyType = string;
|
|
199
|
-
|
|
200
|
-
// @public
|
|
201
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
202
|
-
|
|
203
|
-
// @public
|
|
204
|
-
export type IdentityType = string;
|
|
205
|
-
|
|
206
|
-
// @public
|
|
207
|
-
export interface KeyVaultCredentialSettings {
|
|
208
|
-
azureKeyVaultUrl?: string;
|
|
209
|
-
credentialName?: string;
|
|
210
|
-
enable?: boolean;
|
|
211
|
-
servicePrincipalName?: string;
|
|
212
|
-
servicePrincipalSecret?: string;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
// @public
|
|
216
|
-
export enum KnownAutoBackupDaysOfWeek {
|
|
217
|
-
Friday = "Friday",
|
|
218
|
-
Monday = "Monday",
|
|
219
|
-
Saturday = "Saturday",
|
|
220
|
-
Sunday = "Sunday",
|
|
221
|
-
Thursday = "Thursday",
|
|
222
|
-
Tuesday = "Tuesday",
|
|
223
|
-
Wednesday = "Wednesday"
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
// @public
|
|
227
|
-
export enum KnownBackupScheduleType {
|
|
228
|
-
Automated = "Automated",
|
|
229
|
-
Manual = "Manual"
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
// @public
|
|
233
|
-
export enum KnownClusterConfiguration {
|
|
234
|
-
Domainful = "Domainful"
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
// @public
|
|
238
|
-
export enum KnownClusterManagerType {
|
|
239
|
-
Wsfc = "WSFC"
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
// @public
|
|
243
|
-
export enum KnownClusterSubnetType {
|
|
244
|
-
MultiSubnet = "MultiSubnet",
|
|
245
|
-
SingleSubnet = "SingleSubnet"
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
// @public
|
|
249
|
-
export enum KnownCommit {
|
|
250
|
-
AsynchronousCommit = "ASYNCHRONOUS_COMMIT",
|
|
251
|
-
SynchronousCommit = "SYNCHRONOUS_COMMIT"
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
// @public
|
|
255
|
-
export enum KnownConnectivityType {
|
|
256
|
-
Local = "LOCAL",
|
|
257
|
-
Private = "PRIVATE",
|
|
258
|
-
Public = "PUBLIC"
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
// @public
|
|
262
|
-
export enum KnownCreatedByType {
|
|
263
|
-
Application = "Application",
|
|
264
|
-
Key = "Key",
|
|
265
|
-
ManagedIdentity = "ManagedIdentity",
|
|
266
|
-
User = "User"
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
// @public
|
|
270
|
-
export enum KnownDiskConfigurationType {
|
|
271
|
-
ADD = "ADD",
|
|
272
|
-
Extend = "EXTEND",
|
|
273
|
-
NEW = "NEW"
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
// @public
|
|
277
|
-
export enum KnownFailover {
|
|
278
|
-
Automatic = "AUTOMATIC",
|
|
279
|
-
Manual = "MANUAL"
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
// @public
|
|
283
|
-
export enum KnownFullBackupFrequencyType {
|
|
284
|
-
Daily = "Daily",
|
|
285
|
-
Weekly = "Weekly"
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
// @public
|
|
289
|
-
export enum KnownIdentityType {
|
|
290
|
-
None = "None",
|
|
291
|
-
SystemAssigned = "SystemAssigned"
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
// @public
|
|
295
|
-
export enum KnownLeastPrivilegeMode {
|
|
296
|
-
Enabled = "Enabled",
|
|
297
|
-
NotSet = "NotSet"
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
// @public
|
|
301
|
-
export enum KnownOperationOrigin {
|
|
302
|
-
System = "system",
|
|
303
|
-
User = "user"
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
// @public
|
|
307
|
-
export enum KnownReadableSecondary {
|
|
308
|
-
ALL = "ALL",
|
|
309
|
-
NO = "NO",
|
|
310
|
-
ReadOnly = "READ_ONLY"
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
// @public
|
|
314
|
-
export enum KnownRole {
|
|
315
|
-
Primary = "PRIMARY",
|
|
316
|
-
Secondary = "SECONDARY"
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
// @public
|
|
320
|
-
export enum KnownScaleType {
|
|
321
|
-
HA = "HA"
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
// @public
|
|
325
|
-
export enum KnownSqlImageSku {
|
|
326
|
-
Developer = "Developer",
|
|
327
|
-
Enterprise = "Enterprise",
|
|
328
|
-
Express = "Express",
|
|
329
|
-
Standard = "Standard",
|
|
330
|
-
Web = "Web"
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
// @public
|
|
334
|
-
export enum KnownSqlManagementMode {
|
|
335
|
-
Full = "Full",
|
|
336
|
-
LightWeight = "LightWeight",
|
|
337
|
-
NoAgent = "NoAgent"
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
// @public
|
|
341
|
-
export enum KnownSqlServerLicenseType {
|
|
342
|
-
Ahub = "AHUB",
|
|
343
|
-
DR = "DR",
|
|
344
|
-
Payg = "PAYG"
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
// @public
|
|
348
|
-
export enum KnownSqlVmGroupImageSku {
|
|
349
|
-
Developer = "Developer",
|
|
350
|
-
Enterprise = "Enterprise"
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
// @public
|
|
354
|
-
export enum KnownSqlWorkloadType {
|
|
355
|
-
DW = "DW",
|
|
356
|
-
General = "GENERAL",
|
|
357
|
-
Oltp = "OLTP"
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
// @public
|
|
361
|
-
export enum KnownStorageWorkloadType {
|
|
362
|
-
DW = "DW",
|
|
363
|
-
General = "GENERAL",
|
|
364
|
-
Oltp = "OLTP"
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
// @public
|
|
368
|
-
export enum KnownTroubleshootingScenario {
|
|
369
|
-
UnhealthyReplica = "UnhealthyReplica"
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
// @public
|
|
373
|
-
export type LeastPrivilegeMode = string;
|
|
374
|
-
|
|
375
|
-
// @public
|
|
376
|
-
export interface LoadBalancerConfiguration {
|
|
377
|
-
loadBalancerResourceId?: string;
|
|
378
|
-
privateIpAddress?: PrivateIPAddress;
|
|
379
|
-
probePort?: number;
|
|
380
|
-
publicIpAddressResourceId?: string;
|
|
381
|
-
sqlVirtualMachineInstances?: string[];
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
// @public
|
|
385
|
-
export interface MultiSubnetIpConfiguration {
|
|
386
|
-
privateIpAddress: PrivateIPAddress;
|
|
387
|
-
sqlVirtualMachineInstance: string;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
// @public
|
|
391
|
-
export interface Operation {
|
|
392
|
-
readonly display?: OperationDisplay;
|
|
393
|
-
readonly name?: string;
|
|
394
|
-
readonly origin?: OperationOrigin;
|
|
395
|
-
readonly properties?: {
|
|
396
|
-
[propertyName: string]: Record<string, unknown>;
|
|
397
|
-
};
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
// @public
|
|
401
|
-
export interface OperationDisplay {
|
|
402
|
-
readonly description?: string;
|
|
403
|
-
readonly operation?: string;
|
|
404
|
-
readonly provider?: string;
|
|
405
|
-
readonly resource?: string;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
// @public
|
|
409
|
-
export interface OperationListResult {
|
|
410
|
-
readonly nextLink?: string;
|
|
411
|
-
readonly value?: Operation[];
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
// @public
|
|
415
|
-
export type OperationOrigin = string;
|
|
416
|
-
|
|
417
|
-
// @public
|
|
418
|
-
export interface Operations {
|
|
419
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
// @public
|
|
423
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
// @public
|
|
427
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
428
|
-
|
|
429
|
-
// @public
|
|
430
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
// @public
|
|
434
|
-
export type OperationsListResponse = OperationListResult;
|
|
435
|
-
|
|
436
|
-
// @public
|
|
437
|
-
export interface PrivateIPAddress {
|
|
438
|
-
ipAddress?: string;
|
|
439
|
-
subnetResourceId?: string;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
// @public
|
|
443
|
-
export interface ProxyResource extends Resource {
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
// @public
|
|
447
|
-
export type ReadableSecondary = string;
|
|
448
|
-
|
|
449
|
-
// @public
|
|
450
|
-
export interface Resource {
|
|
451
|
-
readonly id?: string;
|
|
452
|
-
readonly name?: string;
|
|
453
|
-
readonly type?: string;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
// @public
|
|
457
|
-
export interface ResourceIdentity {
|
|
458
|
-
readonly principalId?: string;
|
|
459
|
-
readonly tenantId?: string;
|
|
460
|
-
type?: IdentityType;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
// @public
|
|
464
|
-
export type Role = string;
|
|
465
|
-
|
|
466
|
-
// @public
|
|
467
|
-
export type ScaleType = string;
|
|
468
|
-
|
|
469
|
-
// @public
|
|
470
|
-
export interface Schedule {
|
|
471
|
-
dayOfWeek?: AssessmentDayOfWeek;
|
|
472
|
-
enable?: boolean;
|
|
473
|
-
monthlyOccurrence?: number;
|
|
474
|
-
startTime?: string;
|
|
475
|
-
weeklyInterval?: number;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
// @public
|
|
479
|
-
export interface ServerConfigurationsManagementSettings {
|
|
480
|
-
additionalFeaturesServerConfigurations?: AdditionalFeaturesServerConfigurations;
|
|
481
|
-
azureAdAuthenticationSettings?: AADAuthenticationSettings;
|
|
482
|
-
sqlConnectivityUpdateSettings?: SqlConnectivityUpdateSettings;
|
|
483
|
-
sqlInstanceSettings?: SQLInstanceSettings;
|
|
484
|
-
sqlStorageUpdateSettings?: SqlStorageUpdateSettings;
|
|
485
|
-
sqlWorkloadTypeUpdateSettings?: SqlWorkloadTypeUpdateSettings;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
// @public
|
|
489
|
-
export interface SqlConnectivityUpdateSettings {
|
|
490
|
-
connectivityType?: ConnectivityType;
|
|
491
|
-
port?: number;
|
|
492
|
-
sqlAuthUpdatePassword?: string;
|
|
493
|
-
sqlAuthUpdateUserName?: string;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
// @public
|
|
497
|
-
export type SqlImageSku = string;
|
|
498
|
-
|
|
499
|
-
// @public
|
|
500
|
-
export interface SQLInstanceSettings {
|
|
501
|
-
collation?: string;
|
|
502
|
-
isIfiEnabled?: boolean;
|
|
503
|
-
isLpimEnabled?: boolean;
|
|
504
|
-
isOptimizeForAdHocWorkloadsEnabled?: boolean;
|
|
505
|
-
maxDop?: number;
|
|
506
|
-
maxServerMemoryMB?: number;
|
|
507
|
-
minServerMemoryMB?: number;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
// @public
|
|
511
|
-
export type SqlManagementMode = string;
|
|
512
|
-
|
|
513
|
-
// @public
|
|
514
|
-
export type SqlServerLicenseType = string;
|
|
515
|
-
|
|
516
|
-
// @public
|
|
517
|
-
export interface SQLStorageSettings {
|
|
518
|
-
defaultFilePath?: string;
|
|
519
|
-
luns?: number[];
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
// @public
|
|
523
|
-
export interface SqlStorageUpdateSettings {
|
|
524
|
-
diskConfigurationType?: DiskConfigurationType;
|
|
525
|
-
diskCount?: number;
|
|
526
|
-
startingDeviceId?: number;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
// @public
|
|
530
|
-
export interface SQLTempDbSettings {
|
|
531
|
-
dataFileCount?: number;
|
|
532
|
-
dataFileSize?: number;
|
|
533
|
-
dataGrowth?: number;
|
|
534
|
-
defaultFilePath?: string;
|
|
535
|
-
logFileSize?: number;
|
|
536
|
-
logGrowth?: number;
|
|
537
|
-
luns?: number[];
|
|
538
|
-
persistFolder?: boolean;
|
|
539
|
-
persistFolderPath?: string;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
// @public
|
|
543
|
-
export interface SqlVirtualMachine extends TrackedResource {
|
|
544
|
-
assessmentSettings?: AssessmentSettings;
|
|
545
|
-
autoBackupSettings?: AutoBackupSettings;
|
|
546
|
-
autoPatchingSettings?: AutoPatchingSettings;
|
|
547
|
-
enableAutomaticUpgrade?: boolean;
|
|
548
|
-
identity?: ResourceIdentity;
|
|
549
|
-
keyVaultCredentialSettings?: KeyVaultCredentialSettings;
|
|
550
|
-
leastPrivilegeMode?: LeastPrivilegeMode;
|
|
551
|
-
readonly provisioningState?: string;
|
|
552
|
-
serverConfigurationsManagementSettings?: ServerConfigurationsManagementSettings;
|
|
553
|
-
sqlImageOffer?: string;
|
|
554
|
-
sqlImageSku?: SqlImageSku;
|
|
555
|
-
sqlManagement?: SqlManagementMode;
|
|
556
|
-
sqlServerLicenseType?: SqlServerLicenseType;
|
|
557
|
-
sqlVirtualMachineGroupResourceId?: string;
|
|
558
|
-
storageConfigurationSettings?: StorageConfigurationSettings;
|
|
559
|
-
readonly systemData?: SystemData;
|
|
560
|
-
readonly troubleshootingStatus?: TroubleshootingStatus;
|
|
561
|
-
virtualMachineResourceId?: string;
|
|
562
|
-
wsfcDomainCredentials?: WsfcDomainCredentials;
|
|
563
|
-
wsfcStaticIp?: string;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
// @public
|
|
567
|
-
export interface SqlVirtualMachineGroup extends TrackedResource {
|
|
568
|
-
readonly clusterConfiguration?: ClusterConfiguration;
|
|
569
|
-
readonly clusterManagerType?: ClusterManagerType;
|
|
570
|
-
readonly provisioningState?: string;
|
|
571
|
-
readonly scaleType?: ScaleType;
|
|
572
|
-
sqlImageOffer?: string;
|
|
573
|
-
sqlImageSku?: SqlVmGroupImageSku;
|
|
574
|
-
readonly systemData?: SystemData;
|
|
575
|
-
wsfcDomainProfile?: WsfcDomainProfile;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
// @public
|
|
579
|
-
export interface SqlVirtualMachineGroupListResult {
|
|
580
|
-
readonly nextLink?: string;
|
|
581
|
-
readonly value?: SqlVirtualMachineGroup[];
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
// @public
|
|
585
|
-
export interface SqlVirtualMachineGroups {
|
|
586
|
-
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroup, options?: SqlVirtualMachineGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachineGroupsCreateOrUpdateResponse>, SqlVirtualMachineGroupsCreateOrUpdateResponse>>;
|
|
587
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroup, options?: SqlVirtualMachineGroupsCreateOrUpdateOptionalParams): Promise<SqlVirtualMachineGroupsCreateOrUpdateResponse>;
|
|
588
|
-
beginDelete(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachineGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
589
|
-
beginDeleteAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachineGroupsDeleteOptionalParams): Promise<void>;
|
|
590
|
-
beginUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroupUpdate, options?: SqlVirtualMachineGroupsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachineGroupsUpdateResponse>, SqlVirtualMachineGroupsUpdateResponse>>;
|
|
591
|
-
beginUpdateAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroupUpdate, options?: SqlVirtualMachineGroupsUpdateOptionalParams): Promise<SqlVirtualMachineGroupsUpdateResponse>;
|
|
592
|
-
get(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachineGroupsGetOptionalParams): Promise<SqlVirtualMachineGroupsGetResponse>;
|
|
593
|
-
list(options?: SqlVirtualMachineGroupsListOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachineGroup>;
|
|
594
|
-
listByResourceGroup(resourceGroupName: string, options?: SqlVirtualMachineGroupsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachineGroup>;
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
// @public
|
|
598
|
-
export interface SqlVirtualMachineGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
599
|
-
resumeFrom?: string;
|
|
600
|
-
updateIntervalInMs?: number;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
// @public
|
|
604
|
-
export type SqlVirtualMachineGroupsCreateOrUpdateResponse = SqlVirtualMachineGroup;
|
|
605
|
-
|
|
606
|
-
// @public
|
|
607
|
-
export interface SqlVirtualMachineGroupsDeleteHeaders {
|
|
608
|
-
// (undocumented)
|
|
609
|
-
location?: string;
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
// @public
|
|
613
|
-
export interface SqlVirtualMachineGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
614
|
-
resumeFrom?: string;
|
|
615
|
-
updateIntervalInMs?: number;
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
// @public
|
|
619
|
-
export interface SqlVirtualMachineGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
// @public
|
|
623
|
-
export type SqlVirtualMachineGroupsGetResponse = SqlVirtualMachineGroup;
|
|
624
|
-
|
|
625
|
-
// @public
|
|
626
|
-
export interface SqlVirtualMachineGroupsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
// @public
|
|
630
|
-
export type SqlVirtualMachineGroupsListByResourceGroupNextResponse = SqlVirtualMachineGroupListResult;
|
|
631
|
-
|
|
632
|
-
// @public
|
|
633
|
-
export interface SqlVirtualMachineGroupsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
// @public
|
|
637
|
-
export type SqlVirtualMachineGroupsListByResourceGroupResponse = SqlVirtualMachineGroupListResult;
|
|
638
|
-
|
|
639
|
-
// @public
|
|
640
|
-
export interface SqlVirtualMachineGroupsListNextOptionalParams extends coreClient.OperationOptions {
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
// @public
|
|
644
|
-
export type SqlVirtualMachineGroupsListNextResponse = SqlVirtualMachineGroupListResult;
|
|
645
|
-
|
|
646
|
-
// @public
|
|
647
|
-
export interface SqlVirtualMachineGroupsListOptionalParams extends coreClient.OperationOptions {
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
// @public
|
|
651
|
-
export type SqlVirtualMachineGroupsListResponse = SqlVirtualMachineGroupListResult;
|
|
652
|
-
|
|
653
|
-
// @public
|
|
654
|
-
export interface SqlVirtualMachineGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
655
|
-
resumeFrom?: string;
|
|
656
|
-
updateIntervalInMs?: number;
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
// @public
|
|
660
|
-
export type SqlVirtualMachineGroupsUpdateResponse = SqlVirtualMachineGroup;
|
|
661
|
-
|
|
662
|
-
// @public
|
|
663
|
-
export interface SqlVirtualMachineGroupUpdate {
|
|
664
|
-
tags?: {
|
|
665
|
-
[propertyName: string]: string;
|
|
666
|
-
};
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
// @public
|
|
670
|
-
export interface SqlVirtualMachineListResult {
|
|
671
|
-
readonly nextLink?: string;
|
|
672
|
-
readonly value?: SqlVirtualMachine[];
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
// @public (undocumented)
|
|
676
|
-
export class SqlVirtualMachineManagementClient extends coreClient.ServiceClient {
|
|
677
|
-
// (undocumented)
|
|
678
|
-
$host: string;
|
|
679
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: SqlVirtualMachineManagementClientOptionalParams);
|
|
680
|
-
// (undocumented)
|
|
681
|
-
apiVersion: string;
|
|
682
|
-
// (undocumented)
|
|
683
|
-
availabilityGroupListeners: AvailabilityGroupListeners;
|
|
684
|
-
// (undocumented)
|
|
685
|
-
operations: Operations;
|
|
686
|
-
// (undocumented)
|
|
687
|
-
sqlVirtualMachineGroups: SqlVirtualMachineGroups;
|
|
688
|
-
// (undocumented)
|
|
689
|
-
sqlVirtualMachines: SqlVirtualMachines;
|
|
690
|
-
// (undocumented)
|
|
691
|
-
sqlVirtualMachineTroubleshoot: SqlVirtualMachineTroubleshoot;
|
|
692
|
-
// (undocumented)
|
|
693
|
-
subscriptionId: string;
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
// @public
|
|
697
|
-
export interface SqlVirtualMachineManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
698
|
-
$host?: string;
|
|
699
|
-
apiVersion?: string;
|
|
700
|
-
endpoint?: string;
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
// @public
|
|
704
|
-
export interface SqlVirtualMachines {
|
|
705
|
-
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachine, options?: SqlVirtualMachinesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachinesCreateOrUpdateResponse>, SqlVirtualMachinesCreateOrUpdateResponse>>;
|
|
706
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachine, options?: SqlVirtualMachinesCreateOrUpdateOptionalParams): Promise<SqlVirtualMachinesCreateOrUpdateResponse>;
|
|
707
|
-
beginDelete(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
708
|
-
beginDeleteAndWait(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesDeleteOptionalParams): Promise<void>;
|
|
709
|
-
beginRedeploy(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesRedeployOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
710
|
-
beginRedeployAndWait(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesRedeployOptionalParams): Promise<void>;
|
|
711
|
-
beginStartAssessment(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesStartAssessmentOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
712
|
-
beginStartAssessmentAndWait(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesStartAssessmentOptionalParams): Promise<void>;
|
|
713
|
-
beginUpdate(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachineUpdate, options?: SqlVirtualMachinesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachinesUpdateResponse>, SqlVirtualMachinesUpdateResponse>>;
|
|
714
|
-
beginUpdateAndWait(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachineUpdate, options?: SqlVirtualMachinesUpdateOptionalParams): Promise<SqlVirtualMachinesUpdateResponse>;
|
|
715
|
-
get(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesGetOptionalParams): Promise<SqlVirtualMachinesGetResponse>;
|
|
716
|
-
list(options?: SqlVirtualMachinesListOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
717
|
-
listByResourceGroup(resourceGroupName: string, options?: SqlVirtualMachinesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
718
|
-
listBySqlVmGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachinesListBySqlVmGroupOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
// @public
|
|
722
|
-
export interface SqlVirtualMachinesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
723
|
-
resumeFrom?: string;
|
|
724
|
-
updateIntervalInMs?: number;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
// @public
|
|
728
|
-
export type SqlVirtualMachinesCreateOrUpdateResponse = SqlVirtualMachine;
|
|
729
|
-
|
|
730
|
-
// @public
|
|
731
|
-
export interface SqlVirtualMachinesDeleteHeaders {
|
|
732
|
-
// (undocumented)
|
|
733
|
-
location?: string;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
// @public
|
|
737
|
-
export interface SqlVirtualMachinesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
738
|
-
resumeFrom?: string;
|
|
739
|
-
updateIntervalInMs?: number;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
// @public
|
|
743
|
-
export interface SqlVirtualMachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
744
|
-
expand?: string;
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
// @public
|
|
748
|
-
export type SqlVirtualMachinesGetResponse = SqlVirtualMachine;
|
|
749
|
-
|
|
750
|
-
// @public
|
|
751
|
-
export interface SqlVirtualMachinesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
// @public
|
|
755
|
-
export type SqlVirtualMachinesListByResourceGroupNextResponse = SqlVirtualMachineListResult;
|
|
756
|
-
|
|
757
|
-
// @public
|
|
758
|
-
export interface SqlVirtualMachinesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
// @public
|
|
762
|
-
export type SqlVirtualMachinesListByResourceGroupResponse = SqlVirtualMachineListResult;
|
|
763
|
-
|
|
764
|
-
// @public
|
|
765
|
-
export interface SqlVirtualMachinesListBySqlVmGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
// @public
|
|
769
|
-
export type SqlVirtualMachinesListBySqlVmGroupNextResponse = SqlVirtualMachineListResult;
|
|
770
|
-
|
|
771
|
-
// @public
|
|
772
|
-
export interface SqlVirtualMachinesListBySqlVmGroupOptionalParams extends coreClient.OperationOptions {
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
// @public
|
|
776
|
-
export type SqlVirtualMachinesListBySqlVmGroupResponse = SqlVirtualMachineListResult;
|
|
777
|
-
|
|
778
|
-
// @public
|
|
779
|
-
export interface SqlVirtualMachinesListNextOptionalParams extends coreClient.OperationOptions {
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
// @public
|
|
783
|
-
export type SqlVirtualMachinesListNextResponse = SqlVirtualMachineListResult;
|
|
784
|
-
|
|
785
|
-
// @public
|
|
786
|
-
export interface SqlVirtualMachinesListOptionalParams extends coreClient.OperationOptions {
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
// @public
|
|
790
|
-
export type SqlVirtualMachinesListResponse = SqlVirtualMachineListResult;
|
|
791
|
-
|
|
792
|
-
// @public
|
|
793
|
-
export interface SqlVirtualMachinesRedeployHeaders {
|
|
794
|
-
// (undocumented)
|
|
795
|
-
location?: string;
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
// @public
|
|
799
|
-
export interface SqlVirtualMachinesRedeployOptionalParams extends coreClient.OperationOptions {
|
|
800
|
-
resumeFrom?: string;
|
|
801
|
-
updateIntervalInMs?: number;
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
// @public
|
|
805
|
-
export interface SqlVirtualMachinesStartAssessmentHeaders {
|
|
806
|
-
// (undocumented)
|
|
807
|
-
location?: string;
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
// @public
|
|
811
|
-
export interface SqlVirtualMachinesStartAssessmentOptionalParams extends coreClient.OperationOptions {
|
|
812
|
-
resumeFrom?: string;
|
|
813
|
-
updateIntervalInMs?: number;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
// @public
|
|
817
|
-
export interface SqlVirtualMachinesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
818
|
-
resumeFrom?: string;
|
|
819
|
-
updateIntervalInMs?: number;
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
// @public
|
|
823
|
-
export type SqlVirtualMachinesUpdateResponse = SqlVirtualMachine;
|
|
824
|
-
|
|
825
|
-
// @public
|
|
826
|
-
export interface SqlVirtualMachineTroubleshoot {
|
|
827
|
-
beginTroubleshoot(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachineTroubleshootTroubleshootResponse>, SqlVirtualMachineTroubleshootTroubleshootResponse>>;
|
|
828
|
-
beginTroubleshootAndWait(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams): Promise<SqlVirtualMachineTroubleshootTroubleshootResponse>;
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
// @public
|
|
832
|
-
export interface SqlVirtualMachineTroubleshootTroubleshootHeaders {
|
|
833
|
-
// (undocumented)
|
|
834
|
-
location?: string;
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
// @public
|
|
838
|
-
export interface SqlVirtualMachineTroubleshootTroubleshootOptionalParams extends coreClient.OperationOptions {
|
|
839
|
-
resumeFrom?: string;
|
|
840
|
-
updateIntervalInMs?: number;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
// @public
|
|
844
|
-
export type SqlVirtualMachineTroubleshootTroubleshootResponse = SqlVmTroubleshooting;
|
|
845
|
-
|
|
846
|
-
// @public
|
|
847
|
-
export interface SqlVirtualMachineUpdate {
|
|
848
|
-
tags?: {
|
|
849
|
-
[propertyName: string]: string;
|
|
850
|
-
};
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
// @public
|
|
854
|
-
export type SqlVmGroupImageSku = string;
|
|
855
|
-
|
|
856
|
-
// @public
|
|
857
|
-
export interface SqlVmTroubleshooting {
|
|
858
|
-
endTimeUtc?: Date;
|
|
859
|
-
properties?: TroubleshootingAdditionalProperties;
|
|
860
|
-
startTimeUtc?: Date;
|
|
861
|
-
troubleshootingScenario?: TroubleshootingScenario;
|
|
862
|
-
readonly virtualMachineResourceId?: string;
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
// @public
|
|
866
|
-
export type SqlWorkloadType = string;
|
|
867
|
-
|
|
868
|
-
// @public
|
|
869
|
-
export interface SqlWorkloadTypeUpdateSettings {
|
|
870
|
-
sqlWorkloadType?: SqlWorkloadType;
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
// @public
|
|
874
|
-
export interface StorageConfigurationSettings {
|
|
875
|
-
diskConfigurationType?: DiskConfigurationType;
|
|
876
|
-
sqlDataSettings?: SQLStorageSettings;
|
|
877
|
-
sqlLogSettings?: SQLStorageSettings;
|
|
878
|
-
sqlSystemDbOnDataDisk?: boolean;
|
|
879
|
-
sqlTempDbSettings?: SQLTempDbSettings;
|
|
880
|
-
storageWorkloadType?: StorageWorkloadType;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
// @public
|
|
884
|
-
export type StorageWorkloadType = string;
|
|
885
|
-
|
|
886
|
-
// @public
|
|
887
|
-
export interface SystemData {
|
|
888
|
-
createdAt?: Date;
|
|
889
|
-
createdBy?: string;
|
|
890
|
-
createdByType?: CreatedByType;
|
|
891
|
-
lastModifiedAt?: Date;
|
|
892
|
-
lastModifiedBy?: string;
|
|
893
|
-
lastModifiedByType?: CreatedByType;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
// @public
|
|
897
|
-
export interface TrackedResource extends Resource {
|
|
898
|
-
location: string;
|
|
899
|
-
tags?: {
|
|
900
|
-
[propertyName: string]: string;
|
|
901
|
-
};
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
// @public
|
|
905
|
-
export interface TroubleshootingAdditionalProperties {
|
|
906
|
-
unhealthyReplicaInfo?: UnhealthyReplicaInfo;
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
// @public
|
|
910
|
-
export type TroubleshootingScenario = string;
|
|
911
|
-
|
|
912
|
-
// @public
|
|
913
|
-
export interface TroubleshootingStatus {
|
|
914
|
-
readonly endTimeUtc?: Date;
|
|
915
|
-
readonly lastTriggerTimeUtc?: Date;
|
|
916
|
-
readonly properties?: TroubleshootingAdditionalProperties;
|
|
917
|
-
readonly rootCause?: string;
|
|
918
|
-
readonly startTimeUtc?: Date;
|
|
919
|
-
readonly troubleshootingScenario?: TroubleshootingScenario;
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
// @public
|
|
923
|
-
export interface UnhealthyReplicaInfo {
|
|
924
|
-
availabilityGroupName?: string;
|
|
925
|
-
}
|
|
926
|
-
|
|
927
|
-
// @public
|
|
928
|
-
export interface WsfcDomainCredentials {
|
|
929
|
-
clusterBootstrapAccountPassword?: string;
|
|
930
|
-
clusterOperatorAccountPassword?: string;
|
|
931
|
-
sqlServiceAccountPassword?: string;
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
// @public
|
|
935
|
-
export interface WsfcDomainProfile {
|
|
936
|
-
clusterBootstrapAccount?: string;
|
|
937
|
-
clusterOperatorAccount?: string;
|
|
938
|
-
clusterSubnetType?: ClusterSubnetType;
|
|
939
|
-
domainFqdn?: string;
|
|
940
|
-
fileShareWitnessPath?: string;
|
|
941
|
-
ouPath?: string;
|
|
942
|
-
sqlServiceAccount?: string;
|
|
943
|
-
storageAccountPrimaryKey?: string;
|
|
944
|
-
storageAccountUrl?: string;
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
// (No @packageDocumentation comment for this package)
|
|
948
|
-
|
|
949
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-sqlvirtualmachine"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface AADAuthenticationSettings {
|
|
15
|
+
clientId?: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export interface AdditionalFeaturesServerConfigurations {
|
|
20
|
+
isRServicesEnabled?: boolean;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// @public
|
|
24
|
+
export interface AgConfiguration {
|
|
25
|
+
replicas?: AgReplica[];
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// @public
|
|
29
|
+
export interface AgReplica {
|
|
30
|
+
commit?: Commit;
|
|
31
|
+
failover?: Failover;
|
|
32
|
+
readableSecondary?: ReadableSecondary;
|
|
33
|
+
role?: Role;
|
|
34
|
+
sqlVirtualMachineInstanceId?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// @public
|
|
38
|
+
export type AssessmentDayOfWeek = "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
|
|
39
|
+
|
|
40
|
+
// @public
|
|
41
|
+
export interface AssessmentSettings {
|
|
42
|
+
enable?: boolean;
|
|
43
|
+
runImmediately?: boolean;
|
|
44
|
+
schedule?: Schedule;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
// @public
|
|
48
|
+
export type AutoBackupDaysOfWeek = string;
|
|
49
|
+
|
|
50
|
+
// @public
|
|
51
|
+
export interface AutoBackupSettings {
|
|
52
|
+
backupScheduleType?: BackupScheduleType;
|
|
53
|
+
backupSystemDbs?: boolean;
|
|
54
|
+
daysOfWeek?: AutoBackupDaysOfWeek[];
|
|
55
|
+
enable?: boolean;
|
|
56
|
+
enableEncryption?: boolean;
|
|
57
|
+
fullBackupFrequency?: FullBackupFrequencyType;
|
|
58
|
+
fullBackupStartTime?: number;
|
|
59
|
+
fullBackupWindowHours?: number;
|
|
60
|
+
logBackupFrequency?: number;
|
|
61
|
+
password?: string;
|
|
62
|
+
retentionPeriod?: number;
|
|
63
|
+
storageAccessKey?: string;
|
|
64
|
+
storageAccountUrl?: string;
|
|
65
|
+
storageContainerName?: string;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// @public
|
|
69
|
+
export interface AutoPatchingSettings {
|
|
70
|
+
dayOfWeek?: DayOfWeek;
|
|
71
|
+
enable?: boolean;
|
|
72
|
+
maintenanceWindowDuration?: number;
|
|
73
|
+
maintenanceWindowStartingHour?: number;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
// @public
|
|
77
|
+
export interface AvailabilityGroupListener extends ProxyResource {
|
|
78
|
+
availabilityGroupConfiguration?: AgConfiguration;
|
|
79
|
+
availabilityGroupName?: string;
|
|
80
|
+
createDefaultAvailabilityGroupIfNotExist?: boolean;
|
|
81
|
+
loadBalancerConfigurations?: LoadBalancerConfiguration[];
|
|
82
|
+
multiSubnetIpConfigurations?: MultiSubnetIpConfiguration[];
|
|
83
|
+
port?: number;
|
|
84
|
+
readonly provisioningState?: string;
|
|
85
|
+
readonly systemData?: SystemData;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
// @public
|
|
89
|
+
export interface AvailabilityGroupListenerListResult {
|
|
90
|
+
readonly nextLink?: string;
|
|
91
|
+
readonly value?: AvailabilityGroupListener[];
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
// @public
|
|
95
|
+
export interface AvailabilityGroupListeners {
|
|
96
|
+
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, parameters: AvailabilityGroupListener, options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilityGroupListenersCreateOrUpdateResponse>, AvailabilityGroupListenersCreateOrUpdateResponse>>;
|
|
97
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, parameters: AvailabilityGroupListener, options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams): Promise<AvailabilityGroupListenersCreateOrUpdateResponse>;
|
|
98
|
+
beginDelete(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
99
|
+
beginDeleteAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersDeleteOptionalParams): Promise<void>;
|
|
100
|
+
get(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersGetOptionalParams): Promise<AvailabilityGroupListenersGetResponse>;
|
|
101
|
+
listByGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: AvailabilityGroupListenersListByGroupOptionalParams): PagedAsyncIterableIterator<AvailabilityGroupListener>;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// @public
|
|
105
|
+
export interface AvailabilityGroupListenersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
106
|
+
resumeFrom?: string;
|
|
107
|
+
updateIntervalInMs?: number;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// @public
|
|
111
|
+
export type AvailabilityGroupListenersCreateOrUpdateResponse = AvailabilityGroupListener;
|
|
112
|
+
|
|
113
|
+
// @public
|
|
114
|
+
export interface AvailabilityGroupListenersDeleteHeaders {
|
|
115
|
+
// (undocumented)
|
|
116
|
+
location?: string;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// @public
|
|
120
|
+
export interface AvailabilityGroupListenersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
121
|
+
resumeFrom?: string;
|
|
122
|
+
updateIntervalInMs?: number;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// @public
|
|
126
|
+
export interface AvailabilityGroupListenersGetOptionalParams extends coreClient.OperationOptions {
|
|
127
|
+
expand?: string;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
// @public
|
|
131
|
+
export type AvailabilityGroupListenersGetResponse = AvailabilityGroupListener;
|
|
132
|
+
|
|
133
|
+
// @public
|
|
134
|
+
export interface AvailabilityGroupListenersListByGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// @public
|
|
138
|
+
export type AvailabilityGroupListenersListByGroupNextResponse = AvailabilityGroupListenerListResult;
|
|
139
|
+
|
|
140
|
+
// @public
|
|
141
|
+
export interface AvailabilityGroupListenersListByGroupOptionalParams extends coreClient.OperationOptions {
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
// @public
|
|
145
|
+
export type AvailabilityGroupListenersListByGroupResponse = AvailabilityGroupListenerListResult;
|
|
146
|
+
|
|
147
|
+
// @public
|
|
148
|
+
export type BackupScheduleType = string;
|
|
149
|
+
|
|
150
|
+
// @public
|
|
151
|
+
export type ClusterConfiguration = string;
|
|
152
|
+
|
|
153
|
+
// @public
|
|
154
|
+
export type ClusterManagerType = string;
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export type ClusterSubnetType = string;
|
|
158
|
+
|
|
159
|
+
// @public
|
|
160
|
+
export type Commit = string;
|
|
161
|
+
|
|
162
|
+
// @public
|
|
163
|
+
export type ConnectivityType = string;
|
|
164
|
+
|
|
165
|
+
// @public
|
|
166
|
+
export type CreatedByType = string;
|
|
167
|
+
|
|
168
|
+
// @public
|
|
169
|
+
export type DayOfWeek = "Everyday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
|
|
170
|
+
|
|
171
|
+
// @public
|
|
172
|
+
export type DiskConfigurationType = string;
|
|
173
|
+
|
|
174
|
+
// @public
|
|
175
|
+
export interface ErrorAdditionalInfo {
|
|
176
|
+
readonly info?: Record<string, unknown>;
|
|
177
|
+
readonly type?: string;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
// @public
|
|
181
|
+
export interface ErrorDetail {
|
|
182
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
183
|
+
readonly code?: string;
|
|
184
|
+
readonly details?: ErrorDetail[];
|
|
185
|
+
readonly message?: string;
|
|
186
|
+
readonly target?: string;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// @public
|
|
190
|
+
export interface ErrorResponse {
|
|
191
|
+
error?: ErrorDetail;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
// @public
|
|
195
|
+
export type Failover = string;
|
|
196
|
+
|
|
197
|
+
// @public
|
|
198
|
+
export type FullBackupFrequencyType = string;
|
|
199
|
+
|
|
200
|
+
// @public
|
|
201
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
202
|
+
|
|
203
|
+
// @public
|
|
204
|
+
export type IdentityType = string;
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export interface KeyVaultCredentialSettings {
|
|
208
|
+
azureKeyVaultUrl?: string;
|
|
209
|
+
credentialName?: string;
|
|
210
|
+
enable?: boolean;
|
|
211
|
+
servicePrincipalName?: string;
|
|
212
|
+
servicePrincipalSecret?: string;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
// @public
|
|
216
|
+
export enum KnownAutoBackupDaysOfWeek {
|
|
217
|
+
Friday = "Friday",
|
|
218
|
+
Monday = "Monday",
|
|
219
|
+
Saturday = "Saturday",
|
|
220
|
+
Sunday = "Sunday",
|
|
221
|
+
Thursday = "Thursday",
|
|
222
|
+
Tuesday = "Tuesday",
|
|
223
|
+
Wednesday = "Wednesday"
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
// @public
|
|
227
|
+
export enum KnownBackupScheduleType {
|
|
228
|
+
Automated = "Automated",
|
|
229
|
+
Manual = "Manual"
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
// @public
|
|
233
|
+
export enum KnownClusterConfiguration {
|
|
234
|
+
Domainful = "Domainful"
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
// @public
|
|
238
|
+
export enum KnownClusterManagerType {
|
|
239
|
+
Wsfc = "WSFC"
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
// @public
|
|
243
|
+
export enum KnownClusterSubnetType {
|
|
244
|
+
MultiSubnet = "MultiSubnet",
|
|
245
|
+
SingleSubnet = "SingleSubnet"
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
// @public
|
|
249
|
+
export enum KnownCommit {
|
|
250
|
+
AsynchronousCommit = "ASYNCHRONOUS_COMMIT",
|
|
251
|
+
SynchronousCommit = "SYNCHRONOUS_COMMIT"
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
// @public
|
|
255
|
+
export enum KnownConnectivityType {
|
|
256
|
+
Local = "LOCAL",
|
|
257
|
+
Private = "PRIVATE",
|
|
258
|
+
Public = "PUBLIC"
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
// @public
|
|
262
|
+
export enum KnownCreatedByType {
|
|
263
|
+
Application = "Application",
|
|
264
|
+
Key = "Key",
|
|
265
|
+
ManagedIdentity = "ManagedIdentity",
|
|
266
|
+
User = "User"
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
// @public
|
|
270
|
+
export enum KnownDiskConfigurationType {
|
|
271
|
+
ADD = "ADD",
|
|
272
|
+
Extend = "EXTEND",
|
|
273
|
+
NEW = "NEW"
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
// @public
|
|
277
|
+
export enum KnownFailover {
|
|
278
|
+
Automatic = "AUTOMATIC",
|
|
279
|
+
Manual = "MANUAL"
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
// @public
|
|
283
|
+
export enum KnownFullBackupFrequencyType {
|
|
284
|
+
Daily = "Daily",
|
|
285
|
+
Weekly = "Weekly"
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
// @public
|
|
289
|
+
export enum KnownIdentityType {
|
|
290
|
+
None = "None",
|
|
291
|
+
SystemAssigned = "SystemAssigned"
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
// @public
|
|
295
|
+
export enum KnownLeastPrivilegeMode {
|
|
296
|
+
Enabled = "Enabled",
|
|
297
|
+
NotSet = "NotSet"
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
// @public
|
|
301
|
+
export enum KnownOperationOrigin {
|
|
302
|
+
System = "system",
|
|
303
|
+
User = "user"
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
// @public
|
|
307
|
+
export enum KnownReadableSecondary {
|
|
308
|
+
ALL = "ALL",
|
|
309
|
+
NO = "NO",
|
|
310
|
+
ReadOnly = "READ_ONLY"
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
// @public
|
|
314
|
+
export enum KnownRole {
|
|
315
|
+
Primary = "PRIMARY",
|
|
316
|
+
Secondary = "SECONDARY"
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
// @public
|
|
320
|
+
export enum KnownScaleType {
|
|
321
|
+
HA = "HA"
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
// @public
|
|
325
|
+
export enum KnownSqlImageSku {
|
|
326
|
+
Developer = "Developer",
|
|
327
|
+
Enterprise = "Enterprise",
|
|
328
|
+
Express = "Express",
|
|
329
|
+
Standard = "Standard",
|
|
330
|
+
Web = "Web"
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
// @public
|
|
334
|
+
export enum KnownSqlManagementMode {
|
|
335
|
+
Full = "Full",
|
|
336
|
+
LightWeight = "LightWeight",
|
|
337
|
+
NoAgent = "NoAgent"
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
// @public
|
|
341
|
+
export enum KnownSqlServerLicenseType {
|
|
342
|
+
Ahub = "AHUB",
|
|
343
|
+
DR = "DR",
|
|
344
|
+
Payg = "PAYG"
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
// @public
|
|
348
|
+
export enum KnownSqlVmGroupImageSku {
|
|
349
|
+
Developer = "Developer",
|
|
350
|
+
Enterprise = "Enterprise"
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
// @public
|
|
354
|
+
export enum KnownSqlWorkloadType {
|
|
355
|
+
DW = "DW",
|
|
356
|
+
General = "GENERAL",
|
|
357
|
+
Oltp = "OLTP"
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
// @public
|
|
361
|
+
export enum KnownStorageWorkloadType {
|
|
362
|
+
DW = "DW",
|
|
363
|
+
General = "GENERAL",
|
|
364
|
+
Oltp = "OLTP"
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
// @public
|
|
368
|
+
export enum KnownTroubleshootingScenario {
|
|
369
|
+
UnhealthyReplica = "UnhealthyReplica"
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
// @public
|
|
373
|
+
export type LeastPrivilegeMode = string;
|
|
374
|
+
|
|
375
|
+
// @public
|
|
376
|
+
export interface LoadBalancerConfiguration {
|
|
377
|
+
loadBalancerResourceId?: string;
|
|
378
|
+
privateIpAddress?: PrivateIPAddress;
|
|
379
|
+
probePort?: number;
|
|
380
|
+
publicIpAddressResourceId?: string;
|
|
381
|
+
sqlVirtualMachineInstances?: string[];
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
// @public
|
|
385
|
+
export interface MultiSubnetIpConfiguration {
|
|
386
|
+
privateIpAddress: PrivateIPAddress;
|
|
387
|
+
sqlVirtualMachineInstance: string;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
// @public
|
|
391
|
+
export interface Operation {
|
|
392
|
+
readonly display?: OperationDisplay;
|
|
393
|
+
readonly name?: string;
|
|
394
|
+
readonly origin?: OperationOrigin;
|
|
395
|
+
readonly properties?: {
|
|
396
|
+
[propertyName: string]: Record<string, unknown>;
|
|
397
|
+
};
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
// @public
|
|
401
|
+
export interface OperationDisplay {
|
|
402
|
+
readonly description?: string;
|
|
403
|
+
readonly operation?: string;
|
|
404
|
+
readonly provider?: string;
|
|
405
|
+
readonly resource?: string;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
// @public
|
|
409
|
+
export interface OperationListResult {
|
|
410
|
+
readonly nextLink?: string;
|
|
411
|
+
readonly value?: Operation[];
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
// @public
|
|
415
|
+
export type OperationOrigin = string;
|
|
416
|
+
|
|
417
|
+
// @public
|
|
418
|
+
export interface Operations {
|
|
419
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
// @public
|
|
423
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
// @public
|
|
427
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
428
|
+
|
|
429
|
+
// @public
|
|
430
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
// @public
|
|
434
|
+
export type OperationsListResponse = OperationListResult;
|
|
435
|
+
|
|
436
|
+
// @public
|
|
437
|
+
export interface PrivateIPAddress {
|
|
438
|
+
ipAddress?: string;
|
|
439
|
+
subnetResourceId?: string;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
// @public
|
|
443
|
+
export interface ProxyResource extends Resource {
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
// @public
|
|
447
|
+
export type ReadableSecondary = string;
|
|
448
|
+
|
|
449
|
+
// @public
|
|
450
|
+
export interface Resource {
|
|
451
|
+
readonly id?: string;
|
|
452
|
+
readonly name?: string;
|
|
453
|
+
readonly type?: string;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
// @public
|
|
457
|
+
export interface ResourceIdentity {
|
|
458
|
+
readonly principalId?: string;
|
|
459
|
+
readonly tenantId?: string;
|
|
460
|
+
type?: IdentityType;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
// @public
|
|
464
|
+
export type Role = string;
|
|
465
|
+
|
|
466
|
+
// @public
|
|
467
|
+
export type ScaleType = string;
|
|
468
|
+
|
|
469
|
+
// @public
|
|
470
|
+
export interface Schedule {
|
|
471
|
+
dayOfWeek?: AssessmentDayOfWeek;
|
|
472
|
+
enable?: boolean;
|
|
473
|
+
monthlyOccurrence?: number;
|
|
474
|
+
startTime?: string;
|
|
475
|
+
weeklyInterval?: number;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
// @public
|
|
479
|
+
export interface ServerConfigurationsManagementSettings {
|
|
480
|
+
additionalFeaturesServerConfigurations?: AdditionalFeaturesServerConfigurations;
|
|
481
|
+
azureAdAuthenticationSettings?: AADAuthenticationSettings;
|
|
482
|
+
sqlConnectivityUpdateSettings?: SqlConnectivityUpdateSettings;
|
|
483
|
+
sqlInstanceSettings?: SQLInstanceSettings;
|
|
484
|
+
sqlStorageUpdateSettings?: SqlStorageUpdateSettings;
|
|
485
|
+
sqlWorkloadTypeUpdateSettings?: SqlWorkloadTypeUpdateSettings;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
// @public
|
|
489
|
+
export interface SqlConnectivityUpdateSettings {
|
|
490
|
+
connectivityType?: ConnectivityType;
|
|
491
|
+
port?: number;
|
|
492
|
+
sqlAuthUpdatePassword?: string;
|
|
493
|
+
sqlAuthUpdateUserName?: string;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
// @public
|
|
497
|
+
export type SqlImageSku = string;
|
|
498
|
+
|
|
499
|
+
// @public
|
|
500
|
+
export interface SQLInstanceSettings {
|
|
501
|
+
collation?: string;
|
|
502
|
+
isIfiEnabled?: boolean;
|
|
503
|
+
isLpimEnabled?: boolean;
|
|
504
|
+
isOptimizeForAdHocWorkloadsEnabled?: boolean;
|
|
505
|
+
maxDop?: number;
|
|
506
|
+
maxServerMemoryMB?: number;
|
|
507
|
+
minServerMemoryMB?: number;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
// @public
|
|
511
|
+
export type SqlManagementMode = string;
|
|
512
|
+
|
|
513
|
+
// @public
|
|
514
|
+
export type SqlServerLicenseType = string;
|
|
515
|
+
|
|
516
|
+
// @public
|
|
517
|
+
export interface SQLStorageSettings {
|
|
518
|
+
defaultFilePath?: string;
|
|
519
|
+
luns?: number[];
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
// @public
|
|
523
|
+
export interface SqlStorageUpdateSettings {
|
|
524
|
+
diskConfigurationType?: DiskConfigurationType;
|
|
525
|
+
diskCount?: number;
|
|
526
|
+
startingDeviceId?: number;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
// @public
|
|
530
|
+
export interface SQLTempDbSettings {
|
|
531
|
+
dataFileCount?: number;
|
|
532
|
+
dataFileSize?: number;
|
|
533
|
+
dataGrowth?: number;
|
|
534
|
+
defaultFilePath?: string;
|
|
535
|
+
logFileSize?: number;
|
|
536
|
+
logGrowth?: number;
|
|
537
|
+
luns?: number[];
|
|
538
|
+
persistFolder?: boolean;
|
|
539
|
+
persistFolderPath?: string;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
// @public
|
|
543
|
+
export interface SqlVirtualMachine extends TrackedResource {
|
|
544
|
+
assessmentSettings?: AssessmentSettings;
|
|
545
|
+
autoBackupSettings?: AutoBackupSettings;
|
|
546
|
+
autoPatchingSettings?: AutoPatchingSettings;
|
|
547
|
+
enableAutomaticUpgrade?: boolean;
|
|
548
|
+
identity?: ResourceIdentity;
|
|
549
|
+
keyVaultCredentialSettings?: KeyVaultCredentialSettings;
|
|
550
|
+
leastPrivilegeMode?: LeastPrivilegeMode;
|
|
551
|
+
readonly provisioningState?: string;
|
|
552
|
+
serverConfigurationsManagementSettings?: ServerConfigurationsManagementSettings;
|
|
553
|
+
sqlImageOffer?: string;
|
|
554
|
+
sqlImageSku?: SqlImageSku;
|
|
555
|
+
sqlManagement?: SqlManagementMode;
|
|
556
|
+
sqlServerLicenseType?: SqlServerLicenseType;
|
|
557
|
+
sqlVirtualMachineGroupResourceId?: string;
|
|
558
|
+
storageConfigurationSettings?: StorageConfigurationSettings;
|
|
559
|
+
readonly systemData?: SystemData;
|
|
560
|
+
readonly troubleshootingStatus?: TroubleshootingStatus;
|
|
561
|
+
virtualMachineResourceId?: string;
|
|
562
|
+
wsfcDomainCredentials?: WsfcDomainCredentials;
|
|
563
|
+
wsfcStaticIp?: string;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
// @public
|
|
567
|
+
export interface SqlVirtualMachineGroup extends TrackedResource {
|
|
568
|
+
readonly clusterConfiguration?: ClusterConfiguration;
|
|
569
|
+
readonly clusterManagerType?: ClusterManagerType;
|
|
570
|
+
readonly provisioningState?: string;
|
|
571
|
+
readonly scaleType?: ScaleType;
|
|
572
|
+
sqlImageOffer?: string;
|
|
573
|
+
sqlImageSku?: SqlVmGroupImageSku;
|
|
574
|
+
readonly systemData?: SystemData;
|
|
575
|
+
wsfcDomainProfile?: WsfcDomainProfile;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
// @public
|
|
579
|
+
export interface SqlVirtualMachineGroupListResult {
|
|
580
|
+
readonly nextLink?: string;
|
|
581
|
+
readonly value?: SqlVirtualMachineGroup[];
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
// @public
|
|
585
|
+
export interface SqlVirtualMachineGroups {
|
|
586
|
+
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroup, options?: SqlVirtualMachineGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachineGroupsCreateOrUpdateResponse>, SqlVirtualMachineGroupsCreateOrUpdateResponse>>;
|
|
587
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroup, options?: SqlVirtualMachineGroupsCreateOrUpdateOptionalParams): Promise<SqlVirtualMachineGroupsCreateOrUpdateResponse>;
|
|
588
|
+
beginDelete(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachineGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
589
|
+
beginDeleteAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachineGroupsDeleteOptionalParams): Promise<void>;
|
|
590
|
+
beginUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroupUpdate, options?: SqlVirtualMachineGroupsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachineGroupsUpdateResponse>, SqlVirtualMachineGroupsUpdateResponse>>;
|
|
591
|
+
beginUpdateAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroupUpdate, options?: SqlVirtualMachineGroupsUpdateOptionalParams): Promise<SqlVirtualMachineGroupsUpdateResponse>;
|
|
592
|
+
get(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachineGroupsGetOptionalParams): Promise<SqlVirtualMachineGroupsGetResponse>;
|
|
593
|
+
list(options?: SqlVirtualMachineGroupsListOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachineGroup>;
|
|
594
|
+
listByResourceGroup(resourceGroupName: string, options?: SqlVirtualMachineGroupsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachineGroup>;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
// @public
|
|
598
|
+
export interface SqlVirtualMachineGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
599
|
+
resumeFrom?: string;
|
|
600
|
+
updateIntervalInMs?: number;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
// @public
|
|
604
|
+
export type SqlVirtualMachineGroupsCreateOrUpdateResponse = SqlVirtualMachineGroup;
|
|
605
|
+
|
|
606
|
+
// @public
|
|
607
|
+
export interface SqlVirtualMachineGroupsDeleteHeaders {
|
|
608
|
+
// (undocumented)
|
|
609
|
+
location?: string;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
// @public
|
|
613
|
+
export interface SqlVirtualMachineGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
614
|
+
resumeFrom?: string;
|
|
615
|
+
updateIntervalInMs?: number;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
// @public
|
|
619
|
+
export interface SqlVirtualMachineGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
// @public
|
|
623
|
+
export type SqlVirtualMachineGroupsGetResponse = SqlVirtualMachineGroup;
|
|
624
|
+
|
|
625
|
+
// @public
|
|
626
|
+
export interface SqlVirtualMachineGroupsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
// @public
|
|
630
|
+
export type SqlVirtualMachineGroupsListByResourceGroupNextResponse = SqlVirtualMachineGroupListResult;
|
|
631
|
+
|
|
632
|
+
// @public
|
|
633
|
+
export interface SqlVirtualMachineGroupsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
// @public
|
|
637
|
+
export type SqlVirtualMachineGroupsListByResourceGroupResponse = SqlVirtualMachineGroupListResult;
|
|
638
|
+
|
|
639
|
+
// @public
|
|
640
|
+
export interface SqlVirtualMachineGroupsListNextOptionalParams extends coreClient.OperationOptions {
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
// @public
|
|
644
|
+
export type SqlVirtualMachineGroupsListNextResponse = SqlVirtualMachineGroupListResult;
|
|
645
|
+
|
|
646
|
+
// @public
|
|
647
|
+
export interface SqlVirtualMachineGroupsListOptionalParams extends coreClient.OperationOptions {
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
// @public
|
|
651
|
+
export type SqlVirtualMachineGroupsListResponse = SqlVirtualMachineGroupListResult;
|
|
652
|
+
|
|
653
|
+
// @public
|
|
654
|
+
export interface SqlVirtualMachineGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
655
|
+
resumeFrom?: string;
|
|
656
|
+
updateIntervalInMs?: number;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
// @public
|
|
660
|
+
export type SqlVirtualMachineGroupsUpdateResponse = SqlVirtualMachineGroup;
|
|
661
|
+
|
|
662
|
+
// @public
|
|
663
|
+
export interface SqlVirtualMachineGroupUpdate {
|
|
664
|
+
tags?: {
|
|
665
|
+
[propertyName: string]: string;
|
|
666
|
+
};
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
// @public
|
|
670
|
+
export interface SqlVirtualMachineListResult {
|
|
671
|
+
readonly nextLink?: string;
|
|
672
|
+
readonly value?: SqlVirtualMachine[];
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
// @public (undocumented)
|
|
676
|
+
export class SqlVirtualMachineManagementClient extends coreClient.ServiceClient {
|
|
677
|
+
// (undocumented)
|
|
678
|
+
$host: string;
|
|
679
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: SqlVirtualMachineManagementClientOptionalParams);
|
|
680
|
+
// (undocumented)
|
|
681
|
+
apiVersion: string;
|
|
682
|
+
// (undocumented)
|
|
683
|
+
availabilityGroupListeners: AvailabilityGroupListeners;
|
|
684
|
+
// (undocumented)
|
|
685
|
+
operations: Operations;
|
|
686
|
+
// (undocumented)
|
|
687
|
+
sqlVirtualMachineGroups: SqlVirtualMachineGroups;
|
|
688
|
+
// (undocumented)
|
|
689
|
+
sqlVirtualMachines: SqlVirtualMachines;
|
|
690
|
+
// (undocumented)
|
|
691
|
+
sqlVirtualMachineTroubleshoot: SqlVirtualMachineTroubleshoot;
|
|
692
|
+
// (undocumented)
|
|
693
|
+
subscriptionId: string;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
// @public
|
|
697
|
+
export interface SqlVirtualMachineManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
698
|
+
$host?: string;
|
|
699
|
+
apiVersion?: string;
|
|
700
|
+
endpoint?: string;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
// @public
|
|
704
|
+
export interface SqlVirtualMachines {
|
|
705
|
+
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachine, options?: SqlVirtualMachinesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachinesCreateOrUpdateResponse>, SqlVirtualMachinesCreateOrUpdateResponse>>;
|
|
706
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachine, options?: SqlVirtualMachinesCreateOrUpdateOptionalParams): Promise<SqlVirtualMachinesCreateOrUpdateResponse>;
|
|
707
|
+
beginDelete(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
708
|
+
beginDeleteAndWait(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesDeleteOptionalParams): Promise<void>;
|
|
709
|
+
beginRedeploy(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesRedeployOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
710
|
+
beginRedeployAndWait(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesRedeployOptionalParams): Promise<void>;
|
|
711
|
+
beginStartAssessment(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesStartAssessmentOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
712
|
+
beginStartAssessmentAndWait(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesStartAssessmentOptionalParams): Promise<void>;
|
|
713
|
+
beginUpdate(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachineUpdate, options?: SqlVirtualMachinesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachinesUpdateResponse>, SqlVirtualMachinesUpdateResponse>>;
|
|
714
|
+
beginUpdateAndWait(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachineUpdate, options?: SqlVirtualMachinesUpdateOptionalParams): Promise<SqlVirtualMachinesUpdateResponse>;
|
|
715
|
+
get(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesGetOptionalParams): Promise<SqlVirtualMachinesGetResponse>;
|
|
716
|
+
list(options?: SqlVirtualMachinesListOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
717
|
+
listByResourceGroup(resourceGroupName: string, options?: SqlVirtualMachinesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
718
|
+
listBySqlVmGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachinesListBySqlVmGroupOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
// @public
|
|
722
|
+
export interface SqlVirtualMachinesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
723
|
+
resumeFrom?: string;
|
|
724
|
+
updateIntervalInMs?: number;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
// @public
|
|
728
|
+
export type SqlVirtualMachinesCreateOrUpdateResponse = SqlVirtualMachine;
|
|
729
|
+
|
|
730
|
+
// @public
|
|
731
|
+
export interface SqlVirtualMachinesDeleteHeaders {
|
|
732
|
+
// (undocumented)
|
|
733
|
+
location?: string;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
// @public
|
|
737
|
+
export interface SqlVirtualMachinesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
738
|
+
resumeFrom?: string;
|
|
739
|
+
updateIntervalInMs?: number;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
// @public
|
|
743
|
+
export interface SqlVirtualMachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
744
|
+
expand?: string;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
// @public
|
|
748
|
+
export type SqlVirtualMachinesGetResponse = SqlVirtualMachine;
|
|
749
|
+
|
|
750
|
+
// @public
|
|
751
|
+
export interface SqlVirtualMachinesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
// @public
|
|
755
|
+
export type SqlVirtualMachinesListByResourceGroupNextResponse = SqlVirtualMachineListResult;
|
|
756
|
+
|
|
757
|
+
// @public
|
|
758
|
+
export interface SqlVirtualMachinesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
// @public
|
|
762
|
+
export type SqlVirtualMachinesListByResourceGroupResponse = SqlVirtualMachineListResult;
|
|
763
|
+
|
|
764
|
+
// @public
|
|
765
|
+
export interface SqlVirtualMachinesListBySqlVmGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
// @public
|
|
769
|
+
export type SqlVirtualMachinesListBySqlVmGroupNextResponse = SqlVirtualMachineListResult;
|
|
770
|
+
|
|
771
|
+
// @public
|
|
772
|
+
export interface SqlVirtualMachinesListBySqlVmGroupOptionalParams extends coreClient.OperationOptions {
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
// @public
|
|
776
|
+
export type SqlVirtualMachinesListBySqlVmGroupResponse = SqlVirtualMachineListResult;
|
|
777
|
+
|
|
778
|
+
// @public
|
|
779
|
+
export interface SqlVirtualMachinesListNextOptionalParams extends coreClient.OperationOptions {
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
// @public
|
|
783
|
+
export type SqlVirtualMachinesListNextResponse = SqlVirtualMachineListResult;
|
|
784
|
+
|
|
785
|
+
// @public
|
|
786
|
+
export interface SqlVirtualMachinesListOptionalParams extends coreClient.OperationOptions {
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
// @public
|
|
790
|
+
export type SqlVirtualMachinesListResponse = SqlVirtualMachineListResult;
|
|
791
|
+
|
|
792
|
+
// @public
|
|
793
|
+
export interface SqlVirtualMachinesRedeployHeaders {
|
|
794
|
+
// (undocumented)
|
|
795
|
+
location?: string;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
// @public
|
|
799
|
+
export interface SqlVirtualMachinesRedeployOptionalParams extends coreClient.OperationOptions {
|
|
800
|
+
resumeFrom?: string;
|
|
801
|
+
updateIntervalInMs?: number;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
// @public
|
|
805
|
+
export interface SqlVirtualMachinesStartAssessmentHeaders {
|
|
806
|
+
// (undocumented)
|
|
807
|
+
location?: string;
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
// @public
|
|
811
|
+
export interface SqlVirtualMachinesStartAssessmentOptionalParams extends coreClient.OperationOptions {
|
|
812
|
+
resumeFrom?: string;
|
|
813
|
+
updateIntervalInMs?: number;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
// @public
|
|
817
|
+
export interface SqlVirtualMachinesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
818
|
+
resumeFrom?: string;
|
|
819
|
+
updateIntervalInMs?: number;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
// @public
|
|
823
|
+
export type SqlVirtualMachinesUpdateResponse = SqlVirtualMachine;
|
|
824
|
+
|
|
825
|
+
// @public
|
|
826
|
+
export interface SqlVirtualMachineTroubleshoot {
|
|
827
|
+
beginTroubleshoot(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachineTroubleshootTroubleshootResponse>, SqlVirtualMachineTroubleshootTroubleshootResponse>>;
|
|
828
|
+
beginTroubleshootAndWait(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams): Promise<SqlVirtualMachineTroubleshootTroubleshootResponse>;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
// @public
|
|
832
|
+
export interface SqlVirtualMachineTroubleshootTroubleshootHeaders {
|
|
833
|
+
// (undocumented)
|
|
834
|
+
location?: string;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
// @public
|
|
838
|
+
export interface SqlVirtualMachineTroubleshootTroubleshootOptionalParams extends coreClient.OperationOptions {
|
|
839
|
+
resumeFrom?: string;
|
|
840
|
+
updateIntervalInMs?: number;
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
// @public
|
|
844
|
+
export type SqlVirtualMachineTroubleshootTroubleshootResponse = SqlVmTroubleshooting;
|
|
845
|
+
|
|
846
|
+
// @public
|
|
847
|
+
export interface SqlVirtualMachineUpdate {
|
|
848
|
+
tags?: {
|
|
849
|
+
[propertyName: string]: string;
|
|
850
|
+
};
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
// @public
|
|
854
|
+
export type SqlVmGroupImageSku = string;
|
|
855
|
+
|
|
856
|
+
// @public
|
|
857
|
+
export interface SqlVmTroubleshooting {
|
|
858
|
+
endTimeUtc?: Date;
|
|
859
|
+
properties?: TroubleshootingAdditionalProperties;
|
|
860
|
+
startTimeUtc?: Date;
|
|
861
|
+
troubleshootingScenario?: TroubleshootingScenario;
|
|
862
|
+
readonly virtualMachineResourceId?: string;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
// @public
|
|
866
|
+
export type SqlWorkloadType = string;
|
|
867
|
+
|
|
868
|
+
// @public
|
|
869
|
+
export interface SqlWorkloadTypeUpdateSettings {
|
|
870
|
+
sqlWorkloadType?: SqlWorkloadType;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
// @public
|
|
874
|
+
export interface StorageConfigurationSettings {
|
|
875
|
+
diskConfigurationType?: DiskConfigurationType;
|
|
876
|
+
sqlDataSettings?: SQLStorageSettings;
|
|
877
|
+
sqlLogSettings?: SQLStorageSettings;
|
|
878
|
+
sqlSystemDbOnDataDisk?: boolean;
|
|
879
|
+
sqlTempDbSettings?: SQLTempDbSettings;
|
|
880
|
+
storageWorkloadType?: StorageWorkloadType;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
// @public
|
|
884
|
+
export type StorageWorkloadType = string;
|
|
885
|
+
|
|
886
|
+
// @public
|
|
887
|
+
export interface SystemData {
|
|
888
|
+
createdAt?: Date;
|
|
889
|
+
createdBy?: string;
|
|
890
|
+
createdByType?: CreatedByType;
|
|
891
|
+
lastModifiedAt?: Date;
|
|
892
|
+
lastModifiedBy?: string;
|
|
893
|
+
lastModifiedByType?: CreatedByType;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
// @public
|
|
897
|
+
export interface TrackedResource extends Resource {
|
|
898
|
+
location: string;
|
|
899
|
+
tags?: {
|
|
900
|
+
[propertyName: string]: string;
|
|
901
|
+
};
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
// @public
|
|
905
|
+
export interface TroubleshootingAdditionalProperties {
|
|
906
|
+
unhealthyReplicaInfo?: UnhealthyReplicaInfo;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
// @public
|
|
910
|
+
export type TroubleshootingScenario = string;
|
|
911
|
+
|
|
912
|
+
// @public
|
|
913
|
+
export interface TroubleshootingStatus {
|
|
914
|
+
readonly endTimeUtc?: Date;
|
|
915
|
+
readonly lastTriggerTimeUtc?: Date;
|
|
916
|
+
readonly properties?: TroubleshootingAdditionalProperties;
|
|
917
|
+
readonly rootCause?: string;
|
|
918
|
+
readonly startTimeUtc?: Date;
|
|
919
|
+
readonly troubleshootingScenario?: TroubleshootingScenario;
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
// @public
|
|
923
|
+
export interface UnhealthyReplicaInfo {
|
|
924
|
+
availabilityGroupName?: string;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
// @public
|
|
928
|
+
export interface WsfcDomainCredentials {
|
|
929
|
+
clusterBootstrapAccountPassword?: string;
|
|
930
|
+
clusterOperatorAccountPassword?: string;
|
|
931
|
+
sqlServiceAccountPassword?: string;
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
// @public
|
|
935
|
+
export interface WsfcDomainProfile {
|
|
936
|
+
clusterBootstrapAccount?: string;
|
|
937
|
+
clusterOperatorAccount?: string;
|
|
938
|
+
clusterSubnetType?: ClusterSubnetType;
|
|
939
|
+
domainFqdn?: string;
|
|
940
|
+
fileShareWitnessPath?: string;
|
|
941
|
+
ouPath?: string;
|
|
942
|
+
sqlServiceAccount?: string;
|
|
943
|
+
storageAccountPrimaryKey?: string;
|
|
944
|
+
storageAccountUrl?: string;
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
// (No @packageDocumentation comment for this package)
|
|
948
|
+
|
|
949
|
+
```
|