@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,60 +1,132 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
10
8
|
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import * as
|
|
14
|
-
import * as Mappers from "../models/
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { AvailabilityGroupListeners } from "../operationsInterfaces";
|
|
11
|
+
import * as coreClient from "@azure/core-client";
|
|
12
|
+
import * as Mappers from "../models/mappers";
|
|
15
13
|
import * as Parameters from "../models/parameters";
|
|
16
|
-
import {
|
|
14
|
+
import { SqlVirtualMachineManagementClient } from "../sqlVirtualMachineManagementClient";
|
|
15
|
+
import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro";
|
|
16
|
+
import { LroImpl } from "../lroImpl";
|
|
17
|
+
import {
|
|
18
|
+
AvailabilityGroupListener,
|
|
19
|
+
AvailabilityGroupListenersListByGroupNextOptionalParams,
|
|
20
|
+
AvailabilityGroupListenersListByGroupOptionalParams,
|
|
21
|
+
AvailabilityGroupListenersGetOptionalParams,
|
|
22
|
+
AvailabilityGroupListenersGetResponse,
|
|
23
|
+
AvailabilityGroupListenersCreateOrUpdateOptionalParams,
|
|
24
|
+
AvailabilityGroupListenersCreateOrUpdateResponse,
|
|
25
|
+
AvailabilityGroupListenersDeleteOptionalParams,
|
|
26
|
+
AvailabilityGroupListenersListByGroupResponse,
|
|
27
|
+
AvailabilityGroupListenersListByGroupNextResponse
|
|
28
|
+
} from "../models";
|
|
17
29
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
30
|
+
/// <reference lib="esnext.asynciterable" />
|
|
31
|
+
/** Class containing AvailabilityGroupListeners operations. */
|
|
32
|
+
export class AvailabilityGroupListenersImpl
|
|
33
|
+
implements AvailabilityGroupListeners {
|
|
34
|
+
private readonly client: SqlVirtualMachineManagementClient;
|
|
21
35
|
|
|
22
36
|
/**
|
|
23
|
-
*
|
|
24
|
-
* @param
|
|
37
|
+
* Initialize a new instance of the class AvailabilityGroupListeners class.
|
|
38
|
+
* @param client Reference to the service client
|
|
25
39
|
*/
|
|
26
|
-
constructor(client:
|
|
40
|
+
constructor(client: SqlVirtualMachineManagementClient) {
|
|
27
41
|
this.client = client;
|
|
28
42
|
}
|
|
29
43
|
|
|
30
44
|
/**
|
|
31
|
-
*
|
|
32
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
33
|
-
*
|
|
34
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
35
|
-
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
36
|
-
* @param [options] The optional parameters
|
|
37
|
-
* @returns Promise<Models.AvailabilityGroupListenersGetResponse>
|
|
38
|
-
*/
|
|
39
|
-
get(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: msRest.RequestOptionsBase): Promise<Models.AvailabilityGroupListenersGetResponse>;
|
|
40
|
-
/**
|
|
41
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
42
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
45
|
+
* Lists all availability group listeners in a SQL virtual machine group.
|
|
46
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
47
|
+
* value from the Azure Resource Manager API or the portal.
|
|
43
48
|
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
44
|
-
* @param
|
|
45
|
-
* @param callback The callback
|
|
49
|
+
* @param options The options parameters.
|
|
46
50
|
*/
|
|
47
|
-
|
|
51
|
+
public listByGroup(
|
|
52
|
+
resourceGroupName: string,
|
|
53
|
+
sqlVirtualMachineGroupName: string,
|
|
54
|
+
options?: AvailabilityGroupListenersListByGroupOptionalParams
|
|
55
|
+
): PagedAsyncIterableIterator<AvailabilityGroupListener> {
|
|
56
|
+
const iter = this.listByGroupPagingAll(
|
|
57
|
+
resourceGroupName,
|
|
58
|
+
sqlVirtualMachineGroupName,
|
|
59
|
+
options
|
|
60
|
+
);
|
|
61
|
+
return {
|
|
62
|
+
next() {
|
|
63
|
+
return iter.next();
|
|
64
|
+
},
|
|
65
|
+
[Symbol.asyncIterator]() {
|
|
66
|
+
return this;
|
|
67
|
+
},
|
|
68
|
+
byPage: () => {
|
|
69
|
+
return this.listByGroupPagingPage(
|
|
70
|
+
resourceGroupName,
|
|
71
|
+
sqlVirtualMachineGroupName,
|
|
72
|
+
options
|
|
73
|
+
);
|
|
74
|
+
}
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
private async *listByGroupPagingPage(
|
|
79
|
+
resourceGroupName: string,
|
|
80
|
+
sqlVirtualMachineGroupName: string,
|
|
81
|
+
options?: AvailabilityGroupListenersListByGroupOptionalParams
|
|
82
|
+
): AsyncIterableIterator<AvailabilityGroupListener[]> {
|
|
83
|
+
let result = await this._listByGroup(
|
|
84
|
+
resourceGroupName,
|
|
85
|
+
sqlVirtualMachineGroupName,
|
|
86
|
+
options
|
|
87
|
+
);
|
|
88
|
+
yield result.value || [];
|
|
89
|
+
let continuationToken = result.nextLink;
|
|
90
|
+
while (continuationToken) {
|
|
91
|
+
result = await this._listByGroupNext(
|
|
92
|
+
resourceGroupName,
|
|
93
|
+
sqlVirtualMachineGroupName,
|
|
94
|
+
continuationToken,
|
|
95
|
+
options
|
|
96
|
+
);
|
|
97
|
+
continuationToken = result.nextLink;
|
|
98
|
+
yield result.value || [];
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
private async *listByGroupPagingAll(
|
|
103
|
+
resourceGroupName: string,
|
|
104
|
+
sqlVirtualMachineGroupName: string,
|
|
105
|
+
options?: AvailabilityGroupListenersListByGroupOptionalParams
|
|
106
|
+
): AsyncIterableIterator<AvailabilityGroupListener> {
|
|
107
|
+
for await (const page of this.listByGroupPagingPage(
|
|
108
|
+
resourceGroupName,
|
|
109
|
+
sqlVirtualMachineGroupName,
|
|
110
|
+
options
|
|
111
|
+
)) {
|
|
112
|
+
yield* page;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
48
116
|
/**
|
|
49
|
-
*
|
|
50
|
-
*
|
|
117
|
+
* Gets an availability group listener.
|
|
118
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
119
|
+
* value from the Azure Resource Manager API or the portal.
|
|
51
120
|
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
52
121
|
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
53
|
-
* @param options The
|
|
54
|
-
* @param callback The callback
|
|
122
|
+
* @param options The options parameters.
|
|
55
123
|
*/
|
|
56
|
-
get(
|
|
57
|
-
|
|
124
|
+
get(
|
|
125
|
+
resourceGroupName: string,
|
|
126
|
+
sqlVirtualMachineGroupName: string,
|
|
127
|
+
availabilityGroupListenerName: string,
|
|
128
|
+
options?: AvailabilityGroupListenersGetOptionalParams
|
|
129
|
+
): Promise<AvailabilityGroupListenersGetResponse> {
|
|
58
130
|
return this.client.sendOperationRequest(
|
|
59
131
|
{
|
|
60
132
|
resourceGroupName,
|
|
@@ -62,279 +134,351 @@ export class AvailabilityGroupListeners {
|
|
|
62
134
|
availabilityGroupListenerName,
|
|
63
135
|
options
|
|
64
136
|
},
|
|
65
|
-
getOperationSpec
|
|
66
|
-
|
|
137
|
+
getOperationSpec
|
|
138
|
+
);
|
|
67
139
|
}
|
|
68
140
|
|
|
69
141
|
/**
|
|
70
142
|
* Creates or updates an availability group listener.
|
|
71
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
72
|
-
*
|
|
143
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
144
|
+
* value from the Azure Resource Manager API or the portal.
|
|
73
145
|
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
74
146
|
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
75
147
|
* @param parameters The availability group listener.
|
|
76
|
-
* @param
|
|
77
|
-
* @returns Promise<Models.AvailabilityGroupListenersCreateOrUpdateResponse>
|
|
148
|
+
* @param options The options parameters.
|
|
78
149
|
*/
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
150
|
+
async beginCreateOrUpdate(
|
|
151
|
+
resourceGroupName: string,
|
|
152
|
+
sqlVirtualMachineGroupName: string,
|
|
153
|
+
availabilityGroupListenerName: string,
|
|
154
|
+
parameters: AvailabilityGroupListener,
|
|
155
|
+
options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams
|
|
156
|
+
): Promise<
|
|
157
|
+
PollerLike<
|
|
158
|
+
PollOperationState<AvailabilityGroupListenersCreateOrUpdateResponse>,
|
|
159
|
+
AvailabilityGroupListenersCreateOrUpdateResponse
|
|
160
|
+
>
|
|
161
|
+
> {
|
|
162
|
+
const directSendOperation = async (
|
|
163
|
+
args: coreClient.OperationArguments,
|
|
164
|
+
spec: coreClient.OperationSpec
|
|
165
|
+
): Promise<AvailabilityGroupListenersCreateOrUpdateResponse> => {
|
|
166
|
+
return this.client.sendOperationRequest(args, spec);
|
|
167
|
+
};
|
|
168
|
+
const sendOperation = async (
|
|
169
|
+
args: coreClient.OperationArguments,
|
|
170
|
+
spec: coreClient.OperationSpec
|
|
171
|
+
) => {
|
|
172
|
+
let currentRawResponse:
|
|
173
|
+
| coreClient.FullOperationResponse
|
|
174
|
+
| undefined = undefined;
|
|
175
|
+
const providedCallback = args.options?.onResponse;
|
|
176
|
+
const callback: coreClient.RawResponseCallback = (
|
|
177
|
+
rawResponse: coreClient.FullOperationResponse,
|
|
178
|
+
flatResponse: unknown
|
|
179
|
+
) => {
|
|
180
|
+
currentRawResponse = rawResponse;
|
|
181
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
182
|
+
};
|
|
183
|
+
const updatedArgs = {
|
|
184
|
+
...args,
|
|
185
|
+
options: {
|
|
186
|
+
...args.options,
|
|
187
|
+
onResponse: callback
|
|
188
|
+
}
|
|
189
|
+
};
|
|
190
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
191
|
+
return {
|
|
192
|
+
flatResponse,
|
|
193
|
+
rawResponse: {
|
|
194
|
+
statusCode: currentRawResponse!.status,
|
|
195
|
+
body: currentRawResponse!.parsedBody,
|
|
196
|
+
headers: currentRawResponse!.headers.toJSON()
|
|
197
|
+
}
|
|
198
|
+
};
|
|
199
|
+
};
|
|
83
200
|
|
|
84
|
-
|
|
85
|
-
|
|
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<msRest.RestResponse>
|
|
92
|
-
*/
|
|
93
|
-
deleteMethod(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {
|
|
94
|
-
return this.beginDeleteMethod(resourceGroupName,sqlVirtualMachineGroupName,availabilityGroupListenerName,options)
|
|
95
|
-
.then(lroPoller => lroPoller.pollUntilFinished());
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
* Lists all availability group listeners in a SQL virtual machine group.
|
|
100
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
101
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
102
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
103
|
-
* @param [options] The optional parameters
|
|
104
|
-
* @returns Promise<Models.AvailabilityGroupListenersListByGroupResponse>
|
|
105
|
-
*/
|
|
106
|
-
listByGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.AvailabilityGroupListenersListByGroupResponse>;
|
|
107
|
-
/**
|
|
108
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
109
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
110
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
111
|
-
* @param callback The callback
|
|
112
|
-
*/
|
|
113
|
-
listByGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, callback: msRest.ServiceCallback<Models.AvailabilityGroupListenerListResult>): void;
|
|
114
|
-
/**
|
|
115
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
116
|
-
* this value from the Azure Resource Manager API or the portal.
|
|
117
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
118
|
-
* @param options The optional parameters
|
|
119
|
-
* @param callback The callback
|
|
120
|
-
*/
|
|
121
|
-
listByGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AvailabilityGroupListenerListResult>): void;
|
|
122
|
-
listByGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AvailabilityGroupListenerListResult>, callback?: msRest.ServiceCallback<Models.AvailabilityGroupListenerListResult>): Promise<Models.AvailabilityGroupListenersListByGroupResponse> {
|
|
123
|
-
return this.client.sendOperationRequest(
|
|
201
|
+
const lro = new LroImpl(
|
|
202
|
+
sendOperation,
|
|
124
203
|
{
|
|
125
204
|
resourceGroupName,
|
|
126
205
|
sqlVirtualMachineGroupName,
|
|
206
|
+
availabilityGroupListenerName,
|
|
207
|
+
parameters,
|
|
127
208
|
options
|
|
128
209
|
},
|
|
129
|
-
|
|
130
|
-
|
|
210
|
+
createOrUpdateOperationSpec
|
|
211
|
+
);
|
|
212
|
+
return new LroEngine(lro, {
|
|
213
|
+
resumeFrom: options?.resumeFrom,
|
|
214
|
+
intervalInMs: options?.updateIntervalInMs
|
|
215
|
+
});
|
|
131
216
|
}
|
|
132
217
|
|
|
133
218
|
/**
|
|
134
219
|
* Creates or updates an availability group listener.
|
|
135
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
136
|
-
*
|
|
220
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
221
|
+
* value from the Azure Resource Manager API or the portal.
|
|
137
222
|
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
138
223
|
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
139
224
|
* @param parameters The availability group listener.
|
|
140
|
-
* @param
|
|
141
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
225
|
+
* @param options The options parameters.
|
|
142
226
|
*/
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
227
|
+
async beginCreateOrUpdateAndWait(
|
|
228
|
+
resourceGroupName: string,
|
|
229
|
+
sqlVirtualMachineGroupName: string,
|
|
230
|
+
availabilityGroupListenerName: string,
|
|
231
|
+
parameters: AvailabilityGroupListener,
|
|
232
|
+
options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams
|
|
233
|
+
): Promise<AvailabilityGroupListenersCreateOrUpdateResponse> {
|
|
234
|
+
const poller = await this.beginCreateOrUpdate(
|
|
235
|
+
resourceGroupName,
|
|
236
|
+
sqlVirtualMachineGroupName,
|
|
237
|
+
availabilityGroupListenerName,
|
|
238
|
+
parameters,
|
|
239
|
+
options
|
|
240
|
+
);
|
|
241
|
+
return poller.pollUntilDone();
|
|
154
242
|
}
|
|
155
243
|
|
|
156
244
|
/**
|
|
157
245
|
* Deletes an availability group listener.
|
|
158
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain
|
|
159
|
-
*
|
|
246
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
247
|
+
* value from the Azure Resource Manager API or the portal.
|
|
160
248
|
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
161
249
|
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
162
|
-
* @param
|
|
163
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
250
|
+
* @param options The options parameters.
|
|
164
251
|
*/
|
|
165
|
-
|
|
166
|
-
|
|
252
|
+
async beginDelete(
|
|
253
|
+
resourceGroupName: string,
|
|
254
|
+
sqlVirtualMachineGroupName: string,
|
|
255
|
+
availabilityGroupListenerName: string,
|
|
256
|
+
options?: AvailabilityGroupListenersDeleteOptionalParams
|
|
257
|
+
): Promise<PollerLike<PollOperationState<void>, void>> {
|
|
258
|
+
const directSendOperation = async (
|
|
259
|
+
args: coreClient.OperationArguments,
|
|
260
|
+
spec: coreClient.OperationSpec
|
|
261
|
+
): Promise<void> => {
|
|
262
|
+
return this.client.sendOperationRequest(args, spec);
|
|
263
|
+
};
|
|
264
|
+
const sendOperation = async (
|
|
265
|
+
args: coreClient.OperationArguments,
|
|
266
|
+
spec: coreClient.OperationSpec
|
|
267
|
+
) => {
|
|
268
|
+
let currentRawResponse:
|
|
269
|
+
| coreClient.FullOperationResponse
|
|
270
|
+
| undefined = undefined;
|
|
271
|
+
const providedCallback = args.options?.onResponse;
|
|
272
|
+
const callback: coreClient.RawResponseCallback = (
|
|
273
|
+
rawResponse: coreClient.FullOperationResponse,
|
|
274
|
+
flatResponse: unknown
|
|
275
|
+
) => {
|
|
276
|
+
currentRawResponse = rawResponse;
|
|
277
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
278
|
+
};
|
|
279
|
+
const updatedArgs = {
|
|
280
|
+
...args,
|
|
281
|
+
options: {
|
|
282
|
+
...args.options,
|
|
283
|
+
onResponse: callback
|
|
284
|
+
}
|
|
285
|
+
};
|
|
286
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
287
|
+
return {
|
|
288
|
+
flatResponse,
|
|
289
|
+
rawResponse: {
|
|
290
|
+
statusCode: currentRawResponse!.status,
|
|
291
|
+
body: currentRawResponse!.parsedBody,
|
|
292
|
+
headers: currentRawResponse!.headers.toJSON()
|
|
293
|
+
}
|
|
294
|
+
};
|
|
295
|
+
};
|
|
296
|
+
|
|
297
|
+
const lro = new LroImpl(
|
|
298
|
+
sendOperation,
|
|
167
299
|
{
|
|
168
300
|
resourceGroupName,
|
|
169
301
|
sqlVirtualMachineGroupName,
|
|
170
302
|
availabilityGroupListenerName,
|
|
171
303
|
options
|
|
172
304
|
},
|
|
173
|
-
|
|
174
|
-
|
|
305
|
+
deleteOperationSpec
|
|
306
|
+
);
|
|
307
|
+
return new LroEngine(lro, {
|
|
308
|
+
resumeFrom: options?.resumeFrom,
|
|
309
|
+
intervalInMs: options?.updateIntervalInMs
|
|
310
|
+
});
|
|
175
311
|
}
|
|
176
312
|
|
|
177
313
|
/**
|
|
178
|
-
*
|
|
179
|
-
* @param
|
|
180
|
-
*
|
|
181
|
-
* @
|
|
314
|
+
* Deletes an availability group listener.
|
|
315
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
316
|
+
* value from the Azure Resource Manager API or the portal.
|
|
317
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
318
|
+
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
319
|
+
* @param options The options parameters.
|
|
182
320
|
*/
|
|
183
|
-
|
|
321
|
+
async beginDeleteAndWait(
|
|
322
|
+
resourceGroupName: string,
|
|
323
|
+
sqlVirtualMachineGroupName: string,
|
|
324
|
+
availabilityGroupListenerName: string,
|
|
325
|
+
options?: AvailabilityGroupListenersDeleteOptionalParams
|
|
326
|
+
): Promise<void> {
|
|
327
|
+
const poller = await this.beginDelete(
|
|
328
|
+
resourceGroupName,
|
|
329
|
+
sqlVirtualMachineGroupName,
|
|
330
|
+
availabilityGroupListenerName,
|
|
331
|
+
options
|
|
332
|
+
);
|
|
333
|
+
return poller.pollUntilDone();
|
|
334
|
+
}
|
|
335
|
+
|
|
184
336
|
/**
|
|
185
|
-
*
|
|
186
|
-
* @param
|
|
337
|
+
* Lists all availability group listeners in a SQL virtual machine group.
|
|
338
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
339
|
+
* value from the Azure Resource Manager API or the portal.
|
|
340
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
341
|
+
* @param options The options parameters.
|
|
187
342
|
*/
|
|
188
|
-
|
|
343
|
+
private _listByGroup(
|
|
344
|
+
resourceGroupName: string,
|
|
345
|
+
sqlVirtualMachineGroupName: string,
|
|
346
|
+
options?: AvailabilityGroupListenersListByGroupOptionalParams
|
|
347
|
+
): Promise<AvailabilityGroupListenersListByGroupResponse> {
|
|
348
|
+
return this.client.sendOperationRequest(
|
|
349
|
+
{ resourceGroupName, sqlVirtualMachineGroupName, options },
|
|
350
|
+
listByGroupOperationSpec
|
|
351
|
+
);
|
|
352
|
+
}
|
|
353
|
+
|
|
189
354
|
/**
|
|
190
|
-
*
|
|
191
|
-
* @param
|
|
192
|
-
*
|
|
355
|
+
* ListByGroupNext
|
|
356
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
357
|
+
* value from the Azure Resource Manager API or the portal.
|
|
358
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
359
|
+
* @param nextLink The nextLink from the previous successful call to the ListByGroup method.
|
|
360
|
+
* @param options The options parameters.
|
|
193
361
|
*/
|
|
194
|
-
|
|
195
|
-
|
|
362
|
+
private _listByGroupNext(
|
|
363
|
+
resourceGroupName: string,
|
|
364
|
+
sqlVirtualMachineGroupName: string,
|
|
365
|
+
nextLink: string,
|
|
366
|
+
options?: AvailabilityGroupListenersListByGroupNextOptionalParams
|
|
367
|
+
): Promise<AvailabilityGroupListenersListByGroupNextResponse> {
|
|
196
368
|
return this.client.sendOperationRequest(
|
|
197
|
-
{
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
},
|
|
201
|
-
listByGroupNextOperationSpec,
|
|
202
|
-
callback) as Promise<Models.AvailabilityGroupListenersListByGroupNextResponse>;
|
|
369
|
+
{ resourceGroupName, sqlVirtualMachineGroupName, nextLink, options },
|
|
370
|
+
listByGroupNextOperationSpec
|
|
371
|
+
);
|
|
203
372
|
}
|
|
204
373
|
}
|
|
205
|
-
|
|
206
374
|
// Operation Specifications
|
|
207
|
-
const serializer =
|
|
208
|
-
|
|
375
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
376
|
+
|
|
377
|
+
const getOperationSpec: coreClient.OperationSpec = {
|
|
378
|
+
path:
|
|
379
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}/availabilityGroupListeners/{availabilityGroupListenerName}",
|
|
209
380
|
httpMethod: "GET",
|
|
210
|
-
|
|
381
|
+
responses: {
|
|
382
|
+
200: {
|
|
383
|
+
bodyMapper: Mappers.AvailabilityGroupListener
|
|
384
|
+
},
|
|
385
|
+
default: {}
|
|
386
|
+
},
|
|
387
|
+
queryParameters: [Parameters.apiVersion],
|
|
211
388
|
urlParameters: [
|
|
389
|
+
Parameters.$host,
|
|
212
390
|
Parameters.resourceGroupName,
|
|
213
391
|
Parameters.sqlVirtualMachineGroupName,
|
|
214
392
|
Parameters.availabilityGroupListenerName,
|
|
215
393
|
Parameters.subscriptionId
|
|
216
394
|
],
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
395
|
+
headerParameters: [Parameters.accept],
|
|
396
|
+
serializer
|
|
397
|
+
};
|
|
398
|
+
const createOrUpdateOperationSpec: coreClient.OperationSpec = {
|
|
399
|
+
path:
|
|
400
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}/availabilityGroupListeners/{availabilityGroupListenerName}",
|
|
401
|
+
httpMethod: "PUT",
|
|
223
402
|
responses: {
|
|
224
403
|
200: {
|
|
225
404
|
bodyMapper: Mappers.AvailabilityGroupListener
|
|
226
405
|
},
|
|
227
|
-
|
|
228
|
-
bodyMapper: Mappers.
|
|
229
|
-
}
|
|
406
|
+
201: {
|
|
407
|
+
bodyMapper: Mappers.AvailabilityGroupListener
|
|
408
|
+
},
|
|
409
|
+
202: {
|
|
410
|
+
bodyMapper: Mappers.AvailabilityGroupListener
|
|
411
|
+
},
|
|
412
|
+
204: {
|
|
413
|
+
bodyMapper: Mappers.AvailabilityGroupListener
|
|
414
|
+
},
|
|
415
|
+
default: {}
|
|
230
416
|
},
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
const listByGroupOperationSpec: msRest.OperationSpec = {
|
|
235
|
-
httpMethod: "GET",
|
|
236
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}/availabilityGroupListeners",
|
|
417
|
+
requestBody: Parameters.parameters,
|
|
418
|
+
queryParameters: [Parameters.apiVersion],
|
|
237
419
|
urlParameters: [
|
|
420
|
+
Parameters.$host,
|
|
238
421
|
Parameters.resourceGroupName,
|
|
239
422
|
Parameters.sqlVirtualMachineGroupName,
|
|
423
|
+
Parameters.availabilityGroupListenerName,
|
|
240
424
|
Parameters.subscriptionId
|
|
241
425
|
],
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
],
|
|
245
|
-
headerParameters: [
|
|
246
|
-
Parameters.acceptLanguage
|
|
247
|
-
],
|
|
248
|
-
responses: {
|
|
249
|
-
200: {
|
|
250
|
-
bodyMapper: Mappers.AvailabilityGroupListenerListResult
|
|
251
|
-
},
|
|
252
|
-
default: {
|
|
253
|
-
bodyMapper: Mappers.CloudError
|
|
254
|
-
}
|
|
255
|
-
},
|
|
426
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
427
|
+
mediaType: "json",
|
|
256
428
|
serializer
|
|
257
429
|
};
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
430
|
+
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
431
|
+
path:
|
|
432
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}/availabilityGroupListeners/{availabilityGroupListenerName}",
|
|
433
|
+
httpMethod: "DELETE",
|
|
434
|
+
responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },
|
|
435
|
+
queryParameters: [Parameters.apiVersion],
|
|
262
436
|
urlParameters: [
|
|
437
|
+
Parameters.$host,
|
|
263
438
|
Parameters.resourceGroupName,
|
|
264
439
|
Parameters.sqlVirtualMachineGroupName,
|
|
265
440
|
Parameters.availabilityGroupListenerName,
|
|
266
441
|
Parameters.subscriptionId
|
|
267
442
|
],
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
requestBody: {
|
|
275
|
-
parameterPath: "parameters",
|
|
276
|
-
mapper: {
|
|
277
|
-
...Mappers.AvailabilityGroupListener,
|
|
278
|
-
required: true
|
|
279
|
-
}
|
|
280
|
-
},
|
|
443
|
+
serializer
|
|
444
|
+
};
|
|
445
|
+
const listByGroupOperationSpec: coreClient.OperationSpec = {
|
|
446
|
+
path:
|
|
447
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}/availabilityGroupListeners",
|
|
448
|
+
httpMethod: "GET",
|
|
281
449
|
responses: {
|
|
282
450
|
200: {
|
|
283
|
-
bodyMapper: Mappers.
|
|
284
|
-
},
|
|
285
|
-
201: {
|
|
286
|
-
bodyMapper: Mappers.AvailabilityGroupListener
|
|
451
|
+
bodyMapper: Mappers.AvailabilityGroupListenerListResult
|
|
287
452
|
},
|
|
288
|
-
default: {
|
|
289
|
-
bodyMapper: Mappers.CloudError
|
|
290
|
-
}
|
|
453
|
+
default: {}
|
|
291
454
|
},
|
|
292
|
-
|
|
293
|
-
};
|
|
294
|
-
|
|
295
|
-
const beginDeleteMethodOperationSpec: msRest.OperationSpec = {
|
|
296
|
-
httpMethod: "DELETE",
|
|
297
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}/availabilityGroupListeners/{availabilityGroupListenerName}",
|
|
455
|
+
queryParameters: [Parameters.apiVersion],
|
|
298
456
|
urlParameters: [
|
|
457
|
+
Parameters.$host,
|
|
299
458
|
Parameters.resourceGroupName,
|
|
300
459
|
Parameters.sqlVirtualMachineGroupName,
|
|
301
|
-
Parameters.availabilityGroupListenerName,
|
|
302
460
|
Parameters.subscriptionId
|
|
303
461
|
],
|
|
304
|
-
|
|
305
|
-
Parameters.apiVersion
|
|
306
|
-
],
|
|
307
|
-
headerParameters: [
|
|
308
|
-
Parameters.acceptLanguage
|
|
309
|
-
],
|
|
310
|
-
responses: {
|
|
311
|
-
200: {},
|
|
312
|
-
202: {},
|
|
313
|
-
204: {},
|
|
314
|
-
default: {
|
|
315
|
-
bodyMapper: Mappers.CloudError
|
|
316
|
-
}
|
|
317
|
-
},
|
|
462
|
+
headerParameters: [Parameters.accept],
|
|
318
463
|
serializer
|
|
319
464
|
};
|
|
320
|
-
|
|
321
|
-
const listByGroupNextOperationSpec: msRest.OperationSpec = {
|
|
322
|
-
httpMethod: "GET",
|
|
323
|
-
baseUrl: "https://management.azure.com",
|
|
465
|
+
const listByGroupNextOperationSpec: coreClient.OperationSpec = {
|
|
324
466
|
path: "{nextLink}",
|
|
325
|
-
|
|
326
|
-
Parameters.nextPageLink
|
|
327
|
-
],
|
|
328
|
-
headerParameters: [
|
|
329
|
-
Parameters.acceptLanguage
|
|
330
|
-
],
|
|
467
|
+
httpMethod: "GET",
|
|
331
468
|
responses: {
|
|
332
469
|
200: {
|
|
333
470
|
bodyMapper: Mappers.AvailabilityGroupListenerListResult
|
|
334
471
|
},
|
|
335
|
-
default: {
|
|
336
|
-
bodyMapper: Mappers.CloudError
|
|
337
|
-
}
|
|
472
|
+
default: {}
|
|
338
473
|
},
|
|
474
|
+
queryParameters: [Parameters.apiVersion],
|
|
475
|
+
urlParameters: [
|
|
476
|
+
Parameters.$host,
|
|
477
|
+
Parameters.resourceGroupName,
|
|
478
|
+
Parameters.sqlVirtualMachineGroupName,
|
|
479
|
+
Parameters.subscriptionId,
|
|
480
|
+
Parameters.nextLink
|
|
481
|
+
],
|
|
482
|
+
headerParameters: [Parameters.accept],
|
|
339
483
|
serializer
|
|
340
484
|
};
|