@azure/arm-resourcesdeploymentstacks 1.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.
Files changed (132) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +2308 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/deploymentStacksCreateOrUpdateAtManagementGroupSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/deploymentStacksCreateOrUpdateAtManagementGroupSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/deploymentStacksCreateOrUpdateAtManagementGroupSample.js +53 -0
  11. package/dist-esm/samples-dev/deploymentStacksCreateOrUpdateAtManagementGroupSample.js.map +1 -0
  12. package/dist-esm/samples-dev/deploymentStacksCreateOrUpdateAtResourceGroupSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/deploymentStacksCreateOrUpdateAtResourceGroupSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/deploymentStacksCreateOrUpdateAtResourceGroupSample.js +56 -0
  15. package/dist-esm/samples-dev/deploymentStacksCreateOrUpdateAtResourceGroupSample.js.map +1 -0
  16. package/dist-esm/samples-dev/deploymentStacksCreateOrUpdateAtSubscriptionSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/deploymentStacksCreateOrUpdateAtSubscriptionSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/deploymentStacksCreateOrUpdateAtSubscriptionSample.js +54 -0
  19. package/dist-esm/samples-dev/deploymentStacksCreateOrUpdateAtSubscriptionSample.js.map +1 -0
  20. package/dist-esm/samples-dev/deploymentStacksDeleteAtManagementGroupSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/deploymentStacksDeleteAtManagementGroupSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/deploymentStacksDeleteAtManagementGroupSample.js +37 -0
  23. package/dist-esm/samples-dev/deploymentStacksDeleteAtManagementGroupSample.js.map +1 -0
  24. package/dist-esm/samples-dev/deploymentStacksDeleteAtResourceGroupSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/deploymentStacksDeleteAtResourceGroupSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/deploymentStacksDeleteAtResourceGroupSample.js +40 -0
  27. package/dist-esm/samples-dev/deploymentStacksDeleteAtResourceGroupSample.js.map +1 -0
  28. package/dist-esm/samples-dev/deploymentStacksDeleteAtSubscriptionSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/deploymentStacksDeleteAtSubscriptionSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/deploymentStacksDeleteAtSubscriptionSample.js +38 -0
  31. package/dist-esm/samples-dev/deploymentStacksDeleteAtSubscriptionSample.js.map +1 -0
  32. package/dist-esm/samples-dev/deploymentStacksExportTemplateAtManagementGroupSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/deploymentStacksExportTemplateAtManagementGroupSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/deploymentStacksExportTemplateAtManagementGroupSample.js +37 -0
  35. package/dist-esm/samples-dev/deploymentStacksExportTemplateAtManagementGroupSample.js.map +1 -0
  36. package/dist-esm/samples-dev/deploymentStacksExportTemplateAtResourceGroupSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/deploymentStacksExportTemplateAtResourceGroupSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/deploymentStacksExportTemplateAtResourceGroupSample.js +40 -0
  39. package/dist-esm/samples-dev/deploymentStacksExportTemplateAtResourceGroupSample.js.map +1 -0
  40. package/dist-esm/samples-dev/deploymentStacksExportTemplateAtSubscriptionSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/deploymentStacksExportTemplateAtSubscriptionSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/deploymentStacksExportTemplateAtSubscriptionSample.js +38 -0
  43. package/dist-esm/samples-dev/deploymentStacksExportTemplateAtSubscriptionSample.js.map +1 -0
  44. package/dist-esm/samples-dev/deploymentStacksGetAtManagementGroupSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/deploymentStacksGetAtManagementGroupSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/deploymentStacksGetAtManagementGroupSample.js +37 -0
  47. package/dist-esm/samples-dev/deploymentStacksGetAtManagementGroupSample.js.map +1 -0
  48. package/dist-esm/samples-dev/deploymentStacksGetAtResourceGroupSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/deploymentStacksGetAtResourceGroupSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/deploymentStacksGetAtResourceGroupSample.js +40 -0
  51. package/dist-esm/samples-dev/deploymentStacksGetAtResourceGroupSample.js.map +1 -0
  52. package/dist-esm/samples-dev/deploymentStacksGetAtSubscriptionSample.d.ts +2 -0
  53. package/dist-esm/samples-dev/deploymentStacksGetAtSubscriptionSample.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/deploymentStacksGetAtSubscriptionSample.js +38 -0
  55. package/dist-esm/samples-dev/deploymentStacksGetAtSubscriptionSample.js.map +1 -0
  56. package/dist-esm/samples-dev/deploymentStacksListAtManagementGroupSample.d.ts +2 -0
  57. package/dist-esm/samples-dev/deploymentStacksListAtManagementGroupSample.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/deploymentStacksListAtManagementGroupSample.js +57 -0
  59. package/dist-esm/samples-dev/deploymentStacksListAtManagementGroupSample.js.map +1 -0
  60. package/dist-esm/samples-dev/deploymentStacksListAtResourceGroupSample.d.ts +2 -0
  61. package/dist-esm/samples-dev/deploymentStacksListAtResourceGroupSample.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/deploymentStacksListAtResourceGroupSample.js +60 -0
  63. package/dist-esm/samples-dev/deploymentStacksListAtResourceGroupSample.js.map +1 -0
  64. package/dist-esm/samples-dev/deploymentStacksListAtSubscriptionSample.d.ts +2 -0
  65. package/dist-esm/samples-dev/deploymentStacksListAtSubscriptionSample.d.ts.map +1 -0
  66. package/dist-esm/samples-dev/deploymentStacksListAtSubscriptionSample.js +58 -0
  67. package/dist-esm/samples-dev/deploymentStacksListAtSubscriptionSample.js.map +1 -0
  68. package/dist-esm/src/deploymentStacksClient.d.ts +21 -0
  69. package/dist-esm/src/deploymentStacksClient.d.ts.map +1 -0
  70. package/dist-esm/src/deploymentStacksClient.js +98 -0
  71. package/dist-esm/src/deploymentStacksClient.js.map +1 -0
  72. package/dist-esm/src/index.d.ts +6 -0
  73. package/dist-esm/src/index.d.ts.map +1 -0
  74. package/dist-esm/src/index.js +13 -0
  75. package/dist-esm/src/index.js.map +1 -0
  76. package/dist-esm/src/lroImpl.d.ts +11 -0
  77. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  78. package/dist-esm/src/lroImpl.js +21 -0
  79. package/dist-esm/src/lroImpl.js.map +1 -0
  80. package/dist-esm/src/models/index.d.ts +642 -0
  81. package/dist-esm/src/models/index.d.ts.map +1 -0
  82. package/dist-esm/src/models/index.js +116 -0
  83. package/dist-esm/src/models/index.js.map +1 -0
  84. package/dist-esm/src/models/mappers.d.ts +23 -0
  85. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  86. package/dist-esm/src/models/mappers.js +758 -0
  87. package/dist-esm/src/models/mappers.js.map +1 -0
  88. package/dist-esm/src/models/parameters.d.ts +15 -0
  89. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  90. package/dist-esm/src/models/parameters.js +152 -0
  91. package/dist-esm/src/models/parameters.js.map +1 -0
  92. package/dist-esm/src/operations/deploymentStacks.d.ts +207 -0
  93. package/dist-esm/src/operations/deploymentStacks.d.ts.map +1 -0
  94. package/dist-esm/src/operations/deploymentStacks.js +1086 -0
  95. package/dist-esm/src/operations/deploymentStacks.js.map +1 -0
  96. package/dist-esm/src/operations/index.d.ts +2 -0
  97. package/dist-esm/src/operations/index.d.ts.map +1 -0
  98. package/dist-esm/src/operations/index.js +9 -0
  99. package/dist-esm/src/operations/index.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/deploymentStacks.d.ts +156 -0
  101. package/dist-esm/src/operationsInterfaces/deploymentStacks.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/deploymentStacks.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/deploymentStacks.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
  105. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/index.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  108. package/dist-esm/src/pagingHelper.d.ts +13 -0
  109. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  110. package/dist-esm/src/pagingHelper.js +32 -0
  111. package/dist-esm/src/pagingHelper.js.map +1 -0
  112. package/dist-esm/test/resourcesdeploymentstacks_operations_test.spec.d.ts +4 -0
  113. package/dist-esm/test/resourcesdeploymentstacks_operations_test.spec.d.ts.map +1 -0
  114. package/dist-esm/test/resourcesdeploymentstacks_operations_test.spec.js +162 -0
  115. package/dist-esm/test/resourcesdeploymentstacks_operations_test.spec.js.map +1 -0
  116. package/package.json +124 -0
  117. package/review/arm-resourcesdeploymentstacks.api.md +469 -0
  118. package/rollup.config.js +122 -0
  119. package/src/deploymentStacksClient.ts +154 -0
  120. package/src/index.ts +13 -0
  121. package/src/lroImpl.ts +42 -0
  122. package/src/models/index.ts +728 -0
  123. package/src/models/mappers.ts +828 -0
  124. package/src/models/parameters.ts +170 -0
  125. package/src/operations/deploymentStacks.ts +1420 -0
  126. package/src/operations/index.ts +9 -0
  127. package/src/operationsInterfaces/deploymentStacks.ts +286 -0
  128. package/src/operationsInterfaces/index.ts +9 -0
  129. package/src/pagingHelper.ts +39 -0
  130. package/tsconfig.json +33 -0
  131. package/types/arm-resourcesdeploymentstacks.d.ts +899 -0
  132. package/types/tsdoc-metadata.json +11 -0
