@azure/arm-resources 5.2.1-alpha.20250226.1 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +53 -8
- package/README.md +0 -2
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +8 -1
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +181 -4
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +28 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +8 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1167 -892
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.js +97 -97
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/deploymentOperations.js +79 -79
- package/dist/browser/operations/deploymentOperations.js.map +1 -1
- package/dist/browser/operations/deployments.d.ts.map +1 -1
- package/dist/browser/operations/deployments.js +343 -343
- package/dist/browser/operations/deployments.js.map +1 -1
- package/dist/browser/operations/operations.js +9 -9
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/providerResourceTypes.js +5 -5
- package/dist/browser/operations/providerResourceTypes.js.map +1 -1
- package/dist/browser/operations/providers.d.ts +4 -1
- package/dist/browser/operations/providers.d.ts.map +1 -1
- package/dist/browser/operations/providers.js +51 -48
- package/dist/browser/operations/providers.js.map +1 -1
- package/dist/browser/operations/resourceGroups.d.ts.map +1 -1
- package/dist/browser/operations/resourceGroups.js +51 -51
- package/dist/browser/operations/resourceGroups.js.map +1 -1
- package/dist/browser/operations/resources.d.ts +3 -1
- package/dist/browser/operations/resources.d.ts.map +1 -1
- package/dist/browser/operations/resources.js +125 -123
- package/dist/browser/operations/resources.js.map +1 -1
- package/dist/browser/operations/tagsOperations.d.ts +29 -3
- package/dist/browser/operations/tagsOperations.d.ts.map +1 -1
- package/dist/browser/operations/tagsOperations.js +204 -51
- package/dist/browser/operations/tagsOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/deployments.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/browser/operationsInterfaces/providers.d.ts +4 -1
- package/dist/browser/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/providers.js.map +1 -1
- package/dist/browser/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/browser/operationsInterfaces/resources.d.ts +3 -1
- package/dist/browser/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/resources.js.map +1 -1
- package/dist/browser/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/browser/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/resourceManagementClient.d.ts +2 -1
- package/dist/browser/resourceManagementClient.d.ts.map +1 -1
- package/dist/browser/resourceManagementClient.js +16 -18
- package/dist/browser/resourceManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +8 -1
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +181 -4
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +29 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +8 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1169 -894
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.js +96 -96
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/deploymentOperations.js +79 -79
- package/dist/commonjs/operations/deploymentOperations.js.map +1 -1
- package/dist/commonjs/operations/deployments.d.ts.map +1 -1
- package/dist/commonjs/operations/deployments.js +342 -342
- package/dist/commonjs/operations/deployments.js.map +1 -1
- package/dist/commonjs/operations/operations.js +9 -9
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/providerResourceTypes.js +5 -5
- package/dist/commonjs/operations/providerResourceTypes.js.map +1 -1
- package/dist/commonjs/operations/providers.d.ts +4 -1
- package/dist/commonjs/operations/providers.d.ts.map +1 -1
- package/dist/commonjs/operations/providers.js +51 -48
- package/dist/commonjs/operations/providers.js.map +1 -1
- package/dist/commonjs/operations/resourceGroups.d.ts.map +1 -1
- package/dist/commonjs/operations/resourceGroups.js +50 -50
- package/dist/commonjs/operations/resourceGroups.js.map +1 -1
- package/dist/commonjs/operations/resources.d.ts +3 -1
- package/dist/commonjs/operations/resources.d.ts.map +1 -1
- package/dist/commonjs/operations/resources.js +124 -122
- package/dist/commonjs/operations/resources.js.map +1 -1
- package/dist/commonjs/operations/tagsOperations.d.ts +29 -3
- package/dist/commonjs/operations/tagsOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/tagsOperations.js +204 -51
- package/dist/commonjs/operations/tagsOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/deployments.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/providers.d.ts +4 -1
- package/dist/commonjs/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/providers.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/resources.d.ts +3 -1
- package/dist/commonjs/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/resources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/commonjs/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/resourceManagementClient.d.ts +2 -1
- package/dist/commonjs/resourceManagementClient.d.ts.map +1 -1
- package/dist/commonjs/resourceManagementClient.js +15 -17
- package/dist/commonjs/resourceManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +8 -1
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +181 -4
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +28 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +8 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1167 -892
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.js +97 -97
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/deploymentOperations.js +79 -79
- package/dist/esm/operations/deploymentOperations.js.map +1 -1
- package/dist/esm/operations/deployments.d.ts.map +1 -1
- package/dist/esm/operations/deployments.js +343 -343
- package/dist/esm/operations/deployments.js.map +1 -1
- package/dist/esm/operations/operations.js +9 -9
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/providerResourceTypes.js +5 -5
- package/dist/esm/operations/providerResourceTypes.js.map +1 -1
- package/dist/esm/operations/providers.d.ts +4 -1
- package/dist/esm/operations/providers.d.ts.map +1 -1
- package/dist/esm/operations/providers.js +51 -48
- package/dist/esm/operations/providers.js.map +1 -1
- package/dist/esm/operations/resourceGroups.d.ts.map +1 -1
- package/dist/esm/operations/resourceGroups.js +51 -51
- package/dist/esm/operations/resourceGroups.js.map +1 -1
- package/dist/esm/operations/resources.d.ts +3 -1
- package/dist/esm/operations/resources.d.ts.map +1 -1
- package/dist/esm/operations/resources.js +125 -123
- package/dist/esm/operations/resources.js.map +1 -1
- package/dist/esm/operations/tagsOperations.d.ts +29 -3
- package/dist/esm/operations/tagsOperations.d.ts.map +1 -1
- package/dist/esm/operations/tagsOperations.js +204 -51
- package/dist/esm/operations/tagsOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/deployments.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/esm/operationsInterfaces/providers.d.ts +4 -1
- package/dist/esm/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/providers.js.map +1 -1
- package/dist/esm/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/esm/operationsInterfaces/resources.d.ts +3 -1
- package/dist/esm/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/resources.js.map +1 -1
- package/dist/esm/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/esm/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/resourceManagementClient.d.ts +2 -1
- package/dist/esm/resourceManagementClient.d.ts.map +1 -1
- package/dist/esm/resourceManagementClient.js +16 -18
- package/dist/esm/resourceManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +8 -1
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +181 -4
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +28 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +8 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1167 -892
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.js +97 -97
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/deploymentOperations.js +79 -79
- package/dist/react-native/operations/deploymentOperations.js.map +1 -1
- package/dist/react-native/operations/deployments.d.ts.map +1 -1
- package/dist/react-native/operations/deployments.js +343 -343
- package/dist/react-native/operations/deployments.js.map +1 -1
- package/dist/react-native/operations/operations.js +9 -9
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/providerResourceTypes.js +5 -5
- package/dist/react-native/operations/providerResourceTypes.js.map +1 -1
- package/dist/react-native/operations/providers.d.ts +4 -1
- package/dist/react-native/operations/providers.d.ts.map +1 -1
- package/dist/react-native/operations/providers.js +51 -48
- package/dist/react-native/operations/providers.js.map +1 -1
- package/dist/react-native/operations/resourceGroups.d.ts.map +1 -1
- package/dist/react-native/operations/resourceGroups.js +51 -51
- package/dist/react-native/operations/resourceGroups.js.map +1 -1
- package/dist/react-native/operations/resources.d.ts +3 -1
- package/dist/react-native/operations/resources.d.ts.map +1 -1
- package/dist/react-native/operations/resources.js +125 -123
- package/dist/react-native/operations/resources.js.map +1 -1
- package/dist/react-native/operations/tagsOperations.d.ts +29 -3
- package/dist/react-native/operations/tagsOperations.d.ts.map +1 -1
- package/dist/react-native/operations/tagsOperations.js +204 -51
- package/dist/react-native/operations/tagsOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/deployments.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/react-native/operationsInterfaces/providers.d.ts +4 -1
- package/dist/react-native/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/providers.js.map +1 -1
- package/dist/react-native/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/react-native/operationsInterfaces/resources.d.ts +3 -1
- package/dist/react-native/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/resources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/react-native/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/resourceManagementClient.d.ts +2 -1
- package/dist/react-native/resourceManagementClient.d.ts.map +1 -1
- package/dist/react-native/resourceManagementClient.js +16 -18
- package/dist/react-native/resourceManagementClient.js.map +1 -1
- package/package.json +9 -9
- package/review/arm-resources.api.md +107 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deployments.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/deployments.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n DeploymentExtended,\n DeploymentsListAtScopeOptionalParams,\n DeploymentsListAtTenantScopeOptionalParams,\n DeploymentsListAtManagementGroupScopeOptionalParams,\n DeploymentsListAtSubscriptionScopeOptionalParams,\n DeploymentsListByResourceGroupOptionalParams,\n DeploymentsDeleteAtScopeOptionalParams,\n DeploymentsCheckExistenceAtScopeOptionalParams,\n DeploymentsCheckExistenceAtScopeResponse,\n Deployment,\n DeploymentsCreateOrUpdateAtScopeOptionalParams,\n DeploymentsCreateOrUpdateAtScopeResponse,\n DeploymentsGetAtScopeOptionalParams,\n DeploymentsGetAtScopeResponse,\n DeploymentsCancelAtScopeOptionalParams,\n DeploymentsValidateAtScopeOptionalParams,\n DeploymentsValidateAtScopeResponse,\n DeploymentsExportTemplateAtScopeOptionalParams,\n DeploymentsExportTemplateAtScopeResponse,\n DeploymentsDeleteAtTenantScopeOptionalParams,\n DeploymentsCheckExistenceAtTenantScopeOptionalParams,\n DeploymentsCheckExistenceAtTenantScopeResponse,\n ScopedDeployment,\n DeploymentsCreateOrUpdateAtTenantScopeOptionalParams,\n DeploymentsCreateOrUpdateAtTenantScopeResponse,\n DeploymentsGetAtTenantScopeOptionalParams,\n DeploymentsGetAtTenantScopeResponse,\n DeploymentsCancelAtTenantScopeOptionalParams,\n DeploymentsValidateAtTenantScopeOptionalParams,\n DeploymentsValidateAtTenantScopeResponse,\n ScopedDeploymentWhatIf,\n DeploymentsWhatIfAtTenantScopeOptionalParams,\n DeploymentsWhatIfAtTenantScopeResponse,\n DeploymentsExportTemplateAtTenantScopeOptionalParams,\n DeploymentsExportTemplateAtTenantScopeResponse,\n DeploymentsDeleteAtManagementGroupScopeOptionalParams,\n DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams,\n DeploymentsCheckExistenceAtManagementGroupScopeResponse,\n DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams,\n DeploymentsCreateOrUpdateAtManagementGroupScopeResponse,\n DeploymentsGetAtManagementGroupScopeOptionalParams,\n DeploymentsGetAtManagementGroupScopeResponse,\n DeploymentsCancelAtManagementGroupScopeOptionalParams,\n DeploymentsValidateAtManagementGroupScopeOptionalParams,\n DeploymentsValidateAtManagementGroupScopeResponse,\n DeploymentsWhatIfAtManagementGroupScopeOptionalParams,\n DeploymentsWhatIfAtManagementGroupScopeResponse,\n DeploymentsExportTemplateAtManagementGroupScopeOptionalParams,\n DeploymentsExportTemplateAtManagementGroupScopeResponse,\n DeploymentsDeleteAtSubscriptionScopeOptionalParams,\n DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams,\n DeploymentsCheckExistenceAtSubscriptionScopeResponse,\n DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams,\n DeploymentsCreateOrUpdateAtSubscriptionScopeResponse,\n DeploymentsGetAtSubscriptionScopeOptionalParams,\n DeploymentsGetAtSubscriptionScopeResponse,\n DeploymentsCancelAtSubscriptionScopeOptionalParams,\n DeploymentsValidateAtSubscriptionScopeOptionalParams,\n DeploymentsValidateAtSubscriptionScopeResponse,\n DeploymentWhatIf,\n DeploymentsWhatIfAtSubscriptionScopeOptionalParams,\n DeploymentsWhatIfAtSubscriptionScopeResponse,\n DeploymentsExportTemplateAtSubscriptionScopeOptionalParams,\n DeploymentsExportTemplateAtSubscriptionScopeResponse,\n DeploymentsDeleteOptionalParams,\n DeploymentsCheckExistenceOptionalParams,\n DeploymentsCheckExistenceResponse,\n DeploymentsCreateOrUpdateOptionalParams,\n DeploymentsCreateOrUpdateResponse,\n DeploymentsGetOptionalParams,\n DeploymentsGetResponse,\n DeploymentsCancelOptionalParams,\n DeploymentsValidateOptionalParams,\n DeploymentsValidateResponse,\n DeploymentsWhatIfOptionalParams,\n DeploymentsWhatIfResponse,\n DeploymentsExportTemplateOptionalParams,\n DeploymentsExportTemplateResponse,\n DeploymentsCalculateTemplateHashOptionalParams,\n DeploymentsCalculateTemplateHashResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Deployments. */\nexport interface Deployments {\n /**\n * Get all the deployments at the given scope.\n * @param scope The resource scope.\n * @param options The options parameters.\n */\n listAtScope(\n scope: string,\n options?: DeploymentsListAtScopeOptionalParams\n ): PagedAsyncIterableIterator<DeploymentExtended>;\n /**\n * Get all the deployments at the tenant scope.\n * @param options The options parameters.\n */\n listAtTenantScope(\n options?: DeploymentsListAtTenantScopeOptionalParams\n ): PagedAsyncIterableIterator<DeploymentExtended>;\n /**\n * Get all the deployments for a management group.\n * @param groupId The management group ID.\n * @param options The options parameters.\n */\n listAtManagementGroupScope(\n groupId: string,\n options?: DeploymentsListAtManagementGroupScopeOptionalParams\n ): PagedAsyncIterableIterator<DeploymentExtended>;\n /**\n * Get all the deployments for a subscription.\n * @param options The options parameters.\n */\n listAtSubscriptionScope(\n options?: DeploymentsListAtSubscriptionScopeOptionalParams\n ): PagedAsyncIterableIterator<DeploymentExtended>;\n /**\n * Get all the deployments for a resource group.\n * @param resourceGroupName The name of the resource group with the deployments to get. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: DeploymentsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<DeploymentExtended>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtScope(\n scope: string,\n deploymentName: string,\n options?: DeploymentsDeleteAtScopeOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtScopeAndWait(\n scope: string,\n deploymentName: string,\n options?: DeploymentsDeleteAtScopeOptionalParams\n ): Promise<void>;\n /**\n * Checks whether the deployment exists.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n checkExistenceAtScope(\n scope: string,\n deploymentName: string,\n options?: DeploymentsCheckExistenceAtScopeOptionalParams\n ): Promise<DeploymentsCheckExistenceAtScopeResponse>;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtScope(\n scope: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsCreateOrUpdateAtScopeOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsCreateOrUpdateAtScopeResponse>,\n DeploymentsCreateOrUpdateAtScopeResponse\n >\n >;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtScopeAndWait(\n scope: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsCreateOrUpdateAtScopeOptionalParams\n ): Promise<DeploymentsCreateOrUpdateAtScopeResponse>;\n /**\n * Gets a deployment.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n getAtScope(\n scope: string,\n deploymentName: string,\n options?: DeploymentsGetAtScopeOptionalParams\n ): Promise<DeploymentsGetAtScopeResponse>;\n /**\n * You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment\n * stops the currently running template deployment and leaves the resources partially deployed.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n cancelAtScope(\n scope: string,\n deploymentName: string,\n options?: DeploymentsCancelAtScopeOptionalParams\n ): Promise<void>;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtScope(\n scope: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsValidateAtScopeOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsValidateAtScopeResponse>,\n DeploymentsValidateAtScopeResponse\n >\n >;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtScopeAndWait(\n scope: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsValidateAtScopeOptionalParams\n ): Promise<DeploymentsValidateAtScopeResponse>;\n /**\n * Exports the template used for specified deployment.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n exportTemplateAtScope(\n scope: string,\n deploymentName: string,\n options?: DeploymentsExportTemplateAtScopeOptionalParams\n ): Promise<DeploymentsExportTemplateAtScopeResponse>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtTenantScope(\n deploymentName: string,\n options?: DeploymentsDeleteAtTenantScopeOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtTenantScopeAndWait(\n deploymentName: string,\n options?: DeploymentsDeleteAtTenantScopeOptionalParams\n ): Promise<void>;\n /**\n * Checks whether the deployment exists.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n checkExistenceAtTenantScope(\n deploymentName: string,\n options?: DeploymentsCheckExistenceAtTenantScopeOptionalParams\n ): Promise<DeploymentsCheckExistenceAtTenantScopeResponse>;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtTenantScope(\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsCreateOrUpdateAtTenantScopeResponse>,\n DeploymentsCreateOrUpdateAtTenantScopeResponse\n >\n >;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtTenantScopeAndWait(\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams\n ): Promise<DeploymentsCreateOrUpdateAtTenantScopeResponse>;\n /**\n * Gets a deployment.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n getAtTenantScope(\n deploymentName: string,\n options?: DeploymentsGetAtTenantScopeOptionalParams\n ): Promise<DeploymentsGetAtTenantScopeResponse>;\n /**\n * You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment\n * stops the currently running template deployment and leaves the resources partially deployed.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n cancelAtTenantScope(\n deploymentName: string,\n options?: DeploymentsCancelAtTenantScopeOptionalParams\n ): Promise<void>;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtTenantScope(\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsValidateAtTenantScopeOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsValidateAtTenantScopeResponse>,\n DeploymentsValidateAtTenantScopeResponse\n >\n >;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtTenantScopeAndWait(\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsValidateAtTenantScopeOptionalParams\n ): Promise<DeploymentsValidateAtTenantScopeResponse>;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the tenant group.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginWhatIfAtTenantScope(\n deploymentName: string,\n parameters: ScopedDeploymentWhatIf,\n options?: DeploymentsWhatIfAtTenantScopeOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsWhatIfAtTenantScopeResponse>,\n DeploymentsWhatIfAtTenantScopeResponse\n >\n >;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the tenant group.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginWhatIfAtTenantScopeAndWait(\n deploymentName: string,\n parameters: ScopedDeploymentWhatIf,\n options?: DeploymentsWhatIfAtTenantScopeOptionalParams\n ): Promise<DeploymentsWhatIfAtTenantScopeResponse>;\n /**\n * Exports the template used for specified deployment.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n exportTemplateAtTenantScope(\n deploymentName: string,\n options?: DeploymentsExportTemplateAtTenantScopeOptionalParams\n ): Promise<DeploymentsExportTemplateAtTenantScopeResponse>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtManagementGroupScopeAndWait(\n groupId: string,\n deploymentName: string,\n options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams\n ): Promise<void>;\n /**\n * Checks whether the deployment exists.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n checkExistenceAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n options?: DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams\n ): Promise<DeploymentsCheckExistenceAtManagementGroupScopeResponse>;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>,\n DeploymentsCreateOrUpdateAtManagementGroupScopeResponse\n >\n >;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtManagementGroupScopeAndWait(\n groupId: string,\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams\n ): Promise<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>;\n /**\n * Gets a deployment.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n getAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n options?: DeploymentsGetAtManagementGroupScopeOptionalParams\n ): Promise<DeploymentsGetAtManagementGroupScopeResponse>;\n /**\n * You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment\n * stops the currently running template deployment and leaves the resources partially deployed.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n cancelAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n options?: DeploymentsCancelAtManagementGroupScopeOptionalParams\n ): Promise<void>;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsValidateAtManagementGroupScopeOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsValidateAtManagementGroupScopeResponse>,\n DeploymentsValidateAtManagementGroupScopeResponse\n >\n >;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtManagementGroupScopeAndWait(\n groupId: string,\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsValidateAtManagementGroupScopeOptionalParams\n ): Promise<DeploymentsValidateAtManagementGroupScopeResponse>;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the management\n * group.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginWhatIfAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n parameters: ScopedDeploymentWhatIf,\n options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsWhatIfAtManagementGroupScopeResponse>,\n DeploymentsWhatIfAtManagementGroupScopeResponse\n >\n >;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the management\n * group.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginWhatIfAtManagementGroupScopeAndWait(\n groupId: string,\n deploymentName: string,\n parameters: ScopedDeploymentWhatIf,\n options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams\n ): Promise<DeploymentsWhatIfAtManagementGroupScopeResponse>;\n /**\n * Exports the template used for specified deployment.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n exportTemplateAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n options?: DeploymentsExportTemplateAtManagementGroupScopeOptionalParams\n ): Promise<DeploymentsExportTemplateAtManagementGroupScopeResponse>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtSubscriptionScope(\n deploymentName: string,\n options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtSubscriptionScopeAndWait(\n deploymentName: string,\n options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams\n ): Promise<void>;\n /**\n * Checks whether the deployment exists.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n checkExistenceAtSubscriptionScope(\n deploymentName: string,\n options?: DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams\n ): Promise<DeploymentsCheckExistenceAtSubscriptionScopeResponse>;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtSubscriptionScope(\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>,\n DeploymentsCreateOrUpdateAtSubscriptionScopeResponse\n >\n >;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtSubscriptionScopeAndWait(\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams\n ): Promise<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>;\n /**\n * Gets a deployment.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n getAtSubscriptionScope(\n deploymentName: string,\n options?: DeploymentsGetAtSubscriptionScopeOptionalParams\n ): Promise<DeploymentsGetAtSubscriptionScopeResponse>;\n /**\n * You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment\n * stops the currently running template deployment and leaves the resources partially deployed.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n cancelAtSubscriptionScope(\n deploymentName: string,\n options?: DeploymentsCancelAtSubscriptionScopeOptionalParams\n ): Promise<void>;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtSubscriptionScope(\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsValidateAtSubscriptionScopeOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsValidateAtSubscriptionScopeResponse>,\n DeploymentsValidateAtSubscriptionScopeResponse\n >\n >;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtSubscriptionScopeAndWait(\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsValidateAtSubscriptionScopeOptionalParams\n ): Promise<DeploymentsValidateAtSubscriptionScopeResponse>;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the subscription.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to What If.\n * @param options The options parameters.\n */\n beginWhatIfAtSubscriptionScope(\n deploymentName: string,\n parameters: DeploymentWhatIf,\n options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsWhatIfAtSubscriptionScopeResponse>,\n DeploymentsWhatIfAtSubscriptionScopeResponse\n >\n >;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the subscription.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to What If.\n * @param options The options parameters.\n */\n beginWhatIfAtSubscriptionScopeAndWait(\n deploymentName: string,\n parameters: DeploymentWhatIf,\n options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams\n ): Promise<DeploymentsWhatIfAtSubscriptionScopeResponse>;\n /**\n * Exports the template used for specified deployment.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n exportTemplateAtSubscriptionScope(\n deploymentName: string,\n options?: DeploymentsExportTemplateAtSubscriptionScopeOptionalParams\n ): Promise<DeploymentsExportTemplateAtSubscriptionScopeResponse>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. Deleting a template deployment does not affect the\n * state of the resource group. This is an asynchronous operation that returns a status of 202 until\n * the template deployment is successfully deleted. The Location response header contains the URI that\n * is used to obtain the status of the process. While the process is running, a call to the URI in the\n * Location header returns a status of 202. When the process finishes, the URI in the Location header\n * returns a status of 204 on success. If the asynchronous request failed, the URI in the Location\n * header returns an error-level status code.\n * @param resourceGroupName The name of the resource group with the deployment to delete. The name is\n * case insensitive.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n deploymentName: string,\n options?: DeploymentsDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. Deleting a template deployment does not affect the\n * state of the resource group. This is an asynchronous operation that returns a status of 202 until\n * the template deployment is successfully deleted. The Location response header contains the URI that\n * is used to obtain the status of the process. While the process is running, a call to the URI in the\n * Location header returns a status of 202. When the process finishes, the URI in the Location header\n * returns a status of 204 on success. If the asynchronous request failed, the URI in the Location\n * header returns an error-level status code.\n * @param resourceGroupName The name of the resource group with the deployment to delete. The name is\n * case insensitive.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n deploymentName: string,\n options?: DeploymentsDeleteOptionalParams\n ): Promise<void>;\n /**\n * Checks whether the deployment exists.\n * @param resourceGroupName The name of the resource group with the deployment to check. The name is\n * case insensitive.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n checkExistence(\n resourceGroupName: string,\n deploymentName: string,\n options?: DeploymentsCheckExistenceOptionalParams\n ): Promise<DeploymentsCheckExistenceResponse>;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param resourceGroupName The name of the resource group to deploy the resources to. The name is case\n * insensitive. The resource group must already exist.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsCreateOrUpdateResponse>,\n DeploymentsCreateOrUpdateResponse\n >\n >;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param resourceGroupName The name of the resource group to deploy the resources to. The name is case\n * insensitive. The resource group must already exist.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsCreateOrUpdateOptionalParams\n ): Promise<DeploymentsCreateOrUpdateResponse>;\n /**\n * Gets a deployment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n deploymentName: string,\n options?: DeploymentsGetOptionalParams\n ): Promise<DeploymentsGetResponse>;\n /**\n * You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment\n * stops the currently running template deployment and leaves the resource group partially deployed.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n cancel(\n resourceGroupName: string,\n deploymentName: string,\n options?: DeploymentsCancelOptionalParams\n ): Promise<void>;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param resourceGroupName The name of the resource group the template will be deployed to. The name\n * is case insensitive.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidate(\n resourceGroupName: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsValidateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsValidateResponse>,\n DeploymentsValidateResponse\n >\n >;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param resourceGroupName The name of the resource group the template will be deployed to. The name\n * is case insensitive.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAndWait(\n resourceGroupName: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsValidateOptionalParams\n ): Promise<DeploymentsValidateResponse>;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the resource group.\n * @param resourceGroupName The name of the resource group the template will be deployed to. The name\n * is case insensitive.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginWhatIf(\n resourceGroupName: string,\n deploymentName: string,\n parameters: DeploymentWhatIf,\n options?: DeploymentsWhatIfOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsWhatIfResponse>,\n DeploymentsWhatIfResponse\n >\n >;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the resource group.\n * @param resourceGroupName The name of the resource group the template will be deployed to. The name\n * is case insensitive.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginWhatIfAndWait(\n resourceGroupName: string,\n deploymentName: string,\n parameters: DeploymentWhatIf,\n options?: DeploymentsWhatIfOptionalParams\n ): Promise<DeploymentsWhatIfResponse>;\n /**\n * Exports the template used for specified deployment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n exportTemplate(\n resourceGroupName: string,\n deploymentName: string,\n options?: DeploymentsExportTemplateOptionalParams\n ): Promise<DeploymentsExportTemplateResponse>;\n /**\n * Calculate the hash of the given template.\n * @param template The template provided to calculate hash.\n * @param options The options parameters.\n */\n calculateTemplateHash(\n template: Record<string, unknown>,\n options?: DeploymentsCalculateTemplateHashOptionalParams\n ): Promise<DeploymentsCalculateTemplateHashResponse>;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"deployments.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/deployments.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n DeploymentExtended,\n DeploymentsListAtScopeOptionalParams,\n DeploymentsListAtTenantScopeOptionalParams,\n DeploymentsListAtManagementGroupScopeOptionalParams,\n DeploymentsListAtSubscriptionScopeOptionalParams,\n DeploymentsListByResourceGroupOptionalParams,\n DeploymentsDeleteAtScopeOptionalParams,\n DeploymentsCheckExistenceAtScopeOptionalParams,\n DeploymentsCheckExistenceAtScopeResponse,\n Deployment,\n DeploymentsCreateOrUpdateAtScopeOptionalParams,\n DeploymentsCreateOrUpdateAtScopeResponse,\n DeploymentsGetAtScopeOptionalParams,\n DeploymentsGetAtScopeResponse,\n DeploymentsCancelAtScopeOptionalParams,\n DeploymentsValidateAtScopeOptionalParams,\n DeploymentsValidateAtScopeResponse,\n DeploymentsExportTemplateAtScopeOptionalParams,\n DeploymentsExportTemplateAtScopeResponse,\n DeploymentsDeleteAtTenantScopeOptionalParams,\n DeploymentsCheckExistenceAtTenantScopeOptionalParams,\n DeploymentsCheckExistenceAtTenantScopeResponse,\n ScopedDeployment,\n DeploymentsCreateOrUpdateAtTenantScopeOptionalParams,\n DeploymentsCreateOrUpdateAtTenantScopeResponse,\n DeploymentsGetAtTenantScopeOptionalParams,\n DeploymentsGetAtTenantScopeResponse,\n DeploymentsCancelAtTenantScopeOptionalParams,\n DeploymentsValidateAtTenantScopeOptionalParams,\n DeploymentsValidateAtTenantScopeResponse,\n ScopedDeploymentWhatIf,\n DeploymentsWhatIfAtTenantScopeOptionalParams,\n DeploymentsWhatIfAtTenantScopeResponse,\n DeploymentsExportTemplateAtTenantScopeOptionalParams,\n DeploymentsExportTemplateAtTenantScopeResponse,\n DeploymentsDeleteAtManagementGroupScopeOptionalParams,\n DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams,\n DeploymentsCheckExistenceAtManagementGroupScopeResponse,\n DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams,\n DeploymentsCreateOrUpdateAtManagementGroupScopeResponse,\n DeploymentsGetAtManagementGroupScopeOptionalParams,\n DeploymentsGetAtManagementGroupScopeResponse,\n DeploymentsCancelAtManagementGroupScopeOptionalParams,\n DeploymentsValidateAtManagementGroupScopeOptionalParams,\n DeploymentsValidateAtManagementGroupScopeResponse,\n DeploymentsWhatIfAtManagementGroupScopeOptionalParams,\n DeploymentsWhatIfAtManagementGroupScopeResponse,\n DeploymentsExportTemplateAtManagementGroupScopeOptionalParams,\n DeploymentsExportTemplateAtManagementGroupScopeResponse,\n DeploymentsDeleteAtSubscriptionScopeOptionalParams,\n DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams,\n DeploymentsCheckExistenceAtSubscriptionScopeResponse,\n DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams,\n DeploymentsCreateOrUpdateAtSubscriptionScopeResponse,\n DeploymentsGetAtSubscriptionScopeOptionalParams,\n DeploymentsGetAtSubscriptionScopeResponse,\n DeploymentsCancelAtSubscriptionScopeOptionalParams,\n DeploymentsValidateAtSubscriptionScopeOptionalParams,\n DeploymentsValidateAtSubscriptionScopeResponse,\n DeploymentWhatIf,\n DeploymentsWhatIfAtSubscriptionScopeOptionalParams,\n DeploymentsWhatIfAtSubscriptionScopeResponse,\n DeploymentsExportTemplateAtSubscriptionScopeOptionalParams,\n DeploymentsExportTemplateAtSubscriptionScopeResponse,\n DeploymentsDeleteOptionalParams,\n DeploymentsCheckExistenceOptionalParams,\n DeploymentsCheckExistenceResponse,\n DeploymentsCreateOrUpdateOptionalParams,\n DeploymentsCreateOrUpdateResponse,\n DeploymentsGetOptionalParams,\n DeploymentsGetResponse,\n DeploymentsCancelOptionalParams,\n DeploymentsValidateOptionalParams,\n DeploymentsValidateResponse,\n DeploymentsWhatIfOptionalParams,\n DeploymentsWhatIfResponse,\n DeploymentsExportTemplateOptionalParams,\n DeploymentsExportTemplateResponse,\n DeploymentsCalculateTemplateHashOptionalParams,\n DeploymentsCalculateTemplateHashResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Deployments. */\nexport interface Deployments {\n /**\n * Get all the deployments at the given scope.\n * @param scope The resource scope.\n * @param options The options parameters.\n */\n listAtScope(\n scope: string,\n options?: DeploymentsListAtScopeOptionalParams,\n ): PagedAsyncIterableIterator<DeploymentExtended>;\n /**\n * Get all the deployments at the tenant scope.\n * @param options The options parameters.\n */\n listAtTenantScope(\n options?: DeploymentsListAtTenantScopeOptionalParams,\n ): PagedAsyncIterableIterator<DeploymentExtended>;\n /**\n * Get all the deployments for a management group.\n * @param groupId The management group ID.\n * @param options The options parameters.\n */\n listAtManagementGroupScope(\n groupId: string,\n options?: DeploymentsListAtManagementGroupScopeOptionalParams,\n ): PagedAsyncIterableIterator<DeploymentExtended>;\n /**\n * Get all the deployments for a subscription.\n * @param options The options parameters.\n */\n listAtSubscriptionScope(\n options?: DeploymentsListAtSubscriptionScopeOptionalParams,\n ): PagedAsyncIterableIterator<DeploymentExtended>;\n /**\n * Get all the deployments for a resource group.\n * @param resourceGroupName The name of the resource group with the deployments to get. The name is\n * case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: DeploymentsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<DeploymentExtended>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtScope(\n scope: string,\n deploymentName: string,\n options?: DeploymentsDeleteAtScopeOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtScopeAndWait(\n scope: string,\n deploymentName: string,\n options?: DeploymentsDeleteAtScopeOptionalParams,\n ): Promise<void>;\n /**\n * Checks whether the deployment exists.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n checkExistenceAtScope(\n scope: string,\n deploymentName: string,\n options?: DeploymentsCheckExistenceAtScopeOptionalParams,\n ): Promise<DeploymentsCheckExistenceAtScopeResponse>;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtScope(\n scope: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsCreateOrUpdateAtScopeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsCreateOrUpdateAtScopeResponse>,\n DeploymentsCreateOrUpdateAtScopeResponse\n >\n >;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtScopeAndWait(\n scope: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsCreateOrUpdateAtScopeOptionalParams,\n ): Promise<DeploymentsCreateOrUpdateAtScopeResponse>;\n /**\n * Gets a deployment.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n getAtScope(\n scope: string,\n deploymentName: string,\n options?: DeploymentsGetAtScopeOptionalParams,\n ): Promise<DeploymentsGetAtScopeResponse>;\n /**\n * You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment\n * stops the currently running template deployment and leaves the resources partially deployed.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n cancelAtScope(\n scope: string,\n deploymentName: string,\n options?: DeploymentsCancelAtScopeOptionalParams,\n ): Promise<void>;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtScope(\n scope: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsValidateAtScopeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsValidateAtScopeResponse>,\n DeploymentsValidateAtScopeResponse\n >\n >;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtScopeAndWait(\n scope: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsValidateAtScopeOptionalParams,\n ): Promise<DeploymentsValidateAtScopeResponse>;\n /**\n * Exports the template used for specified deployment.\n * @param scope The resource scope.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n exportTemplateAtScope(\n scope: string,\n deploymentName: string,\n options?: DeploymentsExportTemplateAtScopeOptionalParams,\n ): Promise<DeploymentsExportTemplateAtScopeResponse>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtTenantScope(\n deploymentName: string,\n options?: DeploymentsDeleteAtTenantScopeOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtTenantScopeAndWait(\n deploymentName: string,\n options?: DeploymentsDeleteAtTenantScopeOptionalParams,\n ): Promise<void>;\n /**\n * Checks whether the deployment exists.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n checkExistenceAtTenantScope(\n deploymentName: string,\n options?: DeploymentsCheckExistenceAtTenantScopeOptionalParams,\n ): Promise<DeploymentsCheckExistenceAtTenantScopeResponse>;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtTenantScope(\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsCreateOrUpdateAtTenantScopeResponse>,\n DeploymentsCreateOrUpdateAtTenantScopeResponse\n >\n >;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtTenantScopeAndWait(\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams,\n ): Promise<DeploymentsCreateOrUpdateAtTenantScopeResponse>;\n /**\n * Gets a deployment.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n getAtTenantScope(\n deploymentName: string,\n options?: DeploymentsGetAtTenantScopeOptionalParams,\n ): Promise<DeploymentsGetAtTenantScopeResponse>;\n /**\n * You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment\n * stops the currently running template deployment and leaves the resources partially deployed.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n cancelAtTenantScope(\n deploymentName: string,\n options?: DeploymentsCancelAtTenantScopeOptionalParams,\n ): Promise<void>;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtTenantScope(\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsValidateAtTenantScopeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsValidateAtTenantScopeResponse>,\n DeploymentsValidateAtTenantScopeResponse\n >\n >;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtTenantScopeAndWait(\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsValidateAtTenantScopeOptionalParams,\n ): Promise<DeploymentsValidateAtTenantScopeResponse>;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the tenant group.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginWhatIfAtTenantScope(\n deploymentName: string,\n parameters: ScopedDeploymentWhatIf,\n options?: DeploymentsWhatIfAtTenantScopeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsWhatIfAtTenantScopeResponse>,\n DeploymentsWhatIfAtTenantScopeResponse\n >\n >;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the tenant group.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginWhatIfAtTenantScopeAndWait(\n deploymentName: string,\n parameters: ScopedDeploymentWhatIf,\n options?: DeploymentsWhatIfAtTenantScopeOptionalParams,\n ): Promise<DeploymentsWhatIfAtTenantScopeResponse>;\n /**\n * Exports the template used for specified deployment.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n exportTemplateAtTenantScope(\n deploymentName: string,\n options?: DeploymentsExportTemplateAtTenantScopeOptionalParams,\n ): Promise<DeploymentsExportTemplateAtTenantScopeResponse>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtManagementGroupScopeAndWait(\n groupId: string,\n deploymentName: string,\n options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams,\n ): Promise<void>;\n /**\n * Checks whether the deployment exists.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n checkExistenceAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n options?: DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams,\n ): Promise<DeploymentsCheckExistenceAtManagementGroupScopeResponse>;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>,\n DeploymentsCreateOrUpdateAtManagementGroupScopeResponse\n >\n >;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtManagementGroupScopeAndWait(\n groupId: string,\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams,\n ): Promise<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>;\n /**\n * Gets a deployment.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n getAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n options?: DeploymentsGetAtManagementGroupScopeOptionalParams,\n ): Promise<DeploymentsGetAtManagementGroupScopeResponse>;\n /**\n * You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment\n * stops the currently running template deployment and leaves the resources partially deployed.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n cancelAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n options?: DeploymentsCancelAtManagementGroupScopeOptionalParams,\n ): Promise<void>;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsValidateAtManagementGroupScopeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsValidateAtManagementGroupScopeResponse>,\n DeploymentsValidateAtManagementGroupScopeResponse\n >\n >;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtManagementGroupScopeAndWait(\n groupId: string,\n deploymentName: string,\n parameters: ScopedDeployment,\n options?: DeploymentsValidateAtManagementGroupScopeOptionalParams,\n ): Promise<DeploymentsValidateAtManagementGroupScopeResponse>;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the management\n * group.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginWhatIfAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n parameters: ScopedDeploymentWhatIf,\n options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsWhatIfAtManagementGroupScopeResponse>,\n DeploymentsWhatIfAtManagementGroupScopeResponse\n >\n >;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the management\n * group.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginWhatIfAtManagementGroupScopeAndWait(\n groupId: string,\n deploymentName: string,\n parameters: ScopedDeploymentWhatIf,\n options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams,\n ): Promise<DeploymentsWhatIfAtManagementGroupScopeResponse>;\n /**\n * Exports the template used for specified deployment.\n * @param groupId The management group ID.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n exportTemplateAtManagementGroupScope(\n groupId: string,\n deploymentName: string,\n options?: DeploymentsExportTemplateAtManagementGroupScopeOptionalParams,\n ): Promise<DeploymentsExportTemplateAtManagementGroupScopeResponse>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtSubscriptionScope(\n deploymentName: string,\n options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. This is an asynchronous operation that returns a\n * status of 202 until the template deployment is successfully deleted. The Location response header\n * contains the URI that is used to obtain the status of the process. While the process is running, a\n * call to the URI in the Location header returns a status of 202. When the process finishes, the URI\n * in the Location header returns a status of 204 on success. If the asynchronous request failed, the\n * URI in the Location header returns an error-level status code.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAtSubscriptionScopeAndWait(\n deploymentName: string,\n options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams,\n ): Promise<void>;\n /**\n * Checks whether the deployment exists.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n checkExistenceAtSubscriptionScope(\n deploymentName: string,\n options?: DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams,\n ): Promise<DeploymentsCheckExistenceAtSubscriptionScopeResponse>;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtSubscriptionScope(\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>,\n DeploymentsCreateOrUpdateAtSubscriptionScopeResponse\n >\n >;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtSubscriptionScopeAndWait(\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams,\n ): Promise<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>;\n /**\n * Gets a deployment.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n getAtSubscriptionScope(\n deploymentName: string,\n options?: DeploymentsGetAtSubscriptionScopeOptionalParams,\n ): Promise<DeploymentsGetAtSubscriptionScopeResponse>;\n /**\n * You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment\n * stops the currently running template deployment and leaves the resources partially deployed.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n cancelAtSubscriptionScope(\n deploymentName: string,\n options?: DeploymentsCancelAtSubscriptionScopeOptionalParams,\n ): Promise<void>;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtSubscriptionScope(\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsValidateAtSubscriptionScopeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsValidateAtSubscriptionScopeResponse>,\n DeploymentsValidateAtSubscriptionScopeResponse\n >\n >;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAtSubscriptionScopeAndWait(\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsValidateAtSubscriptionScopeOptionalParams,\n ): Promise<DeploymentsValidateAtSubscriptionScopeResponse>;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the subscription.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to What If.\n * @param options The options parameters.\n */\n beginWhatIfAtSubscriptionScope(\n deploymentName: string,\n parameters: DeploymentWhatIf,\n options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsWhatIfAtSubscriptionScopeResponse>,\n DeploymentsWhatIfAtSubscriptionScopeResponse\n >\n >;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the subscription.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to What If.\n * @param options The options parameters.\n */\n beginWhatIfAtSubscriptionScopeAndWait(\n deploymentName: string,\n parameters: DeploymentWhatIf,\n options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams,\n ): Promise<DeploymentsWhatIfAtSubscriptionScopeResponse>;\n /**\n * Exports the template used for specified deployment.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n exportTemplateAtSubscriptionScope(\n deploymentName: string,\n options?: DeploymentsExportTemplateAtSubscriptionScopeOptionalParams,\n ): Promise<DeploymentsExportTemplateAtSubscriptionScopeResponse>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. Deleting a template deployment does not affect the\n * state of the resource group. This is an asynchronous operation that returns a status of 202 until\n * the template deployment is successfully deleted. The Location response header contains the URI that\n * is used to obtain the status of the process. While the process is running, a call to the URI in the\n * Location header returns a status of 202. When the process finishes, the URI in the Location header\n * returns a status of 204 on success. If the asynchronous request failed, the URI in the Location\n * header returns an error-level status code.\n * @param resourceGroupName The name of the resource group with the deployment to delete. The name is\n * case insensitive.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n deploymentName: string,\n options?: DeploymentsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * A template deployment that is currently running cannot be deleted. Deleting a template deployment\n * removes the associated deployment operations. Deleting a template deployment does not affect the\n * state of the resource group. This is an asynchronous operation that returns a status of 202 until\n * the template deployment is successfully deleted. The Location response header contains the URI that\n * is used to obtain the status of the process. While the process is running, a call to the URI in the\n * Location header returns a status of 202. When the process finishes, the URI in the Location header\n * returns a status of 204 on success. If the asynchronous request failed, the URI in the Location\n * header returns an error-level status code.\n * @param resourceGroupName The name of the resource group with the deployment to delete. The name is\n * case insensitive.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n deploymentName: string,\n options?: DeploymentsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Checks whether the deployment exists.\n * @param resourceGroupName The name of the resource group with the deployment to check. The name is\n * case insensitive.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n checkExistence(\n resourceGroupName: string,\n deploymentName: string,\n options?: DeploymentsCheckExistenceOptionalParams,\n ): Promise<DeploymentsCheckExistenceResponse>;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param resourceGroupName The name of the resource group to deploy the resources to. The name is case\n * insensitive. The resource group must already exist.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsCreateOrUpdateResponse>,\n DeploymentsCreateOrUpdateResponse\n >\n >;\n /**\n * You can provide the template and parameters directly in the request or link to JSON files.\n * @param resourceGroupName The name of the resource group to deploy the resources to. The name is case\n * insensitive. The resource group must already exist.\n * @param deploymentName The name of the deployment.\n * @param parameters Additional parameters supplied to the operation.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsCreateOrUpdateOptionalParams,\n ): Promise<DeploymentsCreateOrUpdateResponse>;\n /**\n * Gets a deployment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n deploymentName: string,\n options?: DeploymentsGetOptionalParams,\n ): Promise<DeploymentsGetResponse>;\n /**\n * You can cancel a deployment only if the provisioningState is Accepted or Running. After the\n * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment\n * stops the currently running template deployment and leaves the resource group partially deployed.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n cancel(\n resourceGroupName: string,\n deploymentName: string,\n options?: DeploymentsCancelOptionalParams,\n ): Promise<void>;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param resourceGroupName The name of the resource group the template will be deployed to. The name\n * is case insensitive.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidate(\n resourceGroupName: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsValidateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsValidateResponse>,\n DeploymentsValidateResponse\n >\n >;\n /**\n * Validates whether the specified template is syntactically correct and will be accepted by Azure\n * Resource Manager..\n * @param resourceGroupName The name of the resource group the template will be deployed to. The name\n * is case insensitive.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginValidateAndWait(\n resourceGroupName: string,\n deploymentName: string,\n parameters: Deployment,\n options?: DeploymentsValidateOptionalParams,\n ): Promise<DeploymentsValidateResponse>;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the resource group.\n * @param resourceGroupName The name of the resource group the template will be deployed to. The name\n * is case insensitive.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginWhatIf(\n resourceGroupName: string,\n deploymentName: string,\n parameters: DeploymentWhatIf,\n options?: DeploymentsWhatIfOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DeploymentsWhatIfResponse>,\n DeploymentsWhatIfResponse\n >\n >;\n /**\n * Returns changes that will be made by the deployment if executed at the scope of the resource group.\n * @param resourceGroupName The name of the resource group the template will be deployed to. The name\n * is case insensitive.\n * @param deploymentName The name of the deployment.\n * @param parameters Parameters to validate.\n * @param options The options parameters.\n */\n beginWhatIfAndWait(\n resourceGroupName: string,\n deploymentName: string,\n parameters: DeploymentWhatIf,\n options?: DeploymentsWhatIfOptionalParams,\n ): Promise<DeploymentsWhatIfResponse>;\n /**\n * Exports the template used for specified deployment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param deploymentName The name of the deployment.\n * @param options The options parameters.\n */\n exportTemplate(\n resourceGroupName: string,\n deploymentName: string,\n options?: DeploymentsExportTemplateOptionalParams,\n ): Promise<DeploymentsExportTemplateResponse>;\n /**\n * Calculate the hash of the given template.\n * @param template The template provided to calculate hash.\n * @param options The options parameters.\n */\n calculateTemplateHash(\n template: Record<string, unknown>,\n options?: DeploymentsCalculateTemplateHashOptionalParams,\n ): Promise<DeploymentsCalculateTemplateHashResponse>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available Microsoft.Resources REST API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available Microsoft.Resources REST API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providerResourceTypes.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/providerResourceTypes.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n ProviderResourceTypesListOptionalParams,\n ProviderResourceTypesListResponse
|
|
1
|
+
{"version":3,"file":"providerResourceTypes.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/providerResourceTypes.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n ProviderResourceTypesListOptionalParams,\n ProviderResourceTypesListResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a ProviderResourceTypes. */\nexport interface ProviderResourceTypes {\n /**\n * List the resource types for a specified resource provider.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param options The options parameters.\n */\n list(\n resourceProviderNamespace: string,\n options?: ProviderResourceTypesListOptionalParams,\n ): Promise<ProviderResourceTypesListResponse>;\n}\n"]}
|
|
@@ -19,7 +19,10 @@ export interface Providers {
|
|
|
19
19
|
*/
|
|
20
20
|
unregister(resourceProviderNamespace: string, options?: ProvidersUnregisterOptionalParams): Promise<ProvidersUnregisterResponse>;
|
|
21
21
|
/**
|
|
22
|
-
* Registers a management group with a resource provider.
|
|
22
|
+
* Registers a management group with a resource provider. Use this operation to register a resource
|
|
23
|
+
* provider with resource types that can be deployed at the management group scope. It does not
|
|
24
|
+
* recursively register subscriptions within the management group. Instead, you must register
|
|
25
|
+
* subscriptions individually.
|
|
23
26
|
* @param resourceProviderNamespace The namespace of the resource provider to register.
|
|
24
27
|
* @param groupId The management group ID.
|
|
25
28
|
* @param options The options parameters.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/providers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,QAAQ,EACR,2BAA2B,EAC3B,wCAAwC,EACxC,iCAAiC,EACjC,2BAA2B,EAC3B,qDAAqD,EACrD,0CAA0C,EAC1C,oCAAoC,EACpC,+BAA+B,EAC/B,yBAAyB,EACzB,0BAA0B,EAC1B,oBAAoB,EACpB,uCAAuC,EACvC,iCAAiC,EAClC,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,2BAA2B,GACpC,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;OAGG;IACH,iBAAiB,CACf,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;;OAIG;IACH,UAAU,CACR,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC
|
|
1
|
+
{"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/providers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,QAAQ,EACR,2BAA2B,EAC3B,wCAAwC,EACxC,iCAAiC,EACjC,2BAA2B,EAC3B,qDAAqD,EACrD,0CAA0C,EAC1C,oCAAoC,EACpC,+BAA+B,EAC/B,yBAAyB,EACzB,0BAA0B,EAC1B,oBAAoB,EACpB,uCAAuC,EACvC,iCAAiC,EAClC,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,2BAA2B,GACpC,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;OAGG;IACH,iBAAiB,CACf,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;;OAIG;IACH,UAAU,CACR,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;;;OAQG;IACH,8BAA8B,CAC5B,yBAAyB,EAAE,MAAM,EACjC,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;OAIG;IACH,mBAAmB,CACjB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;OAIG;IACH,QAAQ,CACN,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;OAIG;IACH,GAAG,CACD,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;OAIG;IACH,gBAAgB,CACd,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;CAC/C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providers.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/providers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n Provider,\n ProvidersListOptionalParams,\n ProvidersListAtTenantScopeOptionalParams,\n ProvidersUnregisterOptionalParams,\n ProvidersUnregisterResponse,\n ProvidersRegisterAtManagementGroupScopeOptionalParams,\n ProvidersProviderPermissionsOptionalParams,\n ProvidersProviderPermissionsResponse,\n ProvidersRegisterOptionalParams,\n ProvidersRegisterResponse,\n ProvidersGetOptionalParams,\n ProvidersGetResponse,\n ProvidersGetAtTenantScopeOptionalParams,\n ProvidersGetAtTenantScopeResponse
|
|
1
|
+
{"version":3,"file":"providers.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/providers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n Provider,\n ProvidersListOptionalParams,\n ProvidersListAtTenantScopeOptionalParams,\n ProvidersUnregisterOptionalParams,\n ProvidersUnregisterResponse,\n ProvidersRegisterAtManagementGroupScopeOptionalParams,\n ProvidersProviderPermissionsOptionalParams,\n ProvidersProviderPermissionsResponse,\n ProvidersRegisterOptionalParams,\n ProvidersRegisterResponse,\n ProvidersGetOptionalParams,\n ProvidersGetResponse,\n ProvidersGetAtTenantScopeOptionalParams,\n ProvidersGetAtTenantScopeResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Providers. */\nexport interface Providers {\n /**\n * Gets all resource providers for a subscription.\n * @param options The options parameters.\n */\n list(\n options?: ProvidersListOptionalParams,\n ): PagedAsyncIterableIterator<Provider>;\n /**\n * Gets all resource providers for the tenant.\n * @param options The options parameters.\n */\n listAtTenantScope(\n options?: ProvidersListAtTenantScopeOptionalParams,\n ): PagedAsyncIterableIterator<Provider>;\n /**\n * Unregisters a subscription from a resource provider.\n * @param resourceProviderNamespace The namespace of the resource provider to unregister.\n * @param options The options parameters.\n */\n unregister(\n resourceProviderNamespace: string,\n options?: ProvidersUnregisterOptionalParams,\n ): Promise<ProvidersUnregisterResponse>;\n /**\n * Registers a management group with a resource provider. Use this operation to register a resource\n * provider with resource types that can be deployed at the management group scope. It does not\n * recursively register subscriptions within the management group. Instead, you must register\n * subscriptions individually.\n * @param resourceProviderNamespace The namespace of the resource provider to register.\n * @param groupId The management group ID.\n * @param options The options parameters.\n */\n registerAtManagementGroupScope(\n resourceProviderNamespace: string,\n groupId: string,\n options?: ProvidersRegisterAtManagementGroupScopeOptionalParams,\n ): Promise<void>;\n /**\n * Get the provider permissions.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param options The options parameters.\n */\n providerPermissions(\n resourceProviderNamespace: string,\n options?: ProvidersProviderPermissionsOptionalParams,\n ): Promise<ProvidersProviderPermissionsResponse>;\n /**\n * Registers a subscription with a resource provider.\n * @param resourceProviderNamespace The namespace of the resource provider to register.\n * @param options The options parameters.\n */\n register(\n resourceProviderNamespace: string,\n options?: ProvidersRegisterOptionalParams,\n ): Promise<ProvidersRegisterResponse>;\n /**\n * Gets the specified resource provider.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param options The options parameters.\n */\n get(\n resourceProviderNamespace: string,\n options?: ProvidersGetOptionalParams,\n ): Promise<ProvidersGetResponse>;\n /**\n * Gets the specified resource provider at the tenant level.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param options The options parameters.\n */\n getAtTenantScope(\n resourceProviderNamespace: string,\n options?: ProvidersGetAtTenantScopeOptionalParams,\n ): Promise<ProvidersGetAtTenantScopeResponse>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resourceGroups.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/resourceGroups.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ResourceGroup,\n ResourceGroupsListOptionalParams,\n ResourceGroupsCheckExistenceOptionalParams,\n ResourceGroupsCheckExistenceResponse,\n ResourceGroupsCreateOrUpdateOptionalParams,\n ResourceGroupsCreateOrUpdateResponse,\n ResourceGroupsDeleteOptionalParams,\n ResourceGroupsGetOptionalParams,\n ResourceGroupsGetResponse,\n ResourceGroupPatchable,\n ResourceGroupsUpdateOptionalParams,\n ResourceGroupsUpdateResponse,\n ExportTemplateRequest,\n ResourceGroupsExportTemplateOptionalParams,\n ResourceGroupsExportTemplateResponse
|
|
1
|
+
{"version":3,"file":"resourceGroups.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/resourceGroups.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ResourceGroup,\n ResourceGroupsListOptionalParams,\n ResourceGroupsCheckExistenceOptionalParams,\n ResourceGroupsCheckExistenceResponse,\n ResourceGroupsCreateOrUpdateOptionalParams,\n ResourceGroupsCreateOrUpdateResponse,\n ResourceGroupsDeleteOptionalParams,\n ResourceGroupsGetOptionalParams,\n ResourceGroupsGetResponse,\n ResourceGroupPatchable,\n ResourceGroupsUpdateOptionalParams,\n ResourceGroupsUpdateResponse,\n ExportTemplateRequest,\n ResourceGroupsExportTemplateOptionalParams,\n ResourceGroupsExportTemplateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ResourceGroups. */\nexport interface ResourceGroups {\n /**\n * Gets all the resource groups for a subscription.\n * @param options The options parameters.\n */\n list(\n options?: ResourceGroupsListOptionalParams,\n ): PagedAsyncIterableIterator<ResourceGroup>;\n /**\n * Checks whether a resource group exists.\n * @param resourceGroupName The name of the resource group to check. The name is case insensitive.\n * @param options The options parameters.\n */\n checkExistence(\n resourceGroupName: string,\n options?: ResourceGroupsCheckExistenceOptionalParams,\n ): Promise<ResourceGroupsCheckExistenceResponse>;\n /**\n * Creates or updates a resource group.\n * @param resourceGroupName The name of the resource group to create or update. Can include\n * alphanumeric, underscore, parentheses, hyphen, period (except at end), and Unicode characters that\n * match the allowed characters.\n * @param parameters Parameters supplied to the create or update a resource group.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n parameters: ResourceGroup,\n options?: ResourceGroupsCreateOrUpdateOptionalParams,\n ): Promise<ResourceGroupsCreateOrUpdateResponse>;\n /**\n * When you delete a resource group, all of its resources are also deleted. Deleting a resource group\n * deletes all of its template deployments and currently stored operations.\n * @param resourceGroupName The name of the resource group to delete. The name is case insensitive.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n options?: ResourceGroupsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * When you delete a resource group, all of its resources are also deleted. Deleting a resource group\n * deletes all of its template deployments and currently stored operations.\n * @param resourceGroupName The name of the resource group to delete. The name is case insensitive.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n options?: ResourceGroupsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets a resource group.\n * @param resourceGroupName The name of the resource group to get. The name is case insensitive.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n options?: ResourceGroupsGetOptionalParams,\n ): Promise<ResourceGroupsGetResponse>;\n /**\n * Resource groups can be updated through a simple PATCH operation to a group address. The format of\n * the request is the same as that for creating a resource group. If a field is unspecified, the\n * current value is retained.\n * @param resourceGroupName The name of the resource group to update. The name is case insensitive.\n * @param parameters Parameters supplied to update a resource group.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n parameters: ResourceGroupPatchable,\n options?: ResourceGroupsUpdateOptionalParams,\n ): Promise<ResourceGroupsUpdateResponse>;\n /**\n * Captures the specified resource group as a template.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param parameters Parameters for exporting the template.\n * @param options The options parameters.\n */\n beginExportTemplate(\n resourceGroupName: string,\n parameters: ExportTemplateRequest,\n options?: ResourceGroupsExportTemplateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ResourceGroupsExportTemplateResponse>,\n ResourceGroupsExportTemplateResponse\n >\n >;\n /**\n * Captures the specified resource group as a template.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param parameters Parameters for exporting the template.\n * @param options The options parameters.\n */\n beginExportTemplateAndWait(\n resourceGroupName: string,\n parameters: ExportTemplateRequest,\n options?: ResourceGroupsExportTemplateOptionalParams,\n ): Promise<ResourceGroupsExportTemplateResponse>;\n}\n"]}
|
|
@@ -163,7 +163,9 @@ export interface Resources {
|
|
|
163
163
|
*/
|
|
164
164
|
get(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, apiVersion: string, options?: ResourcesGetOptionalParams): Promise<ResourcesGetResponse>;
|
|
165
165
|
/**
|
|
166
|
-
* Checks by ID whether a resource exists.
|
|
166
|
+
* Checks by ID whether a resource exists. This API currently works only for a limited set of Resource
|
|
167
|
+
* providers. In the event that a Resource provider does not implement this API, ARM will respond with
|
|
168
|
+
* a 405. The alternative then is to use the GET API to check for the existence of the resource.
|
|
167
169
|
* @param resourceId The fully qualified ID of the resource, including the resource name and resource
|
|
168
170
|
* type. Use the format,
|
|
169
171
|
* /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/resources.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/resources.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/resources.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n GenericResourceExpanded,\n ResourcesListByResourceGroupOptionalParams,\n ResourcesListOptionalParams,\n ResourcesMoveInfo,\n ResourcesMoveResourcesOptionalParams,\n ResourcesValidateMoveResourcesOptionalParams,\n ResourcesCheckExistenceOptionalParams,\n ResourcesCheckExistenceResponse,\n ResourcesDeleteOptionalParams,\n GenericResource,\n ResourcesCreateOrUpdateOptionalParams,\n ResourcesCreateOrUpdateResponse,\n ResourcesUpdateOptionalParams,\n ResourcesUpdateResponse,\n ResourcesGetOptionalParams,\n ResourcesGetResponse,\n ResourcesCheckExistenceByIdOptionalParams,\n ResourcesCheckExistenceByIdResponse,\n ResourcesDeleteByIdOptionalParams,\n ResourcesCreateOrUpdateByIdOptionalParams,\n ResourcesCreateOrUpdateByIdResponse,\n ResourcesUpdateByIdOptionalParams,\n ResourcesUpdateByIdResponse,\n ResourcesGetByIdOptionalParams,\n ResourcesGetByIdResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Resources. */\nexport interface Resources {\n /**\n * Get all the resources for a resource group.\n * @param resourceGroupName The resource group with the resources to get.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ResourcesListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<GenericResourceExpanded>;\n /**\n * Get all the resources in a subscription.\n * @param options The options parameters.\n */\n list(\n options?: ResourcesListOptionalParams\n ): PagedAsyncIterableIterator<GenericResourceExpanded>;\n /**\n * The resources to be moved must be in the same source resource group in the source subscription being\n * used. The target resource group may be in a different subscription. When moving resources, both the\n * source group and the target group are locked for the duration of the operation. Write and delete\n * operations are blocked on the groups until the move completes.\n * @param sourceResourceGroupName The name of the resource group from the source subscription\n * containing the resources to be moved.\n * @param parameters Parameters for moving resources.\n * @param options The options parameters.\n */\n beginMoveResources(\n sourceResourceGroupName: string,\n parameters: ResourcesMoveInfo,\n options?: ResourcesMoveResourcesOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * The resources to be moved must be in the same source resource group in the source subscription being\n * used. The target resource group may be in a different subscription. When moving resources, both the\n * source group and the target group are locked for the duration of the operation. Write and delete\n * operations are blocked on the groups until the move completes.\n * @param sourceResourceGroupName The name of the resource group from the source subscription\n * containing the resources to be moved.\n * @param parameters Parameters for moving resources.\n * @param options The options parameters.\n */\n beginMoveResourcesAndWait(\n sourceResourceGroupName: string,\n parameters: ResourcesMoveInfo,\n options?: ResourcesMoveResourcesOptionalParams\n ): Promise<void>;\n /**\n * This operation checks whether the specified resources can be moved to the target. The resources to\n * be moved must be in the same source resource group in the source subscription being used. The target\n * resource group may be in a different subscription. If validation succeeds, it returns HTTP response\n * code 204 (no content). If validation fails, it returns HTTP response code 409 (Conflict) with an\n * error message. Retrieve the URL in the Location header value to check the result of the long-running\n * operation.\n * @param sourceResourceGroupName The name of the resource group from the source subscription\n * containing the resources to be validated for move.\n * @param parameters Parameters for moving resources.\n * @param options The options parameters.\n */\n beginValidateMoveResources(\n sourceResourceGroupName: string,\n parameters: ResourcesMoveInfo,\n options?: ResourcesValidateMoveResourcesOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * This operation checks whether the specified resources can be moved to the target. The resources to\n * be moved must be in the same source resource group in the source subscription being used. The target\n * resource group may be in a different subscription. If validation succeeds, it returns HTTP response\n * code 204 (no content). If validation fails, it returns HTTP response code 409 (Conflict) with an\n * error message. Retrieve the URL in the Location header value to check the result of the long-running\n * operation.\n * @param sourceResourceGroupName The name of the resource group from the source subscription\n * containing the resources to be validated for move.\n * @param parameters Parameters for moving resources.\n * @param options The options parameters.\n */\n beginValidateMoveResourcesAndWait(\n sourceResourceGroupName: string,\n parameters: ResourcesMoveInfo,\n options?: ResourcesValidateMoveResourcesOptionalParams\n ): Promise<void>;\n /**\n * Checks whether a resource exists.\n * @param resourceGroupName The name of the resource group containing the resource to check. The name\n * is case insensitive.\n * @param resourceProviderNamespace The resource provider of the resource to check.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type.\n * @param resourceName The name of the resource to check whether it exists.\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n checkExistence(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n options?: ResourcesCheckExistenceOptionalParams\n ): Promise<ResourcesCheckExistenceResponse>;\n /**\n * Deletes a resource.\n * @param resourceGroupName The name of the resource group that contains the resource to delete. The\n * name is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type.\n * @param resourceName The name of the resource to delete.\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n options?: ResourcesDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a resource.\n * @param resourceGroupName The name of the resource group that contains the resource to delete. The\n * name is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type.\n * @param resourceName The name of the resource to delete.\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n options?: ResourcesDeleteOptionalParams\n ): Promise<void>;\n /**\n * Creates a resource.\n * @param resourceGroupName The name of the resource group for the resource. The name is case\n * insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource to create.\n * @param resourceName The name of the resource to create.\n * @param apiVersion The API version to use for the operation.\n * @param parameters Parameters for creating or updating the resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ResourcesCreateOrUpdateResponse>,\n ResourcesCreateOrUpdateResponse\n >\n >;\n /**\n * Creates a resource.\n * @param resourceGroupName The name of the resource group for the resource. The name is case\n * insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource to create.\n * @param resourceName The name of the resource to create.\n * @param apiVersion The API version to use for the operation.\n * @param parameters Parameters for creating or updating the resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesCreateOrUpdateOptionalParams\n ): Promise<ResourcesCreateOrUpdateResponse>;\n /**\n * Updates a resource.\n * @param resourceGroupName The name of the resource group for the resource. The name is case\n * insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource to update.\n * @param resourceName The name of the resource to update.\n * @param apiVersion The API version to use for the operation.\n * @param parameters Parameters for updating the resource.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ResourcesUpdateResponse>,\n ResourcesUpdateResponse\n >\n >;\n /**\n * Updates a resource.\n * @param resourceGroupName The name of the resource group for the resource. The name is case\n * insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource to update.\n * @param resourceName The name of the resource to update.\n * @param apiVersion The API version to use for the operation.\n * @param parameters Parameters for updating the resource.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesUpdateOptionalParams\n ): Promise<ResourcesUpdateResponse>;\n /**\n * Gets a resource.\n * @param resourceGroupName The name of the resource group containing the resource to get. The name is\n * case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource.\n * @param resourceName The name of the resource to get.\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n options?: ResourcesGetOptionalParams\n ): Promise<ResourcesGetResponse>;\n /**\n * Checks by ID whether a resource exists.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n checkExistenceById(\n resourceId: string,\n apiVersion: string,\n options?: ResourcesCheckExistenceByIdOptionalParams\n ): Promise<ResourcesCheckExistenceByIdResponse>;\n /**\n * Deletes a resource by ID.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n beginDeleteById(\n resourceId: string,\n apiVersion: string,\n options?: ResourcesDeleteByIdOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a resource by ID.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n beginDeleteByIdAndWait(\n resourceId: string,\n apiVersion: string,\n options?: ResourcesDeleteByIdOptionalParams\n ): Promise<void>;\n /**\n * Create a resource by ID.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param parameters Create or update resource parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateById(\n resourceId: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesCreateOrUpdateByIdOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ResourcesCreateOrUpdateByIdResponse>,\n ResourcesCreateOrUpdateByIdResponse\n >\n >;\n /**\n * Create a resource by ID.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param parameters Create or update resource parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateByIdAndWait(\n resourceId: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesCreateOrUpdateByIdOptionalParams\n ): Promise<ResourcesCreateOrUpdateByIdResponse>;\n /**\n * Updates a resource by ID.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param parameters Update resource parameters.\n * @param options The options parameters.\n */\n beginUpdateById(\n resourceId: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesUpdateByIdOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ResourcesUpdateByIdResponse>,\n ResourcesUpdateByIdResponse\n >\n >;\n /**\n * Updates a resource by ID.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param parameters Update resource parameters.\n * @param options The options parameters.\n */\n beginUpdateByIdAndWait(\n resourceId: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesUpdateByIdOptionalParams\n ): Promise<ResourcesUpdateByIdResponse>;\n /**\n * Gets a resource by ID.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n getById(\n resourceId: string,\n apiVersion: string,\n options?: ResourcesGetByIdOptionalParams\n ): Promise<ResourcesGetByIdResponse>;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/resources.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n GenericResourceExpanded,\n ResourcesListByResourceGroupOptionalParams,\n ResourcesListOptionalParams,\n ResourcesMoveInfo,\n ResourcesMoveResourcesOptionalParams,\n ResourcesValidateMoveResourcesOptionalParams,\n ResourcesCheckExistenceOptionalParams,\n ResourcesCheckExistenceResponse,\n ResourcesDeleteOptionalParams,\n GenericResource,\n ResourcesCreateOrUpdateOptionalParams,\n ResourcesCreateOrUpdateResponse,\n ResourcesUpdateOptionalParams,\n ResourcesUpdateResponse,\n ResourcesGetOptionalParams,\n ResourcesGetResponse,\n ResourcesCheckExistenceByIdOptionalParams,\n ResourcesCheckExistenceByIdResponse,\n ResourcesDeleteByIdOptionalParams,\n ResourcesCreateOrUpdateByIdOptionalParams,\n ResourcesCreateOrUpdateByIdResponse,\n ResourcesUpdateByIdOptionalParams,\n ResourcesUpdateByIdResponse,\n ResourcesGetByIdOptionalParams,\n ResourcesGetByIdResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Resources. */\nexport interface Resources {\n /**\n * Get all the resources for a resource group.\n * @param resourceGroupName The resource group with the resources to get.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ResourcesListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<GenericResourceExpanded>;\n /**\n * Get all the resources in a subscription.\n * @param options The options parameters.\n */\n list(\n options?: ResourcesListOptionalParams,\n ): PagedAsyncIterableIterator<GenericResourceExpanded>;\n /**\n * The resources to be moved must be in the same source resource group in the source subscription being\n * used. The target resource group may be in a different subscription. When moving resources, both the\n * source group and the target group are locked for the duration of the operation. Write and delete\n * operations are blocked on the groups until the move completes.\n * @param sourceResourceGroupName The name of the resource group from the source subscription\n * containing the resources to be moved.\n * @param parameters Parameters for moving resources.\n * @param options The options parameters.\n */\n beginMoveResources(\n sourceResourceGroupName: string,\n parameters: ResourcesMoveInfo,\n options?: ResourcesMoveResourcesOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * The resources to be moved must be in the same source resource group in the source subscription being\n * used. The target resource group may be in a different subscription. When moving resources, both the\n * source group and the target group are locked for the duration of the operation. Write and delete\n * operations are blocked on the groups until the move completes.\n * @param sourceResourceGroupName The name of the resource group from the source subscription\n * containing the resources to be moved.\n * @param parameters Parameters for moving resources.\n * @param options The options parameters.\n */\n beginMoveResourcesAndWait(\n sourceResourceGroupName: string,\n parameters: ResourcesMoveInfo,\n options?: ResourcesMoveResourcesOptionalParams,\n ): Promise<void>;\n /**\n * This operation checks whether the specified resources can be moved to the target. The resources to\n * be moved must be in the same source resource group in the source subscription being used. The target\n * resource group may be in a different subscription. If validation succeeds, it returns HTTP response\n * code 204 (no content). If validation fails, it returns HTTP response code 409 (Conflict) with an\n * error message. Retrieve the URL in the Location header value to check the result of the long-running\n * operation.\n * @param sourceResourceGroupName The name of the resource group from the source subscription\n * containing the resources to be validated for move.\n * @param parameters Parameters for moving resources.\n * @param options The options parameters.\n */\n beginValidateMoveResources(\n sourceResourceGroupName: string,\n parameters: ResourcesMoveInfo,\n options?: ResourcesValidateMoveResourcesOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * This operation checks whether the specified resources can be moved to the target. The resources to\n * be moved must be in the same source resource group in the source subscription being used. The target\n * resource group may be in a different subscription. If validation succeeds, it returns HTTP response\n * code 204 (no content). If validation fails, it returns HTTP response code 409 (Conflict) with an\n * error message. Retrieve the URL in the Location header value to check the result of the long-running\n * operation.\n * @param sourceResourceGroupName The name of the resource group from the source subscription\n * containing the resources to be validated for move.\n * @param parameters Parameters for moving resources.\n * @param options The options parameters.\n */\n beginValidateMoveResourcesAndWait(\n sourceResourceGroupName: string,\n parameters: ResourcesMoveInfo,\n options?: ResourcesValidateMoveResourcesOptionalParams,\n ): Promise<void>;\n /**\n * Checks whether a resource exists.\n * @param resourceGroupName The name of the resource group containing the resource to check. The name\n * is case insensitive.\n * @param resourceProviderNamespace The resource provider of the resource to check.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type.\n * @param resourceName The name of the resource to check whether it exists.\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n checkExistence(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n options?: ResourcesCheckExistenceOptionalParams,\n ): Promise<ResourcesCheckExistenceResponse>;\n /**\n * Deletes a resource.\n * @param resourceGroupName The name of the resource group that contains the resource to delete. The\n * name is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type.\n * @param resourceName The name of the resource to delete.\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n options?: ResourcesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a resource.\n * @param resourceGroupName The name of the resource group that contains the resource to delete. The\n * name is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type.\n * @param resourceName The name of the resource to delete.\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n options?: ResourcesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Creates a resource.\n * @param resourceGroupName The name of the resource group for the resource. The name is case\n * insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource to create.\n * @param resourceName The name of the resource to create.\n * @param apiVersion The API version to use for the operation.\n * @param parameters Parameters for creating or updating the resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ResourcesCreateOrUpdateResponse>,\n ResourcesCreateOrUpdateResponse\n >\n >;\n /**\n * Creates a resource.\n * @param resourceGroupName The name of the resource group for the resource. The name is case\n * insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource to create.\n * @param resourceName The name of the resource to create.\n * @param apiVersion The API version to use for the operation.\n * @param parameters Parameters for creating or updating the resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesCreateOrUpdateOptionalParams,\n ): Promise<ResourcesCreateOrUpdateResponse>;\n /**\n * Updates a resource.\n * @param resourceGroupName The name of the resource group for the resource. The name is case\n * insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource to update.\n * @param resourceName The name of the resource to update.\n * @param apiVersion The API version to use for the operation.\n * @param parameters Parameters for updating the resource.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ResourcesUpdateResponse>,\n ResourcesUpdateResponse\n >\n >;\n /**\n * Updates a resource.\n * @param resourceGroupName The name of the resource group for the resource. The name is case\n * insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource to update.\n * @param resourceName The name of the resource to update.\n * @param apiVersion The API version to use for the operation.\n * @param parameters Parameters for updating the resource.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesUpdateOptionalParams,\n ): Promise<ResourcesUpdateResponse>;\n /**\n * Gets a resource.\n * @param resourceGroupName The name of the resource group containing the resource to get. The name is\n * case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource.\n * @param resourceName The name of the resource to get.\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceProviderNamespace: string,\n parentResourcePath: string,\n resourceType: string,\n resourceName: string,\n apiVersion: string,\n options?: ResourcesGetOptionalParams,\n ): Promise<ResourcesGetResponse>;\n /**\n * Checks by ID whether a resource exists. This API currently works only for a limited set of Resource\n * providers. In the event that a Resource provider does not implement this API, ARM will respond with\n * a 405. The alternative then is to use the GET API to check for the existence of the resource.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n checkExistenceById(\n resourceId: string,\n apiVersion: string,\n options?: ResourcesCheckExistenceByIdOptionalParams,\n ): Promise<ResourcesCheckExistenceByIdResponse>;\n /**\n * Deletes a resource by ID.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n beginDeleteById(\n resourceId: string,\n apiVersion: string,\n options?: ResourcesDeleteByIdOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a resource by ID.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n beginDeleteByIdAndWait(\n resourceId: string,\n apiVersion: string,\n options?: ResourcesDeleteByIdOptionalParams,\n ): Promise<void>;\n /**\n * Create a resource by ID.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param parameters Create or update resource parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateById(\n resourceId: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesCreateOrUpdateByIdOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ResourcesCreateOrUpdateByIdResponse>,\n ResourcesCreateOrUpdateByIdResponse\n >\n >;\n /**\n * Create a resource by ID.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param parameters Create or update resource parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateByIdAndWait(\n resourceId: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesCreateOrUpdateByIdOptionalParams,\n ): Promise<ResourcesCreateOrUpdateByIdResponse>;\n /**\n * Updates a resource by ID.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param parameters Update resource parameters.\n * @param options The options parameters.\n */\n beginUpdateById(\n resourceId: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesUpdateByIdOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ResourcesUpdateByIdResponse>,\n ResourcesUpdateByIdResponse\n >\n >;\n /**\n * Updates a resource by ID.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param parameters Update resource parameters.\n * @param options The options parameters.\n */\n beginUpdateByIdAndWait(\n resourceId: string,\n apiVersion: string,\n parameters: GenericResource,\n options?: ResourcesUpdateByIdOptionalParams,\n ): Promise<ResourcesUpdateByIdResponse>;\n /**\n * Gets a resource by ID.\n * @param resourceId The fully qualified ID of the resource, including the resource name and resource\n * type. Use the format,\n * /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}\n * @param apiVersion The API version to use for the operation.\n * @param options The options parameters.\n */\n getById(\n resourceId: string,\n apiVersion: string,\n options?: ResourcesGetByIdOptionalParams,\n ): Promise<ResourcesGetByIdResponse>;\n}\n"]}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
2
3
|
import { TagDetails, TagsListOptionalParams, TagsDeleteValueOptionalParams, TagsCreateOrUpdateValueOptionalParams, TagsCreateOrUpdateValueResponse, TagsCreateOrUpdateOptionalParams, TagsCreateOrUpdateResponse, TagsDeleteOptionalParams, TagsResource, TagsCreateOrUpdateAtScopeOptionalParams, TagsCreateOrUpdateAtScopeResponse, TagsPatchResource, TagsUpdateAtScopeOptionalParams, TagsUpdateAtScopeResponse, TagsGetAtScopeOptionalParams, TagsGetAtScopeResponse, TagsDeleteAtScopeOptionalParams } from "../models/index.js";
|
|
3
4
|
/** Interface representing a TagsOperations. */
|
|
4
5
|
export interface TagsOperations {
|
|
@@ -50,7 +51,26 @@ export interface TagsOperations {
|
|
|
50
51
|
* @param parameters Wrapper resource for tags API requests and responses.
|
|
51
52
|
* @param options The options parameters.
|
|
52
53
|
*/
|
|
53
|
-
|
|
54
|
+
beginCreateOrUpdateAtScope(scope: string, parameters: TagsResource, options?: TagsCreateOrUpdateAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<TagsCreateOrUpdateAtScopeResponse>, TagsCreateOrUpdateAtScopeResponse>>;
|
|
55
|
+
/**
|
|
56
|
+
* This operation allows adding or replacing the entire set of tags on the specified resource or
|
|
57
|
+
* subscription. The specified entity can have a maximum of 50 tags.
|
|
58
|
+
* @param scope The resource scope.
|
|
59
|
+
* @param parameters Wrapper resource for tags API requests and responses.
|
|
60
|
+
* @param options The options parameters.
|
|
61
|
+
*/
|
|
62
|
+
beginCreateOrUpdateAtScopeAndWait(scope: string, parameters: TagsResource, options?: TagsCreateOrUpdateAtScopeOptionalParams): Promise<TagsCreateOrUpdateAtScopeResponse>;
|
|
63
|
+
/**
|
|
64
|
+
* This operation allows replacing, merging or selectively deleting tags on the specified resource or
|
|
65
|
+
* subscription. The specified entity can have a maximum of 50 tags at the end of the operation. The
|
|
66
|
+
* 'replace' option replaces the entire set of existing tags with a new set. The 'merge' option allows
|
|
67
|
+
* adding tags with new names and updating the values of tags with existing names. The 'delete' option
|
|
68
|
+
* allows selectively deleting tags based on given names or name/value pairs.
|
|
69
|
+
* @param scope The resource scope.
|
|
70
|
+
* @param parameters Wrapper resource for tags patch API request only.
|
|
71
|
+
* @param options The options parameters.
|
|
72
|
+
*/
|
|
73
|
+
beginUpdateAtScope(scope: string, parameters: TagsPatchResource, options?: TagsUpdateAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<TagsUpdateAtScopeResponse>, TagsUpdateAtScopeResponse>>;
|
|
54
74
|
/**
|
|
55
75
|
* This operation allows replacing, merging or selectively deleting tags on the specified resource or
|
|
56
76
|
* subscription. The specified entity can have a maximum of 50 tags at the end of the operation. The
|
|
@@ -61,7 +81,7 @@ export interface TagsOperations {
|
|
|
61
81
|
* @param parameters Wrapper resource for tags patch API request only.
|
|
62
82
|
* @param options The options parameters.
|
|
63
83
|
*/
|
|
64
|
-
|
|
84
|
+
beginUpdateAtScopeAndWait(scope: string, parameters: TagsPatchResource, options?: TagsUpdateAtScopeOptionalParams): Promise<TagsUpdateAtScopeResponse>;
|
|
65
85
|
/**
|
|
66
86
|
* Gets the entire set of tags on a resource or subscription.
|
|
67
87
|
* @param scope The resource scope.
|
|
@@ -73,6 +93,12 @@ export interface TagsOperations {
|
|
|
73
93
|
* @param scope The resource scope.
|
|
74
94
|
* @param options The options parameters.
|
|
75
95
|
*/
|
|
76
|
-
|
|
96
|
+
beginDeleteAtScope(scope: string, options?: TagsDeleteAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
97
|
+
/**
|
|
98
|
+
* Deletes the entire set of tags on a resource or subscription.
|
|
99
|
+
* @param scope The resource scope.
|
|
100
|
+
* @param options The options parameters.
|
|
101
|
+
*/
|
|
102
|
+
beginDeleteAtScopeAndWait(scope: string, options?: TagsDeleteAtScopeOptionalParams): Promise<void>;
|
|
77
103
|
}
|
|
78
104
|
//# sourceMappingURL=tagsOperations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tagsOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/tagsOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,UAAU,EACV,sBAAsB,EACtB,6BAA6B,EAC7B,qCAAqC,EACrC,+BAA+B,EAC/B,gCAAgC,EAChC,0BAA0B,EAC1B,wBAAwB,EACxB,YAAY,EACZ,uCAAuC,EACvC,iCAAiC,EACjC,iBAAiB,EACjB,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;OAMG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,sBAAsB,GAC/B,0BAA0B,CAAC,UAAU,CAAC,CAAC;IAC1C;;;;;;;OAOG;IACH,WAAW,CACT,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,mBAAmB,CACjB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;OAMG;IACH,cAAc,CACZ,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,wBAAwB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAC3E;;;;;;OAMG;IACH,
|
|
1
|
+
{"version":3,"file":"tagsOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/tagsOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,UAAU,EACV,sBAAsB,EACtB,6BAA6B,EAC7B,qCAAqC,EACrC,+BAA+B,EAC/B,gCAAgC,EAChC,0BAA0B,EAC1B,wBAAwB,EACxB,YAAY,EACZ,uCAAuC,EACvC,iCAAiC,EACjC,iBAAiB,EACjB,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;OAMG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,sBAAsB,GAC/B,0BAA0B,CAAC,UAAU,CAAC,CAAC;IAC1C;;;;;;;OAOG;IACH,WAAW,CACT,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,mBAAmB,CACjB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;OAMG;IACH,cAAc,CACZ,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,wBAAwB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAC3E;;;;;;OAMG;IACH,0BAA0B,CACxB,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,YAAY,EACxB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CACF,CAAC;IACF;;;;;;OAMG;IACH,iCAAiC,CAC/B,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,YAAY,EACxB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;;;OASG;IACH,kBAAkB,CAChB,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,iBAAiB,EAC7B,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CACF,CAAC;IACF;;;;;;;;;OASG;IACH,yBAAyB,CACvB,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,iBAAiB,EAC7B,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;OAIG;IACH,UAAU,CACR,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;OAIG;IACH,kBAAkB,CAChB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;OAIG;IACH,yBAAyB,CACvB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tagsOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/tagsOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n TagDetails,\n TagsListOptionalParams,\n TagsDeleteValueOptionalParams,\n TagsCreateOrUpdateValueOptionalParams,\n TagsCreateOrUpdateValueResponse,\n TagsCreateOrUpdateOptionalParams,\n TagsCreateOrUpdateResponse,\n TagsDeleteOptionalParams,\n TagsResource,\n TagsCreateOrUpdateAtScopeOptionalParams,\n TagsCreateOrUpdateAtScopeResponse,\n TagsPatchResource,\n TagsUpdateAtScopeOptionalParams,\n TagsUpdateAtScopeResponse,\n TagsGetAtScopeOptionalParams,\n TagsGetAtScopeResponse,\n TagsDeleteAtScopeOptionalParams
|
|
1
|
+
{"version":3,"file":"tagsOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/tagsOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n TagDetails,\n TagsListOptionalParams,\n TagsDeleteValueOptionalParams,\n TagsCreateOrUpdateValueOptionalParams,\n TagsCreateOrUpdateValueResponse,\n TagsCreateOrUpdateOptionalParams,\n TagsCreateOrUpdateResponse,\n TagsDeleteOptionalParams,\n TagsResource,\n TagsCreateOrUpdateAtScopeOptionalParams,\n TagsCreateOrUpdateAtScopeResponse,\n TagsPatchResource,\n TagsUpdateAtScopeOptionalParams,\n TagsUpdateAtScopeResponse,\n TagsGetAtScopeOptionalParams,\n TagsGetAtScopeResponse,\n TagsDeleteAtScopeOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a TagsOperations. */\nexport interface TagsOperations {\n /**\n * This operation performs a union of predefined tags, resource tags, resource group tags and\n * subscription tags, and returns a summary of usage for each tag name and value under the given\n * subscription. In case of a large number of tags, this operation may return a previously cached\n * result.\n * @param options The options parameters.\n */\n list(\n options?: TagsListOptionalParams,\n ): PagedAsyncIterableIterator<TagDetails>;\n /**\n * This operation allows deleting a value from the list of predefined values for an existing predefined\n * tag name. The value being deleted must not be in use as a tag value for the given tag name for any\n * resource.\n * @param tagName The name of the tag.\n * @param tagValue The value of the tag to delete.\n * @param options The options parameters.\n */\n deleteValue(\n tagName: string,\n tagValue: string,\n options?: TagsDeleteValueOptionalParams,\n ): Promise<void>;\n /**\n * This operation allows adding a value to the list of predefined values for an existing predefined tag\n * name. A tag value can have a maximum of 256 characters.\n * @param tagName The name of the tag.\n * @param tagValue The value of the tag to create.\n * @param options The options parameters.\n */\n createOrUpdateValue(\n tagName: string,\n tagValue: string,\n options?: TagsCreateOrUpdateValueOptionalParams,\n ): Promise<TagsCreateOrUpdateValueResponse>;\n /**\n * This operation allows adding a name to the list of predefined tag names for the given subscription.\n * A tag name can have a maximum of 512 characters and is case-insensitive. Tag names cannot have the\n * following prefixes which are reserved for Azure use: 'microsoft', 'azure', 'windows'.\n * @param tagName The name of the tag to create.\n * @param options The options parameters.\n */\n createOrUpdate(\n tagName: string,\n options?: TagsCreateOrUpdateOptionalParams,\n ): Promise<TagsCreateOrUpdateResponse>;\n /**\n * This operation allows deleting a name from the list of predefined tag names for the given\n * subscription. The name being deleted must not be in use as a tag name for any resource. All\n * predefined values for the given name must have already been deleted.\n * @param tagName The name of the tag.\n * @param options The options parameters.\n */\n delete(tagName: string, options?: TagsDeleteOptionalParams): Promise<void>;\n /**\n * This operation allows adding or replacing the entire set of tags on the specified resource or\n * subscription. The specified entity can have a maximum of 50 tags.\n * @param scope The resource scope.\n * @param parameters Wrapper resource for tags API requests and responses.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtScope(\n scope: string,\n parameters: TagsResource,\n options?: TagsCreateOrUpdateAtScopeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<TagsCreateOrUpdateAtScopeResponse>,\n TagsCreateOrUpdateAtScopeResponse\n >\n >;\n /**\n * This operation allows adding or replacing the entire set of tags on the specified resource or\n * subscription. The specified entity can have a maximum of 50 tags.\n * @param scope The resource scope.\n * @param parameters Wrapper resource for tags API requests and responses.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAtScopeAndWait(\n scope: string,\n parameters: TagsResource,\n options?: TagsCreateOrUpdateAtScopeOptionalParams,\n ): Promise<TagsCreateOrUpdateAtScopeResponse>;\n /**\n * This operation allows replacing, merging or selectively deleting tags on the specified resource or\n * subscription. The specified entity can have a maximum of 50 tags at the end of the operation. The\n * 'replace' option replaces the entire set of existing tags with a new set. The 'merge' option allows\n * adding tags with new names and updating the values of tags with existing names. The 'delete' option\n * allows selectively deleting tags based on given names or name/value pairs.\n * @param scope The resource scope.\n * @param parameters Wrapper resource for tags patch API request only.\n * @param options The options parameters.\n */\n beginUpdateAtScope(\n scope: string,\n parameters: TagsPatchResource,\n options?: TagsUpdateAtScopeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<TagsUpdateAtScopeResponse>,\n TagsUpdateAtScopeResponse\n >\n >;\n /**\n * This operation allows replacing, merging or selectively deleting tags on the specified resource or\n * subscription. The specified entity can have a maximum of 50 tags at the end of the operation. The\n * 'replace' option replaces the entire set of existing tags with a new set. The 'merge' option allows\n * adding tags with new names and updating the values of tags with existing names. The 'delete' option\n * allows selectively deleting tags based on given names or name/value pairs.\n * @param scope The resource scope.\n * @param parameters Wrapper resource for tags patch API request only.\n * @param options The options parameters.\n */\n beginUpdateAtScopeAndWait(\n scope: string,\n parameters: TagsPatchResource,\n options?: TagsUpdateAtScopeOptionalParams,\n ): Promise<TagsUpdateAtScopeResponse>;\n /**\n * Gets the entire set of tags on a resource or subscription.\n * @param scope The resource scope.\n * @param options The options parameters.\n */\n getAtScope(\n scope: string,\n options?: TagsGetAtScopeOptionalParams,\n ): Promise<TagsGetAtScopeResponse>;\n /**\n * Deletes the entire set of tags on a resource or subscription.\n * @param scope The resource scope.\n * @param options The options parameters.\n */\n beginDeleteAtScope(\n scope: string,\n options?: TagsDeleteAtScopeOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the entire set of tags on a resource or subscription.\n * @param scope The resource scope.\n * @param options The options parameters.\n */\n beginDeleteAtScopeAndWait(\n scope: string,\n options?: TagsDeleteAtScopeOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined
|
|
1
|
+
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined,\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
|
|
@@ -5,7 +5,7 @@ import { ResourceManagementClientOptionalParams } from "./models/index.js";
|
|
|
5
5
|
export declare class ResourceManagementClient extends coreClient.ServiceClient {
|
|
6
6
|
$host: string;
|
|
7
7
|
apiVersion: string;
|
|
8
|
-
subscriptionId
|
|
8
|
+
subscriptionId?: string;
|
|
9
9
|
/**
|
|
10
10
|
* Initializes a new instance of the ResourceManagementClient class.
|
|
11
11
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
@@ -13,6 +13,7 @@ export declare class ResourceManagementClient extends coreClient.ServiceClient {
|
|
|
13
13
|
* @param options The parameter options
|
|
14
14
|
*/
|
|
15
15
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ResourceManagementClientOptionalParams);
|
|
16
|
+
constructor(credentials: coreAuth.TokenCredential, options?: ResourceManagementClientOptionalParams);
|
|
16
17
|
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
17
18
|
private addCustomApiVersionPolicy;
|
|
18
19
|
operations: Operations;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resourceManagementClient.d.ts","sourceRoot":"","sources":["../../src/resourceManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAW7C,OAAO,EACL,UAAU,EACV,WAAW,EACX,SAAS,EACT,qBAAqB,EACrB,SAAS,EACT,cAAc,EACd,cAAc,EACd,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,sCAAsC,EAAE,MAAM,mBAAmB,CAAC;AAE3E,qBAAa,wBAAyB,SAAQ,UAAU,CAAC,aAAa;IACpE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"resourceManagementClient.d.ts","sourceRoot":"","sources":["../../src/resourceManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAW7C,OAAO,EACL,UAAU,EACV,WAAW,EACX,SAAS,EACT,qBAAqB,EACrB,SAAS,EACT,cAAc,EACd,cAAc,EACd,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,sCAAsC,EAAE,MAAM,mBAAmB,CAAC;AAE3E,qBAAa,wBAAyB,SAAQ,UAAU,CAAC,aAAa;IACpE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,sCAAsC;gBAGhD,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,OAAO,CAAC,EAAE,sCAAsC;IA8FlD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,WAAW,EAAE,WAAW,CAAC;IACzB,SAAS,EAAE,SAAS,CAAC;IACrB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,SAAS,EAAE,SAAS,CAAC;IACrB,cAAc,EAAE,cAAc,CAAC;IAC/B,cAAc,EAAE,cAAc,CAAC;IAC/B,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C"}
|