@azure/arm-managedapplications 1.0.2 → 2.0.0-alpha.20211011.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 +16 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +66 -72
- package/dist/index.js +2896 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/esm/applicationClient.d.ts +50 -0
- package/esm/applicationClient.d.ts.map +1 -0
- package/esm/applicationClient.js +190 -0
- package/esm/applicationClient.js.map +1 -0
- package/esm/applicationClientContext.d.ts +16 -0
- package/esm/applicationClientContext.d.ts.map +1 -0
- package/esm/applicationClientContext.js +49 -0
- package/esm/applicationClientContext.js.map +1 -0
- package/esm/coreClientLro.d.ts +26 -0
- package/esm/coreClientLro.d.ts.map +1 -0
- package/esm/coreClientLro.js +186 -0
- package/esm/coreClientLro.js.map +1 -0
- package/esm/index.d.ts +770 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +13 -0
- package/esm/index.js.map +1 -0
- package/esm/lro/azureAsyncPolling.d.ts +3 -0
- package/esm/lro/azureAsyncPolling.d.ts.map +1 -0
- package/esm/lro/azureAsyncPolling.js +67 -0
- package/esm/lro/azureAsyncPolling.js.map +1 -0
- package/esm/lro/bodyPolling.d.ts +8 -0
- package/esm/lro/bodyPolling.d.ts.map +1 -0
- package/esm/lro/bodyPolling.js +37 -0
- package/esm/lro/bodyPolling.js.map +1 -0
- package/esm/lro/index.d.ts +4 -0
- package/esm/lro/index.d.ts.map +1 -0
- package/esm/lro/index.js +12 -0
- package/esm/lro/index.js.map +1 -0
- package/esm/lro/locationPolling.d.ts +3 -0
- package/esm/lro/locationPolling.d.ts.map +1 -0
- package/esm/lro/locationPolling.js +19 -0
- package/esm/lro/locationPolling.js.map +1 -0
- package/esm/lro/lroEngine.d.ts +14 -0
- package/esm/lro/lroEngine.d.ts.map +1 -0
- package/esm/lro/lroEngine.js +41 -0
- package/esm/lro/lroEngine.js.map +1 -0
- package/esm/lro/models.d.ts +138 -0
- package/esm/lro/models.d.ts.map +1 -0
- package/esm/lro/models.js +14 -0
- package/esm/lro/models.js.map +1 -0
- package/esm/lro/operation.d.ts +36 -0
- package/esm/lro/operation.d.ts.map +1 -0
- package/esm/lro/operation.js +82 -0
- package/esm/lro/operation.js.map +1 -0
- package/esm/lro/passthrough.d.ts +3 -0
- package/esm/lro/passthrough.d.ts.map +1 -0
- package/esm/lro/passthrough.js +15 -0
- package/esm/lro/passthrough.js.map +1 -0
- package/esm/lro/requestUtils.d.ts +16 -0
- package/esm/lro/requestUtils.d.ts.map +1 -0
- package/esm/lro/requestUtils.js +73 -0
- package/esm/lro/requestUtils.js.map +1 -0
- package/esm/lro/stateMachine.d.ts +18 -0
- package/esm/lro/stateMachine.d.ts.map +1 -0
- package/esm/lro/stateMachine.js +84 -0
- package/esm/lro/stateMachine.js.map +1 -0
- package/esm/models/index.d.ts +360 -762
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +17 -2
- package/esm/models/index.js.map +1 -1
- package/esm/models/mappers.d.ts +18 -20
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +296 -318
- package/esm/models/mappers.js.map +1 -1
- package/esm/models/parameters.d.ts +15 -10
- package/esm/models/parameters.d.ts.map +1 -1
- package/esm/models/parameters.js +77 -49
- package/esm/models/parameters.js.map +1 -1
- package/esm/operations/applicationDefinitions.d.ts +128 -0
- package/esm/operations/applicationDefinitions.d.ts.map +1 -0
- package/esm/operations/applicationDefinitions.js +574 -0
- package/esm/operations/applicationDefinitions.js.map +1 -0
- package/esm/operations/applications.d.ts +182 -0
- package/esm/operations/applications.d.ts.map +1 -0
- package/esm/operations/applications.js +802 -0
- package/esm/operations/applications.js.map +1 -0
- package/esm/operations/index.d.ts +2 -2
- package/esm/operations/index.d.ts.map +1 -1
- package/esm/operations/index.js +5 -7
- package/esm/operations/index.js.map +1 -1
- package/esm/operationsInterfaces/applicationDefinitions.d.ts +95 -0
- package/esm/operationsInterfaces/applicationDefinitions.d.ts.map +1 -0
- package/esm/operationsInterfaces/applicationDefinitions.js +9 -0
- package/esm/operationsInterfaces/applicationDefinitions.js.map +1 -0
- package/esm/operationsInterfaces/applications.d.ts +128 -0
- package/esm/operationsInterfaces/applications.d.ts.map +1 -0
- package/esm/operationsInterfaces/applications.js +9 -0
- package/esm/operationsInterfaces/applications.js.map +1 -0
- package/esm/operationsInterfaces/index.d.ts +3 -0
- package/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/esm/operationsInterfaces/index.js +10 -0
- package/esm/operationsInterfaces/index.js.map +1 -0
- package/package.json +56 -16
- package/review/arm-managedapplications.api.md +443 -0
- package/rollup.config.js +181 -30
- package/src/applicationClient.ts +222 -0
- package/src/applicationClientContext.ts +70 -0
- package/src/coreClientLro.ts +323 -0
- package/src/index.ts +13 -0
- package/src/lro/azureAsyncPolling.ts +96 -0
- package/src/lro/bodyPolling.ts +54 -0
- package/src/lro/index.ts +26 -0
- package/src/lro/locationPolling.ts +30 -0
- package/src/lro/lroEngine.ts +61 -0
- package/src/lro/models.ts +173 -0
- package/src/lro/operation.ts +120 -0
- package/src/lro/passthrough.ts +23 -0
- package/src/lro/requestUtils.ts +105 -0
- package/src/lro/stateMachine.ts +138 -0
- package/src/models/index.ts +402 -794
- package/src/models/mappers.ts +290 -311
- package/src/models/parameters.ts +99 -50
- package/src/operations/applicationDefinitions.ts +810 -0
- package/src/operations/applications.ts +1069 -0
- package/src/operations/index.ts +5 -7
- package/src/operationsInterfaces/applicationDefinitions.ts +179 -0
- package/src/operationsInterfaces/applications.ts +225 -0
- package/src/operationsInterfaces/index.ts +10 -0
- package/tsconfig.json +3 -2
- package/dist/arm-managedapplications.js +0 -1855
- package/dist/arm-managedapplications.js.map +0 -1
- package/dist/arm-managedapplications.min.js +0 -1
- package/dist/arm-managedapplications.min.js.map +0 -1
- package/esm/managedApplicationClient.d.ts +0 -52
- package/esm/managedApplicationClient.d.ts.map +0 -1
- package/esm/managedApplicationClient.js +0 -87
- package/esm/managedApplicationClient.js.map +0 -1
- package/esm/managedApplicationClientContext.d.ts +0 -16
- package/esm/managedApplicationClientContext.d.ts.map +0 -1
- package/esm/managedApplicationClientContext.js +0 -56
- package/esm/managedApplicationClientContext.js.map +0 -1
- package/esm/models/applianceDefinitionsMappers.d.ts +0 -2
- package/esm/models/applianceDefinitionsMappers.d.ts.map +0 -1
- package/esm/models/applianceDefinitionsMappers.js +0 -9
- package/esm/models/applianceDefinitionsMappers.js.map +0 -1
- package/esm/models/appliancesMappers.d.ts +0 -2
- package/esm/models/appliancesMappers.d.ts.map +0 -1
- package/esm/models/appliancesMappers.js +0 -9
- package/esm/models/appliancesMappers.js.map +0 -1
- package/esm/operations/applianceDefinitions.d.ts +0 -167
- package/esm/operations/applianceDefinitions.d.ts.map +0 -1
- package/esm/operations/applianceDefinitions.js +0 -358
- package/esm/operations/applianceDefinitions.js.map +0 -1
- package/esm/operations/appliances.d.ts +0 -247
- package/esm/operations/appliances.d.ts.map +0 -1
- package/esm/operations/appliances.js +0 -482
- package/esm/operations/appliances.js.map +0 -1
- package/src/managedApplicationClient.ts +0 -138
- package/src/managedApplicationClientContext.ts +0 -62
- package/src/models/applianceDefinitionsMappers.ts +0 -24
- package/src/models/appliancesMappers.ts +0 -24
- package/src/operations/applianceDefinitions.ts +0 -492
- package/src/operations/appliances.ts +0 -716
package/src/operations/index.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
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
|
-
export * from "./
|
|
12
|
-
export * from "./
|
|
9
|
+
export * from "./applications";
|
|
10
|
+
export * from "./applicationDefinitions";
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import "@azure/core-paging";
|
|
10
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
11
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
12
|
+
import {
|
|
13
|
+
ApplicationDefinition,
|
|
14
|
+
ApplicationDefinitionsListByResourceGroupNextOptionalParams,
|
|
15
|
+
ApplicationDefinitionsListByResourceGroupOptionalParams,
|
|
16
|
+
ApplicationDefinitionsGetOptionalParams,
|
|
17
|
+
ApplicationDefinitionsGetResponse,
|
|
18
|
+
ApplicationDefinitionsDeleteOptionalParams,
|
|
19
|
+
ApplicationDefinitionsCreateOrUpdateOptionalParams,
|
|
20
|
+
ApplicationDefinitionsCreateOrUpdateResponse,
|
|
21
|
+
ApplicationDefinitionsGetByIdOptionalParams,
|
|
22
|
+
ApplicationDefinitionsGetByIdResponse,
|
|
23
|
+
ApplicationDefinitionsDeleteByIdOptionalParams,
|
|
24
|
+
ApplicationDefinitionsCreateOrUpdateByIdOptionalParams,
|
|
25
|
+
ApplicationDefinitionsCreateOrUpdateByIdResponse
|
|
26
|
+
} from "../models";
|
|
27
|
+
|
|
28
|
+
/// <reference lib="esnext.asynciterable" />
|
|
29
|
+
/** Interface representing a ApplicationDefinitions. */
|
|
30
|
+
export interface ApplicationDefinitions {
|
|
31
|
+
/**
|
|
32
|
+
* Lists the managed application definitions in a resource group.
|
|
33
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
listByResourceGroup(
|
|
37
|
+
resourceGroupName: string,
|
|
38
|
+
options?: ApplicationDefinitionsListByResourceGroupOptionalParams
|
|
39
|
+
): PagedAsyncIterableIterator<ApplicationDefinition>;
|
|
40
|
+
/**
|
|
41
|
+
* ListByResourceGroupNext
|
|
42
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
43
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
listByResourceGroupNext(
|
|
47
|
+
resourceGroupName: string,
|
|
48
|
+
nextLink: string,
|
|
49
|
+
options?: ApplicationDefinitionsListByResourceGroupNextOptionalParams
|
|
50
|
+
): PagedAsyncIterableIterator<ApplicationDefinition>;
|
|
51
|
+
/**
|
|
52
|
+
* Gets the managed application definition.
|
|
53
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
54
|
+
* @param applicationDefinitionName The name of the managed application definition.
|
|
55
|
+
* @param options The options parameters.
|
|
56
|
+
*/
|
|
57
|
+
get(
|
|
58
|
+
resourceGroupName: string,
|
|
59
|
+
applicationDefinitionName: string,
|
|
60
|
+
options?: ApplicationDefinitionsGetOptionalParams
|
|
61
|
+
): Promise<ApplicationDefinitionsGetResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* Deletes the managed application definition.
|
|
64
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
65
|
+
* @param applicationDefinitionName The name of the managed application definition to delete.
|
|
66
|
+
* @param options The options parameters.
|
|
67
|
+
*/
|
|
68
|
+
beginDelete(
|
|
69
|
+
resourceGroupName: string,
|
|
70
|
+
applicationDefinitionName: string,
|
|
71
|
+
options?: ApplicationDefinitionsDeleteOptionalParams
|
|
72
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
73
|
+
/**
|
|
74
|
+
* Deletes the managed application definition.
|
|
75
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
76
|
+
* @param applicationDefinitionName The name of the managed application definition to delete.
|
|
77
|
+
* @param options The options parameters.
|
|
78
|
+
*/
|
|
79
|
+
beginDeleteAndWait(
|
|
80
|
+
resourceGroupName: string,
|
|
81
|
+
applicationDefinitionName: string,
|
|
82
|
+
options?: ApplicationDefinitionsDeleteOptionalParams
|
|
83
|
+
): Promise<void>;
|
|
84
|
+
/**
|
|
85
|
+
* Creates a new managed application definition.
|
|
86
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
87
|
+
* @param applicationDefinitionName The name of the managed application definition.
|
|
88
|
+
* @param parameters Parameters supplied to the create or update an managed application definition.
|
|
89
|
+
* @param options The options parameters.
|
|
90
|
+
*/
|
|
91
|
+
beginCreateOrUpdate(
|
|
92
|
+
resourceGroupName: string,
|
|
93
|
+
applicationDefinitionName: string,
|
|
94
|
+
parameters: ApplicationDefinition,
|
|
95
|
+
options?: ApplicationDefinitionsCreateOrUpdateOptionalParams
|
|
96
|
+
): Promise<
|
|
97
|
+
PollerLike<
|
|
98
|
+
PollOperationState<ApplicationDefinitionsCreateOrUpdateResponse>,
|
|
99
|
+
ApplicationDefinitionsCreateOrUpdateResponse
|
|
100
|
+
>
|
|
101
|
+
>;
|
|
102
|
+
/**
|
|
103
|
+
* Creates a new managed application definition.
|
|
104
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
105
|
+
* @param applicationDefinitionName The name of the managed application definition.
|
|
106
|
+
* @param parameters Parameters supplied to the create or update an managed application definition.
|
|
107
|
+
* @param options The options parameters.
|
|
108
|
+
*/
|
|
109
|
+
beginCreateOrUpdateAndWait(
|
|
110
|
+
resourceGroupName: string,
|
|
111
|
+
applicationDefinitionName: string,
|
|
112
|
+
parameters: ApplicationDefinition,
|
|
113
|
+
options?: ApplicationDefinitionsCreateOrUpdateOptionalParams
|
|
114
|
+
): Promise<ApplicationDefinitionsCreateOrUpdateResponse>;
|
|
115
|
+
/**
|
|
116
|
+
* Gets the managed application definition.
|
|
117
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
118
|
+
* @param applicationDefinitionName The name of the managed application definition.
|
|
119
|
+
* @param options The options parameters.
|
|
120
|
+
*/
|
|
121
|
+
getById(
|
|
122
|
+
resourceGroupName: string,
|
|
123
|
+
applicationDefinitionName: string,
|
|
124
|
+
options?: ApplicationDefinitionsGetByIdOptionalParams
|
|
125
|
+
): Promise<ApplicationDefinitionsGetByIdResponse>;
|
|
126
|
+
/**
|
|
127
|
+
* Deletes the managed application definition.
|
|
128
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
129
|
+
* @param applicationDefinitionName The name of the managed application definition.
|
|
130
|
+
* @param options The options parameters.
|
|
131
|
+
*/
|
|
132
|
+
beginDeleteById(
|
|
133
|
+
resourceGroupName: string,
|
|
134
|
+
applicationDefinitionName: string,
|
|
135
|
+
options?: ApplicationDefinitionsDeleteByIdOptionalParams
|
|
136
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
137
|
+
/**
|
|
138
|
+
* Deletes the managed application definition.
|
|
139
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
140
|
+
* @param applicationDefinitionName The name of the managed application definition.
|
|
141
|
+
* @param options The options parameters.
|
|
142
|
+
*/
|
|
143
|
+
beginDeleteByIdAndWait(
|
|
144
|
+
resourceGroupName: string,
|
|
145
|
+
applicationDefinitionName: string,
|
|
146
|
+
options?: ApplicationDefinitionsDeleteByIdOptionalParams
|
|
147
|
+
): Promise<void>;
|
|
148
|
+
/**
|
|
149
|
+
* Creates a new managed application definition.
|
|
150
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
151
|
+
* @param applicationDefinitionName The name of the managed application definition.
|
|
152
|
+
* @param parameters Parameters supplied to the create or update a managed application definition.
|
|
153
|
+
* @param options The options parameters.
|
|
154
|
+
*/
|
|
155
|
+
beginCreateOrUpdateById(
|
|
156
|
+
resourceGroupName: string,
|
|
157
|
+
applicationDefinitionName: string,
|
|
158
|
+
parameters: ApplicationDefinition,
|
|
159
|
+
options?: ApplicationDefinitionsCreateOrUpdateByIdOptionalParams
|
|
160
|
+
): Promise<
|
|
161
|
+
PollerLike<
|
|
162
|
+
PollOperationState<ApplicationDefinitionsCreateOrUpdateByIdResponse>,
|
|
163
|
+
ApplicationDefinitionsCreateOrUpdateByIdResponse
|
|
164
|
+
>
|
|
165
|
+
>;
|
|
166
|
+
/**
|
|
167
|
+
* Creates a new managed application definition.
|
|
168
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
169
|
+
* @param applicationDefinitionName The name of the managed application definition.
|
|
170
|
+
* @param parameters Parameters supplied to the create or update a managed application definition.
|
|
171
|
+
* @param options The options parameters.
|
|
172
|
+
*/
|
|
173
|
+
beginCreateOrUpdateByIdAndWait(
|
|
174
|
+
resourceGroupName: string,
|
|
175
|
+
applicationDefinitionName: string,
|
|
176
|
+
parameters: ApplicationDefinition,
|
|
177
|
+
options?: ApplicationDefinitionsCreateOrUpdateByIdOptionalParams
|
|
178
|
+
): Promise<ApplicationDefinitionsCreateOrUpdateByIdResponse>;
|
|
179
|
+
}
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import "@azure/core-paging";
|
|
10
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
11
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
12
|
+
import {
|
|
13
|
+
Application,
|
|
14
|
+
ApplicationsListByResourceGroupNextOptionalParams,
|
|
15
|
+
ApplicationsListByResourceGroupOptionalParams,
|
|
16
|
+
ApplicationsListBySubscriptionNextOptionalParams,
|
|
17
|
+
ApplicationsListBySubscriptionOptionalParams,
|
|
18
|
+
ApplicationsGetOptionalParams,
|
|
19
|
+
ApplicationsGetResponse,
|
|
20
|
+
ApplicationsDeleteOptionalParams,
|
|
21
|
+
ApplicationsCreateOrUpdateOptionalParams,
|
|
22
|
+
ApplicationsCreateOrUpdateResponse,
|
|
23
|
+
ApplicationsUpdateOptionalParams,
|
|
24
|
+
ApplicationsUpdateResponse,
|
|
25
|
+
ApplicationsGetByIdOptionalParams,
|
|
26
|
+
ApplicationsGetByIdResponse,
|
|
27
|
+
ApplicationsDeleteByIdOptionalParams,
|
|
28
|
+
ApplicationsCreateOrUpdateByIdOptionalParams,
|
|
29
|
+
ApplicationsCreateOrUpdateByIdResponse,
|
|
30
|
+
ApplicationsUpdateByIdOptionalParams,
|
|
31
|
+
ApplicationsUpdateByIdResponse
|
|
32
|
+
} from "../models";
|
|
33
|
+
|
|
34
|
+
/// <reference lib="esnext.asynciterable" />
|
|
35
|
+
/** Interface representing a Applications. */
|
|
36
|
+
export interface Applications {
|
|
37
|
+
/**
|
|
38
|
+
* Gets all the applications within a resource group.
|
|
39
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
listByResourceGroup(
|
|
43
|
+
resourceGroupName: string,
|
|
44
|
+
options?: ApplicationsListByResourceGroupOptionalParams
|
|
45
|
+
): PagedAsyncIterableIterator<Application>;
|
|
46
|
+
/**
|
|
47
|
+
* Gets all the applications within a subscription.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
listBySubscription(
|
|
51
|
+
options?: ApplicationsListBySubscriptionOptionalParams
|
|
52
|
+
): PagedAsyncIterableIterator<Application>;
|
|
53
|
+
/**
|
|
54
|
+
* ListByResourceGroupNext
|
|
55
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
56
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
listByResourceGroupNext(
|
|
60
|
+
resourceGroupName: string,
|
|
61
|
+
nextLink: string,
|
|
62
|
+
options?: ApplicationsListByResourceGroupNextOptionalParams
|
|
63
|
+
): PagedAsyncIterableIterator<Application>;
|
|
64
|
+
/**
|
|
65
|
+
* ListBySubscriptionNext
|
|
66
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
67
|
+
* @param options The options parameters.
|
|
68
|
+
*/
|
|
69
|
+
listBySubscriptionNext(
|
|
70
|
+
nextLink: string,
|
|
71
|
+
options?: ApplicationsListBySubscriptionNextOptionalParams
|
|
72
|
+
): PagedAsyncIterableIterator<Application>;
|
|
73
|
+
/**
|
|
74
|
+
* Gets the managed application.
|
|
75
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
76
|
+
* @param applicationName The name of the managed application.
|
|
77
|
+
* @param options The options parameters.
|
|
78
|
+
*/
|
|
79
|
+
get(
|
|
80
|
+
resourceGroupName: string,
|
|
81
|
+
applicationName: string,
|
|
82
|
+
options?: ApplicationsGetOptionalParams
|
|
83
|
+
): Promise<ApplicationsGetResponse>;
|
|
84
|
+
/**
|
|
85
|
+
* Deletes the managed application.
|
|
86
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
87
|
+
* @param applicationName The name of the managed application.
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
beginDelete(
|
|
91
|
+
resourceGroupName: string,
|
|
92
|
+
applicationName: string,
|
|
93
|
+
options?: ApplicationsDeleteOptionalParams
|
|
94
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
95
|
+
/**
|
|
96
|
+
* Deletes the managed application.
|
|
97
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
98
|
+
* @param applicationName The name of the managed application.
|
|
99
|
+
* @param options The options parameters.
|
|
100
|
+
*/
|
|
101
|
+
beginDeleteAndWait(
|
|
102
|
+
resourceGroupName: string,
|
|
103
|
+
applicationName: string,
|
|
104
|
+
options?: ApplicationsDeleteOptionalParams
|
|
105
|
+
): Promise<void>;
|
|
106
|
+
/**
|
|
107
|
+
* Creates a new managed application.
|
|
108
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
109
|
+
* @param applicationName The name of the managed application.
|
|
110
|
+
* @param parameters Parameters supplied to the create or update a managed application.
|
|
111
|
+
* @param options The options parameters.
|
|
112
|
+
*/
|
|
113
|
+
beginCreateOrUpdate(
|
|
114
|
+
resourceGroupName: string,
|
|
115
|
+
applicationName: string,
|
|
116
|
+
parameters: Application,
|
|
117
|
+
options?: ApplicationsCreateOrUpdateOptionalParams
|
|
118
|
+
): Promise<
|
|
119
|
+
PollerLike<
|
|
120
|
+
PollOperationState<ApplicationsCreateOrUpdateResponse>,
|
|
121
|
+
ApplicationsCreateOrUpdateResponse
|
|
122
|
+
>
|
|
123
|
+
>;
|
|
124
|
+
/**
|
|
125
|
+
* Creates a new managed application.
|
|
126
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
127
|
+
* @param applicationName The name of the managed application.
|
|
128
|
+
* @param parameters Parameters supplied to the create or update a managed application.
|
|
129
|
+
* @param options The options parameters.
|
|
130
|
+
*/
|
|
131
|
+
beginCreateOrUpdateAndWait(
|
|
132
|
+
resourceGroupName: string,
|
|
133
|
+
applicationName: string,
|
|
134
|
+
parameters: Application,
|
|
135
|
+
options?: ApplicationsCreateOrUpdateOptionalParams
|
|
136
|
+
): Promise<ApplicationsCreateOrUpdateResponse>;
|
|
137
|
+
/**
|
|
138
|
+
* Updates an existing managed application. The only value that can be updated via PATCH currently is
|
|
139
|
+
* the tags.
|
|
140
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
141
|
+
* @param applicationName The name of the managed application.
|
|
142
|
+
* @param options The options parameters.
|
|
143
|
+
*/
|
|
144
|
+
update(
|
|
145
|
+
resourceGroupName: string,
|
|
146
|
+
applicationName: string,
|
|
147
|
+
options?: ApplicationsUpdateOptionalParams
|
|
148
|
+
): Promise<ApplicationsUpdateResponse>;
|
|
149
|
+
/**
|
|
150
|
+
* Gets the managed application.
|
|
151
|
+
* @param applicationId The fully qualified ID of the managed application, including the managed
|
|
152
|
+
* application name and the managed application resource type. Use the format,
|
|
153
|
+
* /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}
|
|
154
|
+
* @param options The options parameters.
|
|
155
|
+
*/
|
|
156
|
+
getById(
|
|
157
|
+
applicationId: string,
|
|
158
|
+
options?: ApplicationsGetByIdOptionalParams
|
|
159
|
+
): Promise<ApplicationsGetByIdResponse>;
|
|
160
|
+
/**
|
|
161
|
+
* Deletes the managed application.
|
|
162
|
+
* @param applicationId The fully qualified ID of the managed application, including the managed
|
|
163
|
+
* application name and the managed application resource type. Use the format,
|
|
164
|
+
* /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}
|
|
165
|
+
* @param options The options parameters.
|
|
166
|
+
*/
|
|
167
|
+
beginDeleteById(
|
|
168
|
+
applicationId: string,
|
|
169
|
+
options?: ApplicationsDeleteByIdOptionalParams
|
|
170
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
171
|
+
/**
|
|
172
|
+
* Deletes the managed application.
|
|
173
|
+
* @param applicationId The fully qualified ID of the managed application, including the managed
|
|
174
|
+
* application name and the managed application resource type. Use the format,
|
|
175
|
+
* /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}
|
|
176
|
+
* @param options The options parameters.
|
|
177
|
+
*/
|
|
178
|
+
beginDeleteByIdAndWait(
|
|
179
|
+
applicationId: string,
|
|
180
|
+
options?: ApplicationsDeleteByIdOptionalParams
|
|
181
|
+
): Promise<void>;
|
|
182
|
+
/**
|
|
183
|
+
* Creates a new managed application.
|
|
184
|
+
* @param applicationId The fully qualified ID of the managed application, including the managed
|
|
185
|
+
* application name and the managed application resource type. Use the format,
|
|
186
|
+
* /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}
|
|
187
|
+
* @param parameters Parameters supplied to the create or update a managed application.
|
|
188
|
+
* @param options The options parameters.
|
|
189
|
+
*/
|
|
190
|
+
beginCreateOrUpdateById(
|
|
191
|
+
applicationId: string,
|
|
192
|
+
parameters: Application,
|
|
193
|
+
options?: ApplicationsCreateOrUpdateByIdOptionalParams
|
|
194
|
+
): Promise<
|
|
195
|
+
PollerLike<
|
|
196
|
+
PollOperationState<ApplicationsCreateOrUpdateByIdResponse>,
|
|
197
|
+
ApplicationsCreateOrUpdateByIdResponse
|
|
198
|
+
>
|
|
199
|
+
>;
|
|
200
|
+
/**
|
|
201
|
+
* Creates a new managed application.
|
|
202
|
+
* @param applicationId The fully qualified ID of the managed application, including the managed
|
|
203
|
+
* application name and the managed application resource type. Use the format,
|
|
204
|
+
* /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}
|
|
205
|
+
* @param parameters Parameters supplied to the create or update a managed application.
|
|
206
|
+
* @param options The options parameters.
|
|
207
|
+
*/
|
|
208
|
+
beginCreateOrUpdateByIdAndWait(
|
|
209
|
+
applicationId: string,
|
|
210
|
+
parameters: Application,
|
|
211
|
+
options?: ApplicationsCreateOrUpdateByIdOptionalParams
|
|
212
|
+
): Promise<ApplicationsCreateOrUpdateByIdResponse>;
|
|
213
|
+
/**
|
|
214
|
+
* Updates an existing managed application. The only value that can be updated via PATCH currently is
|
|
215
|
+
* the tags.
|
|
216
|
+
* @param applicationId The fully qualified ID of the managed application, including the managed
|
|
217
|
+
* application name and the managed application resource type. Use the format,
|
|
218
|
+
* /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}
|
|
219
|
+
* @param options The options parameters.
|
|
220
|
+
*/
|
|
221
|
+
updateById(
|
|
222
|
+
applicationId: string,
|
|
223
|
+
options?: ApplicationsUpdateByIdOptionalParams
|
|
224
|
+
): Promise<ApplicationsUpdateByIdResponse>;
|
|
225
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
export * from "./applications";
|
|
10
|
+
export * from "./applicationDefinitions";
|
package/tsconfig.json
CHANGED
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
"module": "es6",
|
|
4
4
|
"moduleResolution": "node",
|
|
5
5
|
"strict": true,
|
|
6
|
-
"target": "
|
|
6
|
+
"target": "es6",
|
|
7
7
|
"sourceMap": true,
|
|
8
8
|
"declarationMap": true,
|
|
9
9
|
"esModuleInterop": true,
|
|
10
10
|
"allowSyntheticDefaultImports": true,
|
|
11
11
|
"forceConsistentCasingInFileNames": true,
|
|
12
|
-
"
|
|
12
|
+
"preserveConstEnums": true,
|
|
13
|
+
"lib": ["es6", "dom"],
|
|
13
14
|
"declaration": true,
|
|
14
15
|
"outDir": "./esm",
|
|
15
16
|
"importHelpers": true
|