package/package.json ADDED
@@ -0,0 +1,124 @@
1
+ {
2
+ "name": "@azure/arm-resourcesdeploymentstacks",
3
+ "sdk-type": "mgmt",
4
+ "author": "Microsoft Corporation",
5
+ "description": "A generated SDK for DeploymentStacksClient.",
6
+ "version": "1.0.0-beta.1",
7
+ "engines": {
8
+ "node": ">=14.0.0"
9
+ },
10
+ "dependencies": {
11
+ "@azure/core-lro": "^2.5.4",
12
+ "@azure/abort-controller": "^1.0.0",
13
+ "@azure/core-paging": "^1.2.0",
14
+ "@azure/core-client": "^1.7.0",
15
+ "@azure/core-auth": "^1.3.0",
16
+ "@azure/core-rest-pipeline": "^1.12.0",
17
+ "tslib": "^2.2.0"
18
+ },
19
+ "keywords": [
20
+ "node",
21
+ "azure",
22
+ "typescript",
23
+ "browser",
24
+ "isomorphic"
25
+ ],
26
+ "license": "MIT",
27
+ "main": "./dist/index.js",
28
+ "module": "./dist-esm/src/index.js",
29
+ "types": "./types/arm-resourcesdeploymentstacks.d.ts",
30
+ "devDependencies": {
31
+ "@microsoft/api-extractor": "^7.31.1",
32
+ "@rollup/plugin-commonjs": "^24.0.0",
33
+ "@rollup/plugin-json": "^6.0.0",
34
+ "@rollup/plugin-multi-entry": "^6.0.0",
35
+ "@rollup/plugin-node-resolve": "^13.1.3",
36
+ "mkdirp": "^2.1.2",
37
+ "rollup": "^2.66.1",
38
+ "rollup-plugin-sourcemaps": "^0.6.3",
39
+ "typescript": "~5.0.0",
40
+ "uglify-js": "^3.4.9",
41
+ "rimraf": "^3.0.0",
42
+ "dotenv": "^16.0.0",
43
+ "@azure/identity": "^2.0.1",
44
+ "@azure-tools/test-recorder": "^3.0.0",
45
+ "@azure-tools/test-credential": "^1.0.0",
46
+ "mocha": "^7.1.1",
47
+ "@types/chai": "^4.2.8",
48
+ "chai": "^4.2.0",
49
+ "cross-env": "^7.0.2",
50
+ "@types/node": "^14.0.0",
51
+ "ts-node": "^10.0.0",
52
+ "@azure/dev-tool": "^1.0.0"
53
+ },
54
+ "repository": {
55
+ "type": "git",
56
+ "url": "https://github.com/Azure/azure-sdk-for-js.git"
57
+ },
58
+ "bugs": {
59
+ "url": "https://github.com/Azure/azure-sdk-for-js/issues"
60
+ },
61
+ "files": [
62
+ "dist/**/*.js",
63
+ "dist/**/*.js.map",
64
+ "dist/**/*.d.ts",
65
+ "dist/**/*.d.ts.map",
66
+ "dist-esm/**/*.js",
67
+ "dist-esm/**/*.js.map",
68
+ "dist-esm/**/*.d.ts",
69
+ "dist-esm/**/*.d.ts.map",
70
+ "src/**/*.ts",
71
+ "README.md",
72
+ "LICENSE",
73
+ "rollup.config.js",
74
+ "tsconfig.json",
75
+ "review/*",
76
+ "CHANGELOG.md",
77
+ "types/*"
78
+ ],
79
+ "scripts": {
80
+ "build": "npm run clean && tsc && rollup -c 2>&1 && npm run minify && mkdirp ./review && npm run extract-api",
81
+ "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
82
+ "prepack": "npm run build",
83
+ "pack": "npm pack 2>&1",
84
+ "extract-api": "api-extractor run --local",
85
+ "lint": "echo skipped",
86
+ "audit": "echo skipped",
87
+ "clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
88
+ "build:node": "echo skipped",
89
+ "build:browser": "echo skipped",
90
+ "build:test": "echo skipped",
91
+ "build:samples": "echo skipped.",
92
+ "check-format": "echo skipped",
93
+ "execute:samples": "echo skipped",
94
+ "format": "echo skipped",
95
+ "test": "npm run integration-test",
96
+ "test:node": "echo skipped",
97
+ "test:browser": "echo skipped",
98
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser",
99
+ "unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
100
+ "unit-test:browser": "echo skipped",
101
+ "integration-test": "npm run integration-test:node && npm run integration-test:browser",
102
+ "integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
103
+ "integration-test:browser": "echo skipped"
104
+ },
105
+ "sideEffects": false,
106
+ "//metadata": {
107
+ "constantPaths": [
108
+ {
109
+ "path": "src/deploymentStacksClient.ts",
110
+ "prefix": "packageDetails"
111
+ }
112
+ ]
113
+ },
114
+ "autoPublish": true,
115
+ "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks",
116
+ "//sampleConfiguration": {
117
+ "productName": "",
118
+ "productSlugs": [
119
+ "azure"
120
+ ],
121
+ "disableDocsMs": true,
122
+ "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-resourcesdeploymentstacks?view=azure-node-preview"
123
+ }
124
+ }
@@ -0,0 +1,469 @@
1
+ ## API Report File for "@azure/arm-resourcesdeploymentstacks"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import * as coreAuth from '@azure/core-auth';
8
+ import * as coreClient from '@azure/core-client';
9
+ import { OperationState } from '@azure/core-lro';
10
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
11
+ import { SimplePollerLike } from '@azure/core-lro';
12
+
13
+ // @public
14
+ export interface AzureResourceBase {
15
+ readonly id?: string;
16
+ readonly name?: string;
17
+ readonly systemData?: SystemData;
18
+ readonly type?: string;
19
+ }
20
+
21
+ // @public
22
+ export type CreatedByType = string;
23
+
24
+ // @public
25
+ export interface DenySettings {
26
+ applyToChildScopes?: boolean;
27
+ excludedActions?: string[];
28
+ excludedPrincipals?: string[];
29
+ mode: DenySettingsMode;
30
+ }
31
+
32
+ // @public
33
+ export type DenySettingsMode = string;
34
+
35
+ // @public
36
+ export type DenyStatusMode = string;
37
+
38
+ // @public
39
+ export interface DeploymentStack extends AzureResourceBase {
40
+ actionOnUnmanage?: DeploymentStackPropertiesActionOnUnmanage;
41
+ debugSetting?: DeploymentStacksDebugSetting;
42
+ readonly deletedResources?: ResourceReference[];
43
+ denySettings?: DenySettings;
44
+ readonly deploymentId?: string;
45
+ deploymentScope?: string;
46
+ description?: string;
47
+ readonly detachedResources?: ResourceReference[];
48
+ readonly duration?: string;
49
+ error?: ErrorResponse;
50
+ readonly failedResources?: ResourceReferenceExtended[];
51
+ location?: string;
52
+ readonly outputs?: Record<string, unknown>;
53
+ parameters?: Record<string, unknown>;
54
+ parametersLink?: DeploymentStacksParametersLink;
55
+ readonly provisioningState?: DeploymentStackProvisioningState;
56
+ readonly resources?: ManagedResourceReference[];
57
+ tags?: {
58
+ [propertyName: string]: string;
59
+ };
60
+ template?: Record<string, unknown>;
61
+ templateLink?: DeploymentStacksTemplateLink;
62
+ }
63
+
64
+ // @public
65
+ export interface DeploymentStackListResult {
66
+ readonly nextLink?: string;
67
+ value?: DeploymentStack[];
68
+ }
69
+
70
+ // @public
71
+ export interface DeploymentStackProperties extends DeploymentStacksError {
72
+ actionOnUnmanage: DeploymentStackPropertiesActionOnUnmanage;
73
+ debugSetting?: DeploymentStacksDebugSetting;
74
+ readonly deletedResources?: ResourceReference[];
75
+ denySettings: DenySettings;
76
+ readonly deploymentId?: string;
77
+ deploymentScope?: string;
78
+ description?: string;
79
+ readonly detachedResources?: ResourceReference[];
80
+ readonly duration?: string;
81
+ readonly failedResources?: ResourceReferenceExtended[];
82
+ readonly outputs?: Record<string, unknown>;
83
+ parameters?: Record<string, unknown>;
84
+ parametersLink?: DeploymentStacksParametersLink;
85
+ readonly provisioningState?: DeploymentStackProvisioningState;
86
+ readonly resources?: ManagedResourceReference[];
87
+ template?: Record<string, unknown>;
88
+ templateLink?: DeploymentStacksTemplateLink;
89
+ }
90
+
91
+ // @public
92
+ export interface DeploymentStackPropertiesActionOnUnmanage {
93
+ managementGroups?: DeploymentStacksDeleteDetachEnum;
94
+ resourceGroups?: DeploymentStacksDeleteDetachEnum;
95
+ resources: DeploymentStacksDeleteDetachEnum;
96
+ }
97
+
98
+ // @public
99
+ export type DeploymentStackProvisioningState = string;
100
+
101
+ // @public
102
+ export interface DeploymentStacks {
103
+ beginCreateOrUpdateAtManagementGroup(managementGroupId: string, deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtManagementGroupOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentStacksCreateOrUpdateAtManagementGroupResponse>, DeploymentStacksCreateOrUpdateAtManagementGroupResponse>>;
104
+ beginCreateOrUpdateAtManagementGroupAndWait(managementGroupId: string, deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtManagementGroupOptionalParams): Promise<DeploymentStacksCreateOrUpdateAtManagementGroupResponse>;
105
+ beginCreateOrUpdateAtResourceGroup(resourceGroupName: string, deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtResourceGroupOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentStacksCreateOrUpdateAtResourceGroupResponse>, DeploymentStacksCreateOrUpdateAtResourceGroupResponse>>;
106
+ beginCreateOrUpdateAtResourceGroupAndWait(resourceGroupName: string, deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtResourceGroupOptionalParams): Promise<DeploymentStacksCreateOrUpdateAtResourceGroupResponse>;
107
+ beginCreateOrUpdateAtSubscription(deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtSubscriptionOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentStacksCreateOrUpdateAtSubscriptionResponse>, DeploymentStacksCreateOrUpdateAtSubscriptionResponse>>;
108
+ beginCreateOrUpdateAtSubscriptionAndWait(deploymentStackName: string, deploymentStack: DeploymentStack, options?: DeploymentStacksCreateOrUpdateAtSubscriptionOptionalParams): Promise<DeploymentStacksCreateOrUpdateAtSubscriptionResponse>;
109
+ beginDeleteAtManagementGroup(managementGroupId: string, deploymentStackName: string, options?: DeploymentStacksDeleteAtManagementGroupOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
110
+ beginDeleteAtManagementGroupAndWait(managementGroupId: string, deploymentStackName: string, options?: DeploymentStacksDeleteAtManagementGroupOptionalParams): Promise<void>;
111
+ beginDeleteAtResourceGroup(resourceGroupName: string, deploymentStackName: string, options?: DeploymentStacksDeleteAtResourceGroupOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
112
+ beginDeleteAtResourceGroupAndWait(resourceGroupName: string, deploymentStackName: string, options?: DeploymentStacksDeleteAtResourceGroupOptionalParams): Promise<void>;
113
+ beginDeleteAtSubscription(deploymentStackName: string, options?: DeploymentStacksDeleteAtSubscriptionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
114
+ beginDeleteAtSubscriptionAndWait(deploymentStackName: string, options?: DeploymentStacksDeleteAtSubscriptionOptionalParams): Promise<void>;
115
+ exportTemplateAtManagementGroup(managementGroupId: string, deploymentStackName: string, options?: DeploymentStacksExportTemplateAtManagementGroupOptionalParams): Promise<DeploymentStacksExportTemplateAtManagementGroupResponse>;
116
+ exportTemplateAtResourceGroup(resourceGroupName: string, deploymentStackName: string, options?: DeploymentStacksExportTemplateAtResourceGroupOptionalParams): Promise<DeploymentStacksExportTemplateAtResourceGroupResponse>;
117
+ exportTemplateAtSubscription(deploymentStackName: string, options?: DeploymentStacksExportTemplateAtSubscriptionOptionalParams): Promise<DeploymentStacksExportTemplateAtSubscriptionResponse>;
118
+ getAtManagementGroup(managementGroupId: string, deploymentStackName: string, options?: DeploymentStacksGetAtManagementGroupOptionalParams): Promise<DeploymentStacksGetAtManagementGroupResponse>;
119
+ getAtResourceGroup(resourceGroupName: string, deploymentStackName: string, options?: DeploymentStacksGetAtResourceGroupOptionalParams): Promise<DeploymentStacksGetAtResourceGroupResponse>;
120
+ getAtSubscription(deploymentStackName: string, options?: DeploymentStacksGetAtSubscriptionOptionalParams): Promise<DeploymentStacksGetAtSubscriptionResponse>;
121
+ listAtManagementGroup(managementGroupId: string, options?: DeploymentStacksListAtManagementGroupOptionalParams): PagedAsyncIterableIterator<DeploymentStack>;
122
+ listAtResourceGroup(resourceGroupName: string, options?: DeploymentStacksListAtResourceGroupOptionalParams): PagedAsyncIterableIterator<DeploymentStack>;
123
+ listAtSubscription(options?: DeploymentStacksListAtSubscriptionOptionalParams): PagedAsyncIterableIterator<DeploymentStack>;
124
+ }
125
+
126
+ // @public (undocumented)
127
+ export class DeploymentStacksClient extends coreClient.ServiceClient {
128
+ // (undocumented)
129
+ $host: string;
130
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DeploymentStacksClientOptionalParams);
131
+ constructor(credentials: coreAuth.TokenCredential, options?: DeploymentStacksClientOptionalParams);
132
+ // (undocumented)
133
+ apiVersion: string;
134
+ // (undocumented)
135
+ deploymentStacks: DeploymentStacks;
136
+ // (undocumented)
137
+ subscriptionId?: string;
138
+ }
139
+
140
+ // @public
141
+ export interface DeploymentStacksClientOptionalParams extends coreClient.ServiceClientOptions {
142
+ $host?: string;
143
+ apiVersion?: string;
144
+ endpoint?: string;
145
+ }
146
+
147
+ // @public
148
+ export interface DeploymentStacksCreateOrUpdateAtManagementGroupOptionalParams extends coreClient.OperationOptions {
149
+ resumeFrom?: string;
150
+ updateIntervalInMs?: number;
151
+ }
152
+
153
+ // @public
154
+ export type DeploymentStacksCreateOrUpdateAtManagementGroupResponse = DeploymentStack;
155
+
156
+ // @public
157
+ export interface DeploymentStacksCreateOrUpdateAtResourceGroupOptionalParams extends coreClient.OperationOptions {
158
+ resumeFrom?: string;
159
+ updateIntervalInMs?: number;
160
+ }
161
+
162
+ // @public
163
+ export type DeploymentStacksCreateOrUpdateAtResourceGroupResponse = DeploymentStack;
164
+
165
+ // @public
166
+ export interface DeploymentStacksCreateOrUpdateAtSubscriptionOptionalParams extends coreClient.OperationOptions {
167
+ resumeFrom?: string;
168
+ updateIntervalInMs?: number;
169
+ }
170
+
171
+ // @public
172
+ export type DeploymentStacksCreateOrUpdateAtSubscriptionResponse = DeploymentStack;
173
+
174
+ // @public
175
+ export interface DeploymentStacksDebugSetting {
176
+ detailLevel?: string;
177
+ }
178
+
179
+ // @public
180
+ export interface DeploymentStacksDeleteAtManagementGroupHeaders {
181
+ // (undocumented)
182
+ location?: string;
183
+ }
184
+
185
+ // @public
186
+ export interface DeploymentStacksDeleteAtManagementGroupOptionalParams extends coreClient.OperationOptions {
187
+ resumeFrom?: string;
188
+ unmanageActionManagementGroups?: UnmanageActionManagementGroupMode;
189
+ unmanageActionResourceGroups?: UnmanageActionResourceGroupMode;
190
+ unmanageActionResources?: UnmanageActionResourceMode;
191
+ updateIntervalInMs?: number;
192
+ }
193
+
194
+ // @public
195
+ export interface DeploymentStacksDeleteAtResourceGroupHeaders {
196
+ // (undocumented)
197
+ location?: string;
198
+ }
199
+
200
+ // @public
201
+ export interface DeploymentStacksDeleteAtResourceGroupOptionalParams extends coreClient.OperationOptions {
202
+ resumeFrom?: string;
203
+ unmanageActionResourceGroups?: UnmanageActionResourceGroupMode;
204
+ unmanageActionResources?: UnmanageActionResourceMode;
205
+ updateIntervalInMs?: number;
206
+ }
207
+
208
+ // @public
209
+ export interface DeploymentStacksDeleteAtSubscriptionHeaders {
210
+ // (undocumented)
211
+ location?: string;
212
+ }
213
+
214
+ // @public
215
+ export interface DeploymentStacksDeleteAtSubscriptionOptionalParams extends coreClient.OperationOptions {
216
+ resumeFrom?: string;
217
+ unmanageActionResourceGroups?: UnmanageActionResourceGroupMode;
218
+ unmanageActionResources?: UnmanageActionResourceMode;
219
+ updateIntervalInMs?: number;
220
+ }
221
+
222
+ // @public
223
+ export type DeploymentStacksDeleteDetachEnum = string;
224
+
225
+ // @public
226
+ export interface DeploymentStacksError {
227
+ error?: ErrorResponse;
228
+ }
229
+
230
+ // @public
231
+ export interface DeploymentStacksExportTemplateAtManagementGroupOptionalParams extends coreClient.OperationOptions {
232
+ }
233
+
234
+ // @public
235
+ export type DeploymentStacksExportTemplateAtManagementGroupResponse = DeploymentStackTemplateDefinition;
236
+
237
+ // @public
238
+ export interface DeploymentStacksExportTemplateAtResourceGroupOptionalParams extends coreClient.OperationOptions {
239
+ }
240
+
241
+ // @public
242
+ export type DeploymentStacksExportTemplateAtResourceGroupResponse = DeploymentStackTemplateDefinition;
243
+
244
+ // @public
245
+ export interface DeploymentStacksExportTemplateAtSubscriptionOptionalParams extends coreClient.OperationOptions {
246
+ }
247
+
248
+ // @public
249
+ export type DeploymentStacksExportTemplateAtSubscriptionResponse = DeploymentStackTemplateDefinition;
250
+
251
+ // @public
252
+ export interface DeploymentStacksGetAtManagementGroupOptionalParams extends coreClient.OperationOptions {
253
+ }
254
+
255
+ // @public
256
+ export type DeploymentStacksGetAtManagementGroupResponse = DeploymentStack;
257
+
258
+ // @public
259
+ export interface DeploymentStacksGetAtResourceGroupOptionalParams extends coreClient.OperationOptions {
260
+ }
261
+
262
+ // @public
263
+ export type DeploymentStacksGetAtResourceGroupResponse = DeploymentStack;
264
+
265
+ // @public
266
+ export interface DeploymentStacksGetAtSubscriptionOptionalParams extends coreClient.OperationOptions {
267
+ }
268
+
269
+ // @public
270
+ export type DeploymentStacksGetAtSubscriptionResponse = DeploymentStack;
271
+
272
+ // @public
273
+ export interface DeploymentStacksListAtManagementGroupNextOptionalParams extends coreClient.OperationOptions {
274
+ }
275
+
276
+ // @public
277
+ export type DeploymentStacksListAtManagementGroupNextResponse = DeploymentStackListResult;
278
+
279
+ // @public
280
+ export interface DeploymentStacksListAtManagementGroupOptionalParams extends coreClient.OperationOptions {
281
+ }
282
+
283
+ // @public
284
+ export type DeploymentStacksListAtManagementGroupResponse = DeploymentStackListResult;
285
+
286
+ // @public
287
+ export interface DeploymentStacksListAtResourceGroupNextOptionalParams extends coreClient.OperationOptions {
288
+ }
289
+
290
+ // @public
291
+ export type DeploymentStacksListAtResourceGroupNextResponse = DeploymentStackListResult;
292
+
293
+ // @public
294
+ export interface DeploymentStacksListAtResourceGroupOptionalParams extends coreClient.OperationOptions {
295
+ }
296
+
297
+ // @public
298
+ export type DeploymentStacksListAtResourceGroupResponse = DeploymentStackListResult;
299
+
300
+ // @public
301
+ export interface DeploymentStacksListAtSubscriptionNextOptionalParams extends coreClient.OperationOptions {
302
+ }
303
+
304
+ // @public
305
+ export type DeploymentStacksListAtSubscriptionNextResponse = DeploymentStackListResult;
306
+
307
+ // @public
308
+ export interface DeploymentStacksListAtSubscriptionOptionalParams extends coreClient.OperationOptions {
309
+ }
310
+
311
+ // @public
312
+ export type DeploymentStacksListAtSubscriptionResponse = DeploymentStackListResult;
313
+
314
+ // @public
315
+ export interface DeploymentStacksParametersLink {
316
+ contentVersion?: string;
317
+ uri: string;
318
+ }
319
+
320
+ // @public
321
+ export interface DeploymentStacksTemplateLink {
322
+ contentVersion?: string;
323
+ id?: string;
324
+ queryString?: string;
325
+ relativePath?: string;
326
+ uri?: string;
327
+ }
328
+
329
+ // @public
330
+ export interface DeploymentStackTemplateDefinition {
331
+ template?: Record<string, unknown>;
332
+ templateLink?: DeploymentStacksTemplateLink;
333
+ }
334
+
335
+ // @public
336
+ export interface ErrorAdditionalInfo {
337
+ readonly info?: Record<string, unknown>;
338
+ readonly type?: string;
339
+ }
340
+
341
+ // @public
342
+ export interface ErrorDetail {
343
+ readonly additionalInfo?: ErrorAdditionalInfo[];
344
+ readonly code?: string;
345
+ readonly details?: ErrorDetail[];
346
+ readonly message?: string;
347
+ readonly target?: string;
348
+ }
349
+
350
+ // @public
351
+ export interface ErrorResponse {
352
+ error?: ErrorDetail;
353
+ }
354
+
355
+ // @public
356
+ export function getContinuationToken(page: unknown): string | undefined;
357
+
358
+ // @public
359
+ export enum KnownCreatedByType {
360
+ Application = "Application",
361
+ Key = "Key",
362
+ ManagedIdentity = "ManagedIdentity",
363
+ User = "User"
364
+ }
365
+
366
+ // @public
367
+ export enum KnownDenySettingsMode {
368
+ DenyDelete = "denyDelete",
369
+ DenyWriteAndDelete = "denyWriteAndDelete",
370
+ None = "none"
371
+ }
372
+
373
+ // @public
374
+ export enum KnownDenyStatusMode {
375
+ DenyDelete = "denyDelete",
376
+ DenyWriteAndDelete = "denyWriteAndDelete",
377
+ Inapplicable = "inapplicable",
378
+ None = "None",
379
+ NotSupported = "notSupported",
380
+ RemovedBySystem = "removedBySystem"
381
+ }
382
+
383
+ // @public
384
+ export enum KnownDeploymentStackProvisioningState {
385
+ Canceled = "Canceled",
386
+ Canceling = "Canceling",
387
+ Creating = "Creating",
388
+ Deleting = "Deleting",
389
+ DeletingResources = "DeletingResources",
390
+ Deploying = "Deploying",
391
+ Failed = "Failed",
392
+ Locking = "Locking",
393
+ Succeeded = "Succeeded",
394
+ Validating = "Validating",
395
+ Waiting = "Waiting"
396
+ }
397
+
398
+ // @public
399
+ export enum KnownDeploymentStacksDeleteDetachEnum {
400
+ Delete = "delete",
401
+ Detach = "detach"
402
+ }
403
+
404
+ // @public
405
+ export enum KnownResourceStatusMode {
406
+ DeleteFailed = "deleteFailed",
407
+ Managed = "Managed",
408
+ None = "None",
409
+ RemoveDenyFailed = "removeDenyFailed"
410
+ }
411
+
412
+ // @public
413
+ export enum KnownUnmanageActionManagementGroupMode {
414
+ Delete = "delete",
415
+ Detach = "detach"
416
+ }
417
+
418
+ // @public
419
+ export enum KnownUnmanageActionResourceGroupMode {
420
+ Delete = "delete",
421
+ Detach = "detach"
422
+ }
423
+
424
+ // @public
425
+ export enum KnownUnmanageActionResourceMode {
426
+ Delete = "delete",
427
+ Detach = "detach"
428
+ }
429
+
430
+ // @public
431
+ export interface ManagedResourceReference extends ResourceReference {
432
+ denyStatus?: DenyStatusMode;
433
+ status?: ResourceStatusMode;
434
+ }
435
+
436
+ // @public
437
+ export interface ResourceReference {
438
+ readonly id?: string;
439
+ }
440
+
441
+ // @public
442
+ export interface ResourceReferenceExtended extends ResourceReference, DeploymentStacksError {
443
+ }
444
+
445
+ // @public
446
+ export type ResourceStatusMode = string;
447
+
448
+ // @public
449
+ export interface SystemData {
450
+ createdAt?: Date;
451
+ createdBy?: string;
452
+ createdByType?: CreatedByType;
453
+ lastModifiedAt?: Date;
454
+ lastModifiedBy?: string;
455
+ lastModifiedByType?: CreatedByType;
456
+ }
457
+
458
+ // @public
459
+ export type UnmanageActionManagementGroupMode = string;
460
+
461
+ // @public
462
+ export type UnmanageActionResourceGroupMode = string;
463
+
464
+ // @public
465
+ export type UnmanageActionResourceMode = string;
466
+
467
+ // (No @packageDocumentation comment for this package)
468
+
469
+ ```