@azure/arm-locks 2.1.1-alpha.20250211.1 → 2.1.1-alpha.20250212.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -18
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/managementLockClient.d.ts +2 -2
- package/dist/browser/managementLockClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/managementLockClient.js +15 -18
- package/dist/browser/managementLockClient.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/authorizationOperations.d.ts +3 -3
- package/dist/browser/operations/authorizationOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/authorizationOperations.js +3 -3
- package/dist/browser/operations/authorizationOperations.js.map +1 -0
- package/dist/browser/operations/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +2 -2
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/managementLocks.d.ts +3 -3
- package/dist/browser/operations/managementLocks.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/managementLocks.js +3 -3
- package/dist/browser/operations/managementLocks.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/authorizationOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/authorizationOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/authorizationOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +2 -2
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/managementLocks.d.ts +1 -1
- package/dist/browser/operationsInterfaces/managementLocks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managementLocks.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/managementLockClient.d.ts +21 -0
- package/dist/commonjs/managementLockClient.d.ts.map +1 -0
- package/dist/commonjs/managementLockClient.js +103 -0
- package/dist/commonjs/managementLockClient.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +295 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +33 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +12 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +322 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +17 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +167 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/authorizationOperations.d.ts +32 -0
- package/dist/commonjs/operations/authorizationOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/authorizationOperations.js +138 -0
- package/dist/commonjs/operations/authorizationOperations.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/managementLocks.d.ts +245 -0
- package/dist/commonjs/operations/managementLocks.d.ts.map +1 -0
- package/dist/commonjs/operations/managementLocks.js +977 -0
- package/dist/commonjs/operations/managementLocks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/authorizationOperations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/authorizationOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/authorizationOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/authorizationOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managementLocks.d.ts +159 -0
- package/dist/commonjs/operationsInterfaces/managementLocks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managementLocks.js +10 -0
- package/dist/commonjs/operationsInterfaces/managementLocks.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/managementLockClient.d.ts +21 -0
- package/dist/esm/managementLockClient.d.ts.map +1 -0
- package/dist/esm/managementLockClient.js +98 -0
- package/dist/esm/managementLockClient.js.map +1 -0
- package/dist/esm/models/index.d.ts +295 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +30 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +12 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +319 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +17 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +164 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/authorizationOperations.d.ts +32 -0
- package/dist/esm/operations/authorizationOperations.d.ts.map +1 -0
- package/dist/esm/operations/authorizationOperations.js +134 -0
- package/dist/esm/operations/authorizationOperations.js.map +1 -0
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +10 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/managementLocks.d.ts +245 -0
- package/dist/esm/operations/managementLocks.d.ts.map +1 -0
- package/dist/esm/operations/managementLocks.js +973 -0
- package/dist/esm/operations/managementLocks.js.map +1 -0
- package/dist/esm/operationsInterfaces/authorizationOperations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/authorizationOperations.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/authorizationOperations.js} +2 -3
- package/dist/esm/operationsInterfaces/authorizationOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +10 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/managementLocks.d.ts +159 -0
- package/dist/esm/operationsInterfaces/managementLocks.d.ts.map +1 -0
- package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/managementLocks.js} +2 -3
- package/dist/esm/operationsInterfaces/managementLocks.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/managementLockClient.d.ts +21 -0
- package/dist/react-native/managementLockClient.d.ts.map +1 -0
- package/dist/react-native/managementLockClient.js +98 -0
- package/dist/react-native/managementLockClient.js.map +1 -0
- package/dist/react-native/models/index.d.ts +295 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +30 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +12 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +319 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +17 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +164 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/authorizationOperations.d.ts +32 -0
- package/dist/react-native/operations/authorizationOperations.d.ts.map +1 -0
- package/dist/react-native/operations/authorizationOperations.js +134 -0
- package/dist/react-native/operations/authorizationOperations.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +10 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/managementLocks.d.ts +245 -0
- package/dist/react-native/operations/managementLocks.d.ts.map +1 -0
- package/dist/react-native/operations/managementLocks.js +973 -0
- package/dist/react-native/operations/managementLocks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/authorizationOperations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/authorizationOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/authorizationOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/authorizationOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +10 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managementLocks.d.ts +159 -0
- package/dist/react-native/operationsInterfaces/managementLocks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managementLocks.js +9 -0
- package/dist/react-native/operationsInterfaces/managementLocks.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +69 -40
- package/dist/index.js +0 -1783
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/authorizationOperationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/authorizationOperationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/authorizationOperationsListSample.js +0 -43
- package/dist-esm/samples-dev/authorizationOperationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceGroupLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceGroupLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceGroupLevelSample.js +0 -23
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceGroupLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceLevelSample.js +0 -27
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtResourceLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtSubscriptionLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtSubscriptionLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtSubscriptionLevelSample.js +0 -22
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateAtSubscriptionLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateByScopeSample.js +0 -23
- package/dist-esm/samples-dev/managementLocksCreateOrUpdateByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksDeleteAtResourceGroupLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksDeleteAtResourceGroupLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksDeleteAtResourceGroupLevelSample.js +0 -29
- package/dist-esm/samples-dev/managementLocksDeleteAtResourceGroupLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksDeleteAtResourceLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksDeleteAtResourceLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksDeleteAtResourceLevelSample.js +0 -33
- package/dist-esm/samples-dev/managementLocksDeleteAtResourceLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksDeleteAtSubscriptionLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksDeleteAtSubscriptionLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksDeleteAtSubscriptionLevelSample.js +0 -28
- package/dist-esm/samples-dev/managementLocksDeleteAtSubscriptionLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksDeleteByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksDeleteByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksDeleteByScopeSample.js +0 -29
- package/dist-esm/samples-dev/managementLocksDeleteByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksGetAtResourceGroupLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksGetAtResourceGroupLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksGetAtResourceGroupLevelSample.js +0 -29
- package/dist-esm/samples-dev/managementLocksGetAtResourceGroupLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksGetAtResourceLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksGetAtResourceLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksGetAtResourceLevelSample.js +0 -33
- package/dist-esm/samples-dev/managementLocksGetAtResourceLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksGetAtSubscriptionLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksGetAtSubscriptionLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksGetAtSubscriptionLevelSample.js +0 -28
- package/dist-esm/samples-dev/managementLocksGetAtSubscriptionLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksGetByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksGetByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksGetByScopeSample.js +0 -29
- package/dist-esm/samples-dev/managementLocksGetByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksListAtResourceGroupLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksListAtResourceGroupLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksListAtResourceGroupLevelSample.js +0 -44
- package/dist-esm/samples-dev/managementLocksListAtResourceGroupLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksListAtResourceLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksListAtResourceLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksListAtResourceLevelSample.js +0 -48
- package/dist-esm/samples-dev/managementLocksListAtResourceLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksListAtSubscriptionLevelSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksListAtSubscriptionLevelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksListAtSubscriptionLevelSample.js +0 -43
- package/dist-esm/samples-dev/managementLocksListAtSubscriptionLevelSample.js.map +0 -1
- package/dist-esm/samples-dev/managementLocksListByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementLocksListByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementLocksListByScopeSample.js +0 -44
- package/dist-esm/samples-dev/managementLocksListByScopeSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/managementLockClient.d.ts.map +0 -1
- package/dist-esm/src/managementLockClient.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/authorizationOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/authorizationOperations.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -3
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/managementLocks.d.ts.map +0 -1
- package/dist-esm/src/operations/managementLocks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/authorizationOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/authorizationOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managementLocks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managementLocks.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/locks_examples.d.ts +0 -4
- package/dist-esm/test/locks_examples.d.ts.map +0 -1
- package/dist-esm/test/locks_examples.js +0 -93
- package/dist-esm/test/locks_examples.js.map +0 -1
- package/src/managementLockClient.ts +0 -145
- package/src/models/index.ts +0 -366
- package/src/models/mappers.ts +0 -330
- package/src/models/parameters.ts +0 -184
- package/src/operations/authorizationOperations.ts +0 -150
- package/src/operations/managementLocks.ts +0 -1252
- package/src/operationsInterfaces/authorizationOperations.ts +0 -25
- package/src/operationsInterfaces/managementLocks.ts +0 -270
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -35
- package/types/arm-locks.d.ts +0 -545
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/authorizationOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managementLocks.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
package/types/arm-locks.d.ts
DELETED
@@ -1,545 +0,0 @@
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
2
|
-
import * as coreClient from '@azure/core-client';
|
3
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
4
|
-
|
5
|
-
/** Interface representing a AuthorizationOperations. */
|
6
|
-
export declare interface AuthorizationOperations {
|
7
|
-
/**
|
8
|
-
* Lists all of the available Microsoft.Authorization REST API operations.
|
9
|
-
* @param options The options parameters.
|
10
|
-
*/
|
11
|
-
list(options?: AuthorizationOperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
12
|
-
}
|
13
|
-
|
14
|
-
/** Optional parameters. */
|
15
|
-
export declare interface AuthorizationOperationsListNextOptionalParams extends coreClient.OperationOptions {
|
16
|
-
}
|
17
|
-
|
18
|
-
/** Contains response data for the listNext operation. */
|
19
|
-
export declare type AuthorizationOperationsListNextResponse = OperationListResult;
|
20
|
-
|
21
|
-
/** Optional parameters. */
|
22
|
-
export declare interface AuthorizationOperationsListOptionalParams extends coreClient.OperationOptions {
|
23
|
-
}
|
24
|
-
|
25
|
-
/** Contains response data for the list operation. */
|
26
|
-
export declare type AuthorizationOperationsListResponse = OperationListResult;
|
27
|
-
|
28
|
-
/**
|
29
|
-
* Defines values for CreatedByType. \
|
30
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
31
|
-
* this enum contains the known values that the service supports.
|
32
|
-
* ### Known values supported by the service
|
33
|
-
* **User** \
|
34
|
-
* **Application** \
|
35
|
-
* **ManagedIdentity** \
|
36
|
-
* **Key**
|
37
|
-
*/
|
38
|
-
export declare type CreatedByType = string;
|
39
|
-
|
40
|
-
/** The resource management error additional info. */
|
41
|
-
export declare interface ErrorAdditionalInfo {
|
42
|
-
/**
|
43
|
-
* The additional info type.
|
44
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
45
|
-
*/
|
46
|
-
readonly type?: string;
|
47
|
-
/**
|
48
|
-
* The additional info.
|
49
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
50
|
-
*/
|
51
|
-
readonly info?: Record<string, unknown>;
|
52
|
-
}
|
53
|
-
|
54
|
-
/** The error detail. */
|
55
|
-
export declare interface ErrorDetail {
|
56
|
-
/**
|
57
|
-
* The error code.
|
58
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
59
|
-
*/
|
60
|
-
readonly code?: string;
|
61
|
-
/**
|
62
|
-
* The error message.
|
63
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
64
|
-
*/
|
65
|
-
readonly message?: string;
|
66
|
-
/**
|
67
|
-
* The error target.
|
68
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
69
|
-
*/
|
70
|
-
readonly target?: string;
|
71
|
-
/**
|
72
|
-
* The error details.
|
73
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
74
|
-
*/
|
75
|
-
readonly details?: ErrorDetail[];
|
76
|
-
/**
|
77
|
-
* The error additional info.
|
78
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
79
|
-
*/
|
80
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
81
|
-
}
|
82
|
-
|
83
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
84
|
-
export declare interface ErrorResponse {
|
85
|
-
/** The error object. */
|
86
|
-
error?: ErrorDetail;
|
87
|
-
}
|
88
|
-
|
89
|
-
/**
|
90
|
-
* Given a result page from a pageable operation, returns a
|
91
|
-
* continuation token that can be used to begin paging from
|
92
|
-
* that point later.
|
93
|
-
* @param page A result object from calling .byPage() on a paged operation.
|
94
|
-
* @returns The continuation token that can be passed into byPage().
|
95
|
-
*/
|
96
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
97
|
-
|
98
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
99
|
-
export declare enum KnownCreatedByType {
|
100
|
-
/** User */
|
101
|
-
User = "User",
|
102
|
-
/** Application */
|
103
|
-
Application = "Application",
|
104
|
-
/** ManagedIdentity */
|
105
|
-
ManagedIdentity = "ManagedIdentity",
|
106
|
-
/** Key */
|
107
|
-
Key = "Key"
|
108
|
-
}
|
109
|
-
|
110
|
-
/** Known values of {@link LockLevel} that the service accepts. */
|
111
|
-
export declare enum KnownLockLevel {
|
112
|
-
/** NotSpecified */
|
113
|
-
NotSpecified = "NotSpecified",
|
114
|
-
/** CanNotDelete */
|
115
|
-
CanNotDelete = "CanNotDelete",
|
116
|
-
/** ReadOnly */
|
117
|
-
ReadOnly = "ReadOnly"
|
118
|
-
}
|
119
|
-
|
120
|
-
/**
|
121
|
-
* Defines values for LockLevel. \
|
122
|
-
* {@link KnownLockLevel} can be used interchangeably with LockLevel,
|
123
|
-
* this enum contains the known values that the service supports.
|
124
|
-
* ### Known values supported by the service
|
125
|
-
* **NotSpecified** \
|
126
|
-
* **CanNotDelete** \
|
127
|
-
* **ReadOnly**
|
128
|
-
*/
|
129
|
-
export declare type LockLevel = string;
|
130
|
-
|
131
|
-
export declare class ManagementLockClient extends coreClient.ServiceClient {
|
132
|
-
$host: string;
|
133
|
-
apiVersion: string;
|
134
|
-
subscriptionId: string;
|
135
|
-
/**
|
136
|
-
* Initializes a new instance of the ManagementLockClient class.
|
137
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
138
|
-
* @param subscriptionId The ID of the target subscription.
|
139
|
-
* @param options The parameter options
|
140
|
-
*/
|
141
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ManagementLockClientOptionalParams);
|
142
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
143
|
-
private addCustomApiVersionPolicy;
|
144
|
-
authorizationOperations: AuthorizationOperations;
|
145
|
-
managementLocks: ManagementLocks;
|
146
|
-
}
|
147
|
-
|
148
|
-
/** Optional parameters. */
|
149
|
-
export declare interface ManagementLockClientOptionalParams extends coreClient.ServiceClientOptions {
|
150
|
-
/** server parameter */
|
151
|
-
$host?: string;
|
152
|
-
/** Api Version */
|
153
|
-
apiVersion?: string;
|
154
|
-
/** Overrides client endpoint. */
|
155
|
-
endpoint?: string;
|
156
|
-
}
|
157
|
-
|
158
|
-
/** The list of locks. */
|
159
|
-
export declare interface ManagementLockListResult {
|
160
|
-
/** The list of locks. */
|
161
|
-
value?: ManagementLockObject[];
|
162
|
-
/** The URL to use for getting the next set of results. */
|
163
|
-
nextLink?: string;
|
164
|
-
}
|
165
|
-
|
166
|
-
/** The lock information. */
|
167
|
-
export declare interface ManagementLockObject {
|
168
|
-
/**
|
169
|
-
* The resource ID of the lock.
|
170
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
171
|
-
*/
|
172
|
-
readonly id?: string;
|
173
|
-
/**
|
174
|
-
* The resource type of the lock - Microsoft.Authorization/locks.
|
175
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
176
|
-
*/
|
177
|
-
readonly type?: string;
|
178
|
-
/**
|
179
|
-
* The name of the lock.
|
180
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
181
|
-
*/
|
182
|
-
readonly name?: string;
|
183
|
-
/**
|
184
|
-
* Metadata pertaining to creation and last modification of the resource.
|
185
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
186
|
-
*/
|
187
|
-
readonly systemData?: SystemData;
|
188
|
-
/** The level of the lock. Possible values are: NotSpecified, CanNotDelete, ReadOnly. CanNotDelete means authorized users are able to read and modify the resources, but not delete. ReadOnly means authorized users can only read from a resource, but they can't modify or delete it. */
|
189
|
-
level: LockLevel;
|
190
|
-
/** Notes about the lock. Maximum of 512 characters. */
|
191
|
-
notes?: string;
|
192
|
-
/** The owners of the lock. */
|
193
|
-
owners?: ManagementLockOwner[];
|
194
|
-
}
|
195
|
-
|
196
|
-
/** Lock owner properties. */
|
197
|
-
export declare interface ManagementLockOwner {
|
198
|
-
/** The application ID of the lock owner. */
|
199
|
-
applicationId?: string;
|
200
|
-
}
|
201
|
-
|
202
|
-
/** Interface representing a ManagementLocks. */
|
203
|
-
export declare interface ManagementLocks {
|
204
|
-
/**
|
205
|
-
* Gets all the management locks for a resource group.
|
206
|
-
* @param resourceGroupName The name of the resource group containing the locks to get.
|
207
|
-
* @param options The options parameters.
|
208
|
-
*/
|
209
|
-
listAtResourceGroupLevel(resourceGroupName: string, options?: ManagementLocksListAtResourceGroupLevelOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
|
210
|
-
/**
|
211
|
-
* Gets all the management locks for a resource or any level below resource.
|
212
|
-
* @param resourceGroupName The name of the resource group containing the locked resource. The name is
|
213
|
-
* case insensitive.
|
214
|
-
* @param resourceProviderNamespace The namespace of the resource provider.
|
215
|
-
* @param parentResourcePath The parent resource identity.
|
216
|
-
* @param resourceType The resource type of the locked resource.
|
217
|
-
* @param resourceName The name of the locked resource.
|
218
|
-
* @param options The options parameters.
|
219
|
-
*/
|
220
|
-
listAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, options?: ManagementLocksListAtResourceLevelOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
|
221
|
-
/**
|
222
|
-
* Gets all the management locks for a subscription.
|
223
|
-
* @param options The options parameters.
|
224
|
-
*/
|
225
|
-
listAtSubscriptionLevel(options?: ManagementLocksListAtSubscriptionLevelOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
|
226
|
-
/**
|
227
|
-
* Gets all the management locks for a scope.
|
228
|
-
* @param scope The scope for the lock. When providing a scope for the assignment, use
|
229
|
-
* '/subscriptions/{subscriptionId}' for subscriptions,
|
230
|
-
* '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and
|
231
|
-
* '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'
|
232
|
-
* for resources.
|
233
|
-
* @param options The options parameters.
|
234
|
-
*/
|
235
|
-
listByScope(scope: string, options?: ManagementLocksListByScopeOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
|
236
|
-
/**
|
237
|
-
* When you apply a lock at a parent scope, all child resources inherit the same lock. To create
|
238
|
-
* management locks, you must have access to Microsoft.Authorization/* or
|
239
|
-
* Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access
|
240
|
-
* Administrator are granted those actions.
|
241
|
-
* @param resourceGroupName The name of the resource group to lock.
|
242
|
-
* @param lockName The lock name. The lock name can be a maximum of 260 characters. It cannot contain
|
243
|
-
* <, > %, &, :, \, ?, /, or any control characters.
|
244
|
-
* @param parameters The management lock parameters.
|
245
|
-
* @param options The options parameters.
|
246
|
-
*/
|
247
|
-
createOrUpdateAtResourceGroupLevel(resourceGroupName: string, lockName: string, parameters: ManagementLockObject, options?: ManagementLocksCreateOrUpdateAtResourceGroupLevelOptionalParams): Promise<ManagementLocksCreateOrUpdateAtResourceGroupLevelResponse>;
|
248
|
-
/**
|
249
|
-
* To delete management locks, you must have access to Microsoft.Authorization/* or
|
250
|
-
* Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access
|
251
|
-
* Administrator are granted those actions.
|
252
|
-
* @param resourceGroupName The name of the resource group containing the lock.
|
253
|
-
* @param lockName The name of lock to delete.
|
254
|
-
* @param options The options parameters.
|
255
|
-
*/
|
256
|
-
deleteAtResourceGroupLevel(resourceGroupName: string, lockName: string, options?: ManagementLocksDeleteAtResourceGroupLevelOptionalParams): Promise<void>;
|
257
|
-
/**
|
258
|
-
* Gets a management lock at the resource group level.
|
259
|
-
* @param resourceGroupName The name of the locked resource group.
|
260
|
-
* @param lockName The name of the lock to get.
|
261
|
-
* @param options The options parameters.
|
262
|
-
*/
|
263
|
-
getAtResourceGroupLevel(resourceGroupName: string, lockName: string, options?: ManagementLocksGetAtResourceGroupLevelOptionalParams): Promise<ManagementLocksGetAtResourceGroupLevelResponse>;
|
264
|
-
/**
|
265
|
-
* Create or update a management lock by scope.
|
266
|
-
* @param scope The scope for the lock. When providing a scope for the assignment, use
|
267
|
-
* '/subscriptions/{subscriptionId}' for subscriptions,
|
268
|
-
* '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and
|
269
|
-
* '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'
|
270
|
-
* for resources.
|
271
|
-
* @param lockName The name of lock.
|
272
|
-
* @param parameters Create or update management lock parameters.
|
273
|
-
* @param options The options parameters.
|
274
|
-
*/
|
275
|
-
createOrUpdateByScope(scope: string, lockName: string, parameters: ManagementLockObject, options?: ManagementLocksCreateOrUpdateByScopeOptionalParams): Promise<ManagementLocksCreateOrUpdateByScopeResponse>;
|
276
|
-
/**
|
277
|
-
* Delete a management lock by scope.
|
278
|
-
* @param scope The scope for the lock.
|
279
|
-
* @param lockName The name of lock.
|
280
|
-
* @param options The options parameters.
|
281
|
-
*/
|
282
|
-
deleteByScope(scope: string, lockName: string, options?: ManagementLocksDeleteByScopeOptionalParams): Promise<void>;
|
283
|
-
/**
|
284
|
-
* Get a management lock by scope.
|
285
|
-
* @param scope The scope for the lock.
|
286
|
-
* @param lockName The name of lock.
|
287
|
-
* @param options The options parameters.
|
288
|
-
*/
|
289
|
-
getByScope(scope: string, lockName: string, options?: ManagementLocksGetByScopeOptionalParams): Promise<ManagementLocksGetByScopeResponse>;
|
290
|
-
/**
|
291
|
-
* When you apply a lock at a parent scope, all child resources inherit the same lock. To create
|
292
|
-
* management locks, you must have access to Microsoft.Authorization/* or
|
293
|
-
* Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access
|
294
|
-
* Administrator are granted those actions.
|
295
|
-
* @param resourceGroupName The name of the resource group containing the resource to lock.
|
296
|
-
* @param resourceProviderNamespace The resource provider namespace of the resource to lock.
|
297
|
-
* @param parentResourcePath The parent resource identity.
|
298
|
-
* @param resourceType The resource type of the resource to lock.
|
299
|
-
* @param resourceName The name of the resource to lock.
|
300
|
-
* @param lockName The name of lock. The lock name can be a maximum of 260 characters. It cannot
|
301
|
-
* contain <, > %, &, :, \, ?, /, or any control characters.
|
302
|
-
* @param parameters Parameters for creating or updating a management lock.
|
303
|
-
* @param options The options parameters.
|
304
|
-
*/
|
305
|
-
createOrUpdateAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, parameters: ManagementLockObject, options?: ManagementLocksCreateOrUpdateAtResourceLevelOptionalParams): Promise<ManagementLocksCreateOrUpdateAtResourceLevelResponse>;
|
306
|
-
/**
|
307
|
-
* To delete management locks, you must have access to Microsoft.Authorization/* or
|
308
|
-
* Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access
|
309
|
-
* Administrator are granted those actions.
|
310
|
-
* @param resourceGroupName The name of the resource group containing the resource with the lock to
|
311
|
-
* delete.
|
312
|
-
* @param resourceProviderNamespace The resource provider namespace of the resource with the lock to
|
313
|
-
* delete.
|
314
|
-
* @param parentResourcePath The parent resource identity.
|
315
|
-
* @param resourceType The resource type of the resource with the lock to delete.
|
316
|
-
* @param resourceName The name of the resource with the lock to delete.
|
317
|
-
* @param lockName The name of the lock to delete.
|
318
|
-
* @param options The options parameters.
|
319
|
-
*/
|
320
|
-
deleteAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, options?: ManagementLocksDeleteAtResourceLevelOptionalParams): Promise<void>;
|
321
|
-
/**
|
322
|
-
* Get the management lock of a resource or any level below resource.
|
323
|
-
* @param resourceGroupName The name of the resource group.
|
324
|
-
* @param resourceProviderNamespace The namespace of the resource provider.
|
325
|
-
* @param parentResourcePath An extra path parameter needed in some services, like SQL Databases.
|
326
|
-
* @param resourceType The type of the resource.
|
327
|
-
* @param resourceName The name of the resource.
|
328
|
-
* @param lockName The name of lock.
|
329
|
-
* @param options The options parameters.
|
330
|
-
*/
|
331
|
-
getAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, options?: ManagementLocksGetAtResourceLevelOptionalParams): Promise<ManagementLocksGetAtResourceLevelResponse>;
|
332
|
-
/**
|
333
|
-
* When you apply a lock at a parent scope, all child resources inherit the same lock. To create
|
334
|
-
* management locks, you must have access to Microsoft.Authorization/* or
|
335
|
-
* Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access
|
336
|
-
* Administrator are granted those actions.
|
337
|
-
* @param lockName The name of lock. The lock name can be a maximum of 260 characters. It cannot
|
338
|
-
* contain <, > %, &, :, \, ?, /, or any control characters.
|
339
|
-
* @param parameters The management lock parameters.
|
340
|
-
* @param options The options parameters.
|
341
|
-
*/
|
342
|
-
createOrUpdateAtSubscriptionLevel(lockName: string, parameters: ManagementLockObject, options?: ManagementLocksCreateOrUpdateAtSubscriptionLevelOptionalParams): Promise<ManagementLocksCreateOrUpdateAtSubscriptionLevelResponse>;
|
343
|
-
/**
|
344
|
-
* To delete management locks, you must have access to Microsoft.Authorization/* or
|
345
|
-
* Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access
|
346
|
-
* Administrator are granted those actions.
|
347
|
-
* @param lockName The name of lock to delete.
|
348
|
-
* @param options The options parameters.
|
349
|
-
*/
|
350
|
-
deleteAtSubscriptionLevel(lockName: string, options?: ManagementLocksDeleteAtSubscriptionLevelOptionalParams): Promise<void>;
|
351
|
-
/**
|
352
|
-
* Gets a management lock at the subscription level.
|
353
|
-
* @param lockName The name of the lock to get.
|
354
|
-
* @param options The options parameters.
|
355
|
-
*/
|
356
|
-
getAtSubscriptionLevel(lockName: string, options?: ManagementLocksGetAtSubscriptionLevelOptionalParams): Promise<ManagementLocksGetAtSubscriptionLevelResponse>;
|
357
|
-
}
|
358
|
-
|
359
|
-
/** Optional parameters. */
|
360
|
-
export declare interface ManagementLocksCreateOrUpdateAtResourceGroupLevelOptionalParams extends coreClient.OperationOptions {
|
361
|
-
}
|
362
|
-
|
363
|
-
/** Contains response data for the createOrUpdateAtResourceGroupLevel operation. */
|
364
|
-
export declare type ManagementLocksCreateOrUpdateAtResourceGroupLevelResponse = ManagementLockObject;
|
365
|
-
|
366
|
-
/** Optional parameters. */
|
367
|
-
export declare interface ManagementLocksCreateOrUpdateAtResourceLevelOptionalParams extends coreClient.OperationOptions {
|
368
|
-
}
|
369
|
-
|
370
|
-
/** Contains response data for the createOrUpdateAtResourceLevel operation. */
|
371
|
-
export declare type ManagementLocksCreateOrUpdateAtResourceLevelResponse = ManagementLockObject;
|
372
|
-
|
373
|
-
/** Optional parameters. */
|
374
|
-
export declare interface ManagementLocksCreateOrUpdateAtSubscriptionLevelOptionalParams extends coreClient.OperationOptions {
|
375
|
-
}
|
376
|
-
|
377
|
-
/** Contains response data for the createOrUpdateAtSubscriptionLevel operation. */
|
378
|
-
export declare type ManagementLocksCreateOrUpdateAtSubscriptionLevelResponse = ManagementLockObject;
|
379
|
-
|
380
|
-
/** Optional parameters. */
|
381
|
-
export declare interface ManagementLocksCreateOrUpdateByScopeOptionalParams extends coreClient.OperationOptions {
|
382
|
-
}
|
383
|
-
|
384
|
-
/** Contains response data for the createOrUpdateByScope operation. */
|
385
|
-
export declare type ManagementLocksCreateOrUpdateByScopeResponse = ManagementLockObject;
|
386
|
-
|
387
|
-
/** Optional parameters. */
|
388
|
-
export declare interface ManagementLocksDeleteAtResourceGroupLevelOptionalParams extends coreClient.OperationOptions {
|
389
|
-
}
|
390
|
-
|
391
|
-
/** Optional parameters. */
|
392
|
-
export declare interface ManagementLocksDeleteAtResourceLevelOptionalParams extends coreClient.OperationOptions {
|
393
|
-
}
|
394
|
-
|
395
|
-
/** Optional parameters. */
|
396
|
-
export declare interface ManagementLocksDeleteAtSubscriptionLevelOptionalParams extends coreClient.OperationOptions {
|
397
|
-
}
|
398
|
-
|
399
|
-
/** Optional parameters. */
|
400
|
-
export declare interface ManagementLocksDeleteByScopeOptionalParams extends coreClient.OperationOptions {
|
401
|
-
}
|
402
|
-
|
403
|
-
/** Optional parameters. */
|
404
|
-
export declare interface ManagementLocksGetAtResourceGroupLevelOptionalParams extends coreClient.OperationOptions {
|
405
|
-
}
|
406
|
-
|
407
|
-
/** Contains response data for the getAtResourceGroupLevel operation. */
|
408
|
-
export declare type ManagementLocksGetAtResourceGroupLevelResponse = ManagementLockObject;
|
409
|
-
|
410
|
-
/** Optional parameters. */
|
411
|
-
export declare interface ManagementLocksGetAtResourceLevelOptionalParams extends coreClient.OperationOptions {
|
412
|
-
}
|
413
|
-
|
414
|
-
/** Contains response data for the getAtResourceLevel operation. */
|
415
|
-
export declare type ManagementLocksGetAtResourceLevelResponse = ManagementLockObject;
|
416
|
-
|
417
|
-
/** Optional parameters. */
|
418
|
-
export declare interface ManagementLocksGetAtSubscriptionLevelOptionalParams extends coreClient.OperationOptions {
|
419
|
-
}
|
420
|
-
|
421
|
-
/** Contains response data for the getAtSubscriptionLevel operation. */
|
422
|
-
export declare type ManagementLocksGetAtSubscriptionLevelResponse = ManagementLockObject;
|
423
|
-
|
424
|
-
/** Optional parameters. */
|
425
|
-
export declare interface ManagementLocksGetByScopeOptionalParams extends coreClient.OperationOptions {
|
426
|
-
}
|
427
|
-
|
428
|
-
/** Contains response data for the getByScope operation. */
|
429
|
-
export declare type ManagementLocksGetByScopeResponse = ManagementLockObject;
|
430
|
-
|
431
|
-
/** Optional parameters. */
|
432
|
-
export declare interface ManagementLocksListAtResourceGroupLevelNextOptionalParams extends coreClient.OperationOptions {
|
433
|
-
/** The filter to apply on the operation. */
|
434
|
-
filter?: string;
|
435
|
-
}
|
436
|
-
|
437
|
-
/** Contains response data for the listAtResourceGroupLevelNext operation. */
|
438
|
-
export declare type ManagementLocksListAtResourceGroupLevelNextResponse = ManagementLockListResult;
|
439
|
-
|
440
|
-
/** Optional parameters. */
|
441
|
-
export declare interface ManagementLocksListAtResourceGroupLevelOptionalParams extends coreClient.OperationOptions {
|
442
|
-
/** The filter to apply on the operation. */
|
443
|
-
filter?: string;
|
444
|
-
}
|
445
|
-
|
446
|
-
/** Contains response data for the listAtResourceGroupLevel operation. */
|
447
|
-
export declare type ManagementLocksListAtResourceGroupLevelResponse = ManagementLockListResult;
|
448
|
-
|
449
|
-
/** Optional parameters. */
|
450
|
-
export declare interface ManagementLocksListAtResourceLevelNextOptionalParams extends coreClient.OperationOptions {
|
451
|
-
/** The filter to apply on the operation. */
|
452
|
-
filter?: string;
|
453
|
-
}
|
454
|
-
|
455
|
-
/** Contains response data for the listAtResourceLevelNext operation. */
|
456
|
-
export declare type ManagementLocksListAtResourceLevelNextResponse = ManagementLockListResult;
|
457
|
-
|
458
|
-
/** Optional parameters. */
|
459
|
-
export declare interface ManagementLocksListAtResourceLevelOptionalParams extends coreClient.OperationOptions {
|
460
|
-
/** The filter to apply on the operation. */
|
461
|
-
filter?: string;
|
462
|
-
}
|
463
|
-
|
464
|
-
/** Contains response data for the listAtResourceLevel operation. */
|
465
|
-
export declare type ManagementLocksListAtResourceLevelResponse = ManagementLockListResult;
|
466
|
-
|
467
|
-
/** Optional parameters. */
|
468
|
-
export declare interface ManagementLocksListAtSubscriptionLevelNextOptionalParams extends coreClient.OperationOptions {
|
469
|
-
/** The filter to apply on the operation. */
|
470
|
-
filter?: string;
|
471
|
-
}
|
472
|
-
|
473
|
-
/** Contains response data for the listAtSubscriptionLevelNext operation. */
|
474
|
-
export declare type ManagementLocksListAtSubscriptionLevelNextResponse = ManagementLockListResult;
|
475
|
-
|
476
|
-
/** Optional parameters. */
|
477
|
-
export declare interface ManagementLocksListAtSubscriptionLevelOptionalParams extends coreClient.OperationOptions {
|
478
|
-
/** The filter to apply on the operation. */
|
479
|
-
filter?: string;
|
480
|
-
}
|
481
|
-
|
482
|
-
/** Contains response data for the listAtSubscriptionLevel operation. */
|
483
|
-
export declare type ManagementLocksListAtSubscriptionLevelResponse = ManagementLockListResult;
|
484
|
-
|
485
|
-
/** Optional parameters. */
|
486
|
-
export declare interface ManagementLocksListByScopeNextOptionalParams extends coreClient.OperationOptions {
|
487
|
-
/** The filter to apply on the operation. */
|
488
|
-
filter?: string;
|
489
|
-
}
|
490
|
-
|
491
|
-
/** Contains response data for the listByScopeNext operation. */
|
492
|
-
export declare type ManagementLocksListByScopeNextResponse = ManagementLockListResult;
|
493
|
-
|
494
|
-
/** Optional parameters. */
|
495
|
-
export declare interface ManagementLocksListByScopeOptionalParams extends coreClient.OperationOptions {
|
496
|
-
/** The filter to apply on the operation. */
|
497
|
-
filter?: string;
|
498
|
-
}
|
499
|
-
|
500
|
-
/** Contains response data for the listByScope operation. */
|
501
|
-
export declare type ManagementLocksListByScopeResponse = ManagementLockListResult;
|
502
|
-
|
503
|
-
/** Microsoft.Authorization operation */
|
504
|
-
export declare interface Operation {
|
505
|
-
/** Operation name: {provider}/{resource}/{operation} */
|
506
|
-
name?: string;
|
507
|
-
/** The object that represents the operation. */
|
508
|
-
display?: OperationDisplay;
|
509
|
-
}
|
510
|
-
|
511
|
-
/** The object that represents the operation. */
|
512
|
-
export declare interface OperationDisplay {
|
513
|
-
/** Service provider: Microsoft.Authorization */
|
514
|
-
provider?: string;
|
515
|
-
/** Resource on which the operation is performed: Profile, endpoint, etc. */
|
516
|
-
resource?: string;
|
517
|
-
/** Operation type: Read, write, delete, etc. */
|
518
|
-
operation?: string;
|
519
|
-
}
|
520
|
-
|
521
|
-
/** Result of the request to list Microsoft.Authorization operations. It contains a list of operations and a URL link to get the next set of results. */
|
522
|
-
export declare interface OperationListResult {
|
523
|
-
/** List of Microsoft.Authorization operations. */
|
524
|
-
value?: Operation[];
|
525
|
-
/** URL to get the next set of operation list results if there are any. */
|
526
|
-
nextLink?: string;
|
527
|
-
}
|
528
|
-
|
529
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
530
|
-
export declare interface SystemData {
|
531
|
-
/** The identity that created the resource. */
|
532
|
-
createdBy?: string;
|
533
|
-
/** The type of identity that created the resource. */
|
534
|
-
createdByType?: CreatedByType;
|
535
|
-
/** The timestamp of resource creation (UTC). */
|
536
|
-
createdAt?: Date;
|
537
|
-
/** The identity that last modified the resource. */
|
538
|
-
lastModifiedBy?: string;
|
539
|
-
/** The type of identity that last modified the resource. */
|
540
|
-
lastModifiedByType?: CreatedByType;
|
541
|
-
/** The timestamp of resource last modification (UTC) */
|
542
|
-
lastModifiedAt?: Date;
|
543
|
-
}
|
544
|
-
|
545
|
-
export { }
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|