@azure/arm-servicefabricmesh 0.1.0 → 3.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 +11 -0
- package/LICENSE +21 -0
- package/README.md +75 -73
- package/dist/index.js +5478 -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/models/index.d.ts +1366 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +121 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +105 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1264 -1320
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +25 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +104 -62
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/application.d.ts +82 -0
- package/dist-esm/src/operations/application.d.ts.map +1 -0
- package/dist-esm/src/operations/application.js +340 -0
- package/dist-esm/src/operations/application.js.map +1 -0
- package/dist-esm/src/operations/codePackage.d.ts +23 -0
- package/dist-esm/src/operations/codePackage.d.ts.map +1 -0
- package/dist-esm/src/operations/codePackage.js +66 -0
- package/dist-esm/src/operations/codePackage.js.map +1 -0
- package/dist-esm/src/operations/gateway.d.ts +83 -0
- package/dist-esm/src/operations/gateway.d.ts.map +1 -0
- package/dist-esm/src/operations/gateway.js +341 -0
- package/dist-esm/src/operations/gateway.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/network.d.ts +82 -0
- package/dist-esm/src/operations/network.d.ts.map +1 -0
- package/dist-esm/src/operations/network.js +340 -0
- package/dist-esm/src/operations/network.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 +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/secret.d.ts +81 -0
- package/dist-esm/src/operations/secret.d.ts.map +1 -0
- package/dist-esm/src/operations/secret.js +339 -0
- package/dist-esm/src/operations/secret.js.map +1 -0
- package/dist-esm/src/operations/secretValueOperations.d.ts +81 -0
- package/dist-esm/src/operations/secretValueOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/secretValueOperations.js +303 -0
- package/dist-esm/src/operations/secretValueOperations.js.map +1 -0
- package/dist-esm/src/operations/service.d.ts +49 -0
- package/dist-esm/src/operations/service.d.ts.map +1 -0
- package/dist-esm/src/operations/service.js +177 -0
- package/dist-esm/src/operations/service.js.map +1 -0
- package/dist-esm/src/operations/serviceReplica.d.ts +53 -0
- package/dist-esm/src/operations/serviceReplica.d.ts.map +1 -0
- package/dist-esm/src/operations/serviceReplica.js +196 -0
- package/dist-esm/src/operations/serviceReplica.js.map +1 -0
- package/dist-esm/src/operations/volume.d.ts +81 -0
- package/dist-esm/src/operations/volume.d.ts.map +1 -0
- package/dist-esm/src/operations/volume.js +339 -0
- package/dist-esm/src/operations/volume.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/application.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/application.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/application.js +9 -0
- package/dist-esm/src/operationsInterfaces/application.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/codePackage.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/codePackage.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/codePackage.js +9 -0
- package/dist-esm/src/operationsInterfaces/codePackage.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/gateway.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/gateway.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/gateway.js +9 -0
- package/dist-esm/src/operationsInterfaces/gateway.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +18 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/network.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/network.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/network.js +9 -0
- package/dist-esm/src/operationsInterfaces/network.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/secret.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/secret.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/secret.js +9 -0
- package/dist-esm/src/operationsInterfaces/secret.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/secretValueOperations.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/secretValueOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/secretValueOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/service.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/service.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/service.js +9 -0
- package/dist-esm/src/operationsInterfaces/service.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serviceReplica.d.ts +25 -0
- package/dist-esm/src/operationsInterfaces/serviceReplica.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serviceReplica.js +9 -0
- package/dist-esm/src/operationsInterfaces/serviceReplica.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/volume.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/volume.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/volume.js +9 -0
- package/dist-esm/src/operationsInterfaces/volume.js.map +1 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.d.ts +27 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.d.ts.map +1 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.js +60 -0
- package/dist-esm/src/serviceFabricMeshManagementClient.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 +87 -26
- package/review/arm-servicefabricmesh.api.md +1210 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +12 -0
- package/src/models/index.ts +1603 -0
- package/{lib → src}/models/mappers.ts +1315 -1344
- package/src/models/parameters.ts +250 -0
- package/src/operations/application.ts +418 -0
- package/src/operations/codePackage.ts +88 -0
- package/src/operations/gateway.ts +419 -0
- package/{lib → src}/operations/index.ts +3 -5
- package/src/operations/network.ts +418 -0
- package/src/operations/operations.ts +137 -0
- package/src/operations/secret.ts +417 -0
- package/src/operations/secretValueOperations.ts +403 -0
- package/src/operations/service.ts +241 -0
- package/src/operations/serviceReplica.ts +271 -0
- package/src/operations/volume.ts +417 -0
- package/src/operationsInterfaces/application.ts +80 -0
- package/src/operationsInterfaces/codePackage.ts +33 -0
- package/src/operationsInterfaces/gateway.ts +81 -0
- package/src/operationsInterfaces/index.ts +18 -0
- package/src/operationsInterfaces/network.ts +80 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/secret.ts +79 -0
- package/src/operationsInterfaces/secretValueOperations.ts +99 -0
- package/src/operationsInterfaces/service.ts +46 -0
- package/src/operationsInterfaces/serviceReplica.ts +50 -0
- package/src/operationsInterfaces/volume.ts +79 -0
- package/src/serviceFabricMeshManagementClient.ts +115 -0
- package/tsconfig.json +20 -7
- package/types/arm-servicefabricmesh.d.ts +1940 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-servicefabricmesh.js +0 -5353
- package/dist/arm-servicefabricmesh.js.map +0 -1
- package/dist/arm-servicefabricmesh.min.js +0 -1
- package/dist/arm-servicefabricmesh.min.js.map +0 -1
- package/esm/models/applicationMappers.d.ts +0 -2
- package/esm/models/applicationMappers.d.ts.map +0 -1
- package/esm/models/applicationMappers.js +0 -11
- package/esm/models/applicationMappers.js.map +0 -1
- package/esm/models/codePackageMappers.d.ts +0 -2
- package/esm/models/codePackageMappers.d.ts.map +0 -1
- package/esm/models/codePackageMappers.js +0 -11
- package/esm/models/codePackageMappers.js.map +0 -1
- package/esm/models/gatewayMappers.d.ts +0 -2
- package/esm/models/gatewayMappers.d.ts.map +0 -1
- package/esm/models/gatewayMappers.js +0 -11
- package/esm/models/gatewayMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2938
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -102
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/networkMappers.d.ts +0 -2
- package/esm/models/networkMappers.d.ts.map +0 -1
- package/esm/models/networkMappers.js +0 -11
- package/esm/models/networkMappers.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 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -17
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/secretMappers.d.ts +0 -2
- package/esm/models/secretMappers.d.ts.map +0 -1
- package/esm/models/secretMappers.js +0 -11
- package/esm/models/secretMappers.js.map +0 -1
- package/esm/models/secretValueOperationsMappers.d.ts +0 -2
- package/esm/models/secretValueOperationsMappers.d.ts.map +0 -1
- package/esm/models/secretValueOperationsMappers.js +0 -11
- package/esm/models/secretValueOperationsMappers.js.map +0 -1
- package/esm/models/serviceMappers.d.ts +0 -2
- package/esm/models/serviceMappers.d.ts.map +0 -1
- package/esm/models/serviceMappers.js +0 -11
- package/esm/models/serviceMappers.js.map +0 -1
- package/esm/models/serviceReplicaMappers.d.ts +0 -2
- package/esm/models/serviceReplicaMappers.d.ts.map +0 -1
- package/esm/models/serviceReplicaMappers.js +0 -11
- package/esm/models/serviceReplicaMappers.js.map +0 -1
- package/esm/models/volumeMappers.d.ts +0 -2
- package/esm/models/volumeMappers.d.ts.map +0 -1
- package/esm/models/volumeMappers.js +0 -11
- package/esm/models/volumeMappers.js.map +0 -1
- package/esm/operations/application.d.ts +0 -162
- package/esm/operations/application.d.ts.map +0 -1
- package/esm/operations/application.js +0 -238
- package/esm/operations/application.js.map +0 -1
- package/esm/operations/codePackage.d.ts +0 -44
- package/esm/operations/codePackage.d.ts.map +0 -1
- package/esm/operations/codePackage.js +0 -65
- package/esm/operations/codePackage.js.map +0 -1
- package/esm/operations/gateway.d.ts +0 -163
- package/esm/operations/gateway.d.ts.map +0 -1
- package/esm/operations/gateway.js +0 -238
- package/esm/operations/gateway.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/network.d.ts +0 -162
- package/esm/operations/network.d.ts.map +0 -1
- package/esm/operations/network.js +0 -238
- package/esm/operations/network.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -48
- 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/secret.d.ts +0 -162
- package/esm/operations/secret.d.ts.map +0 -1
- package/esm/operations/secret.js +0 -238
- package/esm/operations/secret.js.map +0 -1
- package/esm/operations/secretValueOperations.d.ts +0 -175
- package/esm/operations/secretValueOperations.d.ts.map +0 -1
- package/esm/operations/secretValueOperations.js +0 -226
- package/esm/operations/secretValueOperations.js.map +0 -1
- package/esm/operations/service.d.ts +0 -82
- package/esm/operations/service.d.ts.map +0 -1
- package/esm/operations/service.js +0 -117
- package/esm/operations/service.js.map +0 -1
- package/esm/operations/serviceReplica.d.ts +0 -88
- package/esm/operations/serviceReplica.d.ts.map +0 -1
- package/esm/operations/serviceReplica.js +0 -121
- package/esm/operations/serviceReplica.js.map +0 -1
- package/esm/operations/volume.d.ts +0 -162
- package/esm/operations/volume.d.ts.map +0 -1
- package/esm/operations/volume.js +0 -238
- package/esm/operations/volume.js.map +0 -1
- package/esm/serviceFabricMeshManagementClient.d.ts +0 -27
- package/esm/serviceFabricMeshManagementClient.d.ts.map +0 -1
- package/esm/serviceFabricMeshManagementClient.js +0 -42
- package/esm/serviceFabricMeshManagementClient.js.map +0 -1
- package/esm/serviceFabricMeshManagementClientContext.d.ts +0 -16
- package/esm/serviceFabricMeshManagementClientContext.d.ts.map +0 -1
- package/esm/serviceFabricMeshManagementClientContext.js +0 -56
- package/esm/serviceFabricMeshManagementClientContext.js.map +0 -1
- package/lib/models/applicationMappers.ts +0 -76
- package/lib/models/codePackageMappers.ts +0 -18
- package/lib/models/gatewayMappers.ts +0 -76
- package/lib/models/index.ts +0 -3097
- package/lib/models/networkMappers.ts +0 -76
- package/lib/models/operationsMappers.ts +0 -20
- package/lib/models/parameters.ts +0 -175
- package/lib/models/secretMappers.ts +0 -76
- package/lib/models/secretValueOperationsMappers.ts +0 -77
- package/lib/models/serviceMappers.ts +0 -76
- package/lib/models/serviceReplicaMappers.ts +0 -40
- package/lib/models/volumeMappers.ts +0 -76
- package/lib/operations/application.ts +0 -427
- package/lib/operations/codePackage.ts +0 -104
- package/lib/operations/gateway.ts +0 -428
- package/lib/operations/network.ts +0 -427
- package/lib/operations/operations.ts +0 -125
- package/lib/operations/secret.ts +0 -427
- package/lib/operations/secretValueOperations.ts +0 -423
- package/lib/operations/service.ts +0 -204
- package/lib/operations/serviceReplica.ts +0 -214
- package/lib/operations/volume.ts +0 -427
- package/lib/serviceFabricMeshManagementClient.ts +0 -60
- package/lib/serviceFabricMeshManagementClientContext.ts +0 -62
|
@@ -1,427 +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
|
-
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Models from "../models";
|
|
13
|
-
import * as Mappers from "../models/networkMappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { ServiceFabricMeshManagementClientContext } from "../serviceFabricMeshManagementClientContext";
|
|
16
|
-
|
|
17
|
-
/** Class representing a Network. */
|
|
18
|
-
export class Network {
|
|
19
|
-
private readonly client: ServiceFabricMeshManagementClientContext;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Create a Network.
|
|
23
|
-
* @param {ServiceFabricMeshManagementClientContext} client Reference to the service client.
|
|
24
|
-
*/
|
|
25
|
-
constructor(client: ServiceFabricMeshManagementClientContext) {
|
|
26
|
-
this.client = client;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Creates a network resource with the specified name, description and properties. If a network
|
|
31
|
-
* resource with the same name exists, then it is updated with the specified description and
|
|
32
|
-
* properties.
|
|
33
|
-
* @summary Creates or updates a network resource.
|
|
34
|
-
* @param resourceGroupName Azure resource group name
|
|
35
|
-
* @param networkResourceName The identity of the network.
|
|
36
|
-
* @param networkResourceDescription Description for creating a Network resource.
|
|
37
|
-
* @param [options] The optional parameters
|
|
38
|
-
* @returns Promise<Models.NetworkCreateResponse>
|
|
39
|
-
*/
|
|
40
|
-
create(resourceGroupName: string, networkResourceName: string, networkResourceDescription: Models.NetworkResourceDescription, options?: msRest.RequestOptionsBase): Promise<Models.NetworkCreateResponse>;
|
|
41
|
-
/**
|
|
42
|
-
* @param resourceGroupName Azure resource group name
|
|
43
|
-
* @param networkResourceName The identity of the network.
|
|
44
|
-
* @param networkResourceDescription Description for creating a Network resource.
|
|
45
|
-
* @param callback The callback
|
|
46
|
-
*/
|
|
47
|
-
create(resourceGroupName: string, networkResourceName: string, networkResourceDescription: Models.NetworkResourceDescription, callback: msRest.ServiceCallback<Models.NetworkResourceDescription>): void;
|
|
48
|
-
/**
|
|
49
|
-
* @param resourceGroupName Azure resource group name
|
|
50
|
-
* @param networkResourceName The identity of the network.
|
|
51
|
-
* @param networkResourceDescription Description for creating a Network resource.
|
|
52
|
-
* @param options The optional parameters
|
|
53
|
-
* @param callback The callback
|
|
54
|
-
*/
|
|
55
|
-
create(resourceGroupName: string, networkResourceName: string, networkResourceDescription: Models.NetworkResourceDescription, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NetworkResourceDescription>): void;
|
|
56
|
-
create(resourceGroupName: string, networkResourceName: string, networkResourceDescription: Models.NetworkResourceDescription, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NetworkResourceDescription>, callback?: msRest.ServiceCallback<Models.NetworkResourceDescription>): Promise<Models.NetworkCreateResponse> {
|
|
57
|
-
return this.client.sendOperationRequest(
|
|
58
|
-
{
|
|
59
|
-
resourceGroupName,
|
|
60
|
-
networkResourceName,
|
|
61
|
-
networkResourceDescription,
|
|
62
|
-
options
|
|
63
|
-
},
|
|
64
|
-
createOperationSpec,
|
|
65
|
-
callback) as Promise<Models.NetworkCreateResponse>;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* Gets the information about the network resource with the given name. The information include the
|
|
70
|
-
* description and other properties of the network.
|
|
71
|
-
* @summary Gets the network resource with the given name.
|
|
72
|
-
* @param resourceGroupName Azure resource group name
|
|
73
|
-
* @param networkResourceName The identity of the network.
|
|
74
|
-
* @param [options] The optional parameters
|
|
75
|
-
* @returns Promise<Models.NetworkGetResponse>
|
|
76
|
-
*/
|
|
77
|
-
get(resourceGroupName: string, networkResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.NetworkGetResponse>;
|
|
78
|
-
/**
|
|
79
|
-
* @param resourceGroupName Azure resource group name
|
|
80
|
-
* @param networkResourceName The identity of the network.
|
|
81
|
-
* @param callback The callback
|
|
82
|
-
*/
|
|
83
|
-
get(resourceGroupName: string, networkResourceName: string, callback: msRest.ServiceCallback<Models.NetworkResourceDescription>): void;
|
|
84
|
-
/**
|
|
85
|
-
* @param resourceGroupName Azure resource group name
|
|
86
|
-
* @param networkResourceName The identity of the network.
|
|
87
|
-
* @param options The optional parameters
|
|
88
|
-
* @param callback The callback
|
|
89
|
-
*/
|
|
90
|
-
get(resourceGroupName: string, networkResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NetworkResourceDescription>): void;
|
|
91
|
-
get(resourceGroupName: string, networkResourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NetworkResourceDescription>, callback?: msRest.ServiceCallback<Models.NetworkResourceDescription>): Promise<Models.NetworkGetResponse> {
|
|
92
|
-
return this.client.sendOperationRequest(
|
|
93
|
-
{
|
|
94
|
-
resourceGroupName,
|
|
95
|
-
networkResourceName,
|
|
96
|
-
options
|
|
97
|
-
},
|
|
98
|
-
getOperationSpec,
|
|
99
|
-
callback) as Promise<Models.NetworkGetResponse>;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* Deletes the network resource identified by the name.
|
|
104
|
-
* @summary Deletes the network resource.
|
|
105
|
-
* @param resourceGroupName Azure resource group name
|
|
106
|
-
* @param networkResourceName The identity of the network.
|
|
107
|
-
* @param [options] The optional parameters
|
|
108
|
-
* @returns Promise<msRest.RestResponse>
|
|
109
|
-
*/
|
|
110
|
-
deleteMethod(resourceGroupName: string, networkResourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
111
|
-
/**
|
|
112
|
-
* @param resourceGroupName Azure resource group name
|
|
113
|
-
* @param networkResourceName The identity of the network.
|
|
114
|
-
* @param callback The callback
|
|
115
|
-
*/
|
|
116
|
-
deleteMethod(resourceGroupName: string, networkResourceName: string, callback: msRest.ServiceCallback<void>): void;
|
|
117
|
-
/**
|
|
118
|
-
* @param resourceGroupName Azure resource group name
|
|
119
|
-
* @param networkResourceName The identity of the network.
|
|
120
|
-
* @param options The optional parameters
|
|
121
|
-
* @param callback The callback
|
|
122
|
-
*/
|
|
123
|
-
deleteMethod(resourceGroupName: string, networkResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
124
|
-
deleteMethod(resourceGroupName: string, networkResourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {
|
|
125
|
-
return this.client.sendOperationRequest(
|
|
126
|
-
{
|
|
127
|
-
resourceGroupName,
|
|
128
|
-
networkResourceName,
|
|
129
|
-
options
|
|
130
|
-
},
|
|
131
|
-
deleteMethodOperationSpec,
|
|
132
|
-
callback);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
/**
|
|
136
|
-
* Gets the information about all network resources in a given resource group. The information
|
|
137
|
-
* include the description and other properties of the Network.
|
|
138
|
-
* @summary Gets all the network resources in a given resource group.
|
|
139
|
-
* @param resourceGroupName Azure resource group name
|
|
140
|
-
* @param [options] The optional parameters
|
|
141
|
-
* @returns Promise<Models.NetworkListByResourceGroupResponse>
|
|
142
|
-
*/
|
|
143
|
-
listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.NetworkListByResourceGroupResponse>;
|
|
144
|
-
/**
|
|
145
|
-
* @param resourceGroupName Azure resource group name
|
|
146
|
-
* @param callback The callback
|
|
147
|
-
*/
|
|
148
|
-
listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.NetworkResourceDescriptionList>): void;
|
|
149
|
-
/**
|
|
150
|
-
* @param resourceGroupName Azure resource group name
|
|
151
|
-
* @param options The optional parameters
|
|
152
|
-
* @param callback The callback
|
|
153
|
-
*/
|
|
154
|
-
listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NetworkResourceDescriptionList>): void;
|
|
155
|
-
listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NetworkResourceDescriptionList>, callback?: msRest.ServiceCallback<Models.NetworkResourceDescriptionList>): Promise<Models.NetworkListByResourceGroupResponse> {
|
|
156
|
-
return this.client.sendOperationRequest(
|
|
157
|
-
{
|
|
158
|
-
resourceGroupName,
|
|
159
|
-
options
|
|
160
|
-
},
|
|
161
|
-
listByResourceGroupOperationSpec,
|
|
162
|
-
callback) as Promise<Models.NetworkListByResourceGroupResponse>;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* Gets the information about all network resources in a given resource group. The information
|
|
167
|
-
* include the description and other properties of the network.
|
|
168
|
-
* @summary Gets all the network resources in a given subscription.
|
|
169
|
-
* @param [options] The optional parameters
|
|
170
|
-
* @returns Promise<Models.NetworkListBySubscriptionResponse>
|
|
171
|
-
*/
|
|
172
|
-
listBySubscription(options?: msRest.RequestOptionsBase): Promise<Models.NetworkListBySubscriptionResponse>;
|
|
173
|
-
/**
|
|
174
|
-
* @param callback The callback
|
|
175
|
-
*/
|
|
176
|
-
listBySubscription(callback: msRest.ServiceCallback<Models.NetworkResourceDescriptionList>): void;
|
|
177
|
-
/**
|
|
178
|
-
* @param options The optional parameters
|
|
179
|
-
* @param callback The callback
|
|
180
|
-
*/
|
|
181
|
-
listBySubscription(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NetworkResourceDescriptionList>): void;
|
|
182
|
-
listBySubscription(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NetworkResourceDescriptionList>, callback?: msRest.ServiceCallback<Models.NetworkResourceDescriptionList>): Promise<Models.NetworkListBySubscriptionResponse> {
|
|
183
|
-
return this.client.sendOperationRequest(
|
|
184
|
-
{
|
|
185
|
-
options
|
|
186
|
-
},
|
|
187
|
-
listBySubscriptionOperationSpec,
|
|
188
|
-
callback) as Promise<Models.NetworkListBySubscriptionResponse>;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* Gets the information about all network resources in a given resource group. The information
|
|
193
|
-
* include the description and other properties of the Network.
|
|
194
|
-
* @summary Gets all the network resources in a given resource group.
|
|
195
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
196
|
-
* @param [options] The optional parameters
|
|
197
|
-
* @returns Promise<Models.NetworkListByResourceGroupNextResponse>
|
|
198
|
-
*/
|
|
199
|
-
listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.NetworkListByResourceGroupNextResponse>;
|
|
200
|
-
/**
|
|
201
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
202
|
-
* @param callback The callback
|
|
203
|
-
*/
|
|
204
|
-
listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.NetworkResourceDescriptionList>): void;
|
|
205
|
-
/**
|
|
206
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
207
|
-
* @param options The optional parameters
|
|
208
|
-
* @param callback The callback
|
|
209
|
-
*/
|
|
210
|
-
listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NetworkResourceDescriptionList>): void;
|
|
211
|
-
listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NetworkResourceDescriptionList>, callback?: msRest.ServiceCallback<Models.NetworkResourceDescriptionList>): Promise<Models.NetworkListByResourceGroupNextResponse> {
|
|
212
|
-
return this.client.sendOperationRequest(
|
|
213
|
-
{
|
|
214
|
-
nextPageLink,
|
|
215
|
-
options
|
|
216
|
-
},
|
|
217
|
-
listByResourceGroupNextOperationSpec,
|
|
218
|
-
callback) as Promise<Models.NetworkListByResourceGroupNextResponse>;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
/**
|
|
222
|
-
* Gets the information about all network resources in a given resource group. The information
|
|
223
|
-
* include the description and other properties of the network.
|
|
224
|
-
* @summary Gets all the network resources in a given subscription.
|
|
225
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
226
|
-
* @param [options] The optional parameters
|
|
227
|
-
* @returns Promise<Models.NetworkListBySubscriptionNextResponse>
|
|
228
|
-
*/
|
|
229
|
-
listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.NetworkListBySubscriptionNextResponse>;
|
|
230
|
-
/**
|
|
231
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
232
|
-
* @param callback The callback
|
|
233
|
-
*/
|
|
234
|
-
listBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.NetworkResourceDescriptionList>): void;
|
|
235
|
-
/**
|
|
236
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
237
|
-
* @param options The optional parameters
|
|
238
|
-
* @param callback The callback
|
|
239
|
-
*/
|
|
240
|
-
listBySubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NetworkResourceDescriptionList>): void;
|
|
241
|
-
listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NetworkResourceDescriptionList>, callback?: msRest.ServiceCallback<Models.NetworkResourceDescriptionList>): Promise<Models.NetworkListBySubscriptionNextResponse> {
|
|
242
|
-
return this.client.sendOperationRequest(
|
|
243
|
-
{
|
|
244
|
-
nextPageLink,
|
|
245
|
-
options
|
|
246
|
-
},
|
|
247
|
-
listBySubscriptionNextOperationSpec,
|
|
248
|
-
callback) as Promise<Models.NetworkListBySubscriptionNextResponse>;
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
// Operation Specifications
|
|
253
|
-
const serializer = new msRest.Serializer(Mappers);
|
|
254
|
-
const createOperationSpec: msRest.OperationSpec = {
|
|
255
|
-
httpMethod: "PUT",
|
|
256
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}",
|
|
257
|
-
urlParameters: [
|
|
258
|
-
Parameters.subscriptionId,
|
|
259
|
-
Parameters.resourceGroupName,
|
|
260
|
-
Parameters.networkResourceName
|
|
261
|
-
],
|
|
262
|
-
queryParameters: [
|
|
263
|
-
Parameters.apiVersion
|
|
264
|
-
],
|
|
265
|
-
headerParameters: [
|
|
266
|
-
Parameters.acceptLanguage
|
|
267
|
-
],
|
|
268
|
-
requestBody: {
|
|
269
|
-
parameterPath: "networkResourceDescription",
|
|
270
|
-
mapper: {
|
|
271
|
-
...Mappers.NetworkResourceDescription,
|
|
272
|
-
required: true
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
responses: {
|
|
276
|
-
200: {
|
|
277
|
-
bodyMapper: Mappers.NetworkResourceDescription
|
|
278
|
-
},
|
|
279
|
-
201: {
|
|
280
|
-
bodyMapper: Mappers.NetworkResourceDescription
|
|
281
|
-
},
|
|
282
|
-
202: {},
|
|
283
|
-
default: {
|
|
284
|
-
bodyMapper: Mappers.ErrorModel
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
serializer
|
|
288
|
-
};
|
|
289
|
-
|
|
290
|
-
const getOperationSpec: msRest.OperationSpec = {
|
|
291
|
-
httpMethod: "GET",
|
|
292
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}",
|
|
293
|
-
urlParameters: [
|
|
294
|
-
Parameters.subscriptionId,
|
|
295
|
-
Parameters.resourceGroupName,
|
|
296
|
-
Parameters.networkResourceName
|
|
297
|
-
],
|
|
298
|
-
queryParameters: [
|
|
299
|
-
Parameters.apiVersion
|
|
300
|
-
],
|
|
301
|
-
headerParameters: [
|
|
302
|
-
Parameters.acceptLanguage
|
|
303
|
-
],
|
|
304
|
-
responses: {
|
|
305
|
-
200: {
|
|
306
|
-
bodyMapper: Mappers.NetworkResourceDescription
|
|
307
|
-
},
|
|
308
|
-
default: {
|
|
309
|
-
bodyMapper: Mappers.ErrorModel
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
serializer
|
|
313
|
-
};
|
|
314
|
-
|
|
315
|
-
const deleteMethodOperationSpec: msRest.OperationSpec = {
|
|
316
|
-
httpMethod: "DELETE",
|
|
317
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}",
|
|
318
|
-
urlParameters: [
|
|
319
|
-
Parameters.subscriptionId,
|
|
320
|
-
Parameters.resourceGroupName,
|
|
321
|
-
Parameters.networkResourceName
|
|
322
|
-
],
|
|
323
|
-
queryParameters: [
|
|
324
|
-
Parameters.apiVersion
|
|
325
|
-
],
|
|
326
|
-
headerParameters: [
|
|
327
|
-
Parameters.acceptLanguage
|
|
328
|
-
],
|
|
329
|
-
responses: {
|
|
330
|
-
200: {},
|
|
331
|
-
202: {},
|
|
332
|
-
204: {},
|
|
333
|
-
default: {
|
|
334
|
-
bodyMapper: Mappers.ErrorModel
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
serializer
|
|
338
|
-
};
|
|
339
|
-
|
|
340
|
-
const listByResourceGroupOperationSpec: msRest.OperationSpec = {
|
|
341
|
-
httpMethod: "GET",
|
|
342
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks",
|
|
343
|
-
urlParameters: [
|
|
344
|
-
Parameters.subscriptionId,
|
|
345
|
-
Parameters.resourceGroupName
|
|
346
|
-
],
|
|
347
|
-
queryParameters: [
|
|
348
|
-
Parameters.apiVersion
|
|
349
|
-
],
|
|
350
|
-
headerParameters: [
|
|
351
|
-
Parameters.acceptLanguage
|
|
352
|
-
],
|
|
353
|
-
responses: {
|
|
354
|
-
200: {
|
|
355
|
-
bodyMapper: Mappers.NetworkResourceDescriptionList
|
|
356
|
-
},
|
|
357
|
-
default: {
|
|
358
|
-
bodyMapper: Mappers.ErrorModel
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
serializer
|
|
362
|
-
};
|
|
363
|
-
|
|
364
|
-
const listBySubscriptionOperationSpec: msRest.OperationSpec = {
|
|
365
|
-
httpMethod: "GET",
|
|
366
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/networks",
|
|
367
|
-
urlParameters: [
|
|
368
|
-
Parameters.subscriptionId
|
|
369
|
-
],
|
|
370
|
-
queryParameters: [
|
|
371
|
-
Parameters.apiVersion
|
|
372
|
-
],
|
|
373
|
-
headerParameters: [
|
|
374
|
-
Parameters.acceptLanguage
|
|
375
|
-
],
|
|
376
|
-
responses: {
|
|
377
|
-
200: {
|
|
378
|
-
bodyMapper: Mappers.NetworkResourceDescriptionList
|
|
379
|
-
},
|
|
380
|
-
default: {
|
|
381
|
-
bodyMapper: Mappers.ErrorModel
|
|
382
|
-
}
|
|
383
|
-
},
|
|
384
|
-
serializer
|
|
385
|
-
};
|
|
386
|
-
|
|
387
|
-
const listByResourceGroupNextOperationSpec: msRest.OperationSpec = {
|
|
388
|
-
httpMethod: "GET",
|
|
389
|
-
baseUrl: "https://management.azure.com",
|
|
390
|
-
path: "{nextLink}",
|
|
391
|
-
urlParameters: [
|
|
392
|
-
Parameters.nextPageLink
|
|
393
|
-
],
|
|
394
|
-
headerParameters: [
|
|
395
|
-
Parameters.acceptLanguage
|
|
396
|
-
],
|
|
397
|
-
responses: {
|
|
398
|
-
200: {
|
|
399
|
-
bodyMapper: Mappers.NetworkResourceDescriptionList
|
|
400
|
-
},
|
|
401
|
-
default: {
|
|
402
|
-
bodyMapper: Mappers.ErrorModel
|
|
403
|
-
}
|
|
404
|
-
},
|
|
405
|
-
serializer
|
|
406
|
-
};
|
|
407
|
-
|
|
408
|
-
const listBySubscriptionNextOperationSpec: msRest.OperationSpec = {
|
|
409
|
-
httpMethod: "GET",
|
|
410
|
-
baseUrl: "https://management.azure.com",
|
|
411
|
-
path: "{nextLink}",
|
|
412
|
-
urlParameters: [
|
|
413
|
-
Parameters.nextPageLink
|
|
414
|
-
],
|
|
415
|
-
headerParameters: [
|
|
416
|
-
Parameters.acceptLanguage
|
|
417
|
-
],
|
|
418
|
-
responses: {
|
|
419
|
-
200: {
|
|
420
|
-
bodyMapper: Mappers.NetworkResourceDescriptionList
|
|
421
|
-
},
|
|
422
|
-
default: {
|
|
423
|
-
bodyMapper: Mappers.ErrorModel
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
serializer
|
|
427
|
-
};
|
|
@@ -1,125 +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
|
-
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Models from "../models";
|
|
13
|
-
import * as Mappers from "../models/operationsMappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { ServiceFabricMeshManagementClientContext } from "../serviceFabricMeshManagementClientContext";
|
|
16
|
-
|
|
17
|
-
/** Class representing a Operations. */
|
|
18
|
-
export class Operations {
|
|
19
|
-
private readonly client: ServiceFabricMeshManagementClientContext;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Create a Operations.
|
|
23
|
-
* @param {ServiceFabricMeshManagementClientContext} client Reference to the service client.
|
|
24
|
-
*/
|
|
25
|
-
constructor(client: ServiceFabricMeshManagementClientContext) {
|
|
26
|
-
this.client = client;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Lists all the available operations provided by Service Fabric SeaBreeze resource provider.
|
|
31
|
-
* @summary Lists all of the available operations.
|
|
32
|
-
* @param [options] The optional parameters
|
|
33
|
-
* @returns Promise<Models.OperationsListResponse>
|
|
34
|
-
*/
|
|
35
|
-
list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;
|
|
36
|
-
/**
|
|
37
|
-
* @param callback The callback
|
|
38
|
-
*/
|
|
39
|
-
list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
40
|
-
/**
|
|
41
|
-
* @param options The optional parameters
|
|
42
|
-
* @param callback The callback
|
|
43
|
-
*/
|
|
44
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
45
|
-
list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {
|
|
46
|
-
return this.client.sendOperationRequest(
|
|
47
|
-
{
|
|
48
|
-
options
|
|
49
|
-
},
|
|
50
|
-
listOperationSpec,
|
|
51
|
-
callback) as Promise<Models.OperationsListResponse>;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* Lists all the available operations provided by Service Fabric SeaBreeze resource provider.
|
|
56
|
-
* @summary Lists all of the available operations.
|
|
57
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
58
|
-
* @param [options] The optional parameters
|
|
59
|
-
* @returns Promise<Models.OperationsListNextResponse>
|
|
60
|
-
*/
|
|
61
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;
|
|
62
|
-
/**
|
|
63
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
64
|
-
* @param callback The callback
|
|
65
|
-
*/
|
|
66
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
67
|
-
/**
|
|
68
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
69
|
-
* @param options The optional parameters
|
|
70
|
-
* @param callback The callback
|
|
71
|
-
*/
|
|
72
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
73
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListNextResponse> {
|
|
74
|
-
return this.client.sendOperationRequest(
|
|
75
|
-
{
|
|
76
|
-
nextPageLink,
|
|
77
|
-
options
|
|
78
|
-
},
|
|
79
|
-
listNextOperationSpec,
|
|
80
|
-
callback) as Promise<Models.OperationsListNextResponse>;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
// Operation Specifications
|
|
85
|
-
const serializer = new msRest.Serializer(Mappers);
|
|
86
|
-
const listOperationSpec: msRest.OperationSpec = {
|
|
87
|
-
httpMethod: "GET",
|
|
88
|
-
path: "providers/Microsoft.ServiceFabricMesh/operations",
|
|
89
|
-
queryParameters: [
|
|
90
|
-
Parameters.apiVersion
|
|
91
|
-
],
|
|
92
|
-
headerParameters: [
|
|
93
|
-
Parameters.acceptLanguage
|
|
94
|
-
],
|
|
95
|
-
responses: {
|
|
96
|
-
200: {
|
|
97
|
-
bodyMapper: Mappers.OperationListResult
|
|
98
|
-
},
|
|
99
|
-
default: {
|
|
100
|
-
bodyMapper: Mappers.ErrorModel
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
serializer
|
|
104
|
-
};
|
|
105
|
-
|
|
106
|
-
const listNextOperationSpec: msRest.OperationSpec = {
|
|
107
|
-
httpMethod: "GET",
|
|
108
|
-
baseUrl: "https://management.azure.com",
|
|
109
|
-
path: "{nextLink}",
|
|
110
|
-
urlParameters: [
|
|
111
|
-
Parameters.nextPageLink
|
|
112
|
-
],
|
|
113
|
-
headerParameters: [
|
|
114
|
-
Parameters.acceptLanguage
|
|
115
|
-
],
|
|
116
|
-
responses: {
|
|
117
|
-
200: {
|
|
118
|
-
bodyMapper: Mappers.OperationListResult
|
|
119
|
-
},
|
|
120
|
-
default: {
|
|
121
|
-
bodyMapper: Mappers.ErrorModel
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
serializer
|
|
125
|
-
};
|