@azure/arm-storage-profile-2020-09-01-hybrid 1.0.0 → 2.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 +11 -0
- package/LICENSE +21 -0
- package/README.md +83 -73
- package/dist/index.js +5576 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1772 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +185 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +84 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1591 -1449
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +30 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +242 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/blobInventoryPolicies.js +221 -0
- package/dist-esm/src/operations/blobInventoryPolicies.js.map +1 -0
- package/dist-esm/src/operations/encryptionScopes.d.ts +94 -0
- package/dist-esm/src/operations/encryptionScopes.d.ts.map +1 -0
- package/dist-esm/src/operations/encryptionScopes.js +278 -0
- package/dist-esm/src/operations/encryptionScopes.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +4 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/managementPolicies.d.ts +50 -0
- package/dist-esm/src/operations/managementPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/managementPolicies.js +126 -0
- package/dist-esm/src/operations/managementPolicies.js.map +1 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts +74 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +222 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +87 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +228 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +23 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/skus.d.ts +26 -0
- package/dist-esm/src/operations/skus.d.ts.map +1 -0
- package/dist-esm/src/operations/skus.js +87 -0
- package/dist-esm/src/operations/skus.js.map +1 -0
- package/dist-esm/src/operations/storageAccounts.d.ts +228 -0
- package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/storageAccounts.js +722 -0
- package/dist-esm/src/operations/storageAccounts.js.map +1 -0
- package/dist-esm/src/operations/usages.d.ts +28 -0
- package/dist-esm/src/operations/usages.d.ts.map +1 -0
- package/dist-esm/src/operations/usages.js +93 -0
- package/dist-esm/src/operations/usages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +18 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/skus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/skus.js +9 -0
- package/dist-esm/src/operationsInterfaces/skus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +196 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.js +9 -0
- package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
- package/dist-esm/src/storageManagementClient.d.ts +27 -0
- package/dist-esm/src/storageManagementClient.d.ts.map +1 -0
- package/dist-esm/src/storageManagementClient.js +60 -0
- package/dist-esm/src/storageManagementClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +74 -22
- package/review/arm-storage-profile-2020-09-01-hybrid.api.md +1396 -0
- package/rollup.config.js +115 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1411 -2087
- package/src/models/mappers.ts +1470 -1320
- package/src/models/parameters.ts +186 -76
- package/src/operations/blobInventoryPolicies.ts +282 -0
- package/src/operations/encryptionScopes.ts +238 -295
- package/src/operations/index.ts +4 -5
- package/src/operations/managementPolicies.ts +108 -182
- package/src/operations/objectReplicationPoliciesOperations.ts +186 -234
- package/src/operations/operations.ts +66 -45
- package/src/operations/privateEndpointConnections.ts +182 -221
- package/src/operations/privateLinkResources.ts +43 -67
- package/src/operations/skus.ts +64 -48
- package/src/operations/storageAccounts.ts +759 -838
- package/src/operations/usages.ts +78 -52
- package/src/operationsInterfaces/blobInventoryPolicies.ts +91 -0
- package/src/operationsInterfaces/encryptionScopes.ts +102 -0
- package/src/operationsInterfaces/index.ts +18 -0
- package/src/operationsInterfaces/managementPolicies.ts +74 -0
- package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +91 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +90 -0
- package/src/operationsInterfaces/privateLinkResources.ts +30 -0
- package/src/operationsInterfaces/skus.ts +22 -0
- package/src/operationsInterfaces/storageAccounts.ts +319 -0
- package/src/operationsInterfaces/usages.ts +24 -0
- package/src/storageManagementClient.ts +105 -46
- package/tsconfig.json +14 -6
- package/types/arm-storage-profile-2020-09-01-hybrid.d.ts +2508 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-storage-profile-2020-09-01-hybrid.js +0 -5017
- package/dist/arm-storage-profile-2020-09-01-hybrid.js.map +0 -1
- package/dist/arm-storage-profile-2020-09-01-hybrid.min.js +0 -1
- package/dist/arm-storage-profile-2020-09-01-hybrid.min.js.map +0 -1
- package/esm/models/encryptionScopesMappers.d.ts +0 -2
- package/esm/models/encryptionScopesMappers.d.ts.map +0 -1
- package/esm/models/encryptionScopesMappers.js +0 -9
- package/esm/models/encryptionScopesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2493
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/managementPoliciesMappers.d.ts +0 -2
- package/esm/models/managementPoliciesMappers.d.ts.map +0 -1
- package/esm/models/managementPoliciesMappers.js +0 -9
- package/esm/models/managementPoliciesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -79
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts +0 -2
- package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map +0 -1
- package/esm/models/objectReplicationPoliciesOperationsMappers.js +0 -9
- package/esm/models/objectReplicationPoliciesOperationsMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -15
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -176
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/skusMappers.d.ts +0 -2
- package/esm/models/skusMappers.d.ts.map +0 -1
- package/esm/models/skusMappers.js +0 -9
- package/esm/models/skusMappers.js.map +0 -1
- package/esm/models/storageAccountsMappers.d.ts +0 -2
- package/esm/models/storageAccountsMappers.d.ts.map +0 -1
- package/esm/models/storageAccountsMappers.js +0 -9
- package/esm/models/storageAccountsMappers.js.map +0 -1
- package/esm/models/usagesMappers.d.ts +0 -2
- package/esm/models/usagesMappers.d.ts.map +0 -1
- package/esm/models/usagesMappers.js +0 -9
- package/esm/models/usagesMappers.js.map +0 -1
- package/esm/operations/encryptionScopes.d.ts +0 -196
- package/esm/operations/encryptionScopes.d.ts.map +0 -1
- package/esm/operations/encryptionScopes.js +0 -197
- package/esm/operations/encryptionScopes.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/managementPolicies.d.ts +0 -109
- package/esm/operations/managementPolicies.d.ts.map +0 -1
- package/esm/operations/managementPolicies.js +0 -130
- package/esm/operations/managementPolicies.js.map +0 -1
- package/esm/operations/objectReplicationPoliciesOperations.d.ts +0 -157
- package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
- package/esm/operations/objectReplicationPoliciesOperations.js +0 -162
- package/esm/operations/objectReplicationPoliciesOperations.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -154
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -162
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -43
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -58
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/skus.d.ts +0 -28
- package/esm/operations/skus.d.ts.map +0 -1
- package/esm/operations/skus.js +0 -54
- package/esm/operations/skus.js.map +0 -1
- package/esm/operations/storageAccounts.d.ts +0 -436
- package/esm/operations/storageAccounts.d.ts.map +0 -1
- package/esm/operations/storageAccounts.js +0 -611
- package/esm/operations/storageAccounts.js.map +0 -1
- package/esm/operations/usages.d.ts +0 -32
- package/esm/operations/usages.d.ts.map +0 -1
- package/esm/operations/usages.js +0 -56
- package/esm/operations/usages.js.map +0 -1
- package/esm/storageManagementClient.d.ts +0 -26
- package/esm/storageManagementClient.d.ts.map +0 -1
- package/esm/storageManagementClient.js +0 -41
- package/esm/storageManagementClient.js.map +0 -1
- package/esm/storageManagementClientContext.d.ts +0 -16
- package/esm/storageManagementClientContext.d.ts.map +0 -1
- package/esm/storageManagementClientContext.js +0 -56
- package/esm/storageManagementClientContext.js.map +0 -1
- package/src/models/encryptionScopesMappers.ts +0 -59
- package/src/models/managementPoliciesMappers.ts +0 -57
- package/src/models/objectReplicationPoliciesOperationsMappers.ts +0 -58
- package/src/models/operationsMappers.ts +0 -17
- package/src/models/privateEndpointConnectionsMappers.ts +0 -59
- package/src/models/privateLinkResourcesMappers.ts +0 -58
- package/src/models/skusMappers.ts +0 -15
- package/src/models/storageAccountsMappers.ts +0 -69
- package/src/models/usagesMappers.ts +0 -14
- package/src/storageManagementClientContext.ts +0 -62
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { CloudError, Restriction, SKUCapability, SkuInformation, StorageSkuListResult } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=skusMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"skusMappers.js","sourceRoot":"","sources":["../../src/models/skusMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,UAAU,EACV,WAAW,EACX,aAAa,EACb,cAAc,EACd,oBAAoB,EACrB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { AccountSasParameters, ActiveDirectoryProperties, AzureEntityResource, AzureFilesIdentityBasedAuthentication, BaseResource, BlobRestoreParameters, BlobRestoreRange, BlobRestoreStatus, CheckNameAvailabilityResult, CloudError, CustomDomain, DateAfterCreation, DateAfterModification, Encryption, EncryptionScope, EncryptionScopeKeyVaultProperties, EncryptionService, EncryptionServices, Endpoints, GeoReplicationStats, Identity, IPRule, KeyVaultProperties, ListAccountSasResponse, ListServiceSasResponse, ManagementPolicy, ManagementPolicyAction, ManagementPolicyBaseBlob, ManagementPolicyDefinition, ManagementPolicyFilter, ManagementPolicyRule, ManagementPolicySchema, ManagementPolicySnapShot, NetworkRuleSet, ObjectReplicationPolicy, ObjectReplicationPolicyFilter, ObjectReplicationPolicyRule, PrivateEndpoint, PrivateEndpointConnection, PrivateLinkResource, PrivateLinkServiceConnectionState, ProxyResource, Resource, RoutingPreference, ServiceSasParameters, Sku, StorageAccount, StorageAccountCheckNameAvailabilityParameters, StorageAccountCreateParameters, StorageAccountInternetEndpoints, StorageAccountKey, StorageAccountListKeysResult, StorageAccountListResult, StorageAccountMicrosoftEndpoints, StorageAccountRegenerateKeyParameters, StorageAccountUpdateParameters, TagFilter, TrackedResource, VirtualNetworkRule } from "../models/mappers";
|
|
2
|
-
//# sourceMappingURL=storageAccountsMappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storageAccountsMappers.d.ts","sourceRoot":"","sources":["../../src/models/storageAccountsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,oBAAoB,EACpB,yBAAyB,EACzB,mBAAmB,EACnB,qCAAqC,EACrC,YAAY,EACZ,qBAAqB,EACrB,gBAAgB,EAChB,iBAAiB,EACjB,2BAA2B,EAC3B,UAAU,EACV,YAAY,EACZ,iBAAiB,EACjB,qBAAqB,EACrB,UAAU,EACV,eAAe,EACf,iCAAiC,EACjC,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,mBAAmB,EACnB,QAAQ,EACR,MAAM,EACN,kBAAkB,EAClB,sBAAsB,EACtB,sBAAsB,EACtB,gBAAgB,EAChB,sBAAsB,EACtB,wBAAwB,EACxB,0BAA0B,EAC1B,sBAAsB,EACtB,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,cAAc,EACd,uBAAuB,EACvB,6BAA6B,EAC7B,2BAA2B,EAC3B,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,iCAAiC,EACjC,aAAa,EACb,QAAQ,EACR,iBAAiB,EACjB,oBAAoB,EACpB,GAAG,EACH,cAAc,EACd,6CAA6C,EAC7C,8BAA8B,EAC9B,+BAA+B,EAC/B,iBAAiB,EACjB,4BAA4B,EAC5B,wBAAwB,EACxB,gCAAgC,EAChC,qCAAqC,EACrC,8BAA8B,EAC9B,SAAS,EACT,eAAe,EACf,kBAAkB,EACnB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { AccountSasParameters, ActiveDirectoryProperties, AzureEntityResource, AzureFilesIdentityBasedAuthentication, BaseResource, BlobRestoreParameters, BlobRestoreRange, BlobRestoreStatus, CheckNameAvailabilityResult, CloudError, CustomDomain, DateAfterCreation, DateAfterModification, Encryption, EncryptionScope, EncryptionScopeKeyVaultProperties, EncryptionService, EncryptionServices, Endpoints, GeoReplicationStats, Identity, IPRule, KeyVaultProperties, ListAccountSasResponse, ListServiceSasResponse, ManagementPolicy, ManagementPolicyAction, ManagementPolicyBaseBlob, ManagementPolicyDefinition, ManagementPolicyFilter, ManagementPolicyRule, ManagementPolicySchema, ManagementPolicySnapShot, NetworkRuleSet, ObjectReplicationPolicy, ObjectReplicationPolicyFilter, ObjectReplicationPolicyRule, PrivateEndpoint, PrivateEndpointConnection, PrivateLinkResource, PrivateLinkServiceConnectionState, ProxyResource, Resource, RoutingPreference, ServiceSasParameters, Sku, StorageAccount, StorageAccountCheckNameAvailabilityParameters, StorageAccountCreateParameters, StorageAccountInternetEndpoints, StorageAccountKey, StorageAccountListKeysResult, StorageAccountListResult, StorageAccountMicrosoftEndpoints, StorageAccountRegenerateKeyParameters, StorageAccountUpdateParameters, TagFilter, TrackedResource, VirtualNetworkRule } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=storageAccountsMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storageAccountsMappers.js","sourceRoot":"","sources":["../../src/models/storageAccountsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,oBAAoB,EACpB,yBAAyB,EACzB,mBAAmB,EACnB,qCAAqC,EACrC,YAAY,EACZ,qBAAqB,EACrB,gBAAgB,EAChB,iBAAiB,EACjB,2BAA2B,EAC3B,UAAU,EACV,YAAY,EACZ,iBAAiB,EACjB,qBAAqB,EACrB,UAAU,EACV,eAAe,EACf,iCAAiC,EACjC,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,mBAAmB,EACnB,QAAQ,EACR,MAAM,EACN,kBAAkB,EAClB,sBAAsB,EACtB,sBAAsB,EACtB,gBAAgB,EAChB,sBAAsB,EACtB,wBAAwB,EACxB,0BAA0B,EAC1B,sBAAsB,EACtB,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,cAAc,EACd,uBAAuB,EACvB,6BAA6B,EAC7B,2BAA2B,EAC3B,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,iCAAiC,EACjC,aAAa,EACb,QAAQ,EACR,iBAAiB,EACjB,oBAAoB,EACpB,GAAG,EACH,cAAc,EACd,6CAA6C,EAC7C,8BAA8B,EAC9B,+BAA+B,EAC/B,iBAAiB,EACjB,4BAA4B,EAC5B,wBAAwB,EACxB,gCAAgC,EAChC,qCAAqC,EACrC,8BAA8B,EAC9B,SAAS,EACT,eAAe,EACf,kBAAkB,EACnB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usagesMappers.d.ts","sourceRoot":"","sources":["../../src/models/usagesMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,UAAU,EACV,KAAK,EACL,eAAe,EACf,SAAS,EACV,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { CloudError, Usage, UsageListResult, UsageName } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=usagesMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usagesMappers.js","sourceRoot":"","sources":["../../src/models/usagesMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,UAAU,EACV,KAAK,EACL,eAAe,EACf,SAAS,EACV,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { StorageManagementClientContext } from "../storageManagementClientContext";
|
|
4
|
-
/** Class representing a EncryptionScopes. */
|
|
5
|
-
export declare class EncryptionScopes {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a EncryptionScopes.
|
|
9
|
-
* @param {StorageManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: StorageManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Synchronously creates or updates an encryption scope under the specified storage account. If an
|
|
14
|
-
* encryption scope is already created and a subsequent request is issued with different
|
|
15
|
-
* properties, the encryption scope properties will be updated per the specified request.
|
|
16
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
17
|
-
* is case insensitive.
|
|
18
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
19
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
20
|
-
* letters only.
|
|
21
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
22
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
23
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
24
|
-
* followed by a letter or number.
|
|
25
|
-
* @param encryptionScope Encryption scope properties to be used for the create or update.
|
|
26
|
-
* @param [options] The optional parameters
|
|
27
|
-
* @returns Promise<Models.EncryptionScopesPutResponse>
|
|
28
|
-
*/
|
|
29
|
-
put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesPutResponse>;
|
|
30
|
-
/**
|
|
31
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
32
|
-
* is case insensitive.
|
|
33
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
34
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
35
|
-
* letters only.
|
|
36
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
37
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
38
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
39
|
-
* followed by a letter or number.
|
|
40
|
-
* @param encryptionScope Encryption scope properties to be used for the create or update.
|
|
41
|
-
* @param callback The callback
|
|
42
|
-
*/
|
|
43
|
-
put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;
|
|
44
|
-
/**
|
|
45
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
46
|
-
* is case insensitive.
|
|
47
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
48
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
49
|
-
* letters only.
|
|
50
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
51
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
52
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
53
|
-
* followed by a letter or number.
|
|
54
|
-
* @param encryptionScope Encryption scope properties to be used for the create or update.
|
|
55
|
-
* @param options The optional parameters
|
|
56
|
-
* @param callback The callback
|
|
57
|
-
*/
|
|
58
|
-
put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;
|
|
59
|
-
/**
|
|
60
|
-
* Update encryption scope properties as specified in the request body. Update fails if the
|
|
61
|
-
* specified encryption scope does not already exist.
|
|
62
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
63
|
-
* is case insensitive.
|
|
64
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
65
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
66
|
-
* letters only.
|
|
67
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
68
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
69
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
70
|
-
* followed by a letter or number.
|
|
71
|
-
* @param encryptionScope Encryption scope properties to be used for the update.
|
|
72
|
-
* @param [options] The optional parameters
|
|
73
|
-
* @returns Promise<Models.EncryptionScopesPatchResponse>
|
|
74
|
-
*/
|
|
75
|
-
patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesPatchResponse>;
|
|
76
|
-
/**
|
|
77
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
78
|
-
* is case insensitive.
|
|
79
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
80
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
81
|
-
* letters only.
|
|
82
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
83
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
84
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
85
|
-
* followed by a letter or number.
|
|
86
|
-
* @param encryptionScope Encryption scope properties to be used for the update.
|
|
87
|
-
* @param callback The callback
|
|
88
|
-
*/
|
|
89
|
-
patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;
|
|
90
|
-
/**
|
|
91
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
92
|
-
* is case insensitive.
|
|
93
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
94
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
95
|
-
* letters only.
|
|
96
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
97
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
98
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
99
|
-
* followed by a letter or number.
|
|
100
|
-
* @param encryptionScope Encryption scope properties to be used for the update.
|
|
101
|
-
* @param options The optional parameters
|
|
102
|
-
* @param callback The callback
|
|
103
|
-
*/
|
|
104
|
-
patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;
|
|
105
|
-
/**
|
|
106
|
-
* Returns the properties for the specified encryption scope.
|
|
107
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
108
|
-
* is case insensitive.
|
|
109
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
110
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
111
|
-
* letters only.
|
|
112
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
113
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
114
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
115
|
-
* followed by a letter or number.
|
|
116
|
-
* @param [options] The optional parameters
|
|
117
|
-
* @returns Promise<Models.EncryptionScopesGetResponse>
|
|
118
|
-
*/
|
|
119
|
-
get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesGetResponse>;
|
|
120
|
-
/**
|
|
121
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
122
|
-
* is case insensitive.
|
|
123
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
124
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
125
|
-
* letters only.
|
|
126
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
127
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
128
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
129
|
-
* followed by a letter or number.
|
|
130
|
-
* @param callback The callback
|
|
131
|
-
*/
|
|
132
|
-
get(resourceGroupName: string, accountName: string, encryptionScopeName: string, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;
|
|
133
|
-
/**
|
|
134
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
135
|
-
* is case insensitive.
|
|
136
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
137
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
138
|
-
* letters only.
|
|
139
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
140
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
141
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
142
|
-
* followed by a letter or number.
|
|
143
|
-
* @param options The optional parameters
|
|
144
|
-
* @param callback The callback
|
|
145
|
-
*/
|
|
146
|
-
get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;
|
|
147
|
-
/**
|
|
148
|
-
* Lists all the encryption scopes available under the specified storage account.
|
|
149
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
150
|
-
* is case insensitive.
|
|
151
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
152
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
153
|
-
* letters only.
|
|
154
|
-
* @param [options] The optional parameters
|
|
155
|
-
* @returns Promise<Models.EncryptionScopesListResponse>
|
|
156
|
-
*/
|
|
157
|
-
list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesListResponse>;
|
|
158
|
-
/**
|
|
159
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
160
|
-
* is case insensitive.
|
|
161
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
162
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
163
|
-
* letters only.
|
|
164
|
-
* @param callback The callback
|
|
165
|
-
*/
|
|
166
|
-
list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.EncryptionScopeListResult>): void;
|
|
167
|
-
/**
|
|
168
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
169
|
-
* is case insensitive.
|
|
170
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
171
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
172
|
-
* letters only.
|
|
173
|
-
* @param options The optional parameters
|
|
174
|
-
* @param callback The callback
|
|
175
|
-
*/
|
|
176
|
-
list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScopeListResult>): void;
|
|
177
|
-
/**
|
|
178
|
-
* Lists all the encryption scopes available under the specified storage account.
|
|
179
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
180
|
-
* @param [options] The optional parameters
|
|
181
|
-
* @returns Promise<Models.EncryptionScopesListNextResponse>
|
|
182
|
-
*/
|
|
183
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesListNextResponse>;
|
|
184
|
-
/**
|
|
185
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
186
|
-
* @param callback The callback
|
|
187
|
-
*/
|
|
188
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EncryptionScopeListResult>): void;
|
|
189
|
-
/**
|
|
190
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
191
|
-
* @param options The optional parameters
|
|
192
|
-
* @param callback The callback
|
|
193
|
-
*/
|
|
194
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScopeListResult>): void;
|
|
195
|
-
}
|
|
196
|
-
//# sourceMappingURL=encryptionScopes.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"encryptionScopes.d.ts","sourceRoot":"","sources":["../../src/operations/encryptionScopes.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,197 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import { __assign } from "tslib";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Mappers from "../models/encryptionScopesMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a EncryptionScopes. */
|
|
15
|
-
var EncryptionScopes = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a EncryptionScopes.
|
|
18
|
-
* @param {StorageManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function EncryptionScopes(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
EncryptionScopes.prototype.put = function (resourceGroupName, accountName, encryptionScopeName, encryptionScope, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
accountName: accountName,
|
|
27
|
-
encryptionScopeName: encryptionScopeName,
|
|
28
|
-
encryptionScope: encryptionScope,
|
|
29
|
-
options: options
|
|
30
|
-
}, putOperationSpec, callback);
|
|
31
|
-
};
|
|
32
|
-
EncryptionScopes.prototype.patch = function (resourceGroupName, accountName, encryptionScopeName, encryptionScope, options, callback) {
|
|
33
|
-
return this.client.sendOperationRequest({
|
|
34
|
-
resourceGroupName: resourceGroupName,
|
|
35
|
-
accountName: accountName,
|
|
36
|
-
encryptionScopeName: encryptionScopeName,
|
|
37
|
-
encryptionScope: encryptionScope,
|
|
38
|
-
options: options
|
|
39
|
-
}, patchOperationSpec, callback);
|
|
40
|
-
};
|
|
41
|
-
EncryptionScopes.prototype.get = function (resourceGroupName, accountName, encryptionScopeName, options, callback) {
|
|
42
|
-
return this.client.sendOperationRequest({
|
|
43
|
-
resourceGroupName: resourceGroupName,
|
|
44
|
-
accountName: accountName,
|
|
45
|
-
encryptionScopeName: encryptionScopeName,
|
|
46
|
-
options: options
|
|
47
|
-
}, getOperationSpec, callback);
|
|
48
|
-
};
|
|
49
|
-
EncryptionScopes.prototype.list = function (resourceGroupName, accountName, options, callback) {
|
|
50
|
-
return this.client.sendOperationRequest({
|
|
51
|
-
resourceGroupName: resourceGroupName,
|
|
52
|
-
accountName: accountName,
|
|
53
|
-
options: options
|
|
54
|
-
}, listOperationSpec, callback);
|
|
55
|
-
};
|
|
56
|
-
EncryptionScopes.prototype.listNext = function (nextPageLink, options, callback) {
|
|
57
|
-
return this.client.sendOperationRequest({
|
|
58
|
-
nextPageLink: nextPageLink,
|
|
59
|
-
options: options
|
|
60
|
-
}, listNextOperationSpec, callback);
|
|
61
|
-
};
|
|
62
|
-
return EncryptionScopes;
|
|
63
|
-
}());
|
|
64
|
-
export { EncryptionScopes };
|
|
65
|
-
// Operation Specifications
|
|
66
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
67
|
-
var putOperationSpec = {
|
|
68
|
-
httpMethod: "PUT",
|
|
69
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}",
|
|
70
|
-
urlParameters: [
|
|
71
|
-
Parameters.resourceGroupName,
|
|
72
|
-
Parameters.accountName,
|
|
73
|
-
Parameters.subscriptionId,
|
|
74
|
-
Parameters.encryptionScopeName
|
|
75
|
-
],
|
|
76
|
-
queryParameters: [
|
|
77
|
-
Parameters.apiVersion
|
|
78
|
-
],
|
|
79
|
-
headerParameters: [
|
|
80
|
-
Parameters.acceptLanguage
|
|
81
|
-
],
|
|
82
|
-
requestBody: {
|
|
83
|
-
parameterPath: "encryptionScope",
|
|
84
|
-
mapper: __assign(__assign({}, Mappers.EncryptionScope), { required: true })
|
|
85
|
-
},
|
|
86
|
-
responses: {
|
|
87
|
-
200: {
|
|
88
|
-
bodyMapper: Mappers.EncryptionScope
|
|
89
|
-
},
|
|
90
|
-
201: {
|
|
91
|
-
bodyMapper: Mappers.EncryptionScope
|
|
92
|
-
},
|
|
93
|
-
default: {
|
|
94
|
-
bodyMapper: Mappers.ErrorResponse
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
serializer: serializer
|
|
98
|
-
};
|
|
99
|
-
var patchOperationSpec = {
|
|
100
|
-
httpMethod: "PATCH",
|
|
101
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}",
|
|
102
|
-
urlParameters: [
|
|
103
|
-
Parameters.resourceGroupName,
|
|
104
|
-
Parameters.accountName,
|
|
105
|
-
Parameters.subscriptionId,
|
|
106
|
-
Parameters.encryptionScopeName
|
|
107
|
-
],
|
|
108
|
-
queryParameters: [
|
|
109
|
-
Parameters.apiVersion
|
|
110
|
-
],
|
|
111
|
-
headerParameters: [
|
|
112
|
-
Parameters.acceptLanguage
|
|
113
|
-
],
|
|
114
|
-
requestBody: {
|
|
115
|
-
parameterPath: "encryptionScope",
|
|
116
|
-
mapper: __assign(__assign({}, Mappers.EncryptionScope), { required: true })
|
|
117
|
-
},
|
|
118
|
-
responses: {
|
|
119
|
-
200: {
|
|
120
|
-
bodyMapper: Mappers.EncryptionScope
|
|
121
|
-
},
|
|
122
|
-
default: {
|
|
123
|
-
bodyMapper: Mappers.ErrorResponse
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
serializer: serializer
|
|
127
|
-
};
|
|
128
|
-
var getOperationSpec = {
|
|
129
|
-
httpMethod: "GET",
|
|
130
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes/{encryptionScopeName}",
|
|
131
|
-
urlParameters: [
|
|
132
|
-
Parameters.resourceGroupName,
|
|
133
|
-
Parameters.accountName,
|
|
134
|
-
Parameters.subscriptionId,
|
|
135
|
-
Parameters.encryptionScopeName
|
|
136
|
-
],
|
|
137
|
-
queryParameters: [
|
|
138
|
-
Parameters.apiVersion
|
|
139
|
-
],
|
|
140
|
-
headerParameters: [
|
|
141
|
-
Parameters.acceptLanguage
|
|
142
|
-
],
|
|
143
|
-
responses: {
|
|
144
|
-
200: {
|
|
145
|
-
bodyMapper: Mappers.EncryptionScope
|
|
146
|
-
},
|
|
147
|
-
default: {
|
|
148
|
-
bodyMapper: Mappers.ErrorResponse
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
serializer: serializer
|
|
152
|
-
};
|
|
153
|
-
var listOperationSpec = {
|
|
154
|
-
httpMethod: "GET",
|
|
155
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes",
|
|
156
|
-
urlParameters: [
|
|
157
|
-
Parameters.resourceGroupName,
|
|
158
|
-
Parameters.accountName,
|
|
159
|
-
Parameters.subscriptionId
|
|
160
|
-
],
|
|
161
|
-
queryParameters: [
|
|
162
|
-
Parameters.apiVersion
|
|
163
|
-
],
|
|
164
|
-
headerParameters: [
|
|
165
|
-
Parameters.acceptLanguage
|
|
166
|
-
],
|
|
167
|
-
responses: {
|
|
168
|
-
200: {
|
|
169
|
-
bodyMapper: Mappers.EncryptionScopeListResult
|
|
170
|
-
},
|
|
171
|
-
default: {
|
|
172
|
-
bodyMapper: Mappers.CloudError
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
serializer: serializer
|
|
176
|
-
};
|
|
177
|
-
var listNextOperationSpec = {
|
|
178
|
-
httpMethod: "GET",
|
|
179
|
-
baseUrl: "https://management.azure.com",
|
|
180
|
-
path: "{nextLink}",
|
|
181
|
-
urlParameters: [
|
|
182
|
-
Parameters.nextPageLink
|
|
183
|
-
],
|
|
184
|
-
headerParameters: [
|
|
185
|
-
Parameters.acceptLanguage
|
|
186
|
-
],
|
|
187
|
-
responses: {
|
|
188
|
-
200: {
|
|
189
|
-
bodyMapper: Mappers.EncryptionScopeListResult
|
|
190
|
-
},
|
|
191
|
-
default: {
|
|
192
|
-
bodyMapper: Mappers.CloudError
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
serializer: serializer
|
|
196
|
-
};
|
|
197
|
-
//# sourceMappingURL=encryptionScopes.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"encryptionScopes.js","sourceRoot":"","sources":["../../src/operations/encryptionScopes.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAUA,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,oBAAoB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,oBAAoB,CAAC"}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { StorageManagementClientContext } from "../storageManagementClientContext";
|
|
4
|
-
/** Class representing a ManagementPolicies. */
|
|
5
|
-
export declare class ManagementPolicies {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a ManagementPolicies.
|
|
9
|
-
* @param {StorageManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: StorageManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Gets the managementpolicy associated with the specified storage account.
|
|
14
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
15
|
-
* is case insensitive.
|
|
16
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
17
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
18
|
-
* letters only.
|
|
19
|
-
* @param [options] The optional parameters
|
|
20
|
-
* @returns Promise<Models.ManagementPoliciesGetResponse>
|
|
21
|
-
*/
|
|
22
|
-
get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagementPoliciesGetResponse>;
|
|
23
|
-
/**
|
|
24
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
25
|
-
* is case insensitive.
|
|
26
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
27
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
28
|
-
* letters only.
|
|
29
|
-
* @param callback The callback
|
|
30
|
-
*/
|
|
31
|
-
get(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ManagementPolicy>): void;
|
|
32
|
-
/**
|
|
33
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
34
|
-
* is case insensitive.
|
|
35
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
36
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
37
|
-
* letters only.
|
|
38
|
-
* @param options The optional parameters
|
|
39
|
-
* @param callback The callback
|
|
40
|
-
*/
|
|
41
|
-
get(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementPolicy>): void;
|
|
42
|
-
/**
|
|
43
|
-
* Sets the managementpolicy to the specified storage account.
|
|
44
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
45
|
-
* is case insensitive.
|
|
46
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
47
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
48
|
-
* letters only.
|
|
49
|
-
* @param policy The Storage Account ManagementPolicy, in JSON format. See more details in:
|
|
50
|
-
* https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
|
51
|
-
* @param [options] The optional parameters
|
|
52
|
-
* @returns Promise<Models.ManagementPoliciesCreateOrUpdateResponse>
|
|
53
|
-
*/
|
|
54
|
-
createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.ManagementPolicySchema, options?: msRest.RequestOptionsBase): Promise<Models.ManagementPoliciesCreateOrUpdateResponse>;
|
|
55
|
-
/**
|
|
56
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
57
|
-
* is case insensitive.
|
|
58
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
59
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
60
|
-
* letters only.
|
|
61
|
-
* @param policy The Storage Account ManagementPolicy, in JSON format. See more details in:
|
|
62
|
-
* https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
|
63
|
-
* @param callback The callback
|
|
64
|
-
*/
|
|
65
|
-
createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.ManagementPolicySchema, callback: msRest.ServiceCallback<Models.ManagementPolicy>): void;
|
|
66
|
-
/**
|
|
67
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
68
|
-
* is case insensitive.
|
|
69
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
70
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
71
|
-
* letters only.
|
|
72
|
-
* @param policy The Storage Account ManagementPolicy, in JSON format. See more details in:
|
|
73
|
-
* https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
|
74
|
-
* @param options The optional parameters
|
|
75
|
-
* @param callback The callback
|
|
76
|
-
*/
|
|
77
|
-
createOrUpdate(resourceGroupName: string, accountName: string, policy: Models.ManagementPolicySchema, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementPolicy>): void;
|
|
78
|
-
/**
|
|
79
|
-
* Deletes the managementpolicy associated with the specified storage account.
|
|
80
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
81
|
-
* is case insensitive.
|
|
82
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
83
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
84
|
-
* letters only.
|
|
85
|
-
* @param [options] The optional parameters
|
|
86
|
-
* @returns Promise<msRest.RestResponse>
|
|
87
|
-
*/
|
|
88
|
-
deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
89
|
-
/**
|
|
90
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
91
|
-
* is case insensitive.
|
|
92
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
93
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
94
|
-
* letters only.
|
|
95
|
-
* @param callback The callback
|
|
96
|
-
*/
|
|
97
|
-
deleteMethod(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<void>): void;
|
|
98
|
-
/**
|
|
99
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
100
|
-
* is case insensitive.
|
|
101
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
102
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
103
|
-
* letters only.
|
|
104
|
-
* @param options The optional parameters
|
|
105
|
-
* @param callback The callback
|
|
106
|
-
*/
|
|
107
|
-
deleteMethod(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
108
|
-
}
|
|
109
|
-
//# sourceMappingURL=managementPolicies.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"managementPolicies.d.ts","sourceRoot":"","sources":["../../src/operations/managementPolicies.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AAEnF,+CAA+C;AAC/C,qBAAa,kBAAkB;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;;;;;OASG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAC;IACvI;;;;;;;OAOG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI;IACpH;;;;;;;;OAQG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI;IAYxJ;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,sBAAsB,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,wCAAwC,CAAC;IACpM;;;;;;;;;OASG;IACH,cAAc,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,sBAAsB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI;IACtK;;;;;;;;;;OAUG;IACH,cAAc,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,sBAAsB,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI;IAa1M;;;;;;;;;OASG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAC/H;;;;;;;OAOG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,IAAI;IAC1G;;;;;;;;OAQG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,IAAI;CAW/I"}
|