@azure/arm-sqlvirtualmachine 4.1.1 → 5.0.0-beta.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.
- package/CHANGELOG.md +14 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +69 -85
- package/dist/index.js +2827 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +783 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +103 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +31 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +320 -368
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +18 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +143 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/availabilityGroupListeners.d.ts +89 -0
- package/dist-esm/src/operations/availabilityGroupListeners.d.ts.map +1 -0
- package/dist-esm/src/operations/availabilityGroupListeners.js +338 -0
- package/dist-esm/src/operations/availabilityGroupListeners.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +116 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/sqlVirtualMachineGroups.d.ts +117 -0
- package/dist-esm/src/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist-esm/src/operations/sqlVirtualMachineGroups.js +487 -0
- package/dist-esm/src/operations/sqlVirtualMachineGroups.js.map +1 -0
- package/dist-esm/src/operations/sqlVirtualMachines.d.ts +144 -0
- package/dist-esm/src/operations/sqlVirtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/sqlVirtualMachines.js +598 -0
- package/dist-esm/src/operations/sqlVirtualMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.js +9 -0
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +12 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.js +9 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.d.ts +87 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
- package/dist-esm/src/sqlVirtualMachineManagementClient.d.ts +21 -0
- package/dist-esm/src/sqlVirtualMachineManagementClient.d.ts.map +1 -0
- package/dist-esm/src/sqlVirtualMachineManagementClient.js +54 -0
- package/dist-esm/src/sqlVirtualMachineManagementClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-sqlvirtualmachine.api.md +678 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +629 -1065
- package/src/models/mappers.ts +328 -376
- package/src/models/parameters.ts +106 -41
- package/src/operations/availabilityGroupListeners.ts +366 -222
- package/src/operations/index.ts +3 -5
- package/src/operations/operations.ts +89 -79
- package/src/operations/sqlVirtualMachineGroups.ts +517 -344
- package/src/operations/sqlVirtualMachines.ts +641 -424
- package/src/operationsInterfaces/availabilityGroupListeners.ts +115 -0
- package/src/operationsInterfaces/index.ts +12 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/sqlVirtualMachineGroups.ts +147 -0
- package/src/operationsInterfaces/sqlVirtualMachines.ts +160 -0
- package/src/sqlVirtualMachineManagementClient.ts +78 -41
- package/tsconfig.json +3 -3
- package/types/arm-sqlvirtualmachine.d.ts +1141 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-sqlvirtualmachine.js +0 -2479
- package/dist/arm-sqlvirtualmachine.js.map +0 -1
- package/dist/arm-sqlvirtualmachine.min.js +0 -1
- package/dist/arm-sqlvirtualmachine.min.js.map +0 -1
- package/esm/models/availabilityGroupListenersMappers.d.ts +0 -2
- package/esm/models/availabilityGroupListenersMappers.d.ts.map +0 -1
- package/esm/models/availabilityGroupListenersMappers.js +0 -9
- package/esm/models/availabilityGroupListenersMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1241
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -33
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -11
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -103
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/sqlVirtualMachineGroupsMappers.d.ts +0 -2
- package/esm/models/sqlVirtualMachineGroupsMappers.d.ts.map +0 -1
- package/esm/models/sqlVirtualMachineGroupsMappers.js +0 -9
- package/esm/models/sqlVirtualMachineGroupsMappers.js.map +0 -1
- package/esm/models/sqlVirtualMachinesMappers.d.ts +0 -2
- package/esm/models/sqlVirtualMachinesMappers.d.ts.map +0 -1
- package/esm/models/sqlVirtualMachinesMappers.js +0 -9
- package/esm/models/sqlVirtualMachinesMappers.js.map +0 -1
- package/esm/operations/availabilityGroupListeners.d.ts +0 -125
- package/esm/operations/availabilityGroupListeners.d.ts.map +0 -1
- package/esm/operations/availabilityGroupListeners.js +0 -238
- package/esm/operations/availabilityGroupListeners.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/sqlVirtualMachineGroups.d.ts +0 -168
- package/esm/operations/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/esm/operations/sqlVirtualMachineGroups.js +0 -337
- package/esm/operations/sqlVirtualMachineGroups.js.map +0 -1
- package/esm/operations/sqlVirtualMachines.d.ts +0 -210
- package/esm/operations/sqlVirtualMachines.d.ts.map +0 -1
- package/esm/operations/sqlVirtualMachines.js +0 -395
- package/esm/operations/sqlVirtualMachines.js.map +0 -1
- package/esm/sqlVirtualMachineManagementClient.d.ts +0 -27
- package/esm/sqlVirtualMachineManagementClient.d.ts.map +0 -1
- package/esm/sqlVirtualMachineManagementClient.js +0 -41
- package/esm/sqlVirtualMachineManagementClient.js.map +0 -1
- package/esm/sqlVirtualMachineManagementClientContext.d.ts +0 -22
- package/esm/sqlVirtualMachineManagementClientContext.d.ts.map +0 -1
- package/esm/sqlVirtualMachineManagementClientContext.js +0 -61
- package/esm/sqlVirtualMachineManagementClientContext.js.map +0 -1
- package/src/models/availabilityGroupListenersMappers.ts +0 -34
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/sqlVirtualMachineGroupsMappers.ts +0 -35
- package/src/models/sqlVirtualMachinesMappers.ts +0 -35
- package/src/sqlVirtualMachineManagementClientContext.ts +0 -68
|
@@ -0,0 +1,678 @@
|
|
|
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 { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface AdditionalFeaturesServerConfigurations {
|
|
15
|
+
isRServicesEnabled?: boolean;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export interface AutoBackupSettings {
|
|
20
|
+
backupScheduleType?: BackupScheduleType;
|
|
21
|
+
backupSystemDbs?: boolean;
|
|
22
|
+
enable?: boolean;
|
|
23
|
+
enableEncryption?: boolean;
|
|
24
|
+
fullBackupFrequency?: FullBackupFrequencyType;
|
|
25
|
+
fullBackupStartTime?: number;
|
|
26
|
+
fullBackupWindowHours?: number;
|
|
27
|
+
logBackupFrequency?: number;
|
|
28
|
+
password?: string;
|
|
29
|
+
retentionPeriod?: number;
|
|
30
|
+
storageAccessKey?: string;
|
|
31
|
+
storageAccountUrl?: string;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// @public
|
|
35
|
+
export interface AutoPatchingSettings {
|
|
36
|
+
dayOfWeek?: DayOfWeek;
|
|
37
|
+
enable?: boolean;
|
|
38
|
+
maintenanceWindowDuration?: number;
|
|
39
|
+
maintenanceWindowStartingHour?: number;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// @public
|
|
43
|
+
export type AvailabilityGroupListener = ProxyResource & {
|
|
44
|
+
readonly provisioningState?: string;
|
|
45
|
+
availabilityGroupName?: string;
|
|
46
|
+
loadBalancerConfigurations?: LoadBalancerConfiguration[];
|
|
47
|
+
createDefaultAvailabilityGroupIfNotExist?: boolean;
|
|
48
|
+
port?: number;
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
// @public
|
|
52
|
+
export interface AvailabilityGroupListenerListResult {
|
|
53
|
+
readonly nextLink?: string;
|
|
54
|
+
readonly value?: AvailabilityGroupListener[];
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// @public
|
|
58
|
+
export interface AvailabilityGroupListeners {
|
|
59
|
+
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, parameters: AvailabilityGroupListener, options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AvailabilityGroupListenersCreateOrUpdateResponse>, AvailabilityGroupListenersCreateOrUpdateResponse>>;
|
|
60
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, parameters: AvailabilityGroupListener, options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams): Promise<AvailabilityGroupListenersCreateOrUpdateResponse>;
|
|
61
|
+
beginDelete(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
62
|
+
beginDeleteAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersDeleteOptionalParams): Promise<void>;
|
|
63
|
+
get(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersGetOptionalParams): Promise<AvailabilityGroupListenersGetResponse>;
|
|
64
|
+
listByGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: AvailabilityGroupListenersListByGroupOptionalParams): PagedAsyncIterableIterator<AvailabilityGroupListener>;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// @public
|
|
68
|
+
export interface AvailabilityGroupListenersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
69
|
+
resumeFrom?: string;
|
|
70
|
+
updateIntervalInMs?: number;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// @public
|
|
74
|
+
export type AvailabilityGroupListenersCreateOrUpdateResponse = AvailabilityGroupListener;
|
|
75
|
+
|
|
76
|
+
// @public
|
|
77
|
+
export interface AvailabilityGroupListenersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
78
|
+
resumeFrom?: string;
|
|
79
|
+
updateIntervalInMs?: number;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
// @public
|
|
83
|
+
export interface AvailabilityGroupListenersGetOptionalParams extends coreClient.OperationOptions {
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// @public
|
|
87
|
+
export type AvailabilityGroupListenersGetResponse = AvailabilityGroupListener;
|
|
88
|
+
|
|
89
|
+
// @public
|
|
90
|
+
export interface AvailabilityGroupListenersListByGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// @public
|
|
94
|
+
export type AvailabilityGroupListenersListByGroupNextResponse = AvailabilityGroupListenerListResult;
|
|
95
|
+
|
|
96
|
+
// @public
|
|
97
|
+
export interface AvailabilityGroupListenersListByGroupOptionalParams extends coreClient.OperationOptions {
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// @public
|
|
101
|
+
export type AvailabilityGroupListenersListByGroupResponse = AvailabilityGroupListenerListResult;
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export type BackupScheduleType = string;
|
|
105
|
+
|
|
106
|
+
// @public
|
|
107
|
+
export type ClusterConfiguration = string;
|
|
108
|
+
|
|
109
|
+
// @public
|
|
110
|
+
export type ClusterManagerType = string;
|
|
111
|
+
|
|
112
|
+
// @public
|
|
113
|
+
export type ConnectivityType = string;
|
|
114
|
+
|
|
115
|
+
// @public
|
|
116
|
+
export type DayOfWeek = "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export type DiskConfigurationType = string;
|
|
120
|
+
|
|
121
|
+
// @public
|
|
122
|
+
export type FullBackupFrequencyType = string;
|
|
123
|
+
|
|
124
|
+
// @public
|
|
125
|
+
export type IdentityType = string;
|
|
126
|
+
|
|
127
|
+
// @public
|
|
128
|
+
export interface KeyVaultCredentialSettings {
|
|
129
|
+
azureKeyVaultUrl?: string;
|
|
130
|
+
credentialName?: string;
|
|
131
|
+
enable?: boolean;
|
|
132
|
+
servicePrincipalName?: string;
|
|
133
|
+
servicePrincipalSecret?: string;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// @public
|
|
137
|
+
export enum KnownBackupScheduleType {
|
|
138
|
+
// (undocumented)
|
|
139
|
+
Automated = "Automated",
|
|
140
|
+
// (undocumented)
|
|
141
|
+
Manual = "Manual"
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
// @public
|
|
145
|
+
export enum KnownClusterConfiguration {
|
|
146
|
+
// (undocumented)
|
|
147
|
+
Domainful = "Domainful"
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
// @public
|
|
151
|
+
export enum KnownClusterManagerType {
|
|
152
|
+
// (undocumented)
|
|
153
|
+
Wsfc = "WSFC"
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export enum KnownConnectivityType {
|
|
158
|
+
// (undocumented)
|
|
159
|
+
Local = "LOCAL",
|
|
160
|
+
// (undocumented)
|
|
161
|
+
Private = "PRIVATE",
|
|
162
|
+
// (undocumented)
|
|
163
|
+
Public = "PUBLIC"
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
// @public
|
|
167
|
+
export enum KnownDiskConfigurationType {
|
|
168
|
+
// (undocumented)
|
|
169
|
+
ADD = "ADD",
|
|
170
|
+
// (undocumented)
|
|
171
|
+
Extend = "EXTEND",
|
|
172
|
+
// (undocumented)
|
|
173
|
+
NEW = "NEW"
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
// @public
|
|
177
|
+
export enum KnownFullBackupFrequencyType {
|
|
178
|
+
// (undocumented)
|
|
179
|
+
Daily = "Daily",
|
|
180
|
+
// (undocumented)
|
|
181
|
+
Weekly = "Weekly"
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
// @public
|
|
185
|
+
export enum KnownIdentityType {
|
|
186
|
+
// (undocumented)
|
|
187
|
+
SystemAssigned = "SystemAssigned"
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
// @public
|
|
191
|
+
export enum KnownOperationOrigin {
|
|
192
|
+
// (undocumented)
|
|
193
|
+
System = "system",
|
|
194
|
+
// (undocumented)
|
|
195
|
+
User = "user"
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
// @public
|
|
199
|
+
export enum KnownScaleType {
|
|
200
|
+
// (undocumented)
|
|
201
|
+
HA = "HA"
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
// @public
|
|
205
|
+
export enum KnownSqlImageSku {
|
|
206
|
+
// (undocumented)
|
|
207
|
+
Developer = "Developer",
|
|
208
|
+
// (undocumented)
|
|
209
|
+
Enterprise = "Enterprise",
|
|
210
|
+
// (undocumented)
|
|
211
|
+
Express = "Express",
|
|
212
|
+
// (undocumented)
|
|
213
|
+
Standard = "Standard",
|
|
214
|
+
// (undocumented)
|
|
215
|
+
Web = "Web"
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
// @public
|
|
219
|
+
export enum KnownSqlManagementMode {
|
|
220
|
+
// (undocumented)
|
|
221
|
+
Full = "Full",
|
|
222
|
+
// (undocumented)
|
|
223
|
+
LightWeight = "LightWeight",
|
|
224
|
+
// (undocumented)
|
|
225
|
+
NoAgent = "NoAgent"
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
// @public
|
|
229
|
+
export enum KnownSqlServerLicenseType {
|
|
230
|
+
// (undocumented)
|
|
231
|
+
Ahub = "AHUB",
|
|
232
|
+
// (undocumented)
|
|
233
|
+
DR = "DR",
|
|
234
|
+
// (undocumented)
|
|
235
|
+
Payg = "PAYG"
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
// @public
|
|
239
|
+
export enum KnownSqlVmGroupImageSku {
|
|
240
|
+
// (undocumented)
|
|
241
|
+
Developer = "Developer",
|
|
242
|
+
// (undocumented)
|
|
243
|
+
Enterprise = "Enterprise"
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
// @public
|
|
247
|
+
export enum KnownSqlWorkloadType {
|
|
248
|
+
// (undocumented)
|
|
249
|
+
DW = "DW",
|
|
250
|
+
// (undocumented)
|
|
251
|
+
General = "GENERAL",
|
|
252
|
+
// (undocumented)
|
|
253
|
+
Oltp = "OLTP"
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
// @public
|
|
257
|
+
export enum KnownStorageWorkloadType {
|
|
258
|
+
// (undocumented)
|
|
259
|
+
DW = "DW",
|
|
260
|
+
// (undocumented)
|
|
261
|
+
General = "GENERAL",
|
|
262
|
+
// (undocumented)
|
|
263
|
+
Oltp = "OLTP"
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
// @public
|
|
267
|
+
export interface LoadBalancerConfiguration {
|
|
268
|
+
loadBalancerResourceId?: string;
|
|
269
|
+
privateIpAddress?: PrivateIPAddress;
|
|
270
|
+
probePort?: number;
|
|
271
|
+
publicIpAddressResourceId?: string;
|
|
272
|
+
sqlVirtualMachineInstances?: string[];
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
// @public
|
|
276
|
+
export interface Operation {
|
|
277
|
+
readonly display?: OperationDisplay;
|
|
278
|
+
readonly name?: string;
|
|
279
|
+
readonly origin?: OperationOrigin;
|
|
280
|
+
readonly properties?: {
|
|
281
|
+
[propertyName: string]: Record<string, unknown>;
|
|
282
|
+
};
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
// @public
|
|
286
|
+
export interface OperationDisplay {
|
|
287
|
+
readonly description?: string;
|
|
288
|
+
readonly operation?: string;
|
|
289
|
+
readonly provider?: string;
|
|
290
|
+
readonly resource?: string;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
// @public
|
|
294
|
+
export interface OperationListResult {
|
|
295
|
+
readonly nextLink?: string;
|
|
296
|
+
readonly value?: Operation[];
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
// @public
|
|
300
|
+
export type OperationOrigin = string;
|
|
301
|
+
|
|
302
|
+
// @public
|
|
303
|
+
export interface Operations {
|
|
304
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
// @public
|
|
308
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
// @public
|
|
312
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
313
|
+
|
|
314
|
+
// @public
|
|
315
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
// @public
|
|
319
|
+
export type OperationsListResponse = OperationListResult;
|
|
320
|
+
|
|
321
|
+
// @public
|
|
322
|
+
export interface PrivateIPAddress {
|
|
323
|
+
ipAddress?: string;
|
|
324
|
+
subnetResourceId?: string;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
// @public
|
|
328
|
+
export type ProxyResource = Resource & {};
|
|
329
|
+
|
|
330
|
+
// @public
|
|
331
|
+
export interface Resource {
|
|
332
|
+
readonly id?: string;
|
|
333
|
+
readonly name?: string;
|
|
334
|
+
readonly type?: string;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
// @public
|
|
338
|
+
export interface ResourceIdentity {
|
|
339
|
+
readonly principalId?: string;
|
|
340
|
+
readonly tenantId?: string;
|
|
341
|
+
type?: IdentityType;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
// @public
|
|
345
|
+
export type ScaleType = string;
|
|
346
|
+
|
|
347
|
+
// @public
|
|
348
|
+
export interface ServerConfigurationsManagementSettings {
|
|
349
|
+
additionalFeaturesServerConfigurations?: AdditionalFeaturesServerConfigurations;
|
|
350
|
+
sqlConnectivityUpdateSettings?: SqlConnectivityUpdateSettings;
|
|
351
|
+
sqlStorageUpdateSettings?: SqlStorageUpdateSettings;
|
|
352
|
+
sqlWorkloadTypeUpdateSettings?: SqlWorkloadTypeUpdateSettings;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
// @public
|
|
356
|
+
export interface SqlConnectivityUpdateSettings {
|
|
357
|
+
connectivityType?: ConnectivityType;
|
|
358
|
+
port?: number;
|
|
359
|
+
sqlAuthUpdatePassword?: string;
|
|
360
|
+
sqlAuthUpdateUserName?: string;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
// @public
|
|
364
|
+
export type SqlImageSku = string;
|
|
365
|
+
|
|
366
|
+
// @public
|
|
367
|
+
export type SqlManagementMode = string;
|
|
368
|
+
|
|
369
|
+
// @public
|
|
370
|
+
export type SqlServerLicenseType = string;
|
|
371
|
+
|
|
372
|
+
// @public
|
|
373
|
+
export interface SQLStorageSettings {
|
|
374
|
+
defaultFilePath?: string;
|
|
375
|
+
luns?: number[];
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
// @public
|
|
379
|
+
export interface SqlStorageUpdateSettings {
|
|
380
|
+
diskConfigurationType?: DiskConfigurationType;
|
|
381
|
+
diskCount?: number;
|
|
382
|
+
startingDeviceId?: number;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
// @public
|
|
386
|
+
export type SqlVirtualMachine = TrackedResource & {
|
|
387
|
+
identity?: ResourceIdentity;
|
|
388
|
+
virtualMachineResourceId?: string;
|
|
389
|
+
readonly provisioningState?: string;
|
|
390
|
+
sqlImageOffer?: string;
|
|
391
|
+
sqlServerLicenseType?: SqlServerLicenseType;
|
|
392
|
+
sqlManagement?: SqlManagementMode;
|
|
393
|
+
sqlImageSku?: SqlImageSku;
|
|
394
|
+
sqlVirtualMachineGroupResourceId?: string;
|
|
395
|
+
wsfcDomainCredentials?: WsfcDomainCredentials;
|
|
396
|
+
autoPatchingSettings?: AutoPatchingSettings;
|
|
397
|
+
autoBackupSettings?: AutoBackupSettings;
|
|
398
|
+
keyVaultCredentialSettings?: KeyVaultCredentialSettings;
|
|
399
|
+
serverConfigurationsManagementSettings?: ServerConfigurationsManagementSettings;
|
|
400
|
+
storageConfigurationSettings?: StorageConfigurationSettings;
|
|
401
|
+
};
|
|
402
|
+
|
|
403
|
+
// @public
|
|
404
|
+
export type SqlVirtualMachineGroup = TrackedResource & {
|
|
405
|
+
readonly provisioningState?: string;
|
|
406
|
+
sqlImageOffer?: string;
|
|
407
|
+
sqlImageSku?: SqlVmGroupImageSku;
|
|
408
|
+
readonly scaleType?: ScaleType;
|
|
409
|
+
readonly clusterManagerType?: ClusterManagerType;
|
|
410
|
+
readonly clusterConfiguration?: ClusterConfiguration;
|
|
411
|
+
wsfcDomainProfile?: WsfcDomainProfile;
|
|
412
|
+
};
|
|
413
|
+
|
|
414
|
+
// @public
|
|
415
|
+
export interface SqlVirtualMachineGroupListResult {
|
|
416
|
+
readonly nextLink?: string;
|
|
417
|
+
readonly value?: SqlVirtualMachineGroup[];
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
// @public
|
|
421
|
+
export interface SqlVirtualMachineGroups {
|
|
422
|
+
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroup, options?: SqlVirtualMachineGroupsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SqlVirtualMachineGroupsCreateOrUpdateResponse>, SqlVirtualMachineGroupsCreateOrUpdateResponse>>;
|
|
423
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroup, options?: SqlVirtualMachineGroupsCreateOrUpdateOptionalParams): Promise<SqlVirtualMachineGroupsCreateOrUpdateResponse>;
|
|
424
|
+
beginDelete(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachineGroupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
425
|
+
beginDeleteAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachineGroupsDeleteOptionalParams): Promise<void>;
|
|
426
|
+
beginUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroupUpdate, options?: SqlVirtualMachineGroupsUpdateOptionalParams): Promise<PollerLike<PollOperationState<SqlVirtualMachineGroupsUpdateResponse>, SqlVirtualMachineGroupsUpdateResponse>>;
|
|
427
|
+
beginUpdateAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroupUpdate, options?: SqlVirtualMachineGroupsUpdateOptionalParams): Promise<SqlVirtualMachineGroupsUpdateResponse>;
|
|
428
|
+
get(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachineGroupsGetOptionalParams): Promise<SqlVirtualMachineGroupsGetResponse>;
|
|
429
|
+
list(options?: SqlVirtualMachineGroupsListOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachineGroup>;
|
|
430
|
+
listByResourceGroup(resourceGroupName: string, options?: SqlVirtualMachineGroupsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachineGroup>;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
// @public
|
|
434
|
+
export interface SqlVirtualMachineGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
435
|
+
resumeFrom?: string;
|
|
436
|
+
updateIntervalInMs?: number;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
// @public
|
|
440
|
+
export type SqlVirtualMachineGroupsCreateOrUpdateResponse = SqlVirtualMachineGroup;
|
|
441
|
+
|
|
442
|
+
// @public
|
|
443
|
+
export interface SqlVirtualMachineGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
444
|
+
resumeFrom?: string;
|
|
445
|
+
updateIntervalInMs?: number;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
// @public
|
|
449
|
+
export interface SqlVirtualMachineGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
// @public
|
|
453
|
+
export type SqlVirtualMachineGroupsGetResponse = SqlVirtualMachineGroup;
|
|
454
|
+
|
|
455
|
+
// @public
|
|
456
|
+
export interface SqlVirtualMachineGroupsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
// @public
|
|
460
|
+
export type SqlVirtualMachineGroupsListByResourceGroupNextResponse = SqlVirtualMachineGroupListResult;
|
|
461
|
+
|
|
462
|
+
// @public
|
|
463
|
+
export interface SqlVirtualMachineGroupsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
// @public
|
|
467
|
+
export type SqlVirtualMachineGroupsListByResourceGroupResponse = SqlVirtualMachineGroupListResult;
|
|
468
|
+
|
|
469
|
+
// @public
|
|
470
|
+
export interface SqlVirtualMachineGroupsListNextOptionalParams extends coreClient.OperationOptions {
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
// @public
|
|
474
|
+
export type SqlVirtualMachineGroupsListNextResponse = SqlVirtualMachineGroupListResult;
|
|
475
|
+
|
|
476
|
+
// @public
|
|
477
|
+
export interface SqlVirtualMachineGroupsListOptionalParams extends coreClient.OperationOptions {
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
// @public
|
|
481
|
+
export type SqlVirtualMachineGroupsListResponse = SqlVirtualMachineGroupListResult;
|
|
482
|
+
|
|
483
|
+
// @public
|
|
484
|
+
export interface SqlVirtualMachineGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
485
|
+
resumeFrom?: string;
|
|
486
|
+
updateIntervalInMs?: number;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
// @public
|
|
490
|
+
export type SqlVirtualMachineGroupsUpdateResponse = SqlVirtualMachineGroup;
|
|
491
|
+
|
|
492
|
+
// @public
|
|
493
|
+
export interface SqlVirtualMachineGroupUpdate {
|
|
494
|
+
tags?: {
|
|
495
|
+
[propertyName: string]: string;
|
|
496
|
+
};
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
// @public
|
|
500
|
+
export interface SqlVirtualMachineListResult {
|
|
501
|
+
readonly nextLink?: string;
|
|
502
|
+
readonly value?: SqlVirtualMachine[];
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
// @public (undocumented)
|
|
506
|
+
export class SqlVirtualMachineManagementClient extends coreClient.ServiceClient {
|
|
507
|
+
// (undocumented)
|
|
508
|
+
$host: string;
|
|
509
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: SqlVirtualMachineManagementClientOptionalParams);
|
|
510
|
+
// (undocumented)
|
|
511
|
+
apiVersion: string;
|
|
512
|
+
// (undocumented)
|
|
513
|
+
availabilityGroupListeners: AvailabilityGroupListeners;
|
|
514
|
+
// (undocumented)
|
|
515
|
+
operations: Operations;
|
|
516
|
+
// (undocumented)
|
|
517
|
+
sqlVirtualMachineGroups: SqlVirtualMachineGroups;
|
|
518
|
+
// (undocumented)
|
|
519
|
+
sqlVirtualMachines: SqlVirtualMachines;
|
|
520
|
+
// (undocumented)
|
|
521
|
+
subscriptionId: string;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
// @public
|
|
525
|
+
export interface SqlVirtualMachineManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
526
|
+
$host?: string;
|
|
527
|
+
apiVersion?: string;
|
|
528
|
+
endpoint?: string;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
// @public
|
|
532
|
+
export interface SqlVirtualMachines {
|
|
533
|
+
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachine, options?: SqlVirtualMachinesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SqlVirtualMachinesCreateOrUpdateResponse>, SqlVirtualMachinesCreateOrUpdateResponse>>;
|
|
534
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachine, options?: SqlVirtualMachinesCreateOrUpdateOptionalParams): Promise<SqlVirtualMachinesCreateOrUpdateResponse>;
|
|
535
|
+
beginDelete(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
536
|
+
beginDeleteAndWait(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesDeleteOptionalParams): Promise<void>;
|
|
537
|
+
beginUpdate(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachineUpdate, options?: SqlVirtualMachinesUpdateOptionalParams): Promise<PollerLike<PollOperationState<SqlVirtualMachinesUpdateResponse>, SqlVirtualMachinesUpdateResponse>>;
|
|
538
|
+
beginUpdateAndWait(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachineUpdate, options?: SqlVirtualMachinesUpdateOptionalParams): Promise<SqlVirtualMachinesUpdateResponse>;
|
|
539
|
+
get(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesGetOptionalParams): Promise<SqlVirtualMachinesGetResponse>;
|
|
540
|
+
list(options?: SqlVirtualMachinesListOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
541
|
+
listByResourceGroup(resourceGroupName: string, options?: SqlVirtualMachinesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
542
|
+
listBySqlVmGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachinesListBySqlVmGroupOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
// @public
|
|
546
|
+
export interface SqlVirtualMachinesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
547
|
+
resumeFrom?: string;
|
|
548
|
+
updateIntervalInMs?: number;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
// @public
|
|
552
|
+
export type SqlVirtualMachinesCreateOrUpdateResponse = SqlVirtualMachine;
|
|
553
|
+
|
|
554
|
+
// @public
|
|
555
|
+
export interface SqlVirtualMachinesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
556
|
+
resumeFrom?: string;
|
|
557
|
+
updateIntervalInMs?: number;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
// @public
|
|
561
|
+
export interface SqlVirtualMachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
562
|
+
expand?: string;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
// @public
|
|
566
|
+
export type SqlVirtualMachinesGetResponse = SqlVirtualMachine;
|
|
567
|
+
|
|
568
|
+
// @public
|
|
569
|
+
export interface SqlVirtualMachinesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
// @public
|
|
573
|
+
export type SqlVirtualMachinesListByResourceGroupNextResponse = SqlVirtualMachineListResult;
|
|
574
|
+
|
|
575
|
+
// @public
|
|
576
|
+
export interface SqlVirtualMachinesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
// @public
|
|
580
|
+
export type SqlVirtualMachinesListByResourceGroupResponse = SqlVirtualMachineListResult;
|
|
581
|
+
|
|
582
|
+
// @public
|
|
583
|
+
export interface SqlVirtualMachinesListBySqlVmGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
// @public
|
|
587
|
+
export type SqlVirtualMachinesListBySqlVmGroupNextResponse = SqlVirtualMachineListResult;
|
|
588
|
+
|
|
589
|
+
// @public
|
|
590
|
+
export interface SqlVirtualMachinesListBySqlVmGroupOptionalParams extends coreClient.OperationOptions {
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
// @public
|
|
594
|
+
export type SqlVirtualMachinesListBySqlVmGroupResponse = SqlVirtualMachineListResult;
|
|
595
|
+
|
|
596
|
+
// @public
|
|
597
|
+
export interface SqlVirtualMachinesListNextOptionalParams extends coreClient.OperationOptions {
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
// @public
|
|
601
|
+
export type SqlVirtualMachinesListNextResponse = SqlVirtualMachineListResult;
|
|
602
|
+
|
|
603
|
+
// @public
|
|
604
|
+
export interface SqlVirtualMachinesListOptionalParams extends coreClient.OperationOptions {
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
// @public
|
|
608
|
+
export type SqlVirtualMachinesListResponse = SqlVirtualMachineListResult;
|
|
609
|
+
|
|
610
|
+
// @public
|
|
611
|
+
export interface SqlVirtualMachinesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
612
|
+
resumeFrom?: string;
|
|
613
|
+
updateIntervalInMs?: number;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
// @public
|
|
617
|
+
export type SqlVirtualMachinesUpdateResponse = SqlVirtualMachine;
|
|
618
|
+
|
|
619
|
+
// @public
|
|
620
|
+
export interface SqlVirtualMachineUpdate {
|
|
621
|
+
tags?: {
|
|
622
|
+
[propertyName: string]: string;
|
|
623
|
+
};
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
// @public
|
|
627
|
+
export type SqlVmGroupImageSku = string;
|
|
628
|
+
|
|
629
|
+
// @public
|
|
630
|
+
export type SqlWorkloadType = string;
|
|
631
|
+
|
|
632
|
+
// @public
|
|
633
|
+
export interface SqlWorkloadTypeUpdateSettings {
|
|
634
|
+
sqlWorkloadType?: SqlWorkloadType;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
// @public
|
|
638
|
+
export interface StorageConfigurationSettings {
|
|
639
|
+
diskConfigurationType?: DiskConfigurationType;
|
|
640
|
+
sqlDataSettings?: SQLStorageSettings;
|
|
641
|
+
sqlLogSettings?: SQLStorageSettings;
|
|
642
|
+
sqlTempDbSettings?: SQLStorageSettings;
|
|
643
|
+
storageWorkloadType?: StorageWorkloadType;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
// @public
|
|
647
|
+
export type StorageWorkloadType = string;
|
|
648
|
+
|
|
649
|
+
// @public
|
|
650
|
+
export type TrackedResource = Resource & {
|
|
651
|
+
location: string;
|
|
652
|
+
tags?: {
|
|
653
|
+
[propertyName: string]: string;
|
|
654
|
+
};
|
|
655
|
+
};
|
|
656
|
+
|
|
657
|
+
// @public
|
|
658
|
+
export interface WsfcDomainCredentials {
|
|
659
|
+
clusterBootstrapAccountPassword?: string;
|
|
660
|
+
clusterOperatorAccountPassword?: string;
|
|
661
|
+
sqlServiceAccountPassword?: string;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
// @public
|
|
665
|
+
export interface WsfcDomainProfile {
|
|
666
|
+
clusterBootstrapAccount?: string;
|
|
667
|
+
clusterOperatorAccount?: string;
|
|
668
|
+
domainFqdn?: string;
|
|
669
|
+
fileShareWitnessPath?: string;
|
|
670
|
+
ouPath?: string;
|
|
671
|
+
sqlServiceAccount?: string;
|
|
672
|
+
storageAccountPrimaryKey?: string;
|
|
673
|
+
storageAccountUrl?: string;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
// (No @packageDocumentation comment for this package)
|
|
677
|
+
|
|
678
|
+
```
|