@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
|
@@ -1,337 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import { __assign } from "tslib";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Mappers from "../models/sqlVirtualMachineGroupsMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a SqlVirtualMachineGroups. */
|
|
15
|
-
var SqlVirtualMachineGroups = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a SqlVirtualMachineGroups.
|
|
18
|
-
* @param {SqlVirtualMachineManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function SqlVirtualMachineGroups(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
SqlVirtualMachineGroups.prototype.get = function (resourceGroupName, sqlVirtualMachineGroupName, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
sqlVirtualMachineGroupName: sqlVirtualMachineGroupName,
|
|
27
|
-
options: options
|
|
28
|
-
}, getOperationSpec, callback);
|
|
29
|
-
};
|
|
30
|
-
/**
|
|
31
|
-
* Creates or updates a SQL virtual machine group.
|
|
32
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
33
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
34
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
35
|
-
* @param parameters The SQL virtual machine group.
|
|
36
|
-
* @param [options] The optional parameters
|
|
37
|
-
* @returns Promise<Models.SqlVirtualMachineGroupsCreateOrUpdateResponse>
|
|
38
|
-
*/
|
|
39
|
-
SqlVirtualMachineGroups.prototype.createOrUpdate = function (resourceGroupName, sqlVirtualMachineGroupName, parameters, options) {
|
|
40
|
-
return this.beginCreateOrUpdate(resourceGroupName, sqlVirtualMachineGroupName, parameters, options)
|
|
41
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
42
|
-
};
|
|
43
|
-
/**
|
|
44
|
-
* Deletes a SQL virtual machine group.
|
|
45
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
46
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
47
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
48
|
-
* @param [options] The optional parameters
|
|
49
|
-
* @returns Promise<msRest.RestResponse>
|
|
50
|
-
*/
|
|
51
|
-
SqlVirtualMachineGroups.prototype.deleteMethod = function (resourceGroupName, sqlVirtualMachineGroupName, options) {
|
|
52
|
-
return this.beginDeleteMethod(resourceGroupName, sqlVirtualMachineGroupName, options)
|
|
53
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
54
|
-
};
|
|
55
|
-
/**
|
|
56
|
-
* Updates SQL virtual machine group tags.
|
|
57
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
58
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
59
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
60
|
-
* @param parameters The SQL virtual machine group.
|
|
61
|
-
* @param [options] The optional parameters
|
|
62
|
-
* @returns Promise<Models.SqlVirtualMachineGroupsUpdateResponse>
|
|
63
|
-
*/
|
|
64
|
-
SqlVirtualMachineGroups.prototype.update = function (resourceGroupName, sqlVirtualMachineGroupName, parameters, options) {
|
|
65
|
-
return this.beginUpdate(resourceGroupName, sqlVirtualMachineGroupName, parameters, options)
|
|
66
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
67
|
-
};
|
|
68
|
-
SqlVirtualMachineGroups.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {
|
|
69
|
-
return this.client.sendOperationRequest({
|
|
70
|
-
resourceGroupName: resourceGroupName,
|
|
71
|
-
options: options
|
|
72
|
-
}, listByResourceGroupOperationSpec, callback);
|
|
73
|
-
};
|
|
74
|
-
SqlVirtualMachineGroups.prototype.list = function (options, callback) {
|
|
75
|
-
return this.client.sendOperationRequest({
|
|
76
|
-
options: options
|
|
77
|
-
}, listOperationSpec, callback);
|
|
78
|
-
};
|
|
79
|
-
/**
|
|
80
|
-
* Creates or updates a SQL virtual machine group.
|
|
81
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
82
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
83
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
84
|
-
* @param parameters The SQL virtual machine group.
|
|
85
|
-
* @param [options] The optional parameters
|
|
86
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
87
|
-
*/
|
|
88
|
-
SqlVirtualMachineGroups.prototype.beginCreateOrUpdate = function (resourceGroupName, sqlVirtualMachineGroupName, parameters, options) {
|
|
89
|
-
return this.client.sendLRORequest({
|
|
90
|
-
resourceGroupName: resourceGroupName,
|
|
91
|
-
sqlVirtualMachineGroupName: sqlVirtualMachineGroupName,
|
|
92
|
-
parameters: parameters,
|
|
93
|
-
options: options
|
|
94
|
-
}, beginCreateOrUpdateOperationSpec, options);
|
|
95
|
-
};
|
|
96
|
-
/**
|
|
97
|
-
* Deletes a SQL virtual machine group.
|
|
98
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
99
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
100
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
101
|
-
* @param [options] The optional parameters
|
|
102
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
103
|
-
*/
|
|
104
|
-
SqlVirtualMachineGroups.prototype.beginDeleteMethod = function (resourceGroupName, sqlVirtualMachineGroupName, options) {
|
|
105
|
-
return this.client.sendLRORequest({
|
|
106
|
-
resourceGroupName: resourceGroupName,
|
|
107
|
-
sqlVirtualMachineGroupName: sqlVirtualMachineGroupName,
|
|
108
|
-
options: options
|
|
109
|
-
}, beginDeleteMethodOperationSpec, options);
|
|
110
|
-
};
|
|
111
|
-
/**
|
|
112
|
-
* Updates SQL virtual machine group tags.
|
|
113
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
114
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
115
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
116
|
-
* @param parameters The SQL virtual machine group.
|
|
117
|
-
* @param [options] The optional parameters
|
|
118
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
119
|
-
*/
|
|
120
|
-
SqlVirtualMachineGroups.prototype.beginUpdate = function (resourceGroupName, sqlVirtualMachineGroupName, parameters, options) {
|
|
121
|
-
return this.client.sendLRORequest({
|
|
122
|
-
resourceGroupName: resourceGroupName,
|
|
123
|
-
sqlVirtualMachineGroupName: sqlVirtualMachineGroupName,
|
|
124
|
-
parameters: parameters,
|
|
125
|
-
options: options
|
|
126
|
-
}, beginUpdateOperationSpec, options);
|
|
127
|
-
};
|
|
128
|
-
SqlVirtualMachineGroups.prototype.listByResourceGroupNext = function (nextPageLink, options, callback) {
|
|
129
|
-
return this.client.sendOperationRequest({
|
|
130
|
-
nextPageLink: nextPageLink,
|
|
131
|
-
options: options
|
|
132
|
-
}, listByResourceGroupNextOperationSpec, callback);
|
|
133
|
-
};
|
|
134
|
-
SqlVirtualMachineGroups.prototype.listNext = function (nextPageLink, options, callback) {
|
|
135
|
-
return this.client.sendOperationRequest({
|
|
136
|
-
nextPageLink: nextPageLink,
|
|
137
|
-
options: options
|
|
138
|
-
}, listNextOperationSpec, callback);
|
|
139
|
-
};
|
|
140
|
-
return SqlVirtualMachineGroups;
|
|
141
|
-
}());
|
|
142
|
-
export { SqlVirtualMachineGroups };
|
|
143
|
-
// Operation Specifications
|
|
144
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
145
|
-
var getOperationSpec = {
|
|
146
|
-
httpMethod: "GET",
|
|
147
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}",
|
|
148
|
-
urlParameters: [
|
|
149
|
-
Parameters.resourceGroupName,
|
|
150
|
-
Parameters.sqlVirtualMachineGroupName,
|
|
151
|
-
Parameters.subscriptionId
|
|
152
|
-
],
|
|
153
|
-
queryParameters: [
|
|
154
|
-
Parameters.apiVersion
|
|
155
|
-
],
|
|
156
|
-
headerParameters: [
|
|
157
|
-
Parameters.acceptLanguage
|
|
158
|
-
],
|
|
159
|
-
responses: {
|
|
160
|
-
200: {
|
|
161
|
-
bodyMapper: Mappers.SqlVirtualMachineGroup
|
|
162
|
-
},
|
|
163
|
-
default: {
|
|
164
|
-
bodyMapper: Mappers.CloudError
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
serializer: serializer
|
|
168
|
-
};
|
|
169
|
-
var listByResourceGroupOperationSpec = {
|
|
170
|
-
httpMethod: "GET",
|
|
171
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups",
|
|
172
|
-
urlParameters: [
|
|
173
|
-
Parameters.resourceGroupName,
|
|
174
|
-
Parameters.subscriptionId
|
|
175
|
-
],
|
|
176
|
-
queryParameters: [
|
|
177
|
-
Parameters.apiVersion
|
|
178
|
-
],
|
|
179
|
-
headerParameters: [
|
|
180
|
-
Parameters.acceptLanguage
|
|
181
|
-
],
|
|
182
|
-
responses: {
|
|
183
|
-
200: {
|
|
184
|
-
bodyMapper: Mappers.SqlVirtualMachineGroupListResult
|
|
185
|
-
},
|
|
186
|
-
default: {
|
|
187
|
-
bodyMapper: Mappers.CloudError
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
serializer: serializer
|
|
191
|
-
};
|
|
192
|
-
var listOperationSpec = {
|
|
193
|
-
httpMethod: "GET",
|
|
194
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups",
|
|
195
|
-
urlParameters: [
|
|
196
|
-
Parameters.subscriptionId
|
|
197
|
-
],
|
|
198
|
-
queryParameters: [
|
|
199
|
-
Parameters.apiVersion
|
|
200
|
-
],
|
|
201
|
-
headerParameters: [
|
|
202
|
-
Parameters.acceptLanguage
|
|
203
|
-
],
|
|
204
|
-
responses: {
|
|
205
|
-
200: {
|
|
206
|
-
bodyMapper: Mappers.SqlVirtualMachineGroupListResult
|
|
207
|
-
},
|
|
208
|
-
default: {
|
|
209
|
-
bodyMapper: Mappers.CloudError
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
serializer: serializer
|
|
213
|
-
};
|
|
214
|
-
var beginCreateOrUpdateOperationSpec = {
|
|
215
|
-
httpMethod: "PUT",
|
|
216
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}",
|
|
217
|
-
urlParameters: [
|
|
218
|
-
Parameters.resourceGroupName,
|
|
219
|
-
Parameters.sqlVirtualMachineGroupName,
|
|
220
|
-
Parameters.subscriptionId
|
|
221
|
-
],
|
|
222
|
-
queryParameters: [
|
|
223
|
-
Parameters.apiVersion
|
|
224
|
-
],
|
|
225
|
-
headerParameters: [
|
|
226
|
-
Parameters.acceptLanguage
|
|
227
|
-
],
|
|
228
|
-
requestBody: {
|
|
229
|
-
parameterPath: "parameters",
|
|
230
|
-
mapper: __assign(__assign({}, Mappers.SqlVirtualMachineGroup), { required: true })
|
|
231
|
-
},
|
|
232
|
-
responses: {
|
|
233
|
-
200: {
|
|
234
|
-
bodyMapper: Mappers.SqlVirtualMachineGroup
|
|
235
|
-
},
|
|
236
|
-
201: {
|
|
237
|
-
bodyMapper: Mappers.SqlVirtualMachineGroup
|
|
238
|
-
},
|
|
239
|
-
default: {
|
|
240
|
-
bodyMapper: Mappers.CloudError
|
|
241
|
-
}
|
|
242
|
-
},
|
|
243
|
-
serializer: serializer
|
|
244
|
-
};
|
|
245
|
-
var beginDeleteMethodOperationSpec = {
|
|
246
|
-
httpMethod: "DELETE",
|
|
247
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}",
|
|
248
|
-
urlParameters: [
|
|
249
|
-
Parameters.resourceGroupName,
|
|
250
|
-
Parameters.sqlVirtualMachineGroupName,
|
|
251
|
-
Parameters.subscriptionId
|
|
252
|
-
],
|
|
253
|
-
queryParameters: [
|
|
254
|
-
Parameters.apiVersion
|
|
255
|
-
],
|
|
256
|
-
headerParameters: [
|
|
257
|
-
Parameters.acceptLanguage
|
|
258
|
-
],
|
|
259
|
-
responses: {
|
|
260
|
-
200: {},
|
|
261
|
-
202: {},
|
|
262
|
-
204: {},
|
|
263
|
-
default: {
|
|
264
|
-
bodyMapper: Mappers.CloudError
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
serializer: serializer
|
|
268
|
-
};
|
|
269
|
-
var beginUpdateOperationSpec = {
|
|
270
|
-
httpMethod: "PATCH",
|
|
271
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}",
|
|
272
|
-
urlParameters: [
|
|
273
|
-
Parameters.resourceGroupName,
|
|
274
|
-
Parameters.sqlVirtualMachineGroupName,
|
|
275
|
-
Parameters.subscriptionId
|
|
276
|
-
],
|
|
277
|
-
queryParameters: [
|
|
278
|
-
Parameters.apiVersion
|
|
279
|
-
],
|
|
280
|
-
headerParameters: [
|
|
281
|
-
Parameters.acceptLanguage
|
|
282
|
-
],
|
|
283
|
-
requestBody: {
|
|
284
|
-
parameterPath: "parameters",
|
|
285
|
-
mapper: __assign(__assign({}, Mappers.SqlVirtualMachineGroupUpdate), { required: true })
|
|
286
|
-
},
|
|
287
|
-
responses: {
|
|
288
|
-
200: {
|
|
289
|
-
bodyMapper: Mappers.SqlVirtualMachineGroup
|
|
290
|
-
},
|
|
291
|
-
default: {
|
|
292
|
-
bodyMapper: Mappers.CloudError
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
|
-
serializer: serializer
|
|
296
|
-
};
|
|
297
|
-
var listByResourceGroupNextOperationSpec = {
|
|
298
|
-
httpMethod: "GET",
|
|
299
|
-
baseUrl: "https://management.azure.com",
|
|
300
|
-
path: "{nextLink}",
|
|
301
|
-
urlParameters: [
|
|
302
|
-
Parameters.nextPageLink
|
|
303
|
-
],
|
|
304
|
-
headerParameters: [
|
|
305
|
-
Parameters.acceptLanguage
|
|
306
|
-
],
|
|
307
|
-
responses: {
|
|
308
|
-
200: {
|
|
309
|
-
bodyMapper: Mappers.SqlVirtualMachineGroupListResult
|
|
310
|
-
},
|
|
311
|
-
default: {
|
|
312
|
-
bodyMapper: Mappers.CloudError
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
serializer: serializer
|
|
316
|
-
};
|
|
317
|
-
var listNextOperationSpec = {
|
|
318
|
-
httpMethod: "GET",
|
|
319
|
-
baseUrl: "https://management.azure.com",
|
|
320
|
-
path: "{nextLink}",
|
|
321
|
-
urlParameters: [
|
|
322
|
-
Parameters.nextPageLink
|
|
323
|
-
],
|
|
324
|
-
headerParameters: [
|
|
325
|
-
Parameters.acceptLanguage
|
|
326
|
-
],
|
|
327
|
-
responses: {
|
|
328
|
-
200: {
|
|
329
|
-
bodyMapper: Mappers.SqlVirtualMachineGroupListResult
|
|
330
|
-
},
|
|
331
|
-
default: {
|
|
332
|
-
bodyMapper: Mappers.CloudError
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
serializer: serializer
|
|
336
|
-
};
|
|
337
|
-
//# sourceMappingURL=sqlVirtualMachineGroups.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sqlVirtualMachineGroups.js","sourceRoot":"","sources":["../../src/operations/sqlVirtualMachineGroups.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,210 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
|
-
import * as Models from "../models";
|
|
4
|
-
import { SqlVirtualMachineManagementClientContext } from "../sqlVirtualMachineManagementClientContext";
|
|
5
|
-
/** Class representing a SqlVirtualMachines. */
|
|
6
|
-
export declare class SqlVirtualMachines {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a SqlVirtualMachines.
|
|
10
|
-
* @param {SqlVirtualMachineManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: SqlVirtualMachineManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Gets the list of sql virtual machines in a SQL virtual machine group.
|
|
15
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
16
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
17
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
18
|
-
* @param [options] The optional parameters
|
|
19
|
-
* @returns Promise<Models.SqlVirtualMachinesListBySqlVmGroupResponse>
|
|
20
|
-
*/
|
|
21
|
-
listBySqlVmGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachinesListBySqlVmGroupResponse>;
|
|
22
|
-
/**
|
|
23
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
24
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
25
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
26
|
-
* @param callback The callback
|
|
27
|
-
*/
|
|
28
|
-
listBySqlVmGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, callback: msRest.ServiceCallback<Models.SqlVirtualMachineListResult>): void;
|
|
29
|
-
/**
|
|
30
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
31
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
32
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
33
|
-
* @param options The optional parameters
|
|
34
|
-
* @param callback The callback
|
|
35
|
-
*/
|
|
36
|
-
listBySqlVmGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SqlVirtualMachineListResult>): void;
|
|
37
|
-
/**
|
|
38
|
-
* Gets all SQL virtual machines in a subscription.
|
|
39
|
-
* @param [options] The optional parameters
|
|
40
|
-
* @returns Promise<Models.SqlVirtualMachinesListResponse>
|
|
41
|
-
*/
|
|
42
|
-
list(options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachinesListResponse>;
|
|
43
|
-
/**
|
|
44
|
-
* @param callback The callback
|
|
45
|
-
*/
|
|
46
|
-
list(callback: msRest.ServiceCallback<Models.SqlVirtualMachineListResult>): void;
|
|
47
|
-
/**
|
|
48
|
-
* @param options The optional parameters
|
|
49
|
-
* @param callback The callback
|
|
50
|
-
*/
|
|
51
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SqlVirtualMachineListResult>): void;
|
|
52
|
-
/**
|
|
53
|
-
* Gets a SQL virtual machine.
|
|
54
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
55
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
56
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
57
|
-
* @param [options] The optional parameters
|
|
58
|
-
* @returns Promise<Models.SqlVirtualMachinesGetResponse>
|
|
59
|
-
*/
|
|
60
|
-
get(resourceGroupName: string, sqlVirtualMachineName: string, options?: Models.SqlVirtualMachinesGetOptionalParams): Promise<Models.SqlVirtualMachinesGetResponse>;
|
|
61
|
-
/**
|
|
62
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
63
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
64
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
65
|
-
* @param callback The callback
|
|
66
|
-
*/
|
|
67
|
-
get(resourceGroupName: string, sqlVirtualMachineName: string, callback: msRest.ServiceCallback<Models.SqlVirtualMachine>): void;
|
|
68
|
-
/**
|
|
69
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
70
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
71
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
72
|
-
* @param options The optional parameters
|
|
73
|
-
* @param callback The callback
|
|
74
|
-
*/
|
|
75
|
-
get(resourceGroupName: string, sqlVirtualMachineName: string, options: Models.SqlVirtualMachinesGetOptionalParams, callback: msRest.ServiceCallback<Models.SqlVirtualMachine>): void;
|
|
76
|
-
/**
|
|
77
|
-
* Creates or updates a SQL virtual machine.
|
|
78
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
79
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
80
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
81
|
-
* @param parameters The SQL virtual machine.
|
|
82
|
-
* @param [options] The optional parameters
|
|
83
|
-
* @returns Promise<Models.SqlVirtualMachinesCreateOrUpdateResponse>
|
|
84
|
-
*/
|
|
85
|
-
createOrUpdate(resourceGroupName: string, sqlVirtualMachineName: string, parameters: Models.SqlVirtualMachine, options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachinesCreateOrUpdateResponse>;
|
|
86
|
-
/**
|
|
87
|
-
* Deletes a SQL virtual machine.
|
|
88
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
89
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
90
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
91
|
-
* @param [options] The optional parameters
|
|
92
|
-
* @returns Promise<msRest.RestResponse>
|
|
93
|
-
*/
|
|
94
|
-
deleteMethod(resourceGroupName: string, sqlVirtualMachineName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
95
|
-
/**
|
|
96
|
-
* Updates a SQL virtual machine.
|
|
97
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
98
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
99
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
100
|
-
* @param parameters The SQL virtual machine.
|
|
101
|
-
* @param [options] The optional parameters
|
|
102
|
-
* @returns Promise<Models.SqlVirtualMachinesUpdateResponse>
|
|
103
|
-
*/
|
|
104
|
-
update(resourceGroupName: string, sqlVirtualMachineName: string, parameters: Models.SqlVirtualMachineUpdate, options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachinesUpdateResponse>;
|
|
105
|
-
/**
|
|
106
|
-
* Gets all SQL virtual machines in a resource group.
|
|
107
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
108
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
109
|
-
* @param [options] The optional parameters
|
|
110
|
-
* @returns Promise<Models.SqlVirtualMachinesListByResourceGroupResponse>
|
|
111
|
-
*/
|
|
112
|
-
listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachinesListByResourceGroupResponse>;
|
|
113
|
-
/**
|
|
114
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
115
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
116
|
-
* @param callback The callback
|
|
117
|
-
*/
|
|
118
|
-
listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.SqlVirtualMachineListResult>): void;
|
|
119
|
-
/**
|
|
120
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
121
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
122
|
-
* @param options The optional parameters
|
|
123
|
-
* @param callback The callback
|
|
124
|
-
*/
|
|
125
|
-
listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SqlVirtualMachineListResult>): void;
|
|
126
|
-
/**
|
|
127
|
-
* Creates or updates a SQL virtual machine.
|
|
128
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
129
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
130
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
131
|
-
* @param parameters The SQL virtual machine.
|
|
132
|
-
* @param [options] The optional parameters
|
|
133
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
134
|
-
*/
|
|
135
|
-
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineName: string, parameters: Models.SqlVirtualMachine, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
136
|
-
/**
|
|
137
|
-
* Deletes a SQL virtual machine.
|
|
138
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
139
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
140
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
141
|
-
* @param [options] The optional parameters
|
|
142
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
143
|
-
*/
|
|
144
|
-
beginDeleteMethod(resourceGroupName: string, sqlVirtualMachineName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
145
|
-
/**
|
|
146
|
-
* Updates a SQL virtual machine.
|
|
147
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
148
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
149
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
150
|
-
* @param parameters The SQL virtual machine.
|
|
151
|
-
* @param [options] The optional parameters
|
|
152
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
153
|
-
*/
|
|
154
|
-
beginUpdate(resourceGroupName: string, sqlVirtualMachineName: string, parameters: Models.SqlVirtualMachineUpdate, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
155
|
-
/**
|
|
156
|
-
* Gets the list of sql virtual machines in a SQL virtual machine group.
|
|
157
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
158
|
-
* @param [options] The optional parameters
|
|
159
|
-
* @returns Promise<Models.SqlVirtualMachinesListBySqlVmGroupNextResponse>
|
|
160
|
-
*/
|
|
161
|
-
listBySqlVmGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachinesListBySqlVmGroupNextResponse>;
|
|
162
|
-
/**
|
|
163
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
164
|
-
* @param callback The callback
|
|
165
|
-
*/
|
|
166
|
-
listBySqlVmGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SqlVirtualMachineListResult>): void;
|
|
167
|
-
/**
|
|
168
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
169
|
-
* @param options The optional parameters
|
|
170
|
-
* @param callback The callback
|
|
171
|
-
*/
|
|
172
|
-
listBySqlVmGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SqlVirtualMachineListResult>): void;
|
|
173
|
-
/**
|
|
174
|
-
* Gets all SQL virtual machines in a subscription.
|
|
175
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
176
|
-
* @param [options] The optional parameters
|
|
177
|
-
* @returns Promise<Models.SqlVirtualMachinesListNextResponse>
|
|
178
|
-
*/
|
|
179
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachinesListNextResponse>;
|
|
180
|
-
/**
|
|
181
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
182
|
-
* @param callback The callback
|
|
183
|
-
*/
|
|
184
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SqlVirtualMachineListResult>): void;
|
|
185
|
-
/**
|
|
186
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
187
|
-
* @param options The optional parameters
|
|
188
|
-
* @param callback The callback
|
|
189
|
-
*/
|
|
190
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SqlVirtualMachineListResult>): void;
|
|
191
|
-
/**
|
|
192
|
-
* Gets all SQL virtual machines in a resource group.
|
|
193
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
194
|
-
* @param [options] The optional parameters
|
|
195
|
-
* @returns Promise<Models.SqlVirtualMachinesListByResourceGroupNextResponse>
|
|
196
|
-
*/
|
|
197
|
-
listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachinesListByResourceGroupNextResponse>;
|
|
198
|
-
/**
|
|
199
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
200
|
-
* @param callback The callback
|
|
201
|
-
*/
|
|
202
|
-
listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SqlVirtualMachineListResult>): void;
|
|
203
|
-
/**
|
|
204
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
205
|
-
* @param options The optional parameters
|
|
206
|
-
* @param callback The callback
|
|
207
|
-
*/
|
|
208
|
-
listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SqlVirtualMachineListResult>): void;
|
|
209
|
-
}
|
|
210
|
-
//# sourceMappingURL=sqlVirtualMachines.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sqlVirtualMachines.d.ts","sourceRoot":"","sources":["../../src/operations/sqlVirtualMachines.ts"],"names":[],"mappings":"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"}
|