@azure/arm-storage-profile-2020-09-01-hybrid 1.1.1 → 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 +80 -80
- 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 -23
- 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 +104 -51
- 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 -5027
- 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 -32
- package/esm/storageManagementClient.d.ts.map +0 -1
- package/esm/storageManagementClient.js +0 -46
- package/esm/storageManagementClient.js.map +0 -1
- package/esm/storageManagementClientContext.d.ts +0 -22
- package/esm/storageManagementClientContext.d.ts.map +0 -1
- package/esm/storageManagementClientContext.js +0 -61
- 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 -68
package/esm/operations/usages.js
DELETED
|
@@ -1,56 +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 * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/usagesMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a Usages. */
|
|
14
|
-
var Usages = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a Usages.
|
|
17
|
-
* @param {StorageManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function Usages(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
Usages.prototype.listByLocation = function (location, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
location: location,
|
|
25
|
-
options: options
|
|
26
|
-
}, listByLocationOperationSpec, callback);
|
|
27
|
-
};
|
|
28
|
-
return Usages;
|
|
29
|
-
}());
|
|
30
|
-
export { Usages };
|
|
31
|
-
// Operation Specifications
|
|
32
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
33
|
-
var listByLocationOperationSpec = {
|
|
34
|
-
httpMethod: "GET",
|
|
35
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages",
|
|
36
|
-
urlParameters: [
|
|
37
|
-
Parameters.subscriptionId,
|
|
38
|
-
Parameters.location
|
|
39
|
-
],
|
|
40
|
-
queryParameters: [
|
|
41
|
-
Parameters.apiVersion
|
|
42
|
-
],
|
|
43
|
-
headerParameters: [
|
|
44
|
-
Parameters.acceptLanguage
|
|
45
|
-
],
|
|
46
|
-
responses: {
|
|
47
|
-
200: {
|
|
48
|
-
bodyMapper: Mappers.UsageListResult
|
|
49
|
-
},
|
|
50
|
-
default: {
|
|
51
|
-
bodyMapper: Mappers.CloudError
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
serializer: serializer
|
|
55
|
-
};
|
|
56
|
-
//# sourceMappingURL=usages.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usages.js","sourceRoot":"","sources":["../../src/operations/usages.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,yBAAyB,CAAC;AACnD,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,mCAAmC;AACnC;IAGE;;;OAGG;IACH,gBAAY,MAAsC;QAChD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAqBD,+BAAc,GAAd,UAAe,QAAgB,EAAE,OAAoF,EAAE,QAAyD;QAC9K,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,QAAQ,UAAA;YACR,OAAO,SAAA;SACR,EACD,2BAA2B,EAC3B,QAAQ,CAAiD,CAAC;IAC9D,CAAC;IACH,aAAC;AAAD,CAAC,AAvCD,IAuCC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,2BAA2B,GAAyB;IACxD,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,wFAAwF;IAC9F,aAAa,EAAE;QACb,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,QAAQ;KACpB;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,eAAe;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import { TokenCredential } from "@azure/core-auth";
|
|
3
|
-
import * as Models from "./models";
|
|
4
|
-
import * as Mappers from "./models/mappers";
|
|
5
|
-
import * as operations from "./operations";
|
|
6
|
-
import { StorageManagementClientContext } from "./storageManagementClientContext";
|
|
7
|
-
declare class StorageManagementClient extends StorageManagementClientContext {
|
|
8
|
-
operations: operations.Operations;
|
|
9
|
-
skus: operations.Skus;
|
|
10
|
-
storageAccounts: operations.StorageAccounts;
|
|
11
|
-
usages: operations.Usages;
|
|
12
|
-
managementPolicies: operations.ManagementPolicies;
|
|
13
|
-
privateEndpointConnections: operations.PrivateEndpointConnections;
|
|
14
|
-
privateLinkResources: operations.PrivateLinkResources;
|
|
15
|
-
objectReplicationPolicies: operations.ObjectReplicationPoliciesOperations;
|
|
16
|
-
encryptionScopes: operations.EncryptionScopes;
|
|
17
|
-
/**
|
|
18
|
-
* Initializes a new instance of the StorageManagementClient class.
|
|
19
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
20
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
21
|
-
* more information about these credentials, see
|
|
22
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
23
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
24
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
25
|
-
* @param subscriptionId The ID of the target subscription.
|
|
26
|
-
* @param [options] The parameter options
|
|
27
|
-
*/
|
|
28
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.StorageManagementClientOptions);
|
|
29
|
-
}
|
|
30
|
-
export { StorageManagementClient, StorageManagementClientContext, Models as StorageManagementModels, Mappers as StorageManagementMappers };
|
|
31
|
-
export * from "./operations";
|
|
32
|
-
//# sourceMappingURL=storageManagementClient.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storageManagementClient.d.ts","sourceRoot":"","sources":["../src/storageManagementClient.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAGlF,cAAM,uBAAwB,SAAQ,8BAA8B;IAElE,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC;IACtB,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC;IAC5C,MAAM,EAAE,UAAU,CAAC,MAAM,CAAC;IAC1B,kBAAkB,EAAE,UAAU,CAAC,kBAAkB,CAAC;IAClD,0BAA0B,EAAE,UAAU,CAAC,0BAA0B,CAAC;IAClE,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,CAAC;IACtD,yBAAyB,EAAE,UAAU,CAAC,mCAAmC,CAAC;IAC1E,gBAAgB,EAAE,UAAU,CAAC,gBAAgB,CAAC;IAE9C;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8BAA8B;CAYpJ;AAID,OAAO,EACL,uBAAuB,EACvB,8BAA8B,EAC9B,MAAM,IAAI,uBAAuB,EACjC,OAAO,IAAI,wBAAwB,EACpC,CAAC;AACF,cAAc,cAAc,CAAC"}
|
|
@@ -1,46 +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 { __extends } from "tslib";
|
|
11
|
-
import * as Models from "./models";
|
|
12
|
-
import * as Mappers from "./models/mappers";
|
|
13
|
-
import * as operations from "./operations";
|
|
14
|
-
import { StorageManagementClientContext } from "./storageManagementClientContext";
|
|
15
|
-
var StorageManagementClient = /** @class */ (function (_super) {
|
|
16
|
-
__extends(StorageManagementClient, _super);
|
|
17
|
-
/**
|
|
18
|
-
* Initializes a new instance of the StorageManagementClient class.
|
|
19
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
20
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
21
|
-
* more information about these credentials, see
|
|
22
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
23
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
24
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
25
|
-
* @param subscriptionId The ID of the target subscription.
|
|
26
|
-
* @param [options] The parameter options
|
|
27
|
-
*/
|
|
28
|
-
function StorageManagementClient(credentials, subscriptionId, options) {
|
|
29
|
-
var _this = _super.call(this, credentials, subscriptionId, options) || this;
|
|
30
|
-
_this.operations = new operations.Operations(_this);
|
|
31
|
-
_this.skus = new operations.Skus(_this);
|
|
32
|
-
_this.storageAccounts = new operations.StorageAccounts(_this);
|
|
33
|
-
_this.usages = new operations.Usages(_this);
|
|
34
|
-
_this.managementPolicies = new operations.ManagementPolicies(_this);
|
|
35
|
-
_this.privateEndpointConnections = new operations.PrivateEndpointConnections(_this);
|
|
36
|
-
_this.privateLinkResources = new operations.PrivateLinkResources(_this);
|
|
37
|
-
_this.objectReplicationPolicies = new operations.ObjectReplicationPoliciesOperations(_this);
|
|
38
|
-
_this.encryptionScopes = new operations.EncryptionScopes(_this);
|
|
39
|
-
return _this;
|
|
40
|
-
}
|
|
41
|
-
return StorageManagementClient;
|
|
42
|
-
}(StorageManagementClientContext));
|
|
43
|
-
// Operation Specifications
|
|
44
|
-
export { StorageManagementClient, StorageManagementClientContext, Models as StorageManagementModels, Mappers as StorageManagementMappers };
|
|
45
|
-
export * from "./operations";
|
|
46
|
-
//# sourceMappingURL=storageManagementClient.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storageManagementClient.js","sourceRoot":"","sources":["../src/storageManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAIH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAGlF;IAAsC,2CAA8B;IAYlE;;;;;;;;;;OAUG;IACH,iCAAY,WAA8D,EAAE,cAAsB,EAAE,OAA+C;QAAnJ,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAU5C;QATC,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;QAClD,KAAI,CAAC,IAAI,GAAG,IAAI,UAAU,CAAC,IAAI,CAAC,KAAI,CAAC,CAAC;QACtC,KAAI,CAAC,eAAe,GAAG,IAAI,UAAU,CAAC,eAAe,CAAC,KAAI,CAAC,CAAC;QAC5D,KAAI,CAAC,MAAM,GAAG,IAAI,UAAU,CAAC,MAAM,CAAC,KAAI,CAAC,CAAC;QAC1C,KAAI,CAAC,kBAAkB,GAAG,IAAI,UAAU,CAAC,kBAAkB,CAAC,KAAI,CAAC,CAAC;QAClE,KAAI,CAAC,0BAA0B,GAAG,IAAI,UAAU,CAAC,0BAA0B,CAAC,KAAI,CAAC,CAAC;QAClF,KAAI,CAAC,oBAAoB,GAAG,IAAI,UAAU,CAAC,oBAAoB,CAAC,KAAI,CAAC,CAAC;QACtE,KAAI,CAAC,yBAAyB,GAAG,IAAI,UAAU,CAAC,mCAAmC,CAAC,KAAI,CAAC,CAAC;QAC1F,KAAI,CAAC,gBAAgB,GAAG,IAAI,UAAU,CAAC,gBAAgB,CAAC,KAAI,CAAC,CAAC;;IAChE,CAAC;IACH,8BAAC;AAAD,CAAC,AAnCD,CAAsC,8BAA8B,GAmCnE;AAED,2BAA2B;AAE3B,OAAO,EACL,uBAAuB,EACvB,8BAA8B,EAC9B,MAAM,IAAI,uBAAuB,EACjC,OAAO,IAAI,wBAAwB,EACpC,CAAC;AACF,cAAc,cAAc,CAAC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as Models from "./models";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
import { TokenCredential } from "@azure/core-auth";
|
|
4
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
5
|
-
export declare class StorageManagementClientContext extends msRestAzure.AzureServiceClient {
|
|
6
|
-
credentials: msRest.ServiceClientCredentials | TokenCredential;
|
|
7
|
-
subscriptionId: string;
|
|
8
|
-
apiVersion?: string;
|
|
9
|
-
/**
|
|
10
|
-
* Initializes a new instance of the StorageManagementClient class.
|
|
11
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
12
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
13
|
-
* more information about these credentials, see
|
|
14
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
15
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
16
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
17
|
-
* @param subscriptionId The ID of the target subscription.
|
|
18
|
-
* @param [options] The parameter options
|
|
19
|
-
*/
|
|
20
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.StorageManagementClientOptions);
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=storageManagementClientContext.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storageManagementClientContext.d.ts","sourceRoot":"","sources":["../src/storageManagementClientContext.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,8BAA+B,SAAQ,WAAW,CAAC,kBAAkB;IAChF,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAC/D,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8BAA8B;CAiCpJ"}
|
|
@@ -1,61 +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 { __extends } from "tslib";
|
|
11
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
12
|
-
var packageName = "@azure/arm-storage-profile-2020-09-01-hybrid";
|
|
13
|
-
var packageVersion = "1.1.1";
|
|
14
|
-
var StorageManagementClientContext = /** @class */ (function (_super) {
|
|
15
|
-
__extends(StorageManagementClientContext, _super);
|
|
16
|
-
/**
|
|
17
|
-
* Initializes a new instance of the StorageManagementClient class.
|
|
18
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
19
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
20
|
-
* more information about these credentials, see
|
|
21
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
22
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
23
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
24
|
-
* @param subscriptionId The ID of the target subscription.
|
|
25
|
-
* @param [options] The parameter options
|
|
26
|
-
*/
|
|
27
|
-
function StorageManagementClientContext(credentials, subscriptionId, options) {
|
|
28
|
-
var _this = this;
|
|
29
|
-
if (credentials == undefined) {
|
|
30
|
-
throw new Error('\'credentials\' cannot be null.');
|
|
31
|
-
}
|
|
32
|
-
if (subscriptionId == undefined) {
|
|
33
|
-
throw new Error('\'subscriptionId\' cannot be null.');
|
|
34
|
-
}
|
|
35
|
-
if (!options) {
|
|
36
|
-
options = {};
|
|
37
|
-
}
|
|
38
|
-
if (!options.userAgent) {
|
|
39
|
-
var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
|
|
40
|
-
options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
|
|
41
|
-
}
|
|
42
|
-
_this = _super.call(this, credentials, options) || this;
|
|
43
|
-
_this.apiVersion = '2019-06-01';
|
|
44
|
-
_this.acceptLanguage = 'en-US';
|
|
45
|
-
_this.longRunningOperationRetryTimeout = 30;
|
|
46
|
-
_this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
|
|
47
|
-
_this.requestContentType = "application/json; charset=utf-8";
|
|
48
|
-
_this.credentials = credentials;
|
|
49
|
-
_this.subscriptionId = subscriptionId;
|
|
50
|
-
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
|
|
51
|
-
_this.acceptLanguage = options.acceptLanguage;
|
|
52
|
-
}
|
|
53
|
-
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
|
|
54
|
-
_this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
|
|
55
|
-
}
|
|
56
|
-
return _this;
|
|
57
|
-
}
|
|
58
|
-
return StorageManagementClientContext;
|
|
59
|
-
}(msRestAzure.AzureServiceClient));
|
|
60
|
-
export { StorageManagementClientContext };
|
|
61
|
-
//# sourceMappingURL=storageManagementClientContext.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storageManagementClientContext.js","sourceRoot":"","sources":["../src/storageManagementClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAKH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,8CAA8C,CAAC;AACnE,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAAoD,kDAA8B;IAKhF;;;;;;;;;;OAUG;IACH,wCAAY,WAA8D,EAAE,cAAsB,EAAE,OAA+C;QAAnJ,iBAgCC;QA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;YACtB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,YAAY,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAI,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC3E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAI,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC/G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,qCAAC;AAAD,CAAC,AAjDD,CAAoD,WAAW,CAAC,kBAAkB,GAiDjF"}
|
|
@@ -1,59 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
ActiveDirectoryProperties,
|
|
11
|
-
AzureEntityResource,
|
|
12
|
-
AzureFilesIdentityBasedAuthentication,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BlobRestoreParameters,
|
|
15
|
-
BlobRestoreRange,
|
|
16
|
-
BlobRestoreStatus,
|
|
17
|
-
CloudError,
|
|
18
|
-
CustomDomain,
|
|
19
|
-
DateAfterCreation,
|
|
20
|
-
DateAfterModification,
|
|
21
|
-
Encryption,
|
|
22
|
-
EncryptionScope,
|
|
23
|
-
EncryptionScopeKeyVaultProperties,
|
|
24
|
-
EncryptionScopeListResult,
|
|
25
|
-
EncryptionService,
|
|
26
|
-
EncryptionServices,
|
|
27
|
-
Endpoints,
|
|
28
|
-
ErrorResponse,
|
|
29
|
-
GeoReplicationStats,
|
|
30
|
-
Identity,
|
|
31
|
-
IPRule,
|
|
32
|
-
KeyVaultProperties,
|
|
33
|
-
ManagementPolicy,
|
|
34
|
-
ManagementPolicyAction,
|
|
35
|
-
ManagementPolicyBaseBlob,
|
|
36
|
-
ManagementPolicyDefinition,
|
|
37
|
-
ManagementPolicyFilter,
|
|
38
|
-
ManagementPolicyRule,
|
|
39
|
-
ManagementPolicySchema,
|
|
40
|
-
ManagementPolicySnapShot,
|
|
41
|
-
NetworkRuleSet,
|
|
42
|
-
ObjectReplicationPolicy,
|
|
43
|
-
ObjectReplicationPolicyFilter,
|
|
44
|
-
ObjectReplicationPolicyRule,
|
|
45
|
-
PrivateEndpoint,
|
|
46
|
-
PrivateEndpointConnection,
|
|
47
|
-
PrivateLinkResource,
|
|
48
|
-
PrivateLinkServiceConnectionState,
|
|
49
|
-
ProxyResource,
|
|
50
|
-
Resource,
|
|
51
|
-
RoutingPreference,
|
|
52
|
-
Sku,
|
|
53
|
-
StorageAccount,
|
|
54
|
-
StorageAccountInternetEndpoints,
|
|
55
|
-
StorageAccountMicrosoftEndpoints,
|
|
56
|
-
TagFilter,
|
|
57
|
-
TrackedResource,
|
|
58
|
-
VirtualNetworkRule
|
|
59
|
-
} from "../models/mappers";
|
|
@@ -1,57 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
ActiveDirectoryProperties,
|
|
11
|
-
AzureEntityResource,
|
|
12
|
-
AzureFilesIdentityBasedAuthentication,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BlobRestoreParameters,
|
|
15
|
-
BlobRestoreRange,
|
|
16
|
-
BlobRestoreStatus,
|
|
17
|
-
CloudError,
|
|
18
|
-
CustomDomain,
|
|
19
|
-
DateAfterCreation,
|
|
20
|
-
DateAfterModification,
|
|
21
|
-
Encryption,
|
|
22
|
-
EncryptionScope,
|
|
23
|
-
EncryptionScopeKeyVaultProperties,
|
|
24
|
-
EncryptionService,
|
|
25
|
-
EncryptionServices,
|
|
26
|
-
Endpoints,
|
|
27
|
-
GeoReplicationStats,
|
|
28
|
-
Identity,
|
|
29
|
-
IPRule,
|
|
30
|
-
KeyVaultProperties,
|
|
31
|
-
ManagementPolicy,
|
|
32
|
-
ManagementPolicyAction,
|
|
33
|
-
ManagementPolicyBaseBlob,
|
|
34
|
-
ManagementPolicyDefinition,
|
|
35
|
-
ManagementPolicyFilter,
|
|
36
|
-
ManagementPolicyRule,
|
|
37
|
-
ManagementPolicySchema,
|
|
38
|
-
ManagementPolicySnapShot,
|
|
39
|
-
NetworkRuleSet,
|
|
40
|
-
ObjectReplicationPolicy,
|
|
41
|
-
ObjectReplicationPolicyFilter,
|
|
42
|
-
ObjectReplicationPolicyRule,
|
|
43
|
-
PrivateEndpoint,
|
|
44
|
-
PrivateEndpointConnection,
|
|
45
|
-
PrivateLinkResource,
|
|
46
|
-
PrivateLinkServiceConnectionState,
|
|
47
|
-
ProxyResource,
|
|
48
|
-
Resource,
|
|
49
|
-
RoutingPreference,
|
|
50
|
-
Sku,
|
|
51
|
-
StorageAccount,
|
|
52
|
-
StorageAccountInternetEndpoints,
|
|
53
|
-
StorageAccountMicrosoftEndpoints,
|
|
54
|
-
TagFilter,
|
|
55
|
-
TrackedResource,
|
|
56
|
-
VirtualNetworkRule
|
|
57
|
-
} from "../models/mappers";
|
|
@@ -1,58 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
ActiveDirectoryProperties,
|
|
11
|
-
AzureEntityResource,
|
|
12
|
-
AzureFilesIdentityBasedAuthentication,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BlobRestoreParameters,
|
|
15
|
-
BlobRestoreRange,
|
|
16
|
-
BlobRestoreStatus,
|
|
17
|
-
CustomDomain,
|
|
18
|
-
DateAfterCreation,
|
|
19
|
-
DateAfterModification,
|
|
20
|
-
Encryption,
|
|
21
|
-
EncryptionScope,
|
|
22
|
-
EncryptionScopeKeyVaultProperties,
|
|
23
|
-
EncryptionService,
|
|
24
|
-
EncryptionServices,
|
|
25
|
-
Endpoints,
|
|
26
|
-
ErrorResponse,
|
|
27
|
-
GeoReplicationStats,
|
|
28
|
-
Identity,
|
|
29
|
-
IPRule,
|
|
30
|
-
KeyVaultProperties,
|
|
31
|
-
ManagementPolicy,
|
|
32
|
-
ManagementPolicyAction,
|
|
33
|
-
ManagementPolicyBaseBlob,
|
|
34
|
-
ManagementPolicyDefinition,
|
|
35
|
-
ManagementPolicyFilter,
|
|
36
|
-
ManagementPolicyRule,
|
|
37
|
-
ManagementPolicySchema,
|
|
38
|
-
ManagementPolicySnapShot,
|
|
39
|
-
NetworkRuleSet,
|
|
40
|
-
ObjectReplicationPolicies,
|
|
41
|
-
ObjectReplicationPolicy,
|
|
42
|
-
ObjectReplicationPolicyFilter,
|
|
43
|
-
ObjectReplicationPolicyRule,
|
|
44
|
-
PrivateEndpoint,
|
|
45
|
-
PrivateEndpointConnection,
|
|
46
|
-
PrivateLinkResource,
|
|
47
|
-
PrivateLinkServiceConnectionState,
|
|
48
|
-
ProxyResource,
|
|
49
|
-
Resource,
|
|
50
|
-
RoutingPreference,
|
|
51
|
-
Sku,
|
|
52
|
-
StorageAccount,
|
|
53
|
-
StorageAccountInternetEndpoints,
|
|
54
|
-
StorageAccountMicrosoftEndpoints,
|
|
55
|
-
TagFilter,
|
|
56
|
-
TrackedResource,
|
|
57
|
-
VirtualNetworkRule
|
|
58
|
-
} from "../models/mappers";
|
|
@@ -1,17 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
CloudError,
|
|
11
|
-
Dimension,
|
|
12
|
-
MetricSpecification,
|
|
13
|
-
Operation,
|
|
14
|
-
OperationDisplay,
|
|
15
|
-
OperationListResult,
|
|
16
|
-
ServiceSpecification
|
|
17
|
-
} from "../models/mappers";
|
|
@@ -1,59 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
ActiveDirectoryProperties,
|
|
11
|
-
AzureEntityResource,
|
|
12
|
-
AzureFilesIdentityBasedAuthentication,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BlobRestoreParameters,
|
|
15
|
-
BlobRestoreRange,
|
|
16
|
-
BlobRestoreStatus,
|
|
17
|
-
CloudError,
|
|
18
|
-
CustomDomain,
|
|
19
|
-
DateAfterCreation,
|
|
20
|
-
DateAfterModification,
|
|
21
|
-
Encryption,
|
|
22
|
-
EncryptionScope,
|
|
23
|
-
EncryptionScopeKeyVaultProperties,
|
|
24
|
-
EncryptionService,
|
|
25
|
-
EncryptionServices,
|
|
26
|
-
Endpoints,
|
|
27
|
-
ErrorResponse,
|
|
28
|
-
GeoReplicationStats,
|
|
29
|
-
Identity,
|
|
30
|
-
IPRule,
|
|
31
|
-
KeyVaultProperties,
|
|
32
|
-
ManagementPolicy,
|
|
33
|
-
ManagementPolicyAction,
|
|
34
|
-
ManagementPolicyBaseBlob,
|
|
35
|
-
ManagementPolicyDefinition,
|
|
36
|
-
ManagementPolicyFilter,
|
|
37
|
-
ManagementPolicyRule,
|
|
38
|
-
ManagementPolicySchema,
|
|
39
|
-
ManagementPolicySnapShot,
|
|
40
|
-
NetworkRuleSet,
|
|
41
|
-
ObjectReplicationPolicy,
|
|
42
|
-
ObjectReplicationPolicyFilter,
|
|
43
|
-
ObjectReplicationPolicyRule,
|
|
44
|
-
PrivateEndpoint,
|
|
45
|
-
PrivateEndpointConnection,
|
|
46
|
-
PrivateEndpointConnectionListResult,
|
|
47
|
-
PrivateLinkResource,
|
|
48
|
-
PrivateLinkServiceConnectionState,
|
|
49
|
-
ProxyResource,
|
|
50
|
-
Resource,
|
|
51
|
-
RoutingPreference,
|
|
52
|
-
Sku,
|
|
53
|
-
StorageAccount,
|
|
54
|
-
StorageAccountInternetEndpoints,
|
|
55
|
-
StorageAccountMicrosoftEndpoints,
|
|
56
|
-
TagFilter,
|
|
57
|
-
TrackedResource,
|
|
58
|
-
VirtualNetworkRule
|
|
59
|
-
} from "../models/mappers";
|
|
@@ -1,58 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
ActiveDirectoryProperties,
|
|
11
|
-
AzureEntityResource,
|
|
12
|
-
AzureFilesIdentityBasedAuthentication,
|
|
13
|
-
BaseResource,
|
|
14
|
-
BlobRestoreParameters,
|
|
15
|
-
BlobRestoreRange,
|
|
16
|
-
BlobRestoreStatus,
|
|
17
|
-
CloudError,
|
|
18
|
-
CustomDomain,
|
|
19
|
-
DateAfterCreation,
|
|
20
|
-
DateAfterModification,
|
|
21
|
-
Encryption,
|
|
22
|
-
EncryptionScope,
|
|
23
|
-
EncryptionScopeKeyVaultProperties,
|
|
24
|
-
EncryptionService,
|
|
25
|
-
EncryptionServices,
|
|
26
|
-
Endpoints,
|
|
27
|
-
GeoReplicationStats,
|
|
28
|
-
Identity,
|
|
29
|
-
IPRule,
|
|
30
|
-
KeyVaultProperties,
|
|
31
|
-
ManagementPolicy,
|
|
32
|
-
ManagementPolicyAction,
|
|
33
|
-
ManagementPolicyBaseBlob,
|
|
34
|
-
ManagementPolicyDefinition,
|
|
35
|
-
ManagementPolicyFilter,
|
|
36
|
-
ManagementPolicyRule,
|
|
37
|
-
ManagementPolicySchema,
|
|
38
|
-
ManagementPolicySnapShot,
|
|
39
|
-
NetworkRuleSet,
|
|
40
|
-
ObjectReplicationPolicy,
|
|
41
|
-
ObjectReplicationPolicyFilter,
|
|
42
|
-
ObjectReplicationPolicyRule,
|
|
43
|
-
PrivateEndpoint,
|
|
44
|
-
PrivateEndpointConnection,
|
|
45
|
-
PrivateLinkResource,
|
|
46
|
-
PrivateLinkResourceListResult,
|
|
47
|
-
PrivateLinkServiceConnectionState,
|
|
48
|
-
ProxyResource,
|
|
49
|
-
Resource,
|
|
50
|
-
RoutingPreference,
|
|
51
|
-
Sku,
|
|
52
|
-
StorageAccount,
|
|
53
|
-
StorageAccountInternetEndpoints,
|
|
54
|
-
StorageAccountMicrosoftEndpoints,
|
|
55
|
-
TagFilter,
|
|
56
|
-
TrackedResource,
|
|
57
|
-
VirtualNetworkRule
|
|
58
|
-
} from "../models/mappers";
|
|
@@ -1,15 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
CloudError,
|
|
11
|
-
Restriction,
|
|
12
|
-
SKUCapability,
|
|
13
|
-
SkuInformation,
|
|
14
|
-
StorageSkuListResult
|
|
15
|
-
} from "../models/mappers";
|
|
@@ -1,69 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
AccountSasParameters,
|
|
11
|
-
ActiveDirectoryProperties,
|
|
12
|
-
AzureEntityResource,
|
|
13
|
-
AzureFilesIdentityBasedAuthentication,
|
|
14
|
-
BaseResource,
|
|
15
|
-
BlobRestoreParameters,
|
|
16
|
-
BlobRestoreRange,
|
|
17
|
-
BlobRestoreStatus,
|
|
18
|
-
CheckNameAvailabilityResult,
|
|
19
|
-
CloudError,
|
|
20
|
-
CustomDomain,
|
|
21
|
-
DateAfterCreation,
|
|
22
|
-
DateAfterModification,
|
|
23
|
-
Encryption,
|
|
24
|
-
EncryptionScope,
|
|
25
|
-
EncryptionScopeKeyVaultProperties,
|
|
26
|
-
EncryptionService,
|
|
27
|
-
EncryptionServices,
|
|
28
|
-
Endpoints,
|
|
29
|
-
GeoReplicationStats,
|
|
30
|
-
Identity,
|
|
31
|
-
IPRule,
|
|
32
|
-
KeyVaultProperties,
|
|
33
|
-
ListAccountSasResponse,
|
|
34
|
-
ListServiceSasResponse,
|
|
35
|
-
ManagementPolicy,
|
|
36
|
-
ManagementPolicyAction,
|
|
37
|
-
ManagementPolicyBaseBlob,
|
|
38
|
-
ManagementPolicyDefinition,
|
|
39
|
-
ManagementPolicyFilter,
|
|
40
|
-
ManagementPolicyRule,
|
|
41
|
-
ManagementPolicySchema,
|
|
42
|
-
ManagementPolicySnapShot,
|
|
43
|
-
NetworkRuleSet,
|
|
44
|
-
ObjectReplicationPolicy,
|
|
45
|
-
ObjectReplicationPolicyFilter,
|
|
46
|
-
ObjectReplicationPolicyRule,
|
|
47
|
-
PrivateEndpoint,
|
|
48
|
-
PrivateEndpointConnection,
|
|
49
|
-
PrivateLinkResource,
|
|
50
|
-
PrivateLinkServiceConnectionState,
|
|
51
|
-
ProxyResource,
|
|
52
|
-
Resource,
|
|
53
|
-
RoutingPreference,
|
|
54
|
-
ServiceSasParameters,
|
|
55
|
-
Sku,
|
|
56
|
-
StorageAccount,
|
|
57
|
-
StorageAccountCheckNameAvailabilityParameters,
|
|
58
|
-
StorageAccountCreateParameters,
|
|
59
|
-
StorageAccountInternetEndpoints,
|
|
60
|
-
StorageAccountKey,
|
|
61
|
-
StorageAccountListKeysResult,
|
|
62
|
-
StorageAccountListResult,
|
|
63
|
-
StorageAccountMicrosoftEndpoints,
|
|
64
|
-
StorageAccountRegenerateKeyParameters,
|
|
65
|
-
StorageAccountUpdateParameters,
|
|
66
|
-
TagFilter,
|
|
67
|
-
TrackedResource,
|
|
68
|
-
VirtualNetworkRule
|
|
69
|
-
} from "../models/mappers";
|
|
@@ -1,14 +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
|
-
|
|
9
|
-
export {
|
|
10
|
-
CloudError,
|
|
11
|
-
Usage,
|
|
12
|
-
UsageListResult,
|
|
13
|
-
UsageName
|
|
14
|
-
} from "../models/mappers";
|