@azure/arm-servicefabric 2.1.1-alpha.20231211.1 → 3.0.1-alpha.20231220.4
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 +28 -2
- package/LICENSE +1 -1
- package/dist/index.js +749 -111
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/applicationTypeVersionsCreateOrUpdateSample.js +11 -3
- package/dist-esm/samples-dev/applicationTypeVersionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationTypeVersionsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/applicationTypeVersionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationTypeVersionsGetSample.js +11 -3
- package/dist-esm/samples-dev/applicationTypeVersionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationTypeVersionsListSample.js +30 -6
- package/dist-esm/samples-dev/applicationTypeVersionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationTypesCreateOrUpdateSample.js +11 -3
- package/dist-esm/samples-dev/applicationTypesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationTypesDeleteSample.js +11 -3
- package/dist-esm/samples-dev/applicationTypesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationTypesGetSample.js +11 -3
- package/dist-esm/samples-dev/applicationTypesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationTypesListSample.js +30 -6
- package/dist-esm/samples-dev/applicationTypesListSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js +19 -9
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsDeleteSample.js +11 -3
- package/dist-esm/samples-dev/applicationsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsGetSample.js +11 -3
- package/dist-esm/samples-dev/applicationsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsListSample.js +30 -6
- package/dist-esm/samples-dev/applicationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsUpdateSample.js +11 -3
- package/dist-esm/samples-dev/applicationsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/clusterVersionsGetByEnvironmentSample.js +10 -2
- package/dist-esm/samples-dev/clusterVersionsGetByEnvironmentSample.js.map +1 -1
- package/dist-esm/samples-dev/clusterVersionsGetSample.js +10 -2
- package/dist-esm/samples-dev/clusterVersionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/clusterVersionsListByEnvironmentSample.js +10 -2
- package/dist-esm/samples-dev/clusterVersionsListByEnvironmentSample.js.map +1 -1
- package/dist-esm/samples-dev/clusterVersionsListSample.js +10 -2
- package/dist-esm/samples-dev/clusterVersionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +15 -6
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +11 -3
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersGetSample.js +11 -3
- package/dist-esm/samples-dev/clustersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +30 -6
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersListSample.js +29 -5
- package/dist-esm/samples-dev/clustersListSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersListUpgradableVersionsSample.js +15 -6
- package/dist-esm/samples-dev/clustersListUpgradableVersionsSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +11 -3
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +10 -2
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +15 -6
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +11 -3
- package/dist-esm/samples-dev/servicesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesGetSample.js +11 -3
- package/dist-esm/samples-dev/servicesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesListSample.js +30 -6
- package/dist-esm/samples-dev/servicesListSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +11 -3
- package/dist-esm/samples-dev/servicesUpdateSample.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +38 -8
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +7 -7
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +1 -1
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +11 -11
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/applicationTypeVersions.d.ts +26 -5
- package/dist-esm/src/operations/applicationTypeVersions.d.ts.map +1 -1
- package/dist-esm/src/operations/applicationTypeVersions.js +139 -19
- package/dist-esm/src/operations/applicationTypeVersions.js.map +1 -1
- package/dist-esm/src/operations/applicationTypes.d.ts +23 -4
- package/dist-esm/src/operations/applicationTypes.d.ts.map +1 -1
- package/dist-esm/src/operations/applicationTypes.js +109 -8
- package/dist-esm/src/operations/applicationTypes.js.map +1 -1
- package/dist-esm/src/operations/applications.d.ts +25 -6
- package/dist-esm/src/operations/applications.d.ts.map +1 -1
- package/dist-esm/src/operations/applications.js +137 -16
- package/dist-esm/src/operations/applications.js.map +1 -1
- package/dist-esm/src/operations/clusterVersions.d.ts +3 -3
- package/dist-esm/src/operations/clusterVersions.d.ts.map +1 -1
- package/dist-esm/src/operations/clusterVersions.js.map +1 -1
- package/dist-esm/src/operations/clusters.d.ts +37 -6
- package/dist-esm/src/operations/clusters.d.ts.map +1 -1
- package/dist-esm/src/operations/clusters.js +204 -13
- package/dist-esm/src/operations/clusters.js.map +1 -1
- package/dist-esm/src/operations/services.d.ts +27 -6
- package/dist-esm/src/operations/services.d.ts.map +1 -1
- package/dist-esm/src/operations/services.js +148 -30
- package/dist-esm/src/operations/services.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/applicationTypeVersions.d.ts +14 -13
- package/dist-esm/src/operationsInterfaces/applicationTypeVersions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/applicationTypes.d.ts +12 -11
- package/dist-esm/src/operationsInterfaces/applicationTypes.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/applications.d.ts +14 -13
- package/dist-esm/src/operationsInterfaces/applications.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/clusterVersions.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/clusterVersions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +18 -17
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/services.d.ts +15 -14
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +1 -1
- package/dist-esm/src/serviceFabricManagementClient.js +1 -1
- package/dist-esm/test/servicefabric_examples.spec.js +73 -11
- package/dist-esm/test/servicefabric_examples.spec.js.map +1 -1
- package/package.json +12 -9
- package/review/arm-servicefabric.api.md +72 -30
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +50 -8
- package/src/models/parameters.ts +12 -12
- package/src/operations/applicationTypeVersions.ts +186 -25
- package/src/operations/applicationTypes.ts +141 -15
- package/src/operations/applications.ts +179 -35
- package/src/operations/clusterVersions.ts +3 -3
- package/src/operations/clusters.ts +245 -30
- package/src/operations/services.ts +193 -35
- package/src/operationsInterfaces/applicationTypeVersions.ts +23 -22
- package/src/operationsInterfaces/applicationTypes.ts +19 -18
- package/src/operationsInterfaces/applications.ts +23 -22
- package/src/operationsInterfaces/clusterVersions.ts +3 -3
- package/src/operationsInterfaces/clusters.ts +28 -26
- package/src/operationsInterfaces/services.ts +25 -24
- package/src/serviceFabricManagementClient.ts +1 -1
- package/types/arm-servicefabric.d.ts +125 -83
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
1
2
|
import { ApplicationTypeVersions } from "../operationsInterfaces";
|
|
2
3
|
import { ServiceFabricManagementClient } from "../serviceFabricManagementClient";
|
|
3
|
-
import {
|
|
4
|
-
import { ApplicationTypeVersionsGetOptionalParams, ApplicationTypeVersionsGetResponse,
|
|
4
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import { ApplicationTypeVersionResource, ApplicationTypeVersionsListOptionalParams, ApplicationTypeVersionsGetOptionalParams, ApplicationTypeVersionsGetResponse, ApplicationTypeVersionsCreateOrUpdateOptionalParams, ApplicationTypeVersionsCreateOrUpdateResponse, ApplicationTypeVersionsDeleteOptionalParams } from "../models";
|
|
5
6
|
/** Class containing ApplicationTypeVersions operations. */
|
|
6
7
|
export declare class ApplicationTypeVersionsImpl implements ApplicationTypeVersions {
|
|
7
8
|
private readonly client;
|
|
@@ -10,6 +11,17 @@ export declare class ApplicationTypeVersionsImpl implements ApplicationTypeVersi
|
|
|
10
11
|
* @param client Reference to the service client
|
|
11
12
|
*/
|
|
12
13
|
constructor(client: ServiceFabricManagementClient);
|
|
14
|
+
/**
|
|
15
|
+
* Gets all application type version resources created or in the process of being created in the
|
|
16
|
+
* Service Fabric application type name resource.
|
|
17
|
+
* @param resourceGroupName The name of the resource group.
|
|
18
|
+
* @param clusterName The name of the cluster resource.
|
|
19
|
+
* @param applicationTypeName The name of the application type name resource.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
list(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypeVersionsListOptionalParams): PagedAsyncIterableIterator<ApplicationTypeVersionResource>;
|
|
23
|
+
private listPagingPage;
|
|
24
|
+
private listPagingAll;
|
|
13
25
|
/**
|
|
14
26
|
* Get a Service Fabric application type version resource created or in the process of being created in
|
|
15
27
|
* the Service Fabric application type name resource.
|
|
@@ -29,7 +41,7 @@ export declare class ApplicationTypeVersionsImpl implements ApplicationTypeVersi
|
|
|
29
41
|
* @param parameters The application type version resource.
|
|
30
42
|
* @param options The options parameters.
|
|
31
43
|
*/
|
|
32
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams): Promise<
|
|
44
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationTypeVersionsCreateOrUpdateResponse>, ApplicationTypeVersionsCreateOrUpdateResponse>>;
|
|
33
45
|
/**
|
|
34
46
|
* Create or update a Service Fabric application type version resource with the specified name.
|
|
35
47
|
* @param resourceGroupName The name of the resource group.
|
|
@@ -48,7 +60,7 @@ export declare class ApplicationTypeVersionsImpl implements ApplicationTypeVersi
|
|
|
48
60
|
* @param version The application type version.
|
|
49
61
|
* @param options The options parameters.
|
|
50
62
|
*/
|
|
51
|
-
beginDelete(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsDeleteOptionalParams): Promise<
|
|
63
|
+
beginDelete(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
52
64
|
/**
|
|
53
65
|
* Delete a Service Fabric application type version resource with the specified name.
|
|
54
66
|
* @param resourceGroupName The name of the resource group.
|
|
@@ -66,6 +78,15 @@ export declare class ApplicationTypeVersionsImpl implements ApplicationTypeVersi
|
|
|
66
78
|
* @param applicationTypeName The name of the application type name resource.
|
|
67
79
|
* @param options The options parameters.
|
|
68
80
|
*/
|
|
69
|
-
|
|
81
|
+
private _list;
|
|
82
|
+
/**
|
|
83
|
+
* ListNext
|
|
84
|
+
* @param resourceGroupName The name of the resource group.
|
|
85
|
+
* @param clusterName The name of the cluster resource.
|
|
86
|
+
* @param applicationTypeName The name of the application type name resource.
|
|
87
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
private _listNext;
|
|
70
91
|
}
|
|
71
92
|
//# sourceMappingURL=applicationTypeVersions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applicationTypeVersions.d.ts","sourceRoot":"","sources":["../../../src/operations/applicationTypeVersions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAIlE,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,
|
|
1
|
+
{"version":3,"file":"applicationTypeVersions.d.ts","sourceRoot":"","sources":["../../../src/operations/applicationTypeVersions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAIlE,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,8BAA8B,EAE9B,yCAAyC,EAEzC,wCAAwC,EACxC,kCAAkC,EAClC,mDAAmD,EACnD,6CAA6C,EAC7C,2CAA2C,EAE5C,MAAM,WAAW,CAAC;AAGnB,2DAA2D;AAC3D,qBAAa,2BAA4B,YAAW,uBAAuB;IACzE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;;;;OAOG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,8BAA8B,CAAC;YA6B9C,cAAc;YAoCd,aAAa;IAgB5B;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC;IAO9C;;;;;;;;OAQG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,8BAA8B,EAC1C,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,6CAA6C,CAAC,EAC7D,6CAA6C,CAC9C,CACF;IA+DD;;;;;;;;OAQG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,8BAA8B,EAC1C,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC;IAYzD;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IA2DxD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,IAAI,CAAC;IAWhB;;;;;;;OAOG;IACH,OAAO,CAAC,KAAK;IAYb;;;;;;;OAOG;IACH,OAAO,CAAC,SAAS;CAkBlB"}
|
|
@@ -5,12 +5,14 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
|
|
9
|
+
import { setContinuationToken } from "../pagingHelper";
|
|
9
10
|
import * as coreClient from "@azure/core-client";
|
|
10
11
|
import * as Mappers from "../models/mappers";
|
|
11
12
|
import * as Parameters from "../models/parameters";
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
13
|
+
import { createHttpPoller } from "@azure/core-lro";
|
|
14
|
+
import { createLroSpec } from "../lroImpl";
|
|
15
|
+
/// <reference lib="esnext.asynciterable" />
|
|
14
16
|
/** Class containing ApplicationTypeVersions operations. */
|
|
15
17
|
export class ApplicationTypeVersionsImpl {
|
|
16
18
|
/**
|
|
@@ -20,6 +22,71 @@ export class ApplicationTypeVersionsImpl {
|
|
|
20
22
|
constructor(client) {
|
|
21
23
|
this.client = client;
|
|
22
24
|
}
|
|
25
|
+
/**
|
|
26
|
+
* Gets all application type version resources created or in the process of being created in the
|
|
27
|
+
* Service Fabric application type name resource.
|
|
28
|
+
* @param resourceGroupName The name of the resource group.
|
|
29
|
+
* @param clusterName The name of the cluster resource.
|
|
30
|
+
* @param applicationTypeName The name of the application type name resource.
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
list(resourceGroupName, clusterName, applicationTypeName, options) {
|
|
34
|
+
const iter = this.listPagingAll(resourceGroupName, clusterName, applicationTypeName, options);
|
|
35
|
+
return {
|
|
36
|
+
next() {
|
|
37
|
+
return iter.next();
|
|
38
|
+
},
|
|
39
|
+
[Symbol.asyncIterator]() {
|
|
40
|
+
return this;
|
|
41
|
+
},
|
|
42
|
+
byPage: (settings) => {
|
|
43
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
44
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
45
|
+
}
|
|
46
|
+
return this.listPagingPage(resourceGroupName, clusterName, applicationTypeName, options, settings);
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
listPagingPage(resourceGroupName, clusterName, applicationTypeName, options, settings) {
|
|
51
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
52
|
+
let result;
|
|
53
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
54
|
+
if (!continuationToken) {
|
|
55
|
+
result = yield __await(this._list(resourceGroupName, clusterName, applicationTypeName, options));
|
|
56
|
+
let page = result.value || [];
|
|
57
|
+
continuationToken = result.nextLink;
|
|
58
|
+
setContinuationToken(page, continuationToken);
|
|
59
|
+
yield yield __await(page);
|
|
60
|
+
}
|
|
61
|
+
while (continuationToken) {
|
|
62
|
+
result = yield __await(this._listNext(resourceGroupName, clusterName, applicationTypeName, continuationToken, options));
|
|
63
|
+
continuationToken = result.nextLink;
|
|
64
|
+
let page = result.value || [];
|
|
65
|
+
setContinuationToken(page, continuationToken);
|
|
66
|
+
yield yield __await(page);
|
|
67
|
+
}
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
listPagingAll(resourceGroupName, clusterName, applicationTypeName, options) {
|
|
71
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
72
|
+
var _a, e_1, _b, _c;
|
|
73
|
+
try {
|
|
74
|
+
for (var _d = true, _e = __asyncValues(this.listPagingPage(resourceGroupName, clusterName, applicationTypeName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
75
|
+
_c = _f.value;
|
|
76
|
+
_d = false;
|
|
77
|
+
const page = _c;
|
|
78
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
82
|
+
finally {
|
|
83
|
+
try {
|
|
84
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
85
|
+
}
|
|
86
|
+
finally { if (e_1) throw e_1.error; }
|
|
87
|
+
}
|
|
88
|
+
});
|
|
89
|
+
}
|
|
23
90
|
/**
|
|
24
91
|
* Get a Service Fabric application type version resource created or in the process of being created in
|
|
25
92
|
* the Service Fabric application type name resource.
|
|
@@ -46,7 +113,7 @@ export class ApplicationTypeVersionsImpl {
|
|
|
46
113
|
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
47
114
|
return this.client.sendOperationRequest(args, spec);
|
|
48
115
|
});
|
|
49
|
-
const
|
|
116
|
+
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
50
117
|
var _a;
|
|
51
118
|
let currentRawResponse = undefined;
|
|
52
119
|
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
@@ -65,16 +132,20 @@ export class ApplicationTypeVersionsImpl {
|
|
|
65
132
|
}
|
|
66
133
|
};
|
|
67
134
|
});
|
|
68
|
-
const lro =
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
135
|
+
const lro = createLroSpec({
|
|
136
|
+
sendOperationFn,
|
|
137
|
+
args: {
|
|
138
|
+
resourceGroupName,
|
|
139
|
+
clusterName,
|
|
140
|
+
applicationTypeName,
|
|
141
|
+
version,
|
|
142
|
+
parameters,
|
|
143
|
+
options
|
|
144
|
+
},
|
|
145
|
+
spec: createOrUpdateOperationSpec
|
|
146
|
+
});
|
|
147
|
+
const poller = yield createHttpPoller(lro, {
|
|
148
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
78
149
|
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
79
150
|
});
|
|
80
151
|
yield poller.poll();
|
|
@@ -109,7 +180,7 @@ export class ApplicationTypeVersionsImpl {
|
|
|
109
180
|
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
110
181
|
return this.client.sendOperationRequest(args, spec);
|
|
111
182
|
});
|
|
112
|
-
const
|
|
183
|
+
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
113
184
|
var _a;
|
|
114
185
|
let currentRawResponse = undefined;
|
|
115
186
|
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
@@ -128,9 +199,19 @@ export class ApplicationTypeVersionsImpl {
|
|
|
128
199
|
}
|
|
129
200
|
};
|
|
130
201
|
});
|
|
131
|
-
const lro =
|
|
132
|
-
|
|
133
|
-
|
|
202
|
+
const lro = createLroSpec({
|
|
203
|
+
sendOperationFn,
|
|
204
|
+
args: {
|
|
205
|
+
resourceGroupName,
|
|
206
|
+
clusterName,
|
|
207
|
+
applicationTypeName,
|
|
208
|
+
version,
|
|
209
|
+
options
|
|
210
|
+
},
|
|
211
|
+
spec: deleteOperationSpec
|
|
212
|
+
});
|
|
213
|
+
const poller = yield createHttpPoller(lro, {
|
|
214
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
134
215
|
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
135
216
|
});
|
|
136
217
|
yield poller.poll();
|
|
@@ -159,9 +240,26 @@ export class ApplicationTypeVersionsImpl {
|
|
|
159
240
|
* @param applicationTypeName The name of the application type name resource.
|
|
160
241
|
* @param options The options parameters.
|
|
161
242
|
*/
|
|
162
|
-
|
|
243
|
+
_list(resourceGroupName, clusterName, applicationTypeName, options) {
|
|
163
244
|
return this.client.sendOperationRequest({ resourceGroupName, clusterName, applicationTypeName, options }, listOperationSpec);
|
|
164
245
|
}
|
|
246
|
+
/**
|
|
247
|
+
* ListNext
|
|
248
|
+
* @param resourceGroupName The name of the resource group.
|
|
249
|
+
* @param clusterName The name of the cluster resource.
|
|
250
|
+
* @param applicationTypeName The name of the application type name resource.
|
|
251
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
252
|
+
* @param options The options parameters.
|
|
253
|
+
*/
|
|
254
|
+
_listNext(resourceGroupName, clusterName, applicationTypeName, nextLink, options) {
|
|
255
|
+
return this.client.sendOperationRequest({
|
|
256
|
+
resourceGroupName,
|
|
257
|
+
clusterName,
|
|
258
|
+
applicationTypeName,
|
|
259
|
+
nextLink,
|
|
260
|
+
options
|
|
261
|
+
}, listNextOperationSpec);
|
|
262
|
+
}
|
|
165
263
|
}
|
|
166
264
|
// Operation Specifications
|
|
167
265
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
@@ -268,4 +366,26 @@ const listOperationSpec = {
|
|
|
268
366
|
headerParameters: [Parameters.accept],
|
|
269
367
|
serializer
|
|
270
368
|
};
|
|
369
|
+
const listNextOperationSpec = {
|
|
370
|
+
path: "{nextLink}",
|
|
371
|
+
httpMethod: "GET",
|
|
372
|
+
responses: {
|
|
373
|
+
200: {
|
|
374
|
+
bodyMapper: Mappers.ApplicationTypeVersionResourceList
|
|
375
|
+
},
|
|
376
|
+
default: {
|
|
377
|
+
bodyMapper: Mappers.ErrorModel
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
urlParameters: [
|
|
381
|
+
Parameters.$host,
|
|
382
|
+
Parameters.resourceGroupName,
|
|
383
|
+
Parameters.clusterName,
|
|
384
|
+
Parameters.subscriptionId,
|
|
385
|
+
Parameters.nextLink,
|
|
386
|
+
Parameters.applicationTypeName
|
|
387
|
+
],
|
|
388
|
+
headerParameters: [Parameters.accept],
|
|
389
|
+
serializer
|
|
390
|
+
};
|
|
271
391
|
//# sourceMappingURL=applicationTypeVersions.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applicationTypeVersions.js","sourceRoot":"","sources":["../../../src/operations/applicationTypeVersions.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAEnD,OAAO,
|
|
1
|
+
{"version":3,"file":"applicationTypeVersions.js","sourceRoot":"","sources":["../../../src/operations/applicationTypeVersions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
1
2
|
import { ApplicationTypes } from "../operationsInterfaces";
|
|
2
3
|
import { ServiceFabricManagementClient } from "../serviceFabricManagementClient";
|
|
3
|
-
import {
|
|
4
|
-
import { ApplicationTypesGetOptionalParams, ApplicationTypesGetResponse,
|
|
4
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import { ApplicationTypeResource, ApplicationTypesListOptionalParams, ApplicationTypesGetOptionalParams, ApplicationTypesGetResponse, ApplicationTypesCreateOrUpdateOptionalParams, ApplicationTypesCreateOrUpdateResponse, ApplicationTypesDeleteOptionalParams } from "../models";
|
|
5
6
|
/** Class containing ApplicationTypes operations. */
|
|
6
7
|
export declare class ApplicationTypesImpl implements ApplicationTypes {
|
|
7
8
|
private readonly client;
|
|
@@ -10,6 +11,16 @@ export declare class ApplicationTypesImpl implements ApplicationTypes {
|
|
|
10
11
|
* @param client Reference to the service client
|
|
11
12
|
*/
|
|
12
13
|
constructor(client: ServiceFabricManagementClient);
|
|
14
|
+
/**
|
|
15
|
+
* Gets all application type name resources created or in the process of being created in the Service
|
|
16
|
+
* Fabric cluster resource.
|
|
17
|
+
* @param resourceGroupName The name of the resource group.
|
|
18
|
+
* @param clusterName The name of the cluster resource.
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
list(resourceGroupName: string, clusterName: string, options?: ApplicationTypesListOptionalParams): PagedAsyncIterableIterator<ApplicationTypeResource>;
|
|
22
|
+
private listPagingPage;
|
|
23
|
+
private listPagingAll;
|
|
13
24
|
/**
|
|
14
25
|
* Get a Service Fabric application type name resource created or in the process of being created in
|
|
15
26
|
* the Service Fabric cluster resource.
|
|
@@ -35,7 +46,7 @@ export declare class ApplicationTypesImpl implements ApplicationTypes {
|
|
|
35
46
|
* @param applicationTypeName The name of the application type name resource.
|
|
36
47
|
* @param options The options parameters.
|
|
37
48
|
*/
|
|
38
|
-
beginDelete(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesDeleteOptionalParams): Promise<
|
|
49
|
+
beginDelete(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
39
50
|
/**
|
|
40
51
|
* Delete a Service Fabric application type name resource with the specified name.
|
|
41
52
|
* @param resourceGroupName The name of the resource group.
|
|
@@ -51,6 +62,14 @@ export declare class ApplicationTypesImpl implements ApplicationTypes {
|
|
|
51
62
|
* @param clusterName The name of the cluster resource.
|
|
52
63
|
* @param options The options parameters.
|
|
53
64
|
*/
|
|
54
|
-
|
|
65
|
+
private _list;
|
|
66
|
+
/**
|
|
67
|
+
* ListNext
|
|
68
|
+
* @param resourceGroupName The name of the resource group.
|
|
69
|
+
* @param clusterName The name of the cluster resource.
|
|
70
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
71
|
+
* @param options The options parameters.
|
|
72
|
+
*/
|
|
73
|
+
private _listNext;
|
|
55
74
|
}
|
|
56
75
|
//# sourceMappingURL=applicationTypes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applicationTypes.d.ts","sourceRoot":"","sources":["../../../src/operations/applicationTypes.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAI3D,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,
|
|
1
|
+
{"version":3,"file":"applicationTypes.d.ts","sourceRoot":"","sources":["../../../src/operations/applicationTypes.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAI3D,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,uBAAuB,EAEvB,kCAAkC,EAElC,iCAAiC,EACjC,2BAA2B,EAC3B,4CAA4C,EAC5C,sCAAsC,EACtC,oCAAoC,EAErC,MAAM,WAAW,CAAC;AAGnB,oDAAoD;AACpD,qBAAa,oBAAqB,YAAW,gBAAgB;IAC3D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;;;OAMG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,uBAAuB,CAAC;YAuBvC,cAAc;YA6Bd,aAAa;IAc5B;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAOvC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAalD;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAqDxD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,IAAI,CAAC;IAUhB;;;;;;OAMG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
|
@@ -5,12 +5,14 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
|
|
9
|
+
import { setContinuationToken } from "../pagingHelper";
|
|
9
10
|
import * as coreClient from "@azure/core-client";
|
|
10
11
|
import * as Mappers from "../models/mappers";
|
|
11
12
|
import * as Parameters from "../models/parameters";
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
13
|
+
import { createHttpPoller } from "@azure/core-lro";
|
|
14
|
+
import { createLroSpec } from "../lroImpl";
|
|
15
|
+
/// <reference lib="esnext.asynciterable" />
|
|
14
16
|
/** Class containing ApplicationTypes operations. */
|
|
15
17
|
export class ApplicationTypesImpl {
|
|
16
18
|
/**
|
|
@@ -20,6 +22,70 @@ export class ApplicationTypesImpl {
|
|
|
20
22
|
constructor(client) {
|
|
21
23
|
this.client = client;
|
|
22
24
|
}
|
|
25
|
+
/**
|
|
26
|
+
* Gets all application type name resources created or in the process of being created in the Service
|
|
27
|
+
* Fabric cluster resource.
|
|
28
|
+
* @param resourceGroupName The name of the resource group.
|
|
29
|
+
* @param clusterName The name of the cluster resource.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
list(resourceGroupName, clusterName, options) {
|
|
33
|
+
const iter = this.listPagingAll(resourceGroupName, clusterName, options);
|
|
34
|
+
return {
|
|
35
|
+
next() {
|
|
36
|
+
return iter.next();
|
|
37
|
+
},
|
|
38
|
+
[Symbol.asyncIterator]() {
|
|
39
|
+
return this;
|
|
40
|
+
},
|
|
41
|
+
byPage: (settings) => {
|
|
42
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
43
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
44
|
+
}
|
|
45
|
+
return this.listPagingPage(resourceGroupName, clusterName, options, settings);
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
listPagingPage(resourceGroupName, clusterName, options, settings) {
|
|
50
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
51
|
+
let result;
|
|
52
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
53
|
+
if (!continuationToken) {
|
|
54
|
+
result = yield __await(this._list(resourceGroupName, clusterName, options));
|
|
55
|
+
let page = result.value || [];
|
|
56
|
+
continuationToken = result.nextLink;
|
|
57
|
+
setContinuationToken(page, continuationToken);
|
|
58
|
+
yield yield __await(page);
|
|
59
|
+
}
|
|
60
|
+
while (continuationToken) {
|
|
61
|
+
result = yield __await(this._listNext(resourceGroupName, clusterName, continuationToken, options));
|
|
62
|
+
continuationToken = result.nextLink;
|
|
63
|
+
let page = result.value || [];
|
|
64
|
+
setContinuationToken(page, continuationToken);
|
|
65
|
+
yield yield __await(page);
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
listPagingAll(resourceGroupName, clusterName, options) {
|
|
70
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
71
|
+
var _a, e_1, _b, _c;
|
|
72
|
+
try {
|
|
73
|
+
for (var _d = true, _e = __asyncValues(this.listPagingPage(resourceGroupName, clusterName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
74
|
+
_c = _f.value;
|
|
75
|
+
_d = false;
|
|
76
|
+
const page = _c;
|
|
77
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
81
|
+
finally {
|
|
82
|
+
try {
|
|
83
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
84
|
+
}
|
|
85
|
+
finally { if (e_1) throw e_1.error; }
|
|
86
|
+
}
|
|
87
|
+
});
|
|
88
|
+
}
|
|
23
89
|
/**
|
|
24
90
|
* Get a Service Fabric application type name resource created or in the process of being created in
|
|
25
91
|
* the Service Fabric cluster resource.
|
|
@@ -60,7 +126,7 @@ export class ApplicationTypesImpl {
|
|
|
60
126
|
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
61
127
|
return this.client.sendOperationRequest(args, spec);
|
|
62
128
|
});
|
|
63
|
-
const
|
|
129
|
+
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
64
130
|
var _a;
|
|
65
131
|
let currentRawResponse = undefined;
|
|
66
132
|
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
@@ -79,9 +145,13 @@ export class ApplicationTypesImpl {
|
|
|
79
145
|
}
|
|
80
146
|
};
|
|
81
147
|
});
|
|
82
|
-
const lro =
|
|
83
|
-
|
|
84
|
-
|
|
148
|
+
const lro = createLroSpec({
|
|
149
|
+
sendOperationFn,
|
|
150
|
+
args: { resourceGroupName, clusterName, applicationTypeName, options },
|
|
151
|
+
spec: deleteOperationSpec
|
|
152
|
+
});
|
|
153
|
+
const poller = yield createHttpPoller(lro, {
|
|
154
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
85
155
|
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
86
156
|
});
|
|
87
157
|
yield poller.poll();
|
|
@@ -108,9 +178,19 @@ export class ApplicationTypesImpl {
|
|
|
108
178
|
* @param clusterName The name of the cluster resource.
|
|
109
179
|
* @param options The options parameters.
|
|
110
180
|
*/
|
|
111
|
-
|
|
181
|
+
_list(resourceGroupName, clusterName, options) {
|
|
112
182
|
return this.client.sendOperationRequest({ resourceGroupName, clusterName, options }, listOperationSpec);
|
|
113
183
|
}
|
|
184
|
+
/**
|
|
185
|
+
* ListNext
|
|
186
|
+
* @param resourceGroupName The name of the resource group.
|
|
187
|
+
* @param clusterName The name of the cluster resource.
|
|
188
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
189
|
+
* @param options The options parameters.
|
|
190
|
+
*/
|
|
191
|
+
_listNext(resourceGroupName, clusterName, nextLink, options) {
|
|
192
|
+
return this.client.sendOperationRequest({ resourceGroupName, clusterName, nextLink, options }, listNextOperationSpec);
|
|
193
|
+
}
|
|
114
194
|
}
|
|
115
195
|
// Operation Specifications
|
|
116
196
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
@@ -204,4 +284,25 @@ const listOperationSpec = {
|
|
|
204
284
|
headerParameters: [Parameters.accept],
|
|
205
285
|
serializer
|
|
206
286
|
};
|
|
287
|
+
const listNextOperationSpec = {
|
|
288
|
+
path: "{nextLink}",
|
|
289
|
+
httpMethod: "GET",
|
|
290
|
+
responses: {
|
|
291
|
+
200: {
|
|
292
|
+
bodyMapper: Mappers.ApplicationTypeResourceList
|
|
293
|
+
},
|
|
294
|
+
default: {
|
|
295
|
+
bodyMapper: Mappers.ErrorModel
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
urlParameters: [
|
|
299
|
+
Parameters.$host,
|
|
300
|
+
Parameters.resourceGroupName,
|
|
301
|
+
Parameters.clusterName,
|
|
302
|
+
Parameters.subscriptionId,
|
|
303
|
+
Parameters.nextLink
|
|
304
|
+
],
|
|
305
|
+
headerParameters: [Parameters.accept],
|
|
306
|
+
serializer
|
|
307
|
+
};
|
|
207
308
|
//# sourceMappingURL=applicationTypes.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applicationTypes.js","sourceRoot":"","sources":["../../../src/operations/applicationTypes.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAEnD,OAAO,
|
|
1
|
+
{"version":3,"file":"applicationTypes.js","sourceRoot":"","sources":["../../../src/operations/applicationTypes.ts"],"names":[],"mappings":"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"}
|