@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,238 +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/availabilityGroupListenersMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a AvailabilityGroupListeners. */
|
|
15
|
-
var AvailabilityGroupListeners = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a AvailabilityGroupListeners.
|
|
18
|
-
* @param {SqlVirtualMachineManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function AvailabilityGroupListeners(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
AvailabilityGroupListeners.prototype.get = function (resourceGroupName, sqlVirtualMachineGroupName, availabilityGroupListenerName, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
sqlVirtualMachineGroupName: sqlVirtualMachineGroupName,
|
|
27
|
-
availabilityGroupListenerName: availabilityGroupListenerName,
|
|
28
|
-
options: options
|
|
29
|
-
}, getOperationSpec, callback);
|
|
30
|
-
};
|
|
31
|
-
/**
|
|
32
|
-
* Creates or updates an availability group listener.
|
|
33
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
34
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
35
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
36
|
-
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
37
|
-
* @param parameters The availability group listener.
|
|
38
|
-
* @param [options] The optional parameters
|
|
39
|
-
* @returns Promise<Models.AvailabilityGroupListenersCreateOrUpdateResponse>
|
|
40
|
-
*/
|
|
41
|
-
AvailabilityGroupListeners.prototype.createOrUpdate = function (resourceGroupName, sqlVirtualMachineGroupName, availabilityGroupListenerName, parameters, options) {
|
|
42
|
-
return this.beginCreateOrUpdate(resourceGroupName, sqlVirtualMachineGroupName, availabilityGroupListenerName, parameters, options)
|
|
43
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
44
|
-
};
|
|
45
|
-
/**
|
|
46
|
-
* Deletes an availability group listener.
|
|
47
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
48
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
49
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
50
|
-
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
51
|
-
* @param [options] The optional parameters
|
|
52
|
-
* @returns Promise<msRest.RestResponse>
|
|
53
|
-
*/
|
|
54
|
-
AvailabilityGroupListeners.prototype.deleteMethod = function (resourceGroupName, sqlVirtualMachineGroupName, availabilityGroupListenerName, options) {
|
|
55
|
-
return this.beginDeleteMethod(resourceGroupName, sqlVirtualMachineGroupName, availabilityGroupListenerName, options)
|
|
56
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
57
|
-
};
|
|
58
|
-
AvailabilityGroupListeners.prototype.listByGroup = function (resourceGroupName, sqlVirtualMachineGroupName, options, callback) {
|
|
59
|
-
return this.client.sendOperationRequest({
|
|
60
|
-
resourceGroupName: resourceGroupName,
|
|
61
|
-
sqlVirtualMachineGroupName: sqlVirtualMachineGroupName,
|
|
62
|
-
options: options
|
|
63
|
-
}, listByGroupOperationSpec, callback);
|
|
64
|
-
};
|
|
65
|
-
/**
|
|
66
|
-
* Creates or updates an availability group listener.
|
|
67
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
68
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
69
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
70
|
-
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
71
|
-
* @param parameters The availability group listener.
|
|
72
|
-
* @param [options] The optional parameters
|
|
73
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
74
|
-
*/
|
|
75
|
-
AvailabilityGroupListeners.prototype.beginCreateOrUpdate = function (resourceGroupName, sqlVirtualMachineGroupName, availabilityGroupListenerName, parameters, options) {
|
|
76
|
-
return this.client.sendLRORequest({
|
|
77
|
-
resourceGroupName: resourceGroupName,
|
|
78
|
-
sqlVirtualMachineGroupName: sqlVirtualMachineGroupName,
|
|
79
|
-
availabilityGroupListenerName: availabilityGroupListenerName,
|
|
80
|
-
parameters: parameters,
|
|
81
|
-
options: options
|
|
82
|
-
}, beginCreateOrUpdateOperationSpec, options);
|
|
83
|
-
};
|
|
84
|
-
/**
|
|
85
|
-
* Deletes an availability group listener.
|
|
86
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
87
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
88
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
89
|
-
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
90
|
-
* @param [options] The optional parameters
|
|
91
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
92
|
-
*/
|
|
93
|
-
AvailabilityGroupListeners.prototype.beginDeleteMethod = function (resourceGroupName, sqlVirtualMachineGroupName, availabilityGroupListenerName, options) {
|
|
94
|
-
return this.client.sendLRORequest({
|
|
95
|
-
resourceGroupName: resourceGroupName,
|
|
96
|
-
sqlVirtualMachineGroupName: sqlVirtualMachineGroupName,
|
|
97
|
-
availabilityGroupListenerName: availabilityGroupListenerName,
|
|
98
|
-
options: options
|
|
99
|
-
}, beginDeleteMethodOperationSpec, options);
|
|
100
|
-
};
|
|
101
|
-
AvailabilityGroupListeners.prototype.listByGroupNext = function (nextPageLink, options, callback) {
|
|
102
|
-
return this.client.sendOperationRequest({
|
|
103
|
-
nextPageLink: nextPageLink,
|
|
104
|
-
options: options
|
|
105
|
-
}, listByGroupNextOperationSpec, callback);
|
|
106
|
-
};
|
|
107
|
-
return AvailabilityGroupListeners;
|
|
108
|
-
}());
|
|
109
|
-
export { AvailabilityGroupListeners };
|
|
110
|
-
// Operation Specifications
|
|
111
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
112
|
-
var getOperationSpec = {
|
|
113
|
-
httpMethod: "GET",
|
|
114
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}/availabilityGroupListeners/{availabilityGroupListenerName}",
|
|
115
|
-
urlParameters: [
|
|
116
|
-
Parameters.resourceGroupName,
|
|
117
|
-
Parameters.sqlVirtualMachineGroupName,
|
|
118
|
-
Parameters.availabilityGroupListenerName,
|
|
119
|
-
Parameters.subscriptionId
|
|
120
|
-
],
|
|
121
|
-
queryParameters: [
|
|
122
|
-
Parameters.apiVersion
|
|
123
|
-
],
|
|
124
|
-
headerParameters: [
|
|
125
|
-
Parameters.acceptLanguage
|
|
126
|
-
],
|
|
127
|
-
responses: {
|
|
128
|
-
200: {
|
|
129
|
-
bodyMapper: Mappers.AvailabilityGroupListener
|
|
130
|
-
},
|
|
131
|
-
default: {
|
|
132
|
-
bodyMapper: Mappers.CloudError
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
serializer: serializer
|
|
136
|
-
};
|
|
137
|
-
var listByGroupOperationSpec = {
|
|
138
|
-
httpMethod: "GET",
|
|
139
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}/availabilityGroupListeners",
|
|
140
|
-
urlParameters: [
|
|
141
|
-
Parameters.resourceGroupName,
|
|
142
|
-
Parameters.sqlVirtualMachineGroupName,
|
|
143
|
-
Parameters.subscriptionId
|
|
144
|
-
],
|
|
145
|
-
queryParameters: [
|
|
146
|
-
Parameters.apiVersion
|
|
147
|
-
],
|
|
148
|
-
headerParameters: [
|
|
149
|
-
Parameters.acceptLanguage
|
|
150
|
-
],
|
|
151
|
-
responses: {
|
|
152
|
-
200: {
|
|
153
|
-
bodyMapper: Mappers.AvailabilityGroupListenerListResult
|
|
154
|
-
},
|
|
155
|
-
default: {
|
|
156
|
-
bodyMapper: Mappers.CloudError
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
serializer: serializer
|
|
160
|
-
};
|
|
161
|
-
var beginCreateOrUpdateOperationSpec = {
|
|
162
|
-
httpMethod: "PUT",
|
|
163
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}/availabilityGroupListeners/{availabilityGroupListenerName}",
|
|
164
|
-
urlParameters: [
|
|
165
|
-
Parameters.resourceGroupName,
|
|
166
|
-
Parameters.sqlVirtualMachineGroupName,
|
|
167
|
-
Parameters.availabilityGroupListenerName,
|
|
168
|
-
Parameters.subscriptionId
|
|
169
|
-
],
|
|
170
|
-
queryParameters: [
|
|
171
|
-
Parameters.apiVersion
|
|
172
|
-
],
|
|
173
|
-
headerParameters: [
|
|
174
|
-
Parameters.acceptLanguage
|
|
175
|
-
],
|
|
176
|
-
requestBody: {
|
|
177
|
-
parameterPath: "parameters",
|
|
178
|
-
mapper: __assign(__assign({}, Mappers.AvailabilityGroupListener), { required: true })
|
|
179
|
-
},
|
|
180
|
-
responses: {
|
|
181
|
-
200: {
|
|
182
|
-
bodyMapper: Mappers.AvailabilityGroupListener
|
|
183
|
-
},
|
|
184
|
-
201: {
|
|
185
|
-
bodyMapper: Mappers.AvailabilityGroupListener
|
|
186
|
-
},
|
|
187
|
-
default: {
|
|
188
|
-
bodyMapper: Mappers.CloudError
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
serializer: serializer
|
|
192
|
-
};
|
|
193
|
-
var beginDeleteMethodOperationSpec = {
|
|
194
|
-
httpMethod: "DELETE",
|
|
195
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}/availabilityGroupListeners/{availabilityGroupListenerName}",
|
|
196
|
-
urlParameters: [
|
|
197
|
-
Parameters.resourceGroupName,
|
|
198
|
-
Parameters.sqlVirtualMachineGroupName,
|
|
199
|
-
Parameters.availabilityGroupListenerName,
|
|
200
|
-
Parameters.subscriptionId
|
|
201
|
-
],
|
|
202
|
-
queryParameters: [
|
|
203
|
-
Parameters.apiVersion
|
|
204
|
-
],
|
|
205
|
-
headerParameters: [
|
|
206
|
-
Parameters.acceptLanguage
|
|
207
|
-
],
|
|
208
|
-
responses: {
|
|
209
|
-
200: {},
|
|
210
|
-
202: {},
|
|
211
|
-
204: {},
|
|
212
|
-
default: {
|
|
213
|
-
bodyMapper: Mappers.CloudError
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
serializer: serializer
|
|
217
|
-
};
|
|
218
|
-
var listByGroupNextOperationSpec = {
|
|
219
|
-
httpMethod: "GET",
|
|
220
|
-
baseUrl: "https://management.azure.com",
|
|
221
|
-
path: "{nextLink}",
|
|
222
|
-
urlParameters: [
|
|
223
|
-
Parameters.nextPageLink
|
|
224
|
-
],
|
|
225
|
-
headerParameters: [
|
|
226
|
-
Parameters.acceptLanguage
|
|
227
|
-
],
|
|
228
|
-
responses: {
|
|
229
|
-
200: {
|
|
230
|
-
bodyMapper: Mappers.AvailabilityGroupListenerListResult
|
|
231
|
-
},
|
|
232
|
-
default: {
|
|
233
|
-
bodyMapper: Mappers.CloudError
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
serializer: serializer
|
|
237
|
-
};
|
|
238
|
-
//# sourceMappingURL=availabilityGroupListeners.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"availabilityGroupListeners.js","sourceRoot":"","sources":["../../src/operations/availabilityGroupListeners.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAG5C,OAAO,KAAK,OAAO,MAAM,6CAA6C,CAAC;AACvE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,uDAAuD;AACvD;IAGE;;;OAGG;IACH,oCAAY,MAAgD;QAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IA6BD,wCAAG,GAAH,UAAI,iBAAyB,EAAE,0BAAkC,EAAE,6BAAqC,EAAE,OAA8F,EAAE,QAAmE;QAC3Q,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,0BAA0B,4BAAA;YAC1B,6BAA6B,+BAAA;YAC7B,OAAO,SAAA;SACR,EACD,gBAAgB,EAChB,QAAQ,CAA0D,CAAC;IACvE,CAAC;IAED;;;;;;;;;OASG;IACH,mDAAc,GAAd,UAAe,iBAAyB,EAAE,0BAAkC,EAAE,6BAAqC,EAAE,UAA4C,EAAE,OAAmC;QACpM,OAAO,IAAI,CAAC,mBAAmB,CAAC,iBAAiB,EAAC,0BAA0B,EAAC,6BAA6B,EAAC,UAAU,EAAC,OAAO,CAAC;aAC3H,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,EAA7B,CAA6B,CAAqE,CAAC;IAC1H,CAAC;IAED;;;;;;;;OAQG;IACH,iDAAY,GAAZ,UAAa,iBAAyB,EAAE,0BAAkC,EAAE,6BAAqC,EAAE,OAAmC;QACpJ,OAAO,IAAI,CAAC,iBAAiB,CAAC,iBAAiB,EAAC,0BAA0B,EAAC,6BAA6B,EAAC,OAAO,CAAC;aAC9G,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,EAA7B,CAA6B,CAAC,CAAC;IACtD,CAAC;IA0BD,gDAAW,GAAX,UAAY,iBAAyB,EAAE,0BAAkC,EAAE,OAAwG,EAAE,QAA6E;QAChQ,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,0BAA0B,4BAAA;YAC1B,OAAO,SAAA;SACR,EACD,wBAAwB,EACxB,QAAQ,CAAkE,CAAC;IAC/E,CAAC;IAED;;;;;;;;;OASG;IACH,wDAAmB,GAAnB,UAAoB,iBAAyB,EAAE,0BAAkC,EAAE,6BAAqC,EAAE,UAA4C,EAAE,OAAmC;QACzM,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;YACE,iBAAiB,mBAAA;YACjB,0BAA0B,4BAAA;YAC1B,6BAA6B,+BAAA;YAC7B,UAAU,YAAA;YACV,OAAO,SAAA;SACR,EACD,gCAAgC,EAChC,OAAO,CAAC,CAAC;IACb,CAAC;IAED;;;;;;;;OAQG;IACH,sDAAiB,GAAjB,UAAkB,iBAAyB,EAAE,0BAAkC,EAAE,6BAAqC,EAAE,OAAmC;QACzJ,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;YACE,iBAAiB,mBAAA;YACjB,0BAA0B,4BAAA;YAC1B,6BAA6B,+BAAA;YAC7B,OAAO,SAAA;SACR,EACD,8BAA8B,EAC9B,OAAO,CAAC,CAAC;IACb,CAAC;IAoBD,oDAAe,GAAf,UAAgB,YAAoB,EAAE,OAAwG,EAAE,QAA6E;QAC3N,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,4BAA4B,EAC5B,QAAQ,CAAsE,CAAC;IACnF,CAAC;IACH,iCAAC;AAAD,CAAC,AAzLD,IAyLC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,gBAAgB,GAAyB;IAC7C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,yNAAyN;IAC/N,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,0BAA0B;QACrC,UAAU,CAAC,6BAA6B;QACxC,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,wBAAwB,GAAyB;IACrD,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,yLAAyL;IAC/L,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,0BAA0B;QACrC,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mCAAmC;SACxD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,gCAAgC,GAAyB;IAC7D,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,yNAAyN;IAC/N,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,0BAA0B;QACrC,UAAU,CAAC,6BAA6B;QACxC,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,WAAW,EAAE;QACX,aAAa,EAAE,YAAY;QAC3B,MAAM,wBACD,OAAO,CAAC,yBAAyB,KACpC,QAAQ,EAAE,IAAI,GACf;KACF;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,8BAA8B,GAAyB;IAC3D,UAAU,EAAE,QAAQ;IACpB,IAAI,EAAE,yNAAyN;IAC/N,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,0BAA0B;QACrC,UAAU,CAAC,6BAA6B;QACxC,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,4BAA4B,GAAyB;IACzD,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mCAAmC;SACxD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAUA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,cAAc,8BAA8B,CAAC;AAC7C,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { SqlVirtualMachineManagementClientContext } from "../sqlVirtualMachineManagementClientContext";
|
|
4
|
-
/** Class representing a Operations. */
|
|
5
|
-
export declare class Operations {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a Operations.
|
|
9
|
-
* @param {SqlVirtualMachineManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: SqlVirtualMachineManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Lists all of the available SQL Rest API operations.
|
|
14
|
-
* @param [options] The optional parameters
|
|
15
|
-
* @returns Promise<Models.OperationsListResponse>
|
|
16
|
-
*/
|
|
17
|
-
list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;
|
|
18
|
-
/**
|
|
19
|
-
* @param callback The callback
|
|
20
|
-
*/
|
|
21
|
-
list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
22
|
-
/**
|
|
23
|
-
* @param options The optional parameters
|
|
24
|
-
* @param callback The callback
|
|
25
|
-
*/
|
|
26
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
27
|
-
/**
|
|
28
|
-
* Lists all of the available SQL Rest API operations.
|
|
29
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
30
|
-
* @param [options] The optional parameters
|
|
31
|
-
* @returns Promise<Models.OperationsListNextResponse>
|
|
32
|
-
*/
|
|
33
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;
|
|
34
|
-
/**
|
|
35
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
36
|
-
* @param callback The callback
|
|
37
|
-
*/
|
|
38
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
39
|
-
/**
|
|
40
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
41
|
-
* @param options The optional parameters
|
|
42
|
-
* @param callback The callback
|
|
43
|
-
*/
|
|
44
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
45
|
-
}
|
|
46
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,wCAAwC,EAAE,MAAM,6CAA6C,CAAC;AAEvG,uCAAuC;AACvC,qBAAa,UAAU;IACrB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE;;;OAGG;gBACS,MAAM,EAAE,wCAAwC;IAI5D;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC;IACjF;;OAEG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IACxE;;;OAGG;IACH,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IAU5G;;;;;OAKG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC;IAC/G;;;OAGG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IAClG;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;CAUvI"}
|
|
@@ -1,77 +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 * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/operationsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a Operations. */
|
|
14
|
-
var Operations = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a Operations.
|
|
17
|
-
* @param {SqlVirtualMachineManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function Operations(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
Operations.prototype.list = function (options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
options: options
|
|
25
|
-
}, listOperationSpec, callback);
|
|
26
|
-
};
|
|
27
|
-
Operations.prototype.listNext = function (nextPageLink, options, callback) {
|
|
28
|
-
return this.client.sendOperationRequest({
|
|
29
|
-
nextPageLink: nextPageLink,
|
|
30
|
-
options: options
|
|
31
|
-
}, listNextOperationSpec, callback);
|
|
32
|
-
};
|
|
33
|
-
return Operations;
|
|
34
|
-
}());
|
|
35
|
-
export { Operations };
|
|
36
|
-
// Operation Specifications
|
|
37
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
38
|
-
var listOperationSpec = {
|
|
39
|
-
httpMethod: "GET",
|
|
40
|
-
path: "providers/Microsoft.SqlVirtualMachine/operations",
|
|
41
|
-
queryParameters: [
|
|
42
|
-
Parameters.apiVersion
|
|
43
|
-
],
|
|
44
|
-
headerParameters: [
|
|
45
|
-
Parameters.acceptLanguage
|
|
46
|
-
],
|
|
47
|
-
responses: {
|
|
48
|
-
200: {
|
|
49
|
-
bodyMapper: Mappers.OperationListResult
|
|
50
|
-
},
|
|
51
|
-
default: {
|
|
52
|
-
bodyMapper: Mappers.CloudError
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
serializer: serializer
|
|
56
|
-
};
|
|
57
|
-
var listNextOperationSpec = {
|
|
58
|
-
httpMethod: "GET",
|
|
59
|
-
baseUrl: "https://management.azure.com",
|
|
60
|
-
path: "{nextLink}",
|
|
61
|
-
urlParameters: [
|
|
62
|
-
Parameters.nextPageLink
|
|
63
|
-
],
|
|
64
|
-
headerParameters: [
|
|
65
|
-
Parameters.acceptLanguage
|
|
66
|
-
],
|
|
67
|
-
responses: {
|
|
68
|
-
200: {
|
|
69
|
-
bodyMapper: Mappers.OperationListResult
|
|
70
|
-
},
|
|
71
|
-
default: {
|
|
72
|
-
bodyMapper: Mappers.CloudError
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
serializer: serializer
|
|
76
|
-
};
|
|
77
|
-
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,6BAA6B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,uCAAuC;AACvC;IAGE;;;OAGG;IACH,oBAAY,MAAgD;QAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAiBD,yBAAI,GAAJ,UAAK,OAAwF,EAAE,QAA6D;QAC1J,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,OAAO,SAAA;SACR,EACD,iBAAiB,EACjB,QAAQ,CAA2C,CAAC;IACxD,CAAC;IAoBD,6BAAQ,GAAR,UAAS,YAAoB,EAAE,OAAwF,EAAE,QAA6D;QACpL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,qBAAqB,EACrB,QAAQ,CAA+C,CAAC;IAC5D,CAAC;IACH,iBAAC;AAAD,CAAC,AA9DD,IA8DC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,iBAAiB,GAAyB;IAC9C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,kDAAkD;IACxD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,qBAAqB,GAAyB;IAClD,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,168 +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 SqlVirtualMachineGroups. */
|
|
6
|
-
export declare class SqlVirtualMachineGroups {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a SqlVirtualMachineGroups.
|
|
10
|
-
* @param {SqlVirtualMachineManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: SqlVirtualMachineManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Gets 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.SqlVirtualMachineGroupsGetResponse>
|
|
20
|
-
*/
|
|
21
|
-
get(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachineGroupsGetResponse>;
|
|
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
|
-
get(resourceGroupName: string, sqlVirtualMachineGroupName: string, callback: msRest.ServiceCallback<Models.SqlVirtualMachineGroup>): 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
|
-
get(resourceGroupName: string, sqlVirtualMachineGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SqlVirtualMachineGroup>): void;
|
|
37
|
-
/**
|
|
38
|
-
* Creates or updates a SQL virtual machine group.
|
|
39
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
40
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
41
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
42
|
-
* @param parameters The SQL virtual machine group.
|
|
43
|
-
* @param [options] The optional parameters
|
|
44
|
-
* @returns Promise<Models.SqlVirtualMachineGroupsCreateOrUpdateResponse>
|
|
45
|
-
*/
|
|
46
|
-
createOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: Models.SqlVirtualMachineGroup, options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachineGroupsCreateOrUpdateResponse>;
|
|
47
|
-
/**
|
|
48
|
-
* Deletes a SQL virtual machine group.
|
|
49
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
50
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
51
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
52
|
-
* @param [options] The optional parameters
|
|
53
|
-
* @returns Promise<msRest.RestResponse>
|
|
54
|
-
*/
|
|
55
|
-
deleteMethod(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
56
|
-
/**
|
|
57
|
-
* Updates SQL virtual machine group tags.
|
|
58
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
59
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
60
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
61
|
-
* @param parameters The SQL virtual machine group.
|
|
62
|
-
* @param [options] The optional parameters
|
|
63
|
-
* @returns Promise<Models.SqlVirtualMachineGroupsUpdateResponse>
|
|
64
|
-
*/
|
|
65
|
-
update(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: Models.SqlVirtualMachineGroupUpdate, options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachineGroupsUpdateResponse>;
|
|
66
|
-
/**
|
|
67
|
-
* Gets all SQL virtual machine groups in a resource group.
|
|
68
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
69
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
70
|
-
* @param [options] The optional parameters
|
|
71
|
-
* @returns Promise<Models.SqlVirtualMachineGroupsListByResourceGroupResponse>
|
|
72
|
-
*/
|
|
73
|
-
listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachineGroupsListByResourceGroupResponse>;
|
|
74
|
-
/**
|
|
75
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
76
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
77
|
-
* @param callback The callback
|
|
78
|
-
*/
|
|
79
|
-
listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.SqlVirtualMachineGroupListResult>): void;
|
|
80
|
-
/**
|
|
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 options The optional parameters
|
|
84
|
-
* @param callback The callback
|
|
85
|
-
*/
|
|
86
|
-
listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SqlVirtualMachineGroupListResult>): void;
|
|
87
|
-
/**
|
|
88
|
-
* Gets all SQL virtual machine groups in a subscription.
|
|
89
|
-
* @param [options] The optional parameters
|
|
90
|
-
* @returns Promise<Models.SqlVirtualMachineGroupsListResponse>
|
|
91
|
-
*/
|
|
92
|
-
list(options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachineGroupsListResponse>;
|
|
93
|
-
/**
|
|
94
|
-
* @param callback The callback
|
|
95
|
-
*/
|
|
96
|
-
list(callback: msRest.ServiceCallback<Models.SqlVirtualMachineGroupListResult>): void;
|
|
97
|
-
/**
|
|
98
|
-
* @param options The optional parameters
|
|
99
|
-
* @param callback The callback
|
|
100
|
-
*/
|
|
101
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SqlVirtualMachineGroupListResult>): void;
|
|
102
|
-
/**
|
|
103
|
-
* Creates or updates a SQL virtual machine group.
|
|
104
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
105
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
106
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
107
|
-
* @param parameters The SQL virtual machine group.
|
|
108
|
-
* @param [options] The optional parameters
|
|
109
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
110
|
-
*/
|
|
111
|
-
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: Models.SqlVirtualMachineGroup, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
112
|
-
/**
|
|
113
|
-
* Deletes a SQL virtual machine group.
|
|
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 sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
117
|
-
* @param [options] The optional parameters
|
|
118
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
119
|
-
*/
|
|
120
|
-
beginDeleteMethod(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
121
|
-
/**
|
|
122
|
-
* Updates SQL virtual machine group tags.
|
|
123
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
124
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
125
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
126
|
-
* @param parameters The SQL virtual machine group.
|
|
127
|
-
* @param [options] The optional parameters
|
|
128
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
129
|
-
*/
|
|
130
|
-
beginUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: Models.SqlVirtualMachineGroupUpdate, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
131
|
-
/**
|
|
132
|
-
* Gets all SQL virtual machine groups in a resource group.
|
|
133
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
134
|
-
* @param [options] The optional parameters
|
|
135
|
-
* @returns Promise<Models.SqlVirtualMachineGroupsListByResourceGroupNextResponse>
|
|
136
|
-
*/
|
|
137
|
-
listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachineGroupsListByResourceGroupNextResponse>;
|
|
138
|
-
/**
|
|
139
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
140
|
-
* @param callback The callback
|
|
141
|
-
*/
|
|
142
|
-
listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SqlVirtualMachineGroupListResult>): void;
|
|
143
|
-
/**
|
|
144
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
145
|
-
* @param options The optional parameters
|
|
146
|
-
* @param callback The callback
|
|
147
|
-
*/
|
|
148
|
-
listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SqlVirtualMachineGroupListResult>): void;
|
|
149
|
-
/**
|
|
150
|
-
* Gets all SQL virtual machine groups in a subscription.
|
|
151
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
152
|
-
* @param [options] The optional parameters
|
|
153
|
-
* @returns Promise<Models.SqlVirtualMachineGroupsListNextResponse>
|
|
154
|
-
*/
|
|
155
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SqlVirtualMachineGroupsListNextResponse>;
|
|
156
|
-
/**
|
|
157
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
158
|
-
* @param callback The callback
|
|
159
|
-
*/
|
|
160
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SqlVirtualMachineGroupListResult>): void;
|
|
161
|
-
/**
|
|
162
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
163
|
-
* @param options The optional parameters
|
|
164
|
-
* @param callback The callback
|
|
165
|
-
*/
|
|
166
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SqlVirtualMachineGroupListResult>): void;
|
|
167
|
-
}
|
|
168
|
-
//# sourceMappingURL=sqlVirtualMachineGroups.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sqlVirtualMachineGroups.d.ts","sourceRoot":"","sources":["../../src/operations/sqlVirtualMachineGroups.ts"],"names":[],"mappings":"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"}
|