@azure/arm-vmwarecloudsimple 1.1.1 → 2.0.0
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 +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +5683 -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 +1328 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +44 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +59 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1185 -834
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +35 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +157 -106
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/customizationPolicies.d.ts +46 -0
- package/dist-esm/src/operations/customizationPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/customizationPolicies.js +169 -0
- package/dist-esm/src/operations/customizationPolicies.js.map +1 -0
- package/dist-esm/src/operations/dedicatedCloudNodes.d.ts +92 -0
- package/dist-esm/src/operations/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist-esm/src/operations/dedicatedCloudNodes.js +446 -0
- package/dist-esm/src/operations/dedicatedCloudNodes.js.map +1 -0
- package/dist-esm/src/operations/dedicatedCloudServices.d.ts +91 -0
- package/dist-esm/src/operations/dedicatedCloudServices.d.ts.map +1 -0
- package/dist-esm/src/operations/dedicatedCloudServices.js +431 -0
- package/dist-esm/src/operations/dedicatedCloudServices.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +4 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +39 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +155 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateClouds.d.ts +42 -0
- package/dist-esm/src/operations/privateClouds.d.ts.map +1 -0
- package/dist-esm/src/operations/privateClouds.js +162 -0
- package/dist-esm/src/operations/privateClouds.js.map +1 -0
- package/dist-esm/src/operations/resourcePools.d.ts +46 -0
- package/dist-esm/src/operations/resourcePools.d.ts.map +1 -0
- package/dist-esm/src/operations/resourcePools.js +169 -0
- package/dist-esm/src/operations/resourcePools.js.map +1 -0
- package/dist-esm/src/operations/skusAvailability.d.ts +35 -0
- package/dist-esm/src/operations/skusAvailability.d.ts.map +1 -0
- package/dist-esm/src/operations/skusAvailability.js +132 -0
- package/dist-esm/src/operations/skusAvailability.js.map +1 -0
- package/dist-esm/src/operations/usages.d.ts +35 -0
- package/dist-esm/src/operations/usages.d.ts.map +1 -0
- package/dist-esm/src/operations/usages.js +132 -0
- package/dist-esm/src/operations/usages.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts +49 -0
- package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineTemplates.js +172 -0
- package/dist-esm/src/operations/virtualMachineTemplates.js.map +1 -0
- package/dist-esm/src/operations/virtualMachines.d.ts +135 -0
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachines.js +687 -0
- package/dist-esm/src/operations/virtualMachines.js.map +1 -0
- package/dist-esm/src/operations/virtualNetworks.d.ts +49 -0
- package/dist-esm/src/operations/virtualNetworks.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualNetworks.js +172 -0
- package/dist-esm/src/operations/virtualNetworks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/customizationPolicies.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/customizationPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/customizationPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/customizationPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.js +9 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +19 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +18 -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/privateClouds.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/privateClouds.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateClouds.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateClouds.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourcePools.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/resourcePools.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourcePools.js +9 -0
- package/dist-esm/src/operationsInterfaces/resourcePools.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/skusAvailability.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/skusAvailability.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/skusAvailability.js +9 -0
- package/dist-esm/src/operationsInterfaces/skusAvailability.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.js +9 -0
- package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +99 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist-esm/src/vMwareCloudSimple.d.ts +30 -0
- package/dist-esm/src/vMwareCloudSimple.d.ts.map +1 -0
- package/dist-esm/src/vMwareCloudSimple.js +66 -0
- package/dist-esm/src/vMwareCloudSimple.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 +70 -32
- package/review/arm-vmwarecloudsimple.api.md +1140 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1155 -1956
- package/src/models/mappers.ts +1229 -846
- package/src/models/parameters.ts +200 -107
- package/src/operations/customizationPolicies.ts +217 -0
- package/src/operations/dedicatedCloudNodes.ts +391 -317
- package/src/operations/dedicatedCloudServices.ts +372 -319
- package/src/operations/index.ts +4 -5
- package/src/operations/operations.ts +117 -125
- package/src/operations/privateClouds.ts +131 -123
- package/src/operations/resourcePools.ts +145 -129
- package/src/operations/skusAvailability.ts +109 -85
- package/src/operations/usages.ts +109 -85
- package/src/operations/virtualMachineTemplates.ts +162 -132
- package/src/operations/virtualMachines.ts +705 -403
- package/src/operations/virtualNetworks.ts +163 -136
- package/src/operationsInterfaces/customizationPolicies.ts +44 -0
- package/src/operationsInterfaces/dedicatedCloudNodes.ts +110 -0
- package/src/operationsInterfaces/dedicatedCloudServices.ts +103 -0
- package/src/operationsInterfaces/index.ts +19 -0
- package/src/operationsInterfaces/operations.ts +38 -0
- package/src/operationsInterfaces/privateClouds.ts +40 -0
- package/src/operationsInterfaces/resourcePools.ts +44 -0
- package/src/operationsInterfaces/skusAvailability.ts +24 -0
- package/src/operationsInterfaces/usages.ts +24 -0
- package/src/operationsInterfaces/virtualMachineTemplates.ts +46 -0
- package/src/operationsInterfaces/virtualMachines.ts +191 -0
- package/src/operationsInterfaces/virtualNetworks.ts +46 -0
- package/src/vMwareCloudSimple.ts +126 -0
- package/tsconfig.json +3 -3
- package/types/arm-vmwarecloudsimple.d.ts +1861 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-vmwarecloudsimple.js +0 -4540
- package/dist/arm-vmwarecloudsimple.js.map +0 -1
- package/dist/arm-vmwarecloudsimple.min.js +0 -1
- package/dist/arm-vmwarecloudsimple.min.js.map +0 -1
- package/esm/models/dedicatedCloudNodesMappers.d.ts +0 -2
- package/esm/models/dedicatedCloudNodesMappers.d.ts.map +0 -1
- package/esm/models/dedicatedCloudNodesMappers.js +0 -9
- package/esm/models/dedicatedCloudNodesMappers.js.map +0 -1
- package/esm/models/dedicatedCloudServicesMappers.d.ts +0 -2
- package/esm/models/dedicatedCloudServicesMappers.d.ts.map +0 -1
- package/esm/models/dedicatedCloudServicesMappers.js +0 -9
- package/esm/models/dedicatedCloudServicesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2190
- 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 -46
- 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 -24
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateCloudsMappers.d.ts +0 -2
- package/esm/models/privateCloudsMappers.d.ts.map +0 -1
- package/esm/models/privateCloudsMappers.js +0 -9
- package/esm/models/privateCloudsMappers.js.map +0 -1
- package/esm/models/resourcePoolsMappers.d.ts +0 -2
- package/esm/models/resourcePoolsMappers.d.ts.map +0 -1
- package/esm/models/resourcePoolsMappers.js +0 -9
- package/esm/models/resourcePoolsMappers.js.map +0 -1
- package/esm/models/skusAvailabilityMappers.d.ts +0 -2
- package/esm/models/skusAvailabilityMappers.d.ts.map +0 -1
- package/esm/models/skusAvailabilityMappers.js +0 -9
- package/esm/models/skusAvailabilityMappers.js.map +0 -1
- package/esm/models/usagesMappers.d.ts +0 -2
- package/esm/models/usagesMappers.d.ts.map +0 -1
- package/esm/models/usagesMappers.js +0 -9
- package/esm/models/usagesMappers.js.map +0 -1
- package/esm/models/virtualMachineTemplatesMappers.d.ts +0 -2
- package/esm/models/virtualMachineTemplatesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineTemplatesMappers.js +0 -9
- package/esm/models/virtualMachineTemplatesMappers.js.map +0 -1
- package/esm/models/virtualMachinesMappers.d.ts +0 -2
- package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachinesMappers.js +0 -9
- package/esm/models/virtualMachinesMappers.js.map +0 -1
- package/esm/models/virtualNetworksMappers.d.ts +0 -2
- package/esm/models/virtualNetworksMappers.d.ts.map +0 -1
- package/esm/models/virtualNetworksMappers.js +0 -9
- package/esm/models/virtualNetworksMappers.js.map +0 -1
- package/esm/operations/dedicatedCloudNodes.d.ts +0 -173
- package/esm/operations/dedicatedCloudNodes.d.ts.map +0 -1
- package/esm/operations/dedicatedCloudNodes.js +0 -304
- package/esm/operations/dedicatedCloudNodes.js.map +0 -1
- package/esm/operations/dedicatedCloudServices.d.ts +0 -174
- package/esm/operations/dedicatedCloudServices.d.ts.map +0 -1
- package/esm/operations/dedicatedCloudServices.js +0 -300
- package/esm/operations/dedicatedCloudServices.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 -70
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -116
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateClouds.d.ts +0 -73
- package/esm/operations/privateClouds.d.ts.map +0 -1
- package/esm/operations/privateClouds.js +0 -113
- package/esm/operations/privateClouds.js.map +0 -1
- package/esm/operations/resourcePools.d.ts +0 -79
- package/esm/operations/resourcePools.d.ts.map +0 -1
- package/esm/operations/resourcePools.js +0 -117
- package/esm/operations/resourcePools.js.map +0 -1
- package/esm/operations/skusAvailability.d.ts +0 -51
- package/esm/operations/skusAvailability.d.ts.map +0 -1
- package/esm/operations/skusAvailability.js +0 -83
- package/esm/operations/skusAvailability.js.map +0 -1
- package/esm/operations/usages.d.ts +0 -51
- package/esm/operations/usages.d.ts.map +0 -1
- package/esm/operations/usages.js +0 -83
- package/esm/operations/usages.js.map +0 -1
- package/esm/operations/virtualMachineTemplates.d.ts +0 -82
- package/esm/operations/virtualMachineTemplates.d.ts.map +0 -1
- package/esm/operations/virtualMachineTemplates.js +0 -119
- package/esm/operations/virtualMachineTemplates.js.map +0 -1
- package/esm/operations/virtualMachines.d.ts +0 -201
- package/esm/operations/virtualMachines.d.ts.map +0 -1
- package/esm/operations/virtualMachines.js +0 -472
- package/esm/operations/virtualMachines.js.map +0 -1
- package/esm/operations/virtualNetworks.d.ts +0 -85
- package/esm/operations/virtualNetworks.d.ts.map +0 -1
- package/esm/operations/virtualNetworks.js +0 -119
- package/esm/operations/virtualNetworks.js.map +0 -1
- package/esm/vMwareCloudSimpleClient.d.ts +0 -34
- package/esm/vMwareCloudSimpleClient.d.ts.map +0 -1
- package/esm/vMwareCloudSimpleClient.js +0 -48
- package/esm/vMwareCloudSimpleClient.js.map +0 -1
- package/esm/vMwareCloudSimpleClientContext.d.ts +0 -24
- package/esm/vMwareCloudSimpleClientContext.d.ts.map +0 -1
- package/esm/vMwareCloudSimpleClientContext.js +0 -66
- package/esm/vMwareCloudSimpleClientContext.js.map +0 -1
- package/src/models/dedicatedCloudNodesMappers.ts +0 -26
- package/src/models/dedicatedCloudServicesMappers.ts +0 -25
- package/src/models/operationsMappers.ts +0 -20
- package/src/models/privateCloudsMappers.ts +0 -20
- package/src/models/resourcePoolsMappers.ts +0 -14
- package/src/models/skusAvailabilityMappers.ts +0 -14
- package/src/models/usagesMappers.ts +0 -15
- package/src/models/virtualMachineTemplatesMappers.ts +0 -18
- package/src/models/virtualMachinesMappers.ts +0 -29
- package/src/models/virtualNetworksMappers.ts +0 -14
- package/src/vMwareCloudSimpleClient.ts +0 -67
- package/src/vMwareCloudSimpleClientContext.ts +0 -74
package/src/operations/usages.ts
CHANGED
|
@@ -1,134 +1,158 @@
|
|
|
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
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { Usages } from "../operationsInterfaces";
|
|
11
|
+
import * as coreClient from "@azure/core-client";
|
|
12
|
+
import * as Mappers from "../models/mappers";
|
|
14
13
|
import * as Parameters from "../models/parameters";
|
|
15
|
-
import {
|
|
14
|
+
import { VMwareCloudSimple } from "../vMwareCloudSimple";
|
|
15
|
+
import {
|
|
16
|
+
Usage,
|
|
17
|
+
UsagesListNextOptionalParams,
|
|
18
|
+
UsagesListOptionalParams,
|
|
19
|
+
UsagesListResponse,
|
|
20
|
+
UsagesListNextResponse
|
|
21
|
+
} from "../models";
|
|
16
22
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
23
|
+
/// <reference lib="esnext.asynciterable" />
|
|
24
|
+
/** Class containing Usages operations. */
|
|
25
|
+
export class UsagesImpl implements Usages {
|
|
26
|
+
private readonly client: VMwareCloudSimple;
|
|
20
27
|
|
|
21
28
|
/**
|
|
22
|
-
*
|
|
23
|
-
* @param
|
|
29
|
+
* Initialize a new instance of the class Usages class.
|
|
30
|
+
* @param client Reference to the service client
|
|
24
31
|
*/
|
|
25
|
-
constructor(client:
|
|
32
|
+
constructor(client: VMwareCloudSimple) {
|
|
26
33
|
this.client = client;
|
|
27
34
|
}
|
|
28
35
|
|
|
29
36
|
/**
|
|
30
37
|
* Returns list of usage in region
|
|
31
|
-
* @summary Implements Usages List method
|
|
32
38
|
* @param regionId The region Id (westus, eastus)
|
|
33
|
-
* @param
|
|
34
|
-
* @returns Promise<Models.UsagesListResponse>
|
|
39
|
+
* @param options The options parameters.
|
|
35
40
|
*/
|
|
36
|
-
list(
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
list(regionId: string, options: Models.UsagesListOptionalParams, callback: msRest.ServiceCallback<Models.UsageListResponse>): void;
|
|
48
|
-
list(regionId: string, options?: Models.UsagesListOptionalParams | msRest.ServiceCallback<Models.UsageListResponse>, callback?: msRest.ServiceCallback<Models.UsageListResponse>): Promise<Models.UsagesListResponse> {
|
|
49
|
-
return this.client.sendOperationRequest(
|
|
50
|
-
{
|
|
51
|
-
regionId,
|
|
52
|
-
options
|
|
41
|
+
public list(
|
|
42
|
+
regionId: string,
|
|
43
|
+
options?: UsagesListOptionalParams
|
|
44
|
+
): PagedAsyncIterableIterator<Usage> {
|
|
45
|
+
const iter = this.listPagingAll(regionId, options);
|
|
46
|
+
return {
|
|
47
|
+
next() {
|
|
48
|
+
return iter.next();
|
|
49
|
+
},
|
|
50
|
+
[Symbol.asyncIterator]() {
|
|
51
|
+
return this;
|
|
53
52
|
},
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
byPage: () => {
|
|
54
|
+
return this.listPagingPage(regionId, options);
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
private async *listPagingPage(
|
|
60
|
+
regionId: string,
|
|
61
|
+
options?: UsagesListOptionalParams
|
|
62
|
+
): AsyncIterableIterator<Usage[]> {
|
|
63
|
+
let result = await this._list(regionId, options);
|
|
64
|
+
yield result.value || [];
|
|
65
|
+
let continuationToken = result.nextLink;
|
|
66
|
+
while (continuationToken) {
|
|
67
|
+
result = await this._listNext(regionId, continuationToken, options);
|
|
68
|
+
continuationToken = result.nextLink;
|
|
69
|
+
yield result.value || [];
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
private async *listPagingAll(
|
|
74
|
+
regionId: string,
|
|
75
|
+
options?: UsagesListOptionalParams
|
|
76
|
+
): AsyncIterableIterator<Usage> {
|
|
77
|
+
for await (const page of this.listPagingPage(regionId, options)) {
|
|
78
|
+
yield* page;
|
|
79
|
+
}
|
|
56
80
|
}
|
|
57
81
|
|
|
58
82
|
/**
|
|
59
83
|
* Returns list of usage in region
|
|
60
|
-
* @
|
|
61
|
-
* @param
|
|
62
|
-
* @param [options] The optional parameters
|
|
63
|
-
* @returns Promise<Models.UsagesListNextResponse>
|
|
64
|
-
*/
|
|
65
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.UsagesListNextResponse>;
|
|
66
|
-
/**
|
|
67
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
68
|
-
* @param callback The callback
|
|
84
|
+
* @param regionId The region Id (westus, eastus)
|
|
85
|
+
* @param options The options parameters.
|
|
69
86
|
*/
|
|
70
|
-
|
|
87
|
+
private _list(
|
|
88
|
+
regionId: string,
|
|
89
|
+
options?: UsagesListOptionalParams
|
|
90
|
+
): Promise<UsagesListResponse> {
|
|
91
|
+
return this.client.sendOperationRequest(
|
|
92
|
+
{ regionId, options },
|
|
93
|
+
listOperationSpec
|
|
94
|
+
);
|
|
95
|
+
}
|
|
96
|
+
|
|
71
97
|
/**
|
|
72
|
-
*
|
|
73
|
-
* @param
|
|
74
|
-
* @param
|
|
98
|
+
* ListNext
|
|
99
|
+
* @param regionId The region Id (westus, eastus)
|
|
100
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
101
|
+
* @param options The options parameters.
|
|
75
102
|
*/
|
|
76
|
-
|
|
77
|
-
|
|
103
|
+
private _listNext(
|
|
104
|
+
regionId: string,
|
|
105
|
+
nextLink: string,
|
|
106
|
+
options?: UsagesListNextOptionalParams
|
|
107
|
+
): Promise<UsagesListNextResponse> {
|
|
78
108
|
return this.client.sendOperationRequest(
|
|
79
|
-
{
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
},
|
|
83
|
-
listNextOperationSpec,
|
|
84
|
-
callback) as Promise<Models.UsagesListNextResponse>;
|
|
109
|
+
{ regionId, nextLink, options },
|
|
110
|
+
listNextOperationSpec
|
|
111
|
+
);
|
|
85
112
|
}
|
|
86
113
|
}
|
|
87
|
-
|
|
88
114
|
// Operation Specifications
|
|
89
|
-
const serializer =
|
|
90
|
-
|
|
115
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
116
|
+
|
|
117
|
+
const listOperationSpec: coreClient.OperationSpec = {
|
|
118
|
+
path:
|
|
119
|
+
"/subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/usages",
|
|
91
120
|
httpMethod: "GET",
|
|
92
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/usages",
|
|
93
|
-
urlParameters: [
|
|
94
|
-
Parameters.subscriptionId,
|
|
95
|
-
Parameters.regionId
|
|
96
|
-
],
|
|
97
|
-
queryParameters: [
|
|
98
|
-
Parameters.filter,
|
|
99
|
-
Parameters.apiVersion
|
|
100
|
-
],
|
|
101
|
-
headerParameters: [
|
|
102
|
-
Parameters.acceptLanguage
|
|
103
|
-
],
|
|
104
121
|
responses: {
|
|
105
122
|
200: {
|
|
106
123
|
bodyMapper: Mappers.UsageListResponse
|
|
107
124
|
},
|
|
108
125
|
default: {
|
|
109
|
-
bodyMapper: Mappers.
|
|
126
|
+
bodyMapper: Mappers.CsrpError
|
|
110
127
|
}
|
|
111
128
|
},
|
|
129
|
+
queryParameters: [Parameters.apiVersion, Parameters.filter],
|
|
130
|
+
urlParameters: [
|
|
131
|
+
Parameters.$host,
|
|
132
|
+
Parameters.subscriptionId,
|
|
133
|
+
Parameters.regionId
|
|
134
|
+
],
|
|
135
|
+
headerParameters: [Parameters.accept],
|
|
112
136
|
serializer
|
|
113
137
|
};
|
|
114
|
-
|
|
115
|
-
const listNextOperationSpec: msRest.OperationSpec = {
|
|
116
|
-
httpMethod: "GET",
|
|
117
|
-
baseUrl: "https://management.azure.com",
|
|
138
|
+
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
118
139
|
path: "{nextLink}",
|
|
119
|
-
|
|
120
|
-
Parameters.nextPageLink
|
|
121
|
-
],
|
|
122
|
-
headerParameters: [
|
|
123
|
-
Parameters.acceptLanguage
|
|
124
|
-
],
|
|
140
|
+
httpMethod: "GET",
|
|
125
141
|
responses: {
|
|
126
142
|
200: {
|
|
127
143
|
bodyMapper: Mappers.UsageListResponse
|
|
128
144
|
},
|
|
129
145
|
default: {
|
|
130
|
-
bodyMapper: Mappers.
|
|
146
|
+
bodyMapper: Mappers.CsrpError
|
|
131
147
|
}
|
|
132
148
|
},
|
|
149
|
+
queryParameters: [Parameters.apiVersion, Parameters.filter],
|
|
150
|
+
urlParameters: [
|
|
151
|
+
Parameters.$host,
|
|
152
|
+
Parameters.subscriptionId,
|
|
153
|
+
Parameters.regionId,
|
|
154
|
+
Parameters.nextLink
|
|
155
|
+
],
|
|
156
|
+
headerParameters: [Parameters.accept],
|
|
133
157
|
serializer
|
|
134
158
|
};
|
|
@@ -1,206 +1,236 @@
|
|
|
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
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { VirtualMachineTemplates } from "../operationsInterfaces";
|
|
11
|
+
import * as coreClient from "@azure/core-client";
|
|
12
|
+
import * as Mappers from "../models/mappers";
|
|
14
13
|
import * as Parameters from "../models/parameters";
|
|
15
|
-
import {
|
|
14
|
+
import { VMwareCloudSimple } from "../vMwareCloudSimple";
|
|
15
|
+
import {
|
|
16
|
+
VirtualMachineTemplate,
|
|
17
|
+
VirtualMachineTemplatesListNextOptionalParams,
|
|
18
|
+
VirtualMachineTemplatesListOptionalParams,
|
|
19
|
+
VirtualMachineTemplatesListResponse,
|
|
20
|
+
VirtualMachineTemplatesGetOptionalParams,
|
|
21
|
+
VirtualMachineTemplatesGetResponse,
|
|
22
|
+
VirtualMachineTemplatesListNextResponse
|
|
23
|
+
} from "../models";
|
|
16
24
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
25
|
+
/// <reference lib="esnext.asynciterable" />
|
|
26
|
+
/** Class containing VirtualMachineTemplates operations. */
|
|
27
|
+
export class VirtualMachineTemplatesImpl implements VirtualMachineTemplates {
|
|
28
|
+
private readonly client: VMwareCloudSimple;
|
|
20
29
|
|
|
21
30
|
/**
|
|
22
|
-
*
|
|
23
|
-
* @param
|
|
31
|
+
* Initialize a new instance of the class VirtualMachineTemplates class.
|
|
32
|
+
* @param client Reference to the service client
|
|
24
33
|
*/
|
|
25
|
-
constructor(client:
|
|
34
|
+
constructor(client: VMwareCloudSimple) {
|
|
26
35
|
this.client = client;
|
|
27
36
|
}
|
|
28
37
|
|
|
29
38
|
/**
|
|
30
39
|
* Returns list of virtual machine templates in region for private cloud
|
|
31
|
-
* @summary Implements list of available VM templates
|
|
32
40
|
* @param pcName The private cloud name
|
|
33
41
|
* @param regionId The region Id (westus, eastus)
|
|
34
42
|
* @param resourcePoolName Resource pool used to derive vSphere cluster which contains VM templates
|
|
35
|
-
* @param
|
|
36
|
-
* @returns Promise<Models.VirtualMachineTemplatesListResponse>
|
|
43
|
+
* @param options The options parameters.
|
|
37
44
|
*/
|
|
38
|
-
list(
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
45
|
+
public list(
|
|
46
|
+
pcName: string,
|
|
47
|
+
regionId: string,
|
|
48
|
+
resourcePoolName: string,
|
|
49
|
+
options?: VirtualMachineTemplatesListOptionalParams
|
|
50
|
+
): PagedAsyncIterableIterator<VirtualMachineTemplate> {
|
|
51
|
+
const iter = this.listPagingAll(
|
|
52
|
+
pcName,
|
|
53
|
+
regionId,
|
|
54
|
+
resourcePoolName,
|
|
55
|
+
options
|
|
56
|
+
);
|
|
57
|
+
return {
|
|
58
|
+
next() {
|
|
59
|
+
return iter.next();
|
|
60
|
+
},
|
|
61
|
+
[Symbol.asyncIterator]() {
|
|
62
|
+
return this;
|
|
63
|
+
},
|
|
64
|
+
byPage: () => {
|
|
65
|
+
return this.listPagingPage(pcName, regionId, resourcePoolName, options);
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
private async *listPagingPage(
|
|
71
|
+
pcName: string,
|
|
72
|
+
regionId: string,
|
|
73
|
+
resourcePoolName: string,
|
|
74
|
+
options?: VirtualMachineTemplatesListOptionalParams
|
|
75
|
+
): AsyncIterableIterator<VirtualMachineTemplate[]> {
|
|
76
|
+
let result = await this._list(pcName, regionId, resourcePoolName, options);
|
|
77
|
+
yield result.value || [];
|
|
78
|
+
let continuationToken = result.nextLink;
|
|
79
|
+
while (continuationToken) {
|
|
80
|
+
result = await this._listNext(
|
|
57
81
|
pcName,
|
|
58
82
|
regionId,
|
|
59
83
|
resourcePoolName,
|
|
84
|
+
continuationToken,
|
|
60
85
|
options
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
86
|
+
);
|
|
87
|
+
continuationToken = result.nextLink;
|
|
88
|
+
yield result.value || [];
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
private async *listPagingAll(
|
|
93
|
+
pcName: string,
|
|
94
|
+
regionId: string,
|
|
95
|
+
resourcePoolName: string,
|
|
96
|
+
options?: VirtualMachineTemplatesListOptionalParams
|
|
97
|
+
): AsyncIterableIterator<VirtualMachineTemplate> {
|
|
98
|
+
for await (const page of this.listPagingPage(
|
|
99
|
+
pcName,
|
|
100
|
+
regionId,
|
|
101
|
+
resourcePoolName,
|
|
102
|
+
options
|
|
103
|
+
)) {
|
|
104
|
+
yield* page;
|
|
105
|
+
}
|
|
64
106
|
}
|
|
65
107
|
|
|
66
108
|
/**
|
|
67
|
-
* Returns virtual machine templates
|
|
68
|
-
* @summary Implements virtual machine template GET method
|
|
69
|
-
* @param regionId The region Id (westus, eastus)
|
|
109
|
+
* Returns list of virtual machine templates in region for private cloud
|
|
70
110
|
* @param pcName The private cloud name
|
|
71
|
-
* @param virtualMachineTemplateName virtual machine template id (vsphereId)
|
|
72
|
-
* @param [options] The optional parameters
|
|
73
|
-
* @returns Promise<Models.VirtualMachineTemplatesGetResponse>
|
|
74
|
-
*/
|
|
75
|
-
get(regionId: string, pcName: string, virtualMachineTemplateName: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachineTemplatesGetResponse>;
|
|
76
|
-
/**
|
|
77
111
|
* @param regionId The region Id (westus, eastus)
|
|
78
|
-
* @param
|
|
79
|
-
* @param
|
|
80
|
-
* @param callback The callback
|
|
112
|
+
* @param resourcePoolName Resource pool used to derive vSphere cluster which contains VM templates
|
|
113
|
+
* @param options The options parameters.
|
|
81
114
|
*/
|
|
82
|
-
|
|
115
|
+
private _list(
|
|
116
|
+
pcName: string,
|
|
117
|
+
regionId: string,
|
|
118
|
+
resourcePoolName: string,
|
|
119
|
+
options?: VirtualMachineTemplatesListOptionalParams
|
|
120
|
+
): Promise<VirtualMachineTemplatesListResponse> {
|
|
121
|
+
return this.client.sendOperationRequest(
|
|
122
|
+
{ pcName, regionId, resourcePoolName, options },
|
|
123
|
+
listOperationSpec
|
|
124
|
+
);
|
|
125
|
+
}
|
|
126
|
+
|
|
83
127
|
/**
|
|
128
|
+
* Returns virtual machine templates by its name
|
|
84
129
|
* @param regionId The region Id (westus, eastus)
|
|
85
130
|
* @param pcName The private cloud name
|
|
86
131
|
* @param virtualMachineTemplateName virtual machine template id (vsphereId)
|
|
87
|
-
* @param options The
|
|
88
|
-
* @param callback The callback
|
|
132
|
+
* @param options The options parameters.
|
|
89
133
|
*/
|
|
90
|
-
get(
|
|
91
|
-
|
|
134
|
+
get(
|
|
135
|
+
regionId: string,
|
|
136
|
+
pcName: string,
|
|
137
|
+
virtualMachineTemplateName: string,
|
|
138
|
+
options?: VirtualMachineTemplatesGetOptionalParams
|
|
139
|
+
): Promise<VirtualMachineTemplatesGetResponse> {
|
|
92
140
|
return this.client.sendOperationRequest(
|
|
93
|
-
{
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
virtualMachineTemplateName,
|
|
97
|
-
options
|
|
98
|
-
},
|
|
99
|
-
getOperationSpec,
|
|
100
|
-
callback) as Promise<Models.VirtualMachineTemplatesGetResponse>;
|
|
141
|
+
{ regionId, pcName, virtualMachineTemplateName, options },
|
|
142
|
+
getOperationSpec
|
|
143
|
+
);
|
|
101
144
|
}
|
|
102
145
|
|
|
103
146
|
/**
|
|
104
|
-
*
|
|
105
|
-
* @
|
|
106
|
-
* @param
|
|
107
|
-
* @param
|
|
108
|
-
* @
|
|
109
|
-
|
|
110
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachineTemplatesListNextResponse>;
|
|
111
|
-
/**
|
|
112
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
113
|
-
* @param callback The callback
|
|
114
|
-
*/
|
|
115
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.VirtualMachineTemplateListResponse>): void;
|
|
116
|
-
/**
|
|
117
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
118
|
-
* @param options The optional parameters
|
|
119
|
-
* @param callback The callback
|
|
147
|
+
* ListNext
|
|
148
|
+
* @param pcName The private cloud name
|
|
149
|
+
* @param regionId The region Id (westus, eastus)
|
|
150
|
+
* @param resourcePoolName Resource pool used to derive vSphere cluster which contains VM templates
|
|
151
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
152
|
+
* @param options The options parameters.
|
|
120
153
|
*/
|
|
121
|
-
|
|
122
|
-
|
|
154
|
+
private _listNext(
|
|
155
|
+
pcName: string,
|
|
156
|
+
regionId: string,
|
|
157
|
+
resourcePoolName: string,
|
|
158
|
+
nextLink: string,
|
|
159
|
+
options?: VirtualMachineTemplatesListNextOptionalParams
|
|
160
|
+
): Promise<VirtualMachineTemplatesListNextResponse> {
|
|
123
161
|
return this.client.sendOperationRequest(
|
|
124
|
-
{
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
},
|
|
128
|
-
listNextOperationSpec,
|
|
129
|
-
callback) as Promise<Models.VirtualMachineTemplatesListNextResponse>;
|
|
162
|
+
{ pcName, regionId, resourcePoolName, nextLink, options },
|
|
163
|
+
listNextOperationSpec
|
|
164
|
+
);
|
|
130
165
|
}
|
|
131
166
|
}
|
|
132
|
-
|
|
133
167
|
// Operation Specifications
|
|
134
|
-
const serializer =
|
|
135
|
-
|
|
168
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
169
|
+
|
|
170
|
+
const listOperationSpec: coreClient.OperationSpec = {
|
|
171
|
+
path:
|
|
172
|
+
"/subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/privateClouds/{pcName}/virtualMachineTemplates",
|
|
136
173
|
httpMethod: "GET",
|
|
137
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/privateClouds/{pcName}/virtualMachineTemplates",
|
|
138
|
-
urlParameters: [
|
|
139
|
-
Parameters.subscriptionId,
|
|
140
|
-
Parameters.pcName,
|
|
141
|
-
Parameters.regionId
|
|
142
|
-
],
|
|
143
|
-
queryParameters: [
|
|
144
|
-
Parameters.apiVersion,
|
|
145
|
-
Parameters.resourcePoolName
|
|
146
|
-
],
|
|
147
|
-
headerParameters: [
|
|
148
|
-
Parameters.acceptLanguage
|
|
149
|
-
],
|
|
150
174
|
responses: {
|
|
151
175
|
200: {
|
|
152
176
|
bodyMapper: Mappers.VirtualMachineTemplateListResponse
|
|
153
177
|
},
|
|
154
178
|
default: {
|
|
155
|
-
bodyMapper: Mappers.
|
|
179
|
+
bodyMapper: Mappers.CsrpError
|
|
156
180
|
}
|
|
157
181
|
},
|
|
158
|
-
|
|
159
|
-
};
|
|
160
|
-
|
|
161
|
-
const getOperationSpec: msRest.OperationSpec = {
|
|
162
|
-
httpMethod: "GET",
|
|
163
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/privateClouds/{pcName}/virtualMachineTemplates/{virtualMachineTemplateName}",
|
|
182
|
+
queryParameters: [Parameters.apiVersion, Parameters.resourcePoolName1],
|
|
164
183
|
urlParameters: [
|
|
184
|
+
Parameters.$host,
|
|
165
185
|
Parameters.subscriptionId,
|
|
166
186
|
Parameters.regionId,
|
|
167
|
-
Parameters.pcName
|
|
168
|
-
Parameters.virtualMachineTemplateName
|
|
169
|
-
],
|
|
170
|
-
queryParameters: [
|
|
171
|
-
Parameters.apiVersion
|
|
172
|
-
],
|
|
173
|
-
headerParameters: [
|
|
174
|
-
Parameters.acceptLanguage
|
|
187
|
+
Parameters.pcName
|
|
175
188
|
],
|
|
189
|
+
headerParameters: [Parameters.accept],
|
|
190
|
+
serializer
|
|
191
|
+
};
|
|
192
|
+
const getOperationSpec: coreClient.OperationSpec = {
|
|
193
|
+
path:
|
|
194
|
+
"/subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/privateClouds/{pcName}/virtualMachineTemplates/{virtualMachineTemplateName}",
|
|
195
|
+
httpMethod: "GET",
|
|
176
196
|
responses: {
|
|
177
197
|
200: {
|
|
178
198
|
bodyMapper: Mappers.VirtualMachineTemplate
|
|
179
199
|
},
|
|
180
200
|
default: {
|
|
181
|
-
bodyMapper: Mappers.
|
|
201
|
+
bodyMapper: Mappers.CsrpError
|
|
182
202
|
}
|
|
183
203
|
},
|
|
204
|
+
queryParameters: [Parameters.apiVersion],
|
|
205
|
+
urlParameters: [
|
|
206
|
+
Parameters.$host,
|
|
207
|
+
Parameters.subscriptionId,
|
|
208
|
+
Parameters.regionId,
|
|
209
|
+
Parameters.pcName,
|
|
210
|
+
Parameters.virtualMachineTemplateName
|
|
211
|
+
],
|
|
212
|
+
headerParameters: [Parameters.accept],
|
|
184
213
|
serializer
|
|
185
214
|
};
|
|
186
|
-
|
|
187
|
-
const listNextOperationSpec: msRest.OperationSpec = {
|
|
188
|
-
httpMethod: "GET",
|
|
189
|
-
baseUrl: "https://management.azure.com",
|
|
215
|
+
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
190
216
|
path: "{nextLink}",
|
|
191
|
-
|
|
192
|
-
Parameters.nextPageLink
|
|
193
|
-
],
|
|
194
|
-
headerParameters: [
|
|
195
|
-
Parameters.acceptLanguage
|
|
196
|
-
],
|
|
217
|
+
httpMethod: "GET",
|
|
197
218
|
responses: {
|
|
198
219
|
200: {
|
|
199
220
|
bodyMapper: Mappers.VirtualMachineTemplateListResponse
|
|
200
221
|
},
|
|
201
222
|
default: {
|
|
202
|
-
bodyMapper: Mappers.
|
|
223
|
+
bodyMapper: Mappers.CsrpError
|
|
203
224
|
}
|
|
204
225
|
},
|
|
226
|
+
queryParameters: [Parameters.apiVersion, Parameters.resourcePoolName1],
|
|
227
|
+
urlParameters: [
|
|
228
|
+
Parameters.$host,
|
|
229
|
+
Parameters.subscriptionId,
|
|
230
|
+
Parameters.regionId,
|
|
231
|
+
Parameters.nextLink,
|
|
232
|
+
Parameters.pcName
|
|
233
|
+
],
|
|
234
|
+
headerParameters: [Parameters.accept],
|
|
205
235
|
serializer
|
|
206
236
|
};
|