@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
package/esm/models/index.d.ts
DELETED
|
@@ -1,2493 +0,0 @@
|
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
export { BaseResource, CloudError };
|
|
4
|
-
/**
|
|
5
|
-
* Display metadata associated with the operation.
|
|
6
|
-
*/
|
|
7
|
-
export interface OperationDisplay {
|
|
8
|
-
/**
|
|
9
|
-
* Service provider: Microsoft Storage.
|
|
10
|
-
*/
|
|
11
|
-
provider?: string;
|
|
12
|
-
/**
|
|
13
|
-
* Resource on which the operation is performed etc.
|
|
14
|
-
*/
|
|
15
|
-
resource?: string;
|
|
16
|
-
/**
|
|
17
|
-
* Type of operation: get, read, delete, etc.
|
|
18
|
-
*/
|
|
19
|
-
operation?: string;
|
|
20
|
-
/**
|
|
21
|
-
* Description of the operation.
|
|
22
|
-
*/
|
|
23
|
-
description?: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Dimension of blobs, possibly be blob type or access tier.
|
|
27
|
-
*/
|
|
28
|
-
export interface Dimension {
|
|
29
|
-
/**
|
|
30
|
-
* Display name of dimension.
|
|
31
|
-
*/
|
|
32
|
-
name?: string;
|
|
33
|
-
/**
|
|
34
|
-
* Display name of dimension.
|
|
35
|
-
*/
|
|
36
|
-
displayName?: string;
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* Metric specification of operation.
|
|
40
|
-
*/
|
|
41
|
-
export interface MetricSpecification {
|
|
42
|
-
/**
|
|
43
|
-
* Name of metric specification.
|
|
44
|
-
*/
|
|
45
|
-
name?: string;
|
|
46
|
-
/**
|
|
47
|
-
* Display name of metric specification.
|
|
48
|
-
*/
|
|
49
|
-
displayName?: string;
|
|
50
|
-
/**
|
|
51
|
-
* Display description of metric specification.
|
|
52
|
-
*/
|
|
53
|
-
displayDescription?: string;
|
|
54
|
-
/**
|
|
55
|
-
* Unit could be Bytes or Count.
|
|
56
|
-
*/
|
|
57
|
-
unit?: string;
|
|
58
|
-
/**
|
|
59
|
-
* Dimensions of blobs, including blob type and access tier.
|
|
60
|
-
*/
|
|
61
|
-
dimensions?: Dimension[];
|
|
62
|
-
/**
|
|
63
|
-
* Aggregation type could be Average.
|
|
64
|
-
*/
|
|
65
|
-
aggregationType?: string;
|
|
66
|
-
/**
|
|
67
|
-
* The property to decide fill gap with zero or not.
|
|
68
|
-
*/
|
|
69
|
-
fillGapWithZero?: boolean;
|
|
70
|
-
/**
|
|
71
|
-
* The category this metric specification belong to, could be Capacity.
|
|
72
|
-
*/
|
|
73
|
-
category?: string;
|
|
74
|
-
/**
|
|
75
|
-
* Account Resource Id.
|
|
76
|
-
*/
|
|
77
|
-
resourceIdDimensionNameOverride?: string;
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* One property of operation, include metric specifications.
|
|
81
|
-
*/
|
|
82
|
-
export interface ServiceSpecification {
|
|
83
|
-
/**
|
|
84
|
-
* Metric specifications of operation.
|
|
85
|
-
*/
|
|
86
|
-
metricSpecifications?: MetricSpecification[];
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* Storage REST API operation definition.
|
|
90
|
-
*/
|
|
91
|
-
export interface Operation {
|
|
92
|
-
/**
|
|
93
|
-
* Operation name: {provider}/{resource}/{operation}
|
|
94
|
-
*/
|
|
95
|
-
name?: string;
|
|
96
|
-
/**
|
|
97
|
-
* Display metadata associated with the operation.
|
|
98
|
-
*/
|
|
99
|
-
display?: OperationDisplay;
|
|
100
|
-
/**
|
|
101
|
-
* The origin of operations.
|
|
102
|
-
*/
|
|
103
|
-
origin?: string;
|
|
104
|
-
/**
|
|
105
|
-
* One property of operation, include metric specifications.
|
|
106
|
-
*/
|
|
107
|
-
serviceSpecification?: ServiceSpecification;
|
|
108
|
-
}
|
|
109
|
-
/**
|
|
110
|
-
* The parameters used to check the availability of the storage account name.
|
|
111
|
-
*/
|
|
112
|
-
export interface StorageAccountCheckNameAvailabilityParameters {
|
|
113
|
-
/**
|
|
114
|
-
* The storage account name.
|
|
115
|
-
*/
|
|
116
|
-
name: string;
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* The capability information in the specified SKU, including file encryption, network ACLs, change
|
|
120
|
-
* notification, etc.
|
|
121
|
-
*/
|
|
122
|
-
export interface SKUCapability {
|
|
123
|
-
/**
|
|
124
|
-
* The name of capability, The capability information in the specified SKU, including file
|
|
125
|
-
* encryption, network ACLs, change notification, etc.
|
|
126
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
127
|
-
*/
|
|
128
|
-
readonly name?: string;
|
|
129
|
-
/**
|
|
130
|
-
* A string value to indicate states of given capability. Possibly 'true' or 'false'.
|
|
131
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
132
|
-
*/
|
|
133
|
-
readonly value?: string;
|
|
134
|
-
}
|
|
135
|
-
/**
|
|
136
|
-
* The restriction because of which SKU cannot be used.
|
|
137
|
-
*/
|
|
138
|
-
export interface Restriction {
|
|
139
|
-
/**
|
|
140
|
-
* The type of restrictions. As of now only possible value for this is location.
|
|
141
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
142
|
-
*/
|
|
143
|
-
readonly type?: string;
|
|
144
|
-
/**
|
|
145
|
-
* The value of restrictions. If the restriction type is set to location. This would be different
|
|
146
|
-
* locations where the SKU is restricted.
|
|
147
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
148
|
-
*/
|
|
149
|
-
readonly values?: string[];
|
|
150
|
-
/**
|
|
151
|
-
* The reason for the restriction. As of now this can be "QuotaId" or
|
|
152
|
-
* "NotAvailableForSubscription". Quota Id is set when the SKU has requiredQuotas parameter as
|
|
153
|
-
* the subscription does not belong to that quota. The "NotAvailableForSubscription" is related
|
|
154
|
-
* to capacity at DC. Possible values include: 'QuotaId', 'NotAvailableForSubscription'
|
|
155
|
-
*/
|
|
156
|
-
reasonCode?: ReasonCode;
|
|
157
|
-
}
|
|
158
|
-
/**
|
|
159
|
-
* Storage SKU and its properties
|
|
160
|
-
*/
|
|
161
|
-
export interface SkuInformation {
|
|
162
|
-
/**
|
|
163
|
-
* Possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS',
|
|
164
|
-
* 'Premium_LRS', 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS'
|
|
165
|
-
*/
|
|
166
|
-
name: SkuName;
|
|
167
|
-
/**
|
|
168
|
-
* Possible values include: 'Standard', 'Premium'
|
|
169
|
-
*/
|
|
170
|
-
tier?: SkuTier;
|
|
171
|
-
/**
|
|
172
|
-
* The type of the resource, usually it is 'storageAccounts'.
|
|
173
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
174
|
-
*/
|
|
175
|
-
readonly resourceType?: string;
|
|
176
|
-
/**
|
|
177
|
-
* Indicates the type of storage account. Possible values include: 'Storage', 'StorageV2',
|
|
178
|
-
* 'BlobStorage', 'FileStorage', 'BlockBlobStorage'
|
|
179
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
180
|
-
*/
|
|
181
|
-
readonly kind?: Kind;
|
|
182
|
-
/**
|
|
183
|
-
* The set of locations that the SKU is available. This will be supported and registered Azure
|
|
184
|
-
* Geo Regions (e.g. West US, East US, Southeast Asia, etc.).
|
|
185
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
186
|
-
*/
|
|
187
|
-
readonly locations?: string[];
|
|
188
|
-
/**
|
|
189
|
-
* The capability information in the specified SKU, including file encryption, network ACLs,
|
|
190
|
-
* change notification, etc.
|
|
191
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
192
|
-
*/
|
|
193
|
-
readonly capabilities?: SKUCapability[];
|
|
194
|
-
/**
|
|
195
|
-
* The restrictions because of which SKU cannot be used. This is empty if there are no
|
|
196
|
-
* restrictions.
|
|
197
|
-
*/
|
|
198
|
-
restrictions?: Restriction[];
|
|
199
|
-
}
|
|
200
|
-
/**
|
|
201
|
-
* The CheckNameAvailability operation response.
|
|
202
|
-
*/
|
|
203
|
-
export interface CheckNameAvailabilityResult {
|
|
204
|
-
/**
|
|
205
|
-
* Gets a boolean value that indicates whether the name is available for you to use. If true, the
|
|
206
|
-
* name is available. If false, the name has already been taken or is invalid and cannot be used.
|
|
207
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
208
|
-
*/
|
|
209
|
-
readonly nameAvailable?: boolean;
|
|
210
|
-
/**
|
|
211
|
-
* Gets the reason that a storage account name could not be used. The Reason element is only
|
|
212
|
-
* returned if NameAvailable is false. Possible values include: 'AccountNameInvalid',
|
|
213
|
-
* 'AlreadyExists'
|
|
214
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
215
|
-
*/
|
|
216
|
-
readonly reason?: Reason;
|
|
217
|
-
/**
|
|
218
|
-
* Gets an error message explaining the Reason value in more detail.
|
|
219
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
220
|
-
*/
|
|
221
|
-
readonly message?: string;
|
|
222
|
-
}
|
|
223
|
-
/**
|
|
224
|
-
* The custom domain assigned to this storage account. This can be set via Update.
|
|
225
|
-
*/
|
|
226
|
-
export interface CustomDomain {
|
|
227
|
-
/**
|
|
228
|
-
* Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source.
|
|
229
|
-
*/
|
|
230
|
-
name: string;
|
|
231
|
-
/**
|
|
232
|
-
* Indicates whether indirect CName validation is enabled. Default value is false. This should
|
|
233
|
-
* only be set on updates.
|
|
234
|
-
*/
|
|
235
|
-
useSubDomainName?: boolean;
|
|
236
|
-
}
|
|
237
|
-
/**
|
|
238
|
-
* A service that allows server-side encryption to be used.
|
|
239
|
-
*/
|
|
240
|
-
export interface EncryptionService {
|
|
241
|
-
/**
|
|
242
|
-
* A boolean indicating whether or not the service encrypts the data as it is stored.
|
|
243
|
-
*/
|
|
244
|
-
enabled?: boolean;
|
|
245
|
-
/**
|
|
246
|
-
* Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only
|
|
247
|
-
* returned when encryption is enabled. There might be some unencrypted blobs which were written
|
|
248
|
-
* after this time, as it is just a rough estimate.
|
|
249
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
250
|
-
*/
|
|
251
|
-
readonly lastEnabledTime?: Date;
|
|
252
|
-
/**
|
|
253
|
-
* Encryption key type to be used for the encryption service. 'Account' key type implies that an
|
|
254
|
-
* account-scoped encryption key will be used. 'Service' key type implies that a default service
|
|
255
|
-
* key is used. Possible values include: 'Service', 'Account'
|
|
256
|
-
*/
|
|
257
|
-
keyType?: KeyType;
|
|
258
|
-
}
|
|
259
|
-
/**
|
|
260
|
-
* A list of services that support encryption.
|
|
261
|
-
*/
|
|
262
|
-
export interface EncryptionServices {
|
|
263
|
-
/**
|
|
264
|
-
* The encryption function of the blob storage service.
|
|
265
|
-
*/
|
|
266
|
-
blob?: EncryptionService;
|
|
267
|
-
/**
|
|
268
|
-
* The encryption function of the file storage service.
|
|
269
|
-
*/
|
|
270
|
-
file?: EncryptionService;
|
|
271
|
-
/**
|
|
272
|
-
* The encryption function of the table storage service.
|
|
273
|
-
*/
|
|
274
|
-
table?: EncryptionService;
|
|
275
|
-
/**
|
|
276
|
-
* The encryption function of the queue storage service.
|
|
277
|
-
*/
|
|
278
|
-
queue?: EncryptionService;
|
|
279
|
-
}
|
|
280
|
-
/**
|
|
281
|
-
* Properties of key vault.
|
|
282
|
-
*/
|
|
283
|
-
export interface KeyVaultProperties {
|
|
284
|
-
/**
|
|
285
|
-
* The name of KeyVault key.
|
|
286
|
-
*/
|
|
287
|
-
keyName?: string;
|
|
288
|
-
/**
|
|
289
|
-
* The version of KeyVault key.
|
|
290
|
-
*/
|
|
291
|
-
keyVersion?: string;
|
|
292
|
-
/**
|
|
293
|
-
* The Uri of KeyVault.
|
|
294
|
-
*/
|
|
295
|
-
keyVaultUri?: string;
|
|
296
|
-
/**
|
|
297
|
-
* The object identifier of the current versioned Key Vault Key in use.
|
|
298
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
299
|
-
*/
|
|
300
|
-
readonly currentVersionedKeyIdentifier?: string;
|
|
301
|
-
/**
|
|
302
|
-
* Timestamp of last rotation of the Key Vault Key.
|
|
303
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
304
|
-
*/
|
|
305
|
-
readonly lastKeyRotationTimestamp?: Date;
|
|
306
|
-
}
|
|
307
|
-
/**
|
|
308
|
-
* The encryption settings on the storage account.
|
|
309
|
-
*/
|
|
310
|
-
export interface Encryption {
|
|
311
|
-
/**
|
|
312
|
-
* List of services which support encryption.
|
|
313
|
-
*/
|
|
314
|
-
services?: EncryptionServices;
|
|
315
|
-
/**
|
|
316
|
-
* The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage,
|
|
317
|
-
* Microsoft.Keyvault. Possible values include: 'Microsoft.Storage', 'Microsoft.Keyvault'.
|
|
318
|
-
* Default value: 'Microsoft.Storage'.
|
|
319
|
-
*/
|
|
320
|
-
keySource: KeySource;
|
|
321
|
-
/**
|
|
322
|
-
* A boolean indicating whether or not the service applies a secondary layer of encryption with
|
|
323
|
-
* platform managed keys for data at rest.
|
|
324
|
-
*/
|
|
325
|
-
requireInfrastructureEncryption?: boolean;
|
|
326
|
-
/**
|
|
327
|
-
* Properties provided by key vault.
|
|
328
|
-
*/
|
|
329
|
-
keyVaultProperties?: KeyVaultProperties;
|
|
330
|
-
}
|
|
331
|
-
/**
|
|
332
|
-
* Virtual Network rule.
|
|
333
|
-
*/
|
|
334
|
-
export interface VirtualNetworkRule {
|
|
335
|
-
/**
|
|
336
|
-
* Resource ID of a subnet, for example:
|
|
337
|
-
* /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.
|
|
338
|
-
*/
|
|
339
|
-
virtualNetworkResourceId: string;
|
|
340
|
-
/**
|
|
341
|
-
* The action of virtual network rule. Possible values include: 'Allow'. Default value: 'Allow'.
|
|
342
|
-
*/
|
|
343
|
-
action?: Action;
|
|
344
|
-
/**
|
|
345
|
-
* Gets the state of virtual network rule. Possible values include: 'provisioning',
|
|
346
|
-
* 'deprovisioning', 'succeeded', 'failed', 'networkSourceDeleted'
|
|
347
|
-
*/
|
|
348
|
-
state?: State;
|
|
349
|
-
}
|
|
350
|
-
/**
|
|
351
|
-
* IP rule with specific IP or IP range in CIDR format.
|
|
352
|
-
*/
|
|
353
|
-
export interface IPRule {
|
|
354
|
-
/**
|
|
355
|
-
* Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.
|
|
356
|
-
*/
|
|
357
|
-
iPAddressOrRange: string;
|
|
358
|
-
/**
|
|
359
|
-
* The action of IP ACL rule. Possible values include: 'Allow'. Default value: 'Allow'.
|
|
360
|
-
*/
|
|
361
|
-
action?: Action;
|
|
362
|
-
}
|
|
363
|
-
/**
|
|
364
|
-
* Network rule set
|
|
365
|
-
*/
|
|
366
|
-
export interface NetworkRuleSet {
|
|
367
|
-
/**
|
|
368
|
-
* Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are
|
|
369
|
-
* any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to
|
|
370
|
-
* bypass none of those traffics. Possible values include: 'None', 'Logging', 'Metrics',
|
|
371
|
-
* 'AzureServices'. Default value: 'AzureServices'.
|
|
372
|
-
*/
|
|
373
|
-
bypass?: Bypass;
|
|
374
|
-
/**
|
|
375
|
-
* Sets the virtual network rules
|
|
376
|
-
*/
|
|
377
|
-
virtualNetworkRules?: VirtualNetworkRule[];
|
|
378
|
-
/**
|
|
379
|
-
* Sets the IP ACL rules
|
|
380
|
-
*/
|
|
381
|
-
ipRules?: IPRule[];
|
|
382
|
-
/**
|
|
383
|
-
* Specifies the default action of allow or deny when no other rules match. Possible values
|
|
384
|
-
* include: 'Allow', 'Deny'. Default value: 'Allow'.
|
|
385
|
-
*/
|
|
386
|
-
defaultAction: DefaultAction;
|
|
387
|
-
}
|
|
388
|
-
/**
|
|
389
|
-
* Settings properties for Active Directory (AD).
|
|
390
|
-
*/
|
|
391
|
-
export interface ActiveDirectoryProperties {
|
|
392
|
-
/**
|
|
393
|
-
* Specifies the primary domain that the AD DNS server is authoritative for.
|
|
394
|
-
*/
|
|
395
|
-
domainName: string;
|
|
396
|
-
/**
|
|
397
|
-
* Specifies the NetBIOS domain name.
|
|
398
|
-
*/
|
|
399
|
-
netBiosDomainName: string;
|
|
400
|
-
/**
|
|
401
|
-
* Specifies the Active Directory forest to get.
|
|
402
|
-
*/
|
|
403
|
-
forestName: string;
|
|
404
|
-
/**
|
|
405
|
-
* Specifies the domain GUID.
|
|
406
|
-
*/
|
|
407
|
-
domainGuid: string;
|
|
408
|
-
/**
|
|
409
|
-
* Specifies the security identifier (SID).
|
|
410
|
-
*/
|
|
411
|
-
domainSid: string;
|
|
412
|
-
/**
|
|
413
|
-
* Specifies the security identifier (SID) for Azure Storage.
|
|
414
|
-
*/
|
|
415
|
-
azureStorageSid: string;
|
|
416
|
-
}
|
|
417
|
-
/**
|
|
418
|
-
* Settings for Azure Files identity based authentication.
|
|
419
|
-
*/
|
|
420
|
-
export interface AzureFilesIdentityBasedAuthentication {
|
|
421
|
-
/**
|
|
422
|
-
* Indicates the directory service used. Possible values include: 'None', 'AADDS', 'AD'
|
|
423
|
-
*/
|
|
424
|
-
directoryServiceOptions: DirectoryServiceOptions;
|
|
425
|
-
/**
|
|
426
|
-
* Required if choose AD.
|
|
427
|
-
*/
|
|
428
|
-
activeDirectoryProperties?: ActiveDirectoryProperties;
|
|
429
|
-
}
|
|
430
|
-
/**
|
|
431
|
-
* Routing preference defines the type of network, either microsoft or internet routing to be used
|
|
432
|
-
* to deliver the user data, the default option is microsoft routing
|
|
433
|
-
*/
|
|
434
|
-
export interface RoutingPreference {
|
|
435
|
-
/**
|
|
436
|
-
* Routing Choice defines the kind of network routing opted by the user. Possible values include:
|
|
437
|
-
* 'MicrosoftRouting', 'InternetRouting'
|
|
438
|
-
*/
|
|
439
|
-
routingChoice?: RoutingChoice;
|
|
440
|
-
/**
|
|
441
|
-
* A boolean flag which indicates whether microsoft routing storage endpoints are to be published
|
|
442
|
-
*/
|
|
443
|
-
publishMicrosoftEndpoints?: boolean;
|
|
444
|
-
/**
|
|
445
|
-
* A boolean flag which indicates whether internet routing storage endpoints are to be published
|
|
446
|
-
*/
|
|
447
|
-
publishInternetEndpoints?: boolean;
|
|
448
|
-
}
|
|
449
|
-
/**
|
|
450
|
-
* Identity for the resource.
|
|
451
|
-
*/
|
|
452
|
-
export interface Identity {
|
|
453
|
-
/**
|
|
454
|
-
* The principal ID of resource identity.
|
|
455
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
456
|
-
*/
|
|
457
|
-
readonly principalId?: string;
|
|
458
|
-
/**
|
|
459
|
-
* The tenant ID of resource.
|
|
460
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
461
|
-
*/
|
|
462
|
-
readonly tenantId?: string;
|
|
463
|
-
}
|
|
464
|
-
/**
|
|
465
|
-
* The SKU of the storage account.
|
|
466
|
-
*/
|
|
467
|
-
export interface Sku {
|
|
468
|
-
/**
|
|
469
|
-
* Possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS',
|
|
470
|
-
* 'Premium_LRS', 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS'
|
|
471
|
-
*/
|
|
472
|
-
name: SkuName;
|
|
473
|
-
/**
|
|
474
|
-
* Possible values include: 'Standard', 'Premium'
|
|
475
|
-
*/
|
|
476
|
-
tier?: SkuTier;
|
|
477
|
-
}
|
|
478
|
-
/**
|
|
479
|
-
* The parameters used when creating a storage account.
|
|
480
|
-
*/
|
|
481
|
-
export interface StorageAccountCreateParameters {
|
|
482
|
-
/**
|
|
483
|
-
* Required. Gets or sets the SKU name.
|
|
484
|
-
*/
|
|
485
|
-
sku: Sku;
|
|
486
|
-
/**
|
|
487
|
-
* Required. Indicates the type of storage account. Possible values include: 'Storage',
|
|
488
|
-
* 'StorageV2', 'BlobStorage', 'FileStorage', 'BlockBlobStorage'
|
|
489
|
-
*/
|
|
490
|
-
kind: Kind;
|
|
491
|
-
/**
|
|
492
|
-
* Required. Gets or sets the location of the resource. This will be one of the supported and
|
|
493
|
-
* registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of
|
|
494
|
-
* a resource cannot be changed once it is created, but if an identical geo region is specified
|
|
495
|
-
* on update, the request will succeed.
|
|
496
|
-
*/
|
|
497
|
-
location: string;
|
|
498
|
-
/**
|
|
499
|
-
* Gets or sets a list of key value pairs that describe the resource. These tags can be used for
|
|
500
|
-
* viewing and grouping this resource (across resource groups). A maximum of 15 tags can be
|
|
501
|
-
* provided for a resource. Each tag must have a key with a length no greater than 128 characters
|
|
502
|
-
* and a value with a length no greater than 256 characters.
|
|
503
|
-
*/
|
|
504
|
-
tags?: {
|
|
505
|
-
[propertyName: string]: string;
|
|
506
|
-
};
|
|
507
|
-
/**
|
|
508
|
-
* The identity of the resource.
|
|
509
|
-
*/
|
|
510
|
-
identity?: Identity;
|
|
511
|
-
/**
|
|
512
|
-
* User domain assigned to the storage account. Name is the CNAME source. Only one custom domain
|
|
513
|
-
* is supported per storage account at this time. To clear the existing custom domain, use an
|
|
514
|
-
* empty string for the custom domain name property.
|
|
515
|
-
*/
|
|
516
|
-
customDomain?: CustomDomain;
|
|
517
|
-
/**
|
|
518
|
-
* Not applicable. Azure Storage encryption is enabled for all storage accounts and cannot be
|
|
519
|
-
* disabled.
|
|
520
|
-
*/
|
|
521
|
-
encryption?: Encryption;
|
|
522
|
-
/**
|
|
523
|
-
* Network rule set
|
|
524
|
-
*/
|
|
525
|
-
networkRuleSet?: NetworkRuleSet;
|
|
526
|
-
/**
|
|
527
|
-
* Required for storage accounts where kind = BlobStorage. The access tier used for billing.
|
|
528
|
-
* Possible values include: 'Hot', 'Cool'
|
|
529
|
-
*/
|
|
530
|
-
accessTier?: AccessTier;
|
|
531
|
-
/**
|
|
532
|
-
* Provides the identity based authentication settings for Azure Files.
|
|
533
|
-
*/
|
|
534
|
-
azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
|
|
535
|
-
/**
|
|
536
|
-
* Allows https traffic only to storage service if sets to true. The default value is true since
|
|
537
|
-
* API version 2019-04-01.
|
|
538
|
-
*/
|
|
539
|
-
enableHttpsTrafficOnly?: boolean;
|
|
540
|
-
/**
|
|
541
|
-
* Account HierarchicalNamespace enabled if sets to true.
|
|
542
|
-
*/
|
|
543
|
-
isHnsEnabled?: boolean;
|
|
544
|
-
/**
|
|
545
|
-
* Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. Possible
|
|
546
|
-
* values include: 'Disabled', 'Enabled'
|
|
547
|
-
*/
|
|
548
|
-
largeFileSharesState?: LargeFileSharesState;
|
|
549
|
-
/**
|
|
550
|
-
* Maintains information about the network routing choice opted by the user for data transfer
|
|
551
|
-
*/
|
|
552
|
-
routingPreference?: RoutingPreference;
|
|
553
|
-
/**
|
|
554
|
-
* Allow or disallow public access to all blobs or containers in the storage account. The default
|
|
555
|
-
* interpretation is true for this property.
|
|
556
|
-
*/
|
|
557
|
-
allowBlobPublicAccess?: boolean;
|
|
558
|
-
/**
|
|
559
|
-
* Set the minimum TLS version to be permitted on requests to storage. The default interpretation
|
|
560
|
-
* is TLS 1.0 for this property. Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2'
|
|
561
|
-
*/
|
|
562
|
-
minimumTlsVersion?: MinimumTlsVersion;
|
|
563
|
-
}
|
|
564
|
-
/**
|
|
565
|
-
* The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object
|
|
566
|
-
* via a microsoft routing endpoint.
|
|
567
|
-
*/
|
|
568
|
-
export interface StorageAccountMicrosoftEndpoints {
|
|
569
|
-
/**
|
|
570
|
-
* Gets the blob endpoint.
|
|
571
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
572
|
-
*/
|
|
573
|
-
readonly blob?: string;
|
|
574
|
-
/**
|
|
575
|
-
* Gets the queue endpoint.
|
|
576
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
577
|
-
*/
|
|
578
|
-
readonly queue?: string;
|
|
579
|
-
/**
|
|
580
|
-
* Gets the table endpoint.
|
|
581
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
582
|
-
*/
|
|
583
|
-
readonly table?: string;
|
|
584
|
-
/**
|
|
585
|
-
* Gets the file endpoint.
|
|
586
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
587
|
-
*/
|
|
588
|
-
readonly file?: string;
|
|
589
|
-
/**
|
|
590
|
-
* Gets the web endpoint.
|
|
591
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
592
|
-
*/
|
|
593
|
-
readonly web?: string;
|
|
594
|
-
/**
|
|
595
|
-
* Gets the dfs endpoint.
|
|
596
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
597
|
-
*/
|
|
598
|
-
readonly dfs?: string;
|
|
599
|
-
}
|
|
600
|
-
/**
|
|
601
|
-
* The URIs that are used to perform a retrieval of a public blob, file, web or dfs object via a
|
|
602
|
-
* internet routing endpoint.
|
|
603
|
-
*/
|
|
604
|
-
export interface StorageAccountInternetEndpoints {
|
|
605
|
-
/**
|
|
606
|
-
* Gets the blob endpoint.
|
|
607
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
608
|
-
*/
|
|
609
|
-
readonly blob?: string;
|
|
610
|
-
/**
|
|
611
|
-
* Gets the file endpoint.
|
|
612
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
613
|
-
*/
|
|
614
|
-
readonly file?: string;
|
|
615
|
-
/**
|
|
616
|
-
* Gets the web endpoint.
|
|
617
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
618
|
-
*/
|
|
619
|
-
readonly web?: string;
|
|
620
|
-
/**
|
|
621
|
-
* Gets the dfs endpoint.
|
|
622
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
623
|
-
*/
|
|
624
|
-
readonly dfs?: string;
|
|
625
|
-
}
|
|
626
|
-
/**
|
|
627
|
-
* The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object.
|
|
628
|
-
*/
|
|
629
|
-
export interface Endpoints {
|
|
630
|
-
/**
|
|
631
|
-
* Gets the blob endpoint.
|
|
632
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
633
|
-
*/
|
|
634
|
-
readonly blob?: string;
|
|
635
|
-
/**
|
|
636
|
-
* Gets the queue endpoint.
|
|
637
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
638
|
-
*/
|
|
639
|
-
readonly queue?: string;
|
|
640
|
-
/**
|
|
641
|
-
* Gets the table endpoint.
|
|
642
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
643
|
-
*/
|
|
644
|
-
readonly table?: string;
|
|
645
|
-
/**
|
|
646
|
-
* Gets the file endpoint.
|
|
647
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
648
|
-
*/
|
|
649
|
-
readonly file?: string;
|
|
650
|
-
/**
|
|
651
|
-
* Gets the web endpoint.
|
|
652
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
653
|
-
*/
|
|
654
|
-
readonly web?: string;
|
|
655
|
-
/**
|
|
656
|
-
* Gets the dfs endpoint.
|
|
657
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
658
|
-
*/
|
|
659
|
-
readonly dfs?: string;
|
|
660
|
-
/**
|
|
661
|
-
* Gets the microsoft routing storage endpoints.
|
|
662
|
-
*/
|
|
663
|
-
microsoftEndpoints?: StorageAccountMicrosoftEndpoints;
|
|
664
|
-
/**
|
|
665
|
-
* Gets the internet routing storage endpoints
|
|
666
|
-
*/
|
|
667
|
-
internetEndpoints?: StorageAccountInternetEndpoints;
|
|
668
|
-
}
|
|
669
|
-
/**
|
|
670
|
-
* Statistics related to replication for storage account's Blob, Table, Queue and File services. It
|
|
671
|
-
* is only available when geo-redundant replication is enabled for the storage account.
|
|
672
|
-
*/
|
|
673
|
-
export interface GeoReplicationStats {
|
|
674
|
-
/**
|
|
675
|
-
* The status of the secondary location. Possible values are: - Live: Indicates that the
|
|
676
|
-
* secondary location is active and operational. - Bootstrap: Indicates initial synchronization
|
|
677
|
-
* from the primary location to the secondary location is in progress.This typically occurs when
|
|
678
|
-
* replication is first enabled. - Unavailable: Indicates that the secondary location is
|
|
679
|
-
* temporarily unavailable. Possible values include: 'Live', 'Bootstrap', 'Unavailable'
|
|
680
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
681
|
-
*/
|
|
682
|
-
readonly status?: GeoReplicationStatus;
|
|
683
|
-
/**
|
|
684
|
-
* All primary writes preceding this UTC date/time value are guaranteed to be available for read
|
|
685
|
-
* operations. Primary writes following this point in time may or may not be available for reads.
|
|
686
|
-
* Element may be default value if value of LastSyncTime is not available, this can happen if
|
|
687
|
-
* secondary is offline or we are in bootstrap.
|
|
688
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
689
|
-
*/
|
|
690
|
-
readonly lastSyncTime?: Date;
|
|
691
|
-
/**
|
|
692
|
-
* A boolean flag which indicates whether or not account failover is supported for the account.
|
|
693
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
694
|
-
*/
|
|
695
|
-
readonly canFailover?: boolean;
|
|
696
|
-
}
|
|
697
|
-
/**
|
|
698
|
-
* Blob range
|
|
699
|
-
*/
|
|
700
|
-
export interface BlobRestoreRange {
|
|
701
|
-
/**
|
|
702
|
-
* Blob start range. This is inclusive. Empty means account start.
|
|
703
|
-
*/
|
|
704
|
-
startRange: string;
|
|
705
|
-
/**
|
|
706
|
-
* Blob end range. This is exclusive. Empty means account end.
|
|
707
|
-
*/
|
|
708
|
-
endRange: string;
|
|
709
|
-
}
|
|
710
|
-
/**
|
|
711
|
-
* Blob restore parameters
|
|
712
|
-
*/
|
|
713
|
-
export interface BlobRestoreParameters {
|
|
714
|
-
/**
|
|
715
|
-
* Restore blob to the specified time.
|
|
716
|
-
*/
|
|
717
|
-
timeToRestore: Date;
|
|
718
|
-
/**
|
|
719
|
-
* Blob ranges to restore.
|
|
720
|
-
*/
|
|
721
|
-
blobRanges: BlobRestoreRange[];
|
|
722
|
-
}
|
|
723
|
-
/**
|
|
724
|
-
* Blob restore status.
|
|
725
|
-
*/
|
|
726
|
-
export interface BlobRestoreStatus {
|
|
727
|
-
/**
|
|
728
|
-
* The status of blob restore progress. Possible values are: - InProgress: Indicates that blob
|
|
729
|
-
* restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. -
|
|
730
|
-
* Failed: Indicates that blob restore is failed. Possible values include: 'InProgress',
|
|
731
|
-
* 'Complete', 'Failed'
|
|
732
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
733
|
-
*/
|
|
734
|
-
readonly status?: BlobRestoreProgressStatus;
|
|
735
|
-
/**
|
|
736
|
-
* Failure reason when blob restore is failed.
|
|
737
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
738
|
-
*/
|
|
739
|
-
readonly failureReason?: string;
|
|
740
|
-
/**
|
|
741
|
-
* Id for tracking blob restore request.
|
|
742
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
743
|
-
*/
|
|
744
|
-
readonly restoreId?: string;
|
|
745
|
-
/**
|
|
746
|
-
* Blob restore request parameters.
|
|
747
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
748
|
-
*/
|
|
749
|
-
readonly parameters?: BlobRestoreParameters;
|
|
750
|
-
}
|
|
751
|
-
/**
|
|
752
|
-
* The Private Endpoint resource.
|
|
753
|
-
*/
|
|
754
|
-
export interface PrivateEndpoint {
|
|
755
|
-
/**
|
|
756
|
-
* The ARM identifier for Private Endpoint
|
|
757
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
758
|
-
*/
|
|
759
|
-
readonly id?: string;
|
|
760
|
-
}
|
|
761
|
-
/**
|
|
762
|
-
* A collection of information about the state of the connection between service consumer and
|
|
763
|
-
* provider.
|
|
764
|
-
*/
|
|
765
|
-
export interface PrivateLinkServiceConnectionState {
|
|
766
|
-
/**
|
|
767
|
-
* Indicates whether the connection has been Approved/Rejected/Removed by the owner of the
|
|
768
|
-
* service. Possible values include: 'Pending', 'Approved', 'Rejected'
|
|
769
|
-
*/
|
|
770
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
771
|
-
/**
|
|
772
|
-
* The reason for approval/rejection of the connection.
|
|
773
|
-
*/
|
|
774
|
-
description?: string;
|
|
775
|
-
/**
|
|
776
|
-
* A message indicating if changes on the service provider require any updates on the consumer.
|
|
777
|
-
*/
|
|
778
|
-
actionRequired?: string;
|
|
779
|
-
}
|
|
780
|
-
/**
|
|
781
|
-
* Common fields that are returned in the response for all Azure Resource Manager resources
|
|
782
|
-
* @summary Resource
|
|
783
|
-
*/
|
|
784
|
-
export interface Resource extends BaseResource {
|
|
785
|
-
/**
|
|
786
|
-
* Fully qualified resource ID for the resource. Ex -
|
|
787
|
-
* /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
788
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
789
|
-
*/
|
|
790
|
-
readonly id?: string;
|
|
791
|
-
/**
|
|
792
|
-
* The name of the resource
|
|
793
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
794
|
-
*/
|
|
795
|
-
readonly name?: string;
|
|
796
|
-
/**
|
|
797
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
|
|
798
|
-
* "Microsoft.Storage/storageAccounts"
|
|
799
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
800
|
-
*/
|
|
801
|
-
readonly type?: string;
|
|
802
|
-
}
|
|
803
|
-
/**
|
|
804
|
-
* The Private Endpoint Connection resource.
|
|
805
|
-
*/
|
|
806
|
-
export interface PrivateEndpointConnection extends Resource {
|
|
807
|
-
/**
|
|
808
|
-
* The resource of private end point.
|
|
809
|
-
*/
|
|
810
|
-
privateEndpoint?: PrivateEndpoint;
|
|
811
|
-
/**
|
|
812
|
-
* A collection of information about the state of the connection between service consumer and
|
|
813
|
-
* provider.
|
|
814
|
-
*/
|
|
815
|
-
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
816
|
-
/**
|
|
817
|
-
* The provisioning state of the private endpoint connection resource. Possible values include:
|
|
818
|
-
* 'Succeeded', 'Creating', 'Deleting', 'Failed'
|
|
819
|
-
*/
|
|
820
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
821
|
-
}
|
|
822
|
-
/**
|
|
823
|
-
* The resource model definition for an Azure Resource Manager tracked top level resource which has
|
|
824
|
-
* 'tags' and a 'location'
|
|
825
|
-
* @summary Tracked Resource
|
|
826
|
-
*/
|
|
827
|
-
export interface TrackedResource extends Resource {
|
|
828
|
-
/**
|
|
829
|
-
* Resource tags.
|
|
830
|
-
*/
|
|
831
|
-
tags?: {
|
|
832
|
-
[propertyName: string]: string;
|
|
833
|
-
};
|
|
834
|
-
/**
|
|
835
|
-
* The geo-location where the resource lives
|
|
836
|
-
*/
|
|
837
|
-
location: string;
|
|
838
|
-
}
|
|
839
|
-
/**
|
|
840
|
-
* The storage account.
|
|
841
|
-
*/
|
|
842
|
-
export interface StorageAccount extends TrackedResource {
|
|
843
|
-
/**
|
|
844
|
-
* Gets the SKU.
|
|
845
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
846
|
-
*/
|
|
847
|
-
readonly sku?: Sku;
|
|
848
|
-
/**
|
|
849
|
-
* Gets the Kind. Possible values include: 'Storage', 'StorageV2', 'BlobStorage', 'FileStorage',
|
|
850
|
-
* 'BlockBlobStorage'
|
|
851
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
852
|
-
*/
|
|
853
|
-
readonly kind?: Kind;
|
|
854
|
-
/**
|
|
855
|
-
* The identity of the resource.
|
|
856
|
-
*/
|
|
857
|
-
identity?: Identity;
|
|
858
|
-
/**
|
|
859
|
-
* Gets the status of the storage account at the time the operation was called. Possible values
|
|
860
|
-
* include: 'Creating', 'ResolvingDNS', 'Succeeded'
|
|
861
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
862
|
-
*/
|
|
863
|
-
readonly provisioningState?: ProvisioningState;
|
|
864
|
-
/**
|
|
865
|
-
* Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object.
|
|
866
|
-
* Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.
|
|
867
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
868
|
-
*/
|
|
869
|
-
readonly primaryEndpoints?: Endpoints;
|
|
870
|
-
/**
|
|
871
|
-
* Gets the location of the primary data center for the storage account.
|
|
872
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
873
|
-
*/
|
|
874
|
-
readonly primaryLocation?: string;
|
|
875
|
-
/**
|
|
876
|
-
* Gets the status indicating whether the primary location of the storage account is available or
|
|
877
|
-
* unavailable. Possible values include: 'available', 'unavailable'
|
|
878
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
879
|
-
*/
|
|
880
|
-
readonly statusOfPrimary?: AccountStatus;
|
|
881
|
-
/**
|
|
882
|
-
* Gets the timestamp of the most recent instance of a failover to the secondary location. Only
|
|
883
|
-
* the most recent timestamp is retained. This element is not returned if there has never been a
|
|
884
|
-
* failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS.
|
|
885
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
886
|
-
*/
|
|
887
|
-
readonly lastGeoFailoverTime?: Date;
|
|
888
|
-
/**
|
|
889
|
-
* Gets the location of the geo-replicated secondary for the storage account. Only available if
|
|
890
|
-
* the accountType is Standard_GRS or Standard_RAGRS.
|
|
891
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
892
|
-
*/
|
|
893
|
-
readonly secondaryLocation?: string;
|
|
894
|
-
/**
|
|
895
|
-
* Gets the status indicating whether the secondary location of the storage account is available
|
|
896
|
-
* or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS. Possible
|
|
897
|
-
* values include: 'available', 'unavailable'
|
|
898
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
899
|
-
*/
|
|
900
|
-
readonly statusOfSecondary?: AccountStatus;
|
|
901
|
-
/**
|
|
902
|
-
* Gets the creation date and time of the storage account in UTC.
|
|
903
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
904
|
-
*/
|
|
905
|
-
readonly creationTime?: Date;
|
|
906
|
-
/**
|
|
907
|
-
* Gets the custom domain the user assigned to this storage account.
|
|
908
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
909
|
-
*/
|
|
910
|
-
readonly customDomain?: CustomDomain;
|
|
911
|
-
/**
|
|
912
|
-
* Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object
|
|
913
|
-
* from the secondary location of the storage account. Only available if the SKU name is
|
|
914
|
-
* Standard_RAGRS.
|
|
915
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
916
|
-
*/
|
|
917
|
-
readonly secondaryEndpoints?: Endpoints;
|
|
918
|
-
/**
|
|
919
|
-
* Gets the encryption settings on the account. If unspecified, the account is unencrypted.
|
|
920
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
921
|
-
*/
|
|
922
|
-
readonly encryption?: Encryption;
|
|
923
|
-
/**
|
|
924
|
-
* Required for storage accounts where kind = BlobStorage. The access tier used for billing.
|
|
925
|
-
* Possible values include: 'Hot', 'Cool'
|
|
926
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
927
|
-
*/
|
|
928
|
-
readonly accessTier?: AccessTier;
|
|
929
|
-
/**
|
|
930
|
-
* Provides the identity based authentication settings for Azure Files.
|
|
931
|
-
*/
|
|
932
|
-
azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
|
|
933
|
-
/**
|
|
934
|
-
* Allows https traffic only to storage service if sets to true.
|
|
935
|
-
*/
|
|
936
|
-
enableHttpsTrafficOnly?: boolean;
|
|
937
|
-
/**
|
|
938
|
-
* Network rule set
|
|
939
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
940
|
-
*/
|
|
941
|
-
readonly networkRuleSet?: NetworkRuleSet;
|
|
942
|
-
/**
|
|
943
|
-
* Account HierarchicalNamespace enabled if sets to true.
|
|
944
|
-
*/
|
|
945
|
-
isHnsEnabled?: boolean;
|
|
946
|
-
/**
|
|
947
|
-
* Geo Replication Stats
|
|
948
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
949
|
-
*/
|
|
950
|
-
readonly geoReplicationStats?: GeoReplicationStats;
|
|
951
|
-
/**
|
|
952
|
-
* If the failover is in progress, the value will be true, otherwise, it will be null.
|
|
953
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
954
|
-
*/
|
|
955
|
-
readonly failoverInProgress?: boolean;
|
|
956
|
-
/**
|
|
957
|
-
* Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. Possible
|
|
958
|
-
* values include: 'Disabled', 'Enabled'
|
|
959
|
-
*/
|
|
960
|
-
largeFileSharesState?: LargeFileSharesState;
|
|
961
|
-
/**
|
|
962
|
-
* List of private endpoint connection associated with the specified storage account
|
|
963
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
964
|
-
*/
|
|
965
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
966
|
-
/**
|
|
967
|
-
* Maintains information about the network routing choice opted by the user for data transfer
|
|
968
|
-
*/
|
|
969
|
-
routingPreference?: RoutingPreference;
|
|
970
|
-
/**
|
|
971
|
-
* Blob restore status
|
|
972
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
973
|
-
*/
|
|
974
|
-
readonly blobRestoreStatus?: BlobRestoreStatus;
|
|
975
|
-
/**
|
|
976
|
-
* Allow or disallow public access to all blobs or containers in the storage account. The default
|
|
977
|
-
* interpretation is true for this property.
|
|
978
|
-
*/
|
|
979
|
-
allowBlobPublicAccess?: boolean;
|
|
980
|
-
/**
|
|
981
|
-
* Set the minimum TLS version to be permitted on requests to storage. The default interpretation
|
|
982
|
-
* is TLS 1.0 for this property. Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2'
|
|
983
|
-
*/
|
|
984
|
-
minimumTlsVersion?: MinimumTlsVersion;
|
|
985
|
-
}
|
|
986
|
-
/**
|
|
987
|
-
* An access key for the storage account.
|
|
988
|
-
*/
|
|
989
|
-
export interface StorageAccountKey {
|
|
990
|
-
/**
|
|
991
|
-
* Name of the key.
|
|
992
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
993
|
-
*/
|
|
994
|
-
readonly keyName?: string;
|
|
995
|
-
/**
|
|
996
|
-
* Base 64-encoded value of the key.
|
|
997
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
998
|
-
*/
|
|
999
|
-
readonly value?: string;
|
|
1000
|
-
/**
|
|
1001
|
-
* Permissions for the key -- read-only or full permissions. Possible values include: 'Read',
|
|
1002
|
-
* 'Full'
|
|
1003
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1004
|
-
*/
|
|
1005
|
-
readonly permissions?: KeyPermission;
|
|
1006
|
-
}
|
|
1007
|
-
/**
|
|
1008
|
-
* The response from the ListKeys operation.
|
|
1009
|
-
*/
|
|
1010
|
-
export interface StorageAccountListKeysResult {
|
|
1011
|
-
/**
|
|
1012
|
-
* Gets the list of storage account keys and their properties for the specified storage account.
|
|
1013
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1014
|
-
*/
|
|
1015
|
-
readonly keys?: StorageAccountKey[];
|
|
1016
|
-
}
|
|
1017
|
-
/**
|
|
1018
|
-
* The parameters used to regenerate the storage account key.
|
|
1019
|
-
*/
|
|
1020
|
-
export interface StorageAccountRegenerateKeyParameters {
|
|
1021
|
-
/**
|
|
1022
|
-
* The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1,
|
|
1023
|
-
* kerb2.
|
|
1024
|
-
*/
|
|
1025
|
-
keyName: string;
|
|
1026
|
-
}
|
|
1027
|
-
/**
|
|
1028
|
-
* The parameters that can be provided when updating the storage account properties.
|
|
1029
|
-
*/
|
|
1030
|
-
export interface StorageAccountUpdateParameters {
|
|
1031
|
-
/**
|
|
1032
|
-
* Gets or sets the SKU name. Note that the SKU name cannot be updated to Standard_ZRS,
|
|
1033
|
-
* Premium_LRS or Premium_ZRS, nor can accounts of those SKU names be updated to any other value.
|
|
1034
|
-
*/
|
|
1035
|
-
sku?: Sku;
|
|
1036
|
-
/**
|
|
1037
|
-
* Gets or sets a list of key value pairs that describe the resource. These tags can be used in
|
|
1038
|
-
* viewing and grouping this resource (across resource groups). A maximum of 15 tags can be
|
|
1039
|
-
* provided for a resource. Each tag must have a key no greater in length than 128 characters and
|
|
1040
|
-
* a value no greater in length than 256 characters.
|
|
1041
|
-
*/
|
|
1042
|
-
tags?: {
|
|
1043
|
-
[propertyName: string]: string;
|
|
1044
|
-
};
|
|
1045
|
-
/**
|
|
1046
|
-
* The identity of the resource.
|
|
1047
|
-
*/
|
|
1048
|
-
identity?: Identity;
|
|
1049
|
-
/**
|
|
1050
|
-
* Custom domain assigned to the storage account by the user. Name is the CNAME source. Only one
|
|
1051
|
-
* custom domain is supported per storage account at this time. To clear the existing custom
|
|
1052
|
-
* domain, use an empty string for the custom domain name property.
|
|
1053
|
-
*/
|
|
1054
|
-
customDomain?: CustomDomain;
|
|
1055
|
-
/**
|
|
1056
|
-
* Provides the encryption settings on the account. The default setting is unencrypted.
|
|
1057
|
-
*/
|
|
1058
|
-
encryption?: Encryption;
|
|
1059
|
-
/**
|
|
1060
|
-
* Required for storage accounts where kind = BlobStorage. The access tier used for billing.
|
|
1061
|
-
* Possible values include: 'Hot', 'Cool'
|
|
1062
|
-
*/
|
|
1063
|
-
accessTier?: AccessTier;
|
|
1064
|
-
/**
|
|
1065
|
-
* Provides the identity based authentication settings for Azure Files.
|
|
1066
|
-
*/
|
|
1067
|
-
azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
|
|
1068
|
-
/**
|
|
1069
|
-
* Allows https traffic only to storage service if sets to true.
|
|
1070
|
-
*/
|
|
1071
|
-
enableHttpsTrafficOnly?: boolean;
|
|
1072
|
-
/**
|
|
1073
|
-
* Network rule set
|
|
1074
|
-
*/
|
|
1075
|
-
networkRuleSet?: NetworkRuleSet;
|
|
1076
|
-
/**
|
|
1077
|
-
* Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. Possible
|
|
1078
|
-
* values include: 'Disabled', 'Enabled'
|
|
1079
|
-
*/
|
|
1080
|
-
largeFileSharesState?: LargeFileSharesState;
|
|
1081
|
-
/**
|
|
1082
|
-
* Maintains information about the network routing choice opted by the user for data transfer
|
|
1083
|
-
*/
|
|
1084
|
-
routingPreference?: RoutingPreference;
|
|
1085
|
-
/**
|
|
1086
|
-
* Allow or disallow public access to all blobs or containers in the storage account. The default
|
|
1087
|
-
* interpretation is true for this property.
|
|
1088
|
-
*/
|
|
1089
|
-
allowBlobPublicAccess?: boolean;
|
|
1090
|
-
/**
|
|
1091
|
-
* Set the minimum TLS version to be permitted on requests to storage. The default interpretation
|
|
1092
|
-
* is TLS 1.0 for this property. Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2'
|
|
1093
|
-
*/
|
|
1094
|
-
minimumTlsVersion?: MinimumTlsVersion;
|
|
1095
|
-
/**
|
|
1096
|
-
* Optional. Indicates the type of storage account. Currently only StorageV2 value supported by
|
|
1097
|
-
* server. Possible values include: 'Storage', 'StorageV2', 'BlobStorage', 'FileStorage',
|
|
1098
|
-
* 'BlockBlobStorage'
|
|
1099
|
-
*/
|
|
1100
|
-
kind?: Kind;
|
|
1101
|
-
}
|
|
1102
|
-
/**
|
|
1103
|
-
* The usage names that can be used; currently limited to StorageAccount.
|
|
1104
|
-
*/
|
|
1105
|
-
export interface UsageName {
|
|
1106
|
-
/**
|
|
1107
|
-
* Gets a string describing the resource name.
|
|
1108
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1109
|
-
*/
|
|
1110
|
-
readonly value?: string;
|
|
1111
|
-
/**
|
|
1112
|
-
* Gets a localized string describing the resource name.
|
|
1113
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1114
|
-
*/
|
|
1115
|
-
readonly localizedValue?: string;
|
|
1116
|
-
}
|
|
1117
|
-
/**
|
|
1118
|
-
* Describes Storage Resource Usage.
|
|
1119
|
-
*/
|
|
1120
|
-
export interface Usage {
|
|
1121
|
-
/**
|
|
1122
|
-
* Gets the unit of measurement. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent',
|
|
1123
|
-
* 'CountsPerSecond', 'BytesPerSecond'
|
|
1124
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1125
|
-
*/
|
|
1126
|
-
readonly unit?: UsageUnit;
|
|
1127
|
-
/**
|
|
1128
|
-
* Gets the current count of the allocated resources in the subscription.
|
|
1129
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1130
|
-
*/
|
|
1131
|
-
readonly currentValue?: number;
|
|
1132
|
-
/**
|
|
1133
|
-
* Gets the maximum count of the resources that can be allocated in the subscription.
|
|
1134
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1135
|
-
*/
|
|
1136
|
-
readonly limit?: number;
|
|
1137
|
-
/**
|
|
1138
|
-
* Gets the name of the type of usage.
|
|
1139
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1140
|
-
*/
|
|
1141
|
-
readonly name?: UsageName;
|
|
1142
|
-
}
|
|
1143
|
-
/**
|
|
1144
|
-
* The parameters to list SAS credentials of a storage account.
|
|
1145
|
-
*/
|
|
1146
|
-
export interface AccountSasParameters {
|
|
1147
|
-
/**
|
|
1148
|
-
* The signed services accessible with the account SAS. Possible values include: Blob (b), Queue
|
|
1149
|
-
* (q), Table (t), File (f). Possible values include: 'b', 'q', 't', 'f'
|
|
1150
|
-
*/
|
|
1151
|
-
services: Services;
|
|
1152
|
-
/**
|
|
1153
|
-
* The signed resource types that are accessible with the account SAS. Service (s): Access to
|
|
1154
|
-
* service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to
|
|
1155
|
-
* object-level APIs for blobs, queue messages, table entities, and files. Possible values
|
|
1156
|
-
* include: 's', 'c', 'o'
|
|
1157
|
-
*/
|
|
1158
|
-
resourceTypes: SignedResourceTypes;
|
|
1159
|
-
/**
|
|
1160
|
-
* The signed permissions for the account SAS. Possible values include: Read (r), Write (w),
|
|
1161
|
-
* Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). Possible values
|
|
1162
|
-
* include: 'r', 'd', 'w', 'l', 'a', 'c', 'u', 'p'
|
|
1163
|
-
*/
|
|
1164
|
-
permissions: Permissions;
|
|
1165
|
-
/**
|
|
1166
|
-
* An IP address or a range of IP addresses from which to accept requests.
|
|
1167
|
-
*/
|
|
1168
|
-
iPAddressOrRange?: string;
|
|
1169
|
-
/**
|
|
1170
|
-
* The protocol permitted for a request made with the account SAS. Possible values include:
|
|
1171
|
-
* 'https,http', 'https'
|
|
1172
|
-
*/
|
|
1173
|
-
protocols?: HttpProtocol;
|
|
1174
|
-
/**
|
|
1175
|
-
* The time at which the SAS becomes valid.
|
|
1176
|
-
*/
|
|
1177
|
-
sharedAccessStartTime?: Date;
|
|
1178
|
-
/**
|
|
1179
|
-
* The time at which the shared access signature becomes invalid.
|
|
1180
|
-
*/
|
|
1181
|
-
sharedAccessExpiryTime: Date;
|
|
1182
|
-
/**
|
|
1183
|
-
* The key to sign the account SAS token with.
|
|
1184
|
-
*/
|
|
1185
|
-
keyToSign?: string;
|
|
1186
|
-
}
|
|
1187
|
-
/**
|
|
1188
|
-
* The List SAS credentials operation response.
|
|
1189
|
-
*/
|
|
1190
|
-
export interface ListAccountSasResponse {
|
|
1191
|
-
/**
|
|
1192
|
-
* List SAS credentials of storage account.
|
|
1193
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1194
|
-
*/
|
|
1195
|
-
readonly accountSasToken?: string;
|
|
1196
|
-
}
|
|
1197
|
-
/**
|
|
1198
|
-
* The parameters to list service SAS credentials of a specific resource.
|
|
1199
|
-
*/
|
|
1200
|
-
export interface ServiceSasParameters {
|
|
1201
|
-
/**
|
|
1202
|
-
* The canonical path to the signed resource.
|
|
1203
|
-
*/
|
|
1204
|
-
canonicalizedResource: string;
|
|
1205
|
-
/**
|
|
1206
|
-
* The signed services accessible with the service SAS. Possible values include: Blob (b),
|
|
1207
|
-
* Container (c), File (f), Share (s). Possible values include: 'b', 'c', 'f', 's'
|
|
1208
|
-
*/
|
|
1209
|
-
resource?: SignedResource;
|
|
1210
|
-
/**
|
|
1211
|
-
* The signed permissions for the service SAS. Possible values include: Read (r), Write (w),
|
|
1212
|
-
* Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). Possible values
|
|
1213
|
-
* include: 'r', 'd', 'w', 'l', 'a', 'c', 'u', 'p'
|
|
1214
|
-
*/
|
|
1215
|
-
permissions?: Permissions;
|
|
1216
|
-
/**
|
|
1217
|
-
* An IP address or a range of IP addresses from which to accept requests.
|
|
1218
|
-
*/
|
|
1219
|
-
iPAddressOrRange?: string;
|
|
1220
|
-
/**
|
|
1221
|
-
* The protocol permitted for a request made with the account SAS. Possible values include:
|
|
1222
|
-
* 'https,http', 'https'
|
|
1223
|
-
*/
|
|
1224
|
-
protocols?: HttpProtocol;
|
|
1225
|
-
/**
|
|
1226
|
-
* The time at which the SAS becomes valid.
|
|
1227
|
-
*/
|
|
1228
|
-
sharedAccessStartTime?: Date;
|
|
1229
|
-
/**
|
|
1230
|
-
* The time at which the shared access signature becomes invalid.
|
|
1231
|
-
*/
|
|
1232
|
-
sharedAccessExpiryTime?: Date;
|
|
1233
|
-
/**
|
|
1234
|
-
* A unique value up to 64 characters in length that correlates to an access policy specified for
|
|
1235
|
-
* the container, queue, or table.
|
|
1236
|
-
*/
|
|
1237
|
-
identifier?: string;
|
|
1238
|
-
/**
|
|
1239
|
-
* The start of partition key.
|
|
1240
|
-
*/
|
|
1241
|
-
partitionKeyStart?: string;
|
|
1242
|
-
/**
|
|
1243
|
-
* The end of partition key.
|
|
1244
|
-
*/
|
|
1245
|
-
partitionKeyEnd?: string;
|
|
1246
|
-
/**
|
|
1247
|
-
* The start of row key.
|
|
1248
|
-
*/
|
|
1249
|
-
rowKeyStart?: string;
|
|
1250
|
-
/**
|
|
1251
|
-
* The end of row key.
|
|
1252
|
-
*/
|
|
1253
|
-
rowKeyEnd?: string;
|
|
1254
|
-
/**
|
|
1255
|
-
* The key to sign the account SAS token with.
|
|
1256
|
-
*/
|
|
1257
|
-
keyToSign?: string;
|
|
1258
|
-
/**
|
|
1259
|
-
* The response header override for cache control.
|
|
1260
|
-
*/
|
|
1261
|
-
cacheControl?: string;
|
|
1262
|
-
/**
|
|
1263
|
-
* The response header override for content disposition.
|
|
1264
|
-
*/
|
|
1265
|
-
contentDisposition?: string;
|
|
1266
|
-
/**
|
|
1267
|
-
* The response header override for content encoding.
|
|
1268
|
-
*/
|
|
1269
|
-
contentEncoding?: string;
|
|
1270
|
-
/**
|
|
1271
|
-
* The response header override for content language.
|
|
1272
|
-
*/
|
|
1273
|
-
contentLanguage?: string;
|
|
1274
|
-
/**
|
|
1275
|
-
* The response header override for content type.
|
|
1276
|
-
*/
|
|
1277
|
-
contentType?: string;
|
|
1278
|
-
}
|
|
1279
|
-
/**
|
|
1280
|
-
* The List service SAS credentials operation response.
|
|
1281
|
-
*/
|
|
1282
|
-
export interface ListServiceSasResponse {
|
|
1283
|
-
/**
|
|
1284
|
-
* List service SAS credentials of specific resource.
|
|
1285
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1286
|
-
*/
|
|
1287
|
-
readonly serviceSasToken?: string;
|
|
1288
|
-
}
|
|
1289
|
-
/**
|
|
1290
|
-
* Object to define the number of days after last modification.
|
|
1291
|
-
*/
|
|
1292
|
-
export interface DateAfterModification {
|
|
1293
|
-
/**
|
|
1294
|
-
* Value indicating the age in days after last modification
|
|
1295
|
-
*/
|
|
1296
|
-
daysAfterModificationGreaterThan: number;
|
|
1297
|
-
}
|
|
1298
|
-
/**
|
|
1299
|
-
* Management policy action for base blob.
|
|
1300
|
-
*/
|
|
1301
|
-
export interface ManagementPolicyBaseBlob {
|
|
1302
|
-
/**
|
|
1303
|
-
* The function to tier blobs to cool storage. Support blobs currently at Hot tier
|
|
1304
|
-
*/
|
|
1305
|
-
tierToCool?: DateAfterModification;
|
|
1306
|
-
/**
|
|
1307
|
-
* The function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier
|
|
1308
|
-
*/
|
|
1309
|
-
tierToArchive?: DateAfterModification;
|
|
1310
|
-
/**
|
|
1311
|
-
* The function to delete the blob
|
|
1312
|
-
*/
|
|
1313
|
-
deleteProperty?: DateAfterModification;
|
|
1314
|
-
}
|
|
1315
|
-
/**
|
|
1316
|
-
* Object to define the number of days after creation.
|
|
1317
|
-
*/
|
|
1318
|
-
export interface DateAfterCreation {
|
|
1319
|
-
/**
|
|
1320
|
-
* Value indicating the age in days after creation
|
|
1321
|
-
*/
|
|
1322
|
-
daysAfterCreationGreaterThan: number;
|
|
1323
|
-
}
|
|
1324
|
-
/**
|
|
1325
|
-
* Management policy action for snapshot.
|
|
1326
|
-
*/
|
|
1327
|
-
export interface ManagementPolicySnapShot {
|
|
1328
|
-
/**
|
|
1329
|
-
* The function to delete the blob snapshot
|
|
1330
|
-
*/
|
|
1331
|
-
deleteProperty?: DateAfterCreation;
|
|
1332
|
-
}
|
|
1333
|
-
/**
|
|
1334
|
-
* Actions are applied to the filtered blobs when the execution condition is met.
|
|
1335
|
-
*/
|
|
1336
|
-
export interface ManagementPolicyAction {
|
|
1337
|
-
/**
|
|
1338
|
-
* The management policy action for base blob
|
|
1339
|
-
*/
|
|
1340
|
-
baseBlob?: ManagementPolicyBaseBlob;
|
|
1341
|
-
/**
|
|
1342
|
-
* The management policy action for snapshot
|
|
1343
|
-
*/
|
|
1344
|
-
snapshot?: ManagementPolicySnapShot;
|
|
1345
|
-
}
|
|
1346
|
-
/**
|
|
1347
|
-
* Blob index tag based filtering for blob objects
|
|
1348
|
-
*/
|
|
1349
|
-
export interface TagFilter {
|
|
1350
|
-
/**
|
|
1351
|
-
* This is the filter tag name, it can have 1 - 128 characters
|
|
1352
|
-
*/
|
|
1353
|
-
name: string;
|
|
1354
|
-
/**
|
|
1355
|
-
* This is the comparison operator which is used for object comparison and filtering. Only ==
|
|
1356
|
-
* (equality operator) is currently supported
|
|
1357
|
-
*/
|
|
1358
|
-
op: string;
|
|
1359
|
-
/**
|
|
1360
|
-
* This is the filter tag value field used for tag based filtering, it can have 0 - 256
|
|
1361
|
-
* characters
|
|
1362
|
-
*/
|
|
1363
|
-
value: string;
|
|
1364
|
-
}
|
|
1365
|
-
/**
|
|
1366
|
-
* Filters limit rule actions to a subset of blobs within the storage account. If multiple filters
|
|
1367
|
-
* are defined, a logical AND is performed on all filters.
|
|
1368
|
-
*/
|
|
1369
|
-
export interface ManagementPolicyFilter {
|
|
1370
|
-
/**
|
|
1371
|
-
* An array of strings for prefixes to be match.
|
|
1372
|
-
*/
|
|
1373
|
-
prefixMatch?: string[];
|
|
1374
|
-
/**
|
|
1375
|
-
* An array of predefined enum values. Only blockBlob is supported.
|
|
1376
|
-
*/
|
|
1377
|
-
blobTypes: string[];
|
|
1378
|
-
/**
|
|
1379
|
-
* An array of blob index tag based filters, there can be at most 10 tag filters
|
|
1380
|
-
*/
|
|
1381
|
-
blobIndexMatch?: TagFilter[];
|
|
1382
|
-
}
|
|
1383
|
-
/**
|
|
1384
|
-
* An object that defines the Lifecycle rule. Each definition is made up with a filters set and an
|
|
1385
|
-
* actions set.
|
|
1386
|
-
*/
|
|
1387
|
-
export interface ManagementPolicyDefinition {
|
|
1388
|
-
/**
|
|
1389
|
-
* An object that defines the action set.
|
|
1390
|
-
*/
|
|
1391
|
-
actions: ManagementPolicyAction;
|
|
1392
|
-
/**
|
|
1393
|
-
* An object that defines the filter set.
|
|
1394
|
-
*/
|
|
1395
|
-
filters?: ManagementPolicyFilter;
|
|
1396
|
-
}
|
|
1397
|
-
/**
|
|
1398
|
-
* An object that wraps the Lifecycle rule. Each rule is uniquely defined by name.
|
|
1399
|
-
*/
|
|
1400
|
-
export interface ManagementPolicyRule {
|
|
1401
|
-
/**
|
|
1402
|
-
* Rule is enabled if set to true.
|
|
1403
|
-
*/
|
|
1404
|
-
enabled?: boolean;
|
|
1405
|
-
/**
|
|
1406
|
-
* A rule name can contain any combination of alpha numeric characters. Rule name is
|
|
1407
|
-
* case-sensitive. It must be unique within a policy.
|
|
1408
|
-
*/
|
|
1409
|
-
name: string;
|
|
1410
|
-
/**
|
|
1411
|
-
* An object that defines the Lifecycle rule.
|
|
1412
|
-
*/
|
|
1413
|
-
definition: ManagementPolicyDefinition;
|
|
1414
|
-
}
|
|
1415
|
-
/**
|
|
1416
|
-
* The Storage Account ManagementPolicies Rules. See more details in:
|
|
1417
|
-
* https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
|
1418
|
-
*/
|
|
1419
|
-
export interface ManagementPolicySchema {
|
|
1420
|
-
/**
|
|
1421
|
-
* The Storage Account ManagementPolicies Rules. See more details in:
|
|
1422
|
-
* https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
|
1423
|
-
*/
|
|
1424
|
-
rules: ManagementPolicyRule[];
|
|
1425
|
-
}
|
|
1426
|
-
/**
|
|
1427
|
-
* The Get Storage Account ManagementPolicies operation response.
|
|
1428
|
-
*/
|
|
1429
|
-
export interface ManagementPolicy extends Resource {
|
|
1430
|
-
/**
|
|
1431
|
-
* Returns the date and time the ManagementPolicies was last modified.
|
|
1432
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1433
|
-
*/
|
|
1434
|
-
readonly lastModifiedTime?: Date;
|
|
1435
|
-
/**
|
|
1436
|
-
* The Storage Account ManagementPolicy, in JSON format. See more details in:
|
|
1437
|
-
* https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
|
|
1438
|
-
*/
|
|
1439
|
-
policy: ManagementPolicySchema;
|
|
1440
|
-
}
|
|
1441
|
-
/**
|
|
1442
|
-
* The key vault properties for the encryption scope. This is a required field if encryption scope
|
|
1443
|
-
* 'source' attribute is set to 'Microsoft.KeyVault'.
|
|
1444
|
-
*/
|
|
1445
|
-
export interface EncryptionScopeKeyVaultProperties {
|
|
1446
|
-
/**
|
|
1447
|
-
* The object identifier for a key vault key object. When applied, the encryption scope will use
|
|
1448
|
-
* the key referenced by the identifier to enable customer-managed key support on this encryption
|
|
1449
|
-
* scope.
|
|
1450
|
-
*/
|
|
1451
|
-
keyUri?: string;
|
|
1452
|
-
}
|
|
1453
|
-
/**
|
|
1454
|
-
* The Encryption Scope resource.
|
|
1455
|
-
*/
|
|
1456
|
-
export interface EncryptionScope extends Resource {
|
|
1457
|
-
/**
|
|
1458
|
-
* The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage,
|
|
1459
|
-
* Microsoft.KeyVault. Possible values include: 'Microsoft.Storage', 'Microsoft.KeyVault'
|
|
1460
|
-
*/
|
|
1461
|
-
source?: EncryptionScopeSource;
|
|
1462
|
-
/**
|
|
1463
|
-
* The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled.
|
|
1464
|
-
* Possible values include: 'Enabled', 'Disabled'
|
|
1465
|
-
*/
|
|
1466
|
-
state?: EncryptionScopeState;
|
|
1467
|
-
/**
|
|
1468
|
-
* Gets the creation date and time of the encryption scope in UTC.
|
|
1469
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1470
|
-
*/
|
|
1471
|
-
readonly creationTime?: Date;
|
|
1472
|
-
/**
|
|
1473
|
-
* Gets the last modification date and time of the encryption scope in UTC.
|
|
1474
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1475
|
-
*/
|
|
1476
|
-
readonly lastModifiedTime?: Date;
|
|
1477
|
-
/**
|
|
1478
|
-
* The key vault properties for the encryption scope. This is a required field if encryption
|
|
1479
|
-
* scope 'source' attribute is set to 'Microsoft.KeyVault'.
|
|
1480
|
-
*/
|
|
1481
|
-
keyVaultProperties?: EncryptionScopeKeyVaultProperties;
|
|
1482
|
-
}
|
|
1483
|
-
/**
|
|
1484
|
-
* Filters limit replication to a subset of blobs within the storage account. A logical OR is
|
|
1485
|
-
* performed on values in the filter. If multiple filters are defined, a logical AND is performed
|
|
1486
|
-
* on all filters.
|
|
1487
|
-
*/
|
|
1488
|
-
export interface ObjectReplicationPolicyFilter {
|
|
1489
|
-
/**
|
|
1490
|
-
* Optional. Filters the results to replicate only blobs whose names begin with the specified
|
|
1491
|
-
* prefix.
|
|
1492
|
-
*/
|
|
1493
|
-
prefixMatch?: string[];
|
|
1494
|
-
/**
|
|
1495
|
-
* Blobs created after the time will be replicated to the destination. It must be in datetime
|
|
1496
|
-
* format 'yyyy-MM-ddTHH:mm:ssZ'. Example: 2020-02-19T16:05:00Z
|
|
1497
|
-
*/
|
|
1498
|
-
minCreationTime?: string;
|
|
1499
|
-
}
|
|
1500
|
-
/**
|
|
1501
|
-
* The replication policy rule between two containers.
|
|
1502
|
-
*/
|
|
1503
|
-
export interface ObjectReplicationPolicyRule {
|
|
1504
|
-
/**
|
|
1505
|
-
* Rule Id is auto-generated for each new rule on destination account. It is required for put
|
|
1506
|
-
* policy on source account.
|
|
1507
|
-
*/
|
|
1508
|
-
ruleId?: string;
|
|
1509
|
-
/**
|
|
1510
|
-
* Required. Source container name.
|
|
1511
|
-
*/
|
|
1512
|
-
sourceContainer: string;
|
|
1513
|
-
/**
|
|
1514
|
-
* Required. Destination container name.
|
|
1515
|
-
*/
|
|
1516
|
-
destinationContainer: string;
|
|
1517
|
-
/**
|
|
1518
|
-
* Optional. An object that defines the filter set.
|
|
1519
|
-
*/
|
|
1520
|
-
filters?: ObjectReplicationPolicyFilter;
|
|
1521
|
-
}
|
|
1522
|
-
/**
|
|
1523
|
-
* The replication policy between two storage accounts. Multiple rules can be defined in one
|
|
1524
|
-
* policy.
|
|
1525
|
-
*/
|
|
1526
|
-
export interface ObjectReplicationPolicy extends Resource {
|
|
1527
|
-
/**
|
|
1528
|
-
* A unique id for object replication policy.
|
|
1529
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1530
|
-
*/
|
|
1531
|
-
readonly policyId?: string;
|
|
1532
|
-
/**
|
|
1533
|
-
* Indicates when the policy is enabled on the source account.
|
|
1534
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1535
|
-
*/
|
|
1536
|
-
readonly enabledTime?: Date;
|
|
1537
|
-
/**
|
|
1538
|
-
* Required. Source account name.
|
|
1539
|
-
*/
|
|
1540
|
-
sourceAccount: string;
|
|
1541
|
-
/**
|
|
1542
|
-
* Required. Destination account name.
|
|
1543
|
-
*/
|
|
1544
|
-
destinationAccount: string;
|
|
1545
|
-
/**
|
|
1546
|
-
* The storage account object replication rules.
|
|
1547
|
-
*/
|
|
1548
|
-
rules?: ObjectReplicationPolicyRule[];
|
|
1549
|
-
}
|
|
1550
|
-
/**
|
|
1551
|
-
* An error response from the storage resource provider.
|
|
1552
|
-
*/
|
|
1553
|
-
export interface ErrorResponse {
|
|
1554
|
-
/**
|
|
1555
|
-
* An identifier for the error. Codes are invariant and are intended to be consumed
|
|
1556
|
-
* programmatically.
|
|
1557
|
-
*/
|
|
1558
|
-
code?: string;
|
|
1559
|
-
/**
|
|
1560
|
-
* A message describing the error, intended to be suitable for display in a user interface.
|
|
1561
|
-
*/
|
|
1562
|
-
message?: string;
|
|
1563
|
-
}
|
|
1564
|
-
/**
|
|
1565
|
-
* The resource model definition for a Azure Resource Manager proxy resource. It will not have tags
|
|
1566
|
-
* and a location
|
|
1567
|
-
* @summary Proxy Resource
|
|
1568
|
-
*/
|
|
1569
|
-
export interface ProxyResource extends Resource {
|
|
1570
|
-
}
|
|
1571
|
-
/**
|
|
1572
|
-
* The resource model definition for an Azure Resource Manager resource with an etag.
|
|
1573
|
-
* @summary Entity Resource
|
|
1574
|
-
*/
|
|
1575
|
-
export interface AzureEntityResource extends Resource {
|
|
1576
|
-
/**
|
|
1577
|
-
* Resource Etag.
|
|
1578
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1579
|
-
*/
|
|
1580
|
-
readonly etag?: string;
|
|
1581
|
-
}
|
|
1582
|
-
/**
|
|
1583
|
-
* A private link resource
|
|
1584
|
-
*/
|
|
1585
|
-
export interface PrivateLinkResource extends Resource {
|
|
1586
|
-
/**
|
|
1587
|
-
* The private link resource group id.
|
|
1588
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1589
|
-
*/
|
|
1590
|
-
readonly groupId?: string;
|
|
1591
|
-
/**
|
|
1592
|
-
* The private link resource required member names.
|
|
1593
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1594
|
-
*/
|
|
1595
|
-
readonly requiredMembers?: string[];
|
|
1596
|
-
/**
|
|
1597
|
-
* The private link resource Private link DNS zone name.
|
|
1598
|
-
*/
|
|
1599
|
-
requiredZoneNames?: string[];
|
|
1600
|
-
}
|
|
1601
|
-
/**
|
|
1602
|
-
* A list of private link resources
|
|
1603
|
-
*/
|
|
1604
|
-
export interface PrivateLinkResourceListResult {
|
|
1605
|
-
/**
|
|
1606
|
-
* Array of private link resources
|
|
1607
|
-
*/
|
|
1608
|
-
value?: PrivateLinkResource[];
|
|
1609
|
-
}
|
|
1610
|
-
/**
|
|
1611
|
-
* Optional Parameters.
|
|
1612
|
-
*/
|
|
1613
|
-
export interface StorageAccountsGetPropertiesOptionalParams extends msRest.RequestOptionsBase {
|
|
1614
|
-
/**
|
|
1615
|
-
* May be used to expand the properties within account's properties. By default, data is not
|
|
1616
|
-
* included when fetching properties. Currently we only support geoReplicationStats and
|
|
1617
|
-
* blobRestoreStatus. Possible values include: 'geoReplicationStats', 'blobRestoreStatus'
|
|
1618
|
-
*/
|
|
1619
|
-
expand?: StorageAccountExpand;
|
|
1620
|
-
}
|
|
1621
|
-
/**
|
|
1622
|
-
* Optional Parameters.
|
|
1623
|
-
*/
|
|
1624
|
-
export interface StorageAccountsListKeysOptionalParams extends msRest.RequestOptionsBase {
|
|
1625
|
-
/**
|
|
1626
|
-
* Specifies type of the key to be listed. Possible value is kerb. Possible values include:
|
|
1627
|
-
* 'kerb'
|
|
1628
|
-
*/
|
|
1629
|
-
expand?: ListKeyExpand;
|
|
1630
|
-
}
|
|
1631
|
-
/**
|
|
1632
|
-
* An interface representing StorageManagementClientOptions.
|
|
1633
|
-
*/
|
|
1634
|
-
export interface StorageManagementClientOptions extends AzureServiceClientOptions {
|
|
1635
|
-
baseUri?: string;
|
|
1636
|
-
}
|
|
1637
|
-
/**
|
|
1638
|
-
* @interface
|
|
1639
|
-
* Result of the request to list Storage operations. It contains a list of operations and a URL
|
|
1640
|
-
* link to get the next set of results.
|
|
1641
|
-
* @extends Array<Operation>
|
|
1642
|
-
*/
|
|
1643
|
-
export interface OperationListResult extends Array<Operation> {
|
|
1644
|
-
}
|
|
1645
|
-
/**
|
|
1646
|
-
* @interface
|
|
1647
|
-
* The response from the List Storage SKUs operation.
|
|
1648
|
-
* @extends Array<SkuInformation>
|
|
1649
|
-
*/
|
|
1650
|
-
export interface StorageSkuListResult extends Array<SkuInformation> {
|
|
1651
|
-
}
|
|
1652
|
-
/**
|
|
1653
|
-
* @interface
|
|
1654
|
-
* The response from the List Storage Accounts operation.
|
|
1655
|
-
* @extends Array<StorageAccount>
|
|
1656
|
-
*/
|
|
1657
|
-
export interface StorageAccountListResult extends Array<StorageAccount> {
|
|
1658
|
-
/**
|
|
1659
|
-
* Request URL that can be used to query next page of storage accounts. Returned when total
|
|
1660
|
-
* number of requested storage accounts exceed maximum page size.
|
|
1661
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1662
|
-
*/
|
|
1663
|
-
readonly nextLink?: string;
|
|
1664
|
-
}
|
|
1665
|
-
/**
|
|
1666
|
-
* @interface
|
|
1667
|
-
* The response from the List Usages operation.
|
|
1668
|
-
* @extends Array<Usage>
|
|
1669
|
-
*/
|
|
1670
|
-
export interface UsageListResult extends Array<Usage> {
|
|
1671
|
-
}
|
|
1672
|
-
/**
|
|
1673
|
-
* @interface
|
|
1674
|
-
* List of private endpoint connection associated with the specified storage account
|
|
1675
|
-
* @extends Array<PrivateEndpointConnection>
|
|
1676
|
-
*/
|
|
1677
|
-
export interface PrivateEndpointConnectionListResult extends Array<PrivateEndpointConnection> {
|
|
1678
|
-
}
|
|
1679
|
-
/**
|
|
1680
|
-
* @interface
|
|
1681
|
-
* List storage account object replication policies.
|
|
1682
|
-
* @extends Array<ObjectReplicationPolicy>
|
|
1683
|
-
*/
|
|
1684
|
-
export interface ObjectReplicationPolicies extends Array<ObjectReplicationPolicy> {
|
|
1685
|
-
}
|
|
1686
|
-
/**
|
|
1687
|
-
* @interface
|
|
1688
|
-
* List of encryption scopes requested, and if paging is required, a URL to the next page of
|
|
1689
|
-
* encryption scopes.
|
|
1690
|
-
* @extends Array<EncryptionScope>
|
|
1691
|
-
*/
|
|
1692
|
-
export interface EncryptionScopeListResult extends Array<EncryptionScope> {
|
|
1693
|
-
/**
|
|
1694
|
-
* Request URL that can be used to query next page of encryption scopes. Returned when total
|
|
1695
|
-
* number of requested encryption scopes exceeds the maximum page size.
|
|
1696
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1697
|
-
*/
|
|
1698
|
-
readonly nextLink?: string;
|
|
1699
|
-
}
|
|
1700
|
-
/**
|
|
1701
|
-
* Defines values for ReasonCode.
|
|
1702
|
-
* Possible values include: 'QuotaId', 'NotAvailableForSubscription'
|
|
1703
|
-
* @readonly
|
|
1704
|
-
* @enum {string}
|
|
1705
|
-
*/
|
|
1706
|
-
export declare type ReasonCode = 'QuotaId' | 'NotAvailableForSubscription';
|
|
1707
|
-
/**
|
|
1708
|
-
* Defines values for SkuName.
|
|
1709
|
-
* Possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS',
|
|
1710
|
-
* 'Premium_LRS', 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS'
|
|
1711
|
-
* @readonly
|
|
1712
|
-
* @enum {string}
|
|
1713
|
-
*/
|
|
1714
|
-
export declare type SkuName = 'Standard_LRS' | 'Standard_GRS' | 'Standard_RAGRS' | 'Standard_ZRS' | 'Premium_LRS' | 'Premium_ZRS' | 'Standard_GZRS' | 'Standard_RAGZRS';
|
|
1715
|
-
/**
|
|
1716
|
-
* Defines values for SkuTier.
|
|
1717
|
-
* Possible values include: 'Standard', 'Premium'
|
|
1718
|
-
* @readonly
|
|
1719
|
-
* @enum {string}
|
|
1720
|
-
*/
|
|
1721
|
-
export declare type SkuTier = 'Standard' | 'Premium';
|
|
1722
|
-
/**
|
|
1723
|
-
* Defines values for Kind.
|
|
1724
|
-
* Possible values include: 'Storage', 'StorageV2', 'BlobStorage', 'FileStorage',
|
|
1725
|
-
* 'BlockBlobStorage'
|
|
1726
|
-
* @readonly
|
|
1727
|
-
* @enum {string}
|
|
1728
|
-
*/
|
|
1729
|
-
export declare type Kind = 'Storage' | 'StorageV2' | 'BlobStorage' | 'FileStorage' | 'BlockBlobStorage';
|
|
1730
|
-
/**
|
|
1731
|
-
* Defines values for Reason.
|
|
1732
|
-
* Possible values include: 'AccountNameInvalid', 'AlreadyExists'
|
|
1733
|
-
* @readonly
|
|
1734
|
-
* @enum {string}
|
|
1735
|
-
*/
|
|
1736
|
-
export declare type Reason = 'AccountNameInvalid' | 'AlreadyExists';
|
|
1737
|
-
/**
|
|
1738
|
-
* Defines values for KeyType.
|
|
1739
|
-
* Possible values include: 'Service', 'Account'
|
|
1740
|
-
* @readonly
|
|
1741
|
-
* @enum {string}
|
|
1742
|
-
*/
|
|
1743
|
-
export declare type KeyType = 'Service' | 'Account';
|
|
1744
|
-
/**
|
|
1745
|
-
* Defines values for KeySource.
|
|
1746
|
-
* Possible values include: 'Microsoft.Storage', 'Microsoft.Keyvault'
|
|
1747
|
-
* @readonly
|
|
1748
|
-
* @enum {string}
|
|
1749
|
-
*/
|
|
1750
|
-
export declare type KeySource = 'Microsoft.Storage' | 'Microsoft.Keyvault';
|
|
1751
|
-
/**
|
|
1752
|
-
* Defines values for Action.
|
|
1753
|
-
* Possible values include: 'Allow'
|
|
1754
|
-
* @readonly
|
|
1755
|
-
* @enum {string}
|
|
1756
|
-
*/
|
|
1757
|
-
export declare type Action = 'Allow';
|
|
1758
|
-
/**
|
|
1759
|
-
* Defines values for State.
|
|
1760
|
-
* Possible values include: 'provisioning', 'deprovisioning', 'succeeded', 'failed',
|
|
1761
|
-
* 'networkSourceDeleted'
|
|
1762
|
-
* @readonly
|
|
1763
|
-
* @enum {string}
|
|
1764
|
-
*/
|
|
1765
|
-
export declare type State = 'provisioning' | 'deprovisioning' | 'succeeded' | 'failed' | 'networkSourceDeleted';
|
|
1766
|
-
/**
|
|
1767
|
-
* Defines values for Bypass.
|
|
1768
|
-
* Possible values include: 'None', 'Logging', 'Metrics', 'AzureServices'
|
|
1769
|
-
* @readonly
|
|
1770
|
-
* @enum {string}
|
|
1771
|
-
*/
|
|
1772
|
-
export declare type Bypass = 'None' | 'Logging' | 'Metrics' | 'AzureServices';
|
|
1773
|
-
/**
|
|
1774
|
-
* Defines values for DefaultAction.
|
|
1775
|
-
* Possible values include: 'Allow', 'Deny'
|
|
1776
|
-
* @readonly
|
|
1777
|
-
* @enum {string}
|
|
1778
|
-
*/
|
|
1779
|
-
export declare type DefaultAction = 'Allow' | 'Deny';
|
|
1780
|
-
/**
|
|
1781
|
-
* Defines values for DirectoryServiceOptions.
|
|
1782
|
-
* Possible values include: 'None', 'AADDS', 'AD'
|
|
1783
|
-
* @readonly
|
|
1784
|
-
* @enum {string}
|
|
1785
|
-
*/
|
|
1786
|
-
export declare type DirectoryServiceOptions = 'None' | 'AADDS' | 'AD';
|
|
1787
|
-
/**
|
|
1788
|
-
* Defines values for AccessTier.
|
|
1789
|
-
* Possible values include: 'Hot', 'Cool'
|
|
1790
|
-
* @readonly
|
|
1791
|
-
* @enum {string}
|
|
1792
|
-
*/
|
|
1793
|
-
export declare type AccessTier = 'Hot' | 'Cool';
|
|
1794
|
-
/**
|
|
1795
|
-
* Defines values for LargeFileSharesState.
|
|
1796
|
-
* Possible values include: 'Disabled', 'Enabled'
|
|
1797
|
-
* @readonly
|
|
1798
|
-
* @enum {string}
|
|
1799
|
-
*/
|
|
1800
|
-
export declare type LargeFileSharesState = 'Disabled' | 'Enabled';
|
|
1801
|
-
/**
|
|
1802
|
-
* Defines values for RoutingChoice.
|
|
1803
|
-
* Possible values include: 'MicrosoftRouting', 'InternetRouting'
|
|
1804
|
-
* @readonly
|
|
1805
|
-
* @enum {string}
|
|
1806
|
-
*/
|
|
1807
|
-
export declare type RoutingChoice = 'MicrosoftRouting' | 'InternetRouting';
|
|
1808
|
-
/**
|
|
1809
|
-
* Defines values for MinimumTlsVersion.
|
|
1810
|
-
* Possible values include: 'TLS1_0', 'TLS1_1', 'TLS1_2'
|
|
1811
|
-
* @readonly
|
|
1812
|
-
* @enum {string}
|
|
1813
|
-
*/
|
|
1814
|
-
export declare type MinimumTlsVersion = 'TLS1_0' | 'TLS1_1' | 'TLS1_2';
|
|
1815
|
-
/**
|
|
1816
|
-
* Defines values for GeoReplicationStatus.
|
|
1817
|
-
* Possible values include: 'Live', 'Bootstrap', 'Unavailable'
|
|
1818
|
-
* @readonly
|
|
1819
|
-
* @enum {string}
|
|
1820
|
-
*/
|
|
1821
|
-
export declare type GeoReplicationStatus = 'Live' | 'Bootstrap' | 'Unavailable';
|
|
1822
|
-
/**
|
|
1823
|
-
* Defines values for BlobRestoreProgressStatus.
|
|
1824
|
-
* Possible values include: 'InProgress', 'Complete', 'Failed'
|
|
1825
|
-
* @readonly
|
|
1826
|
-
* @enum {string}
|
|
1827
|
-
*/
|
|
1828
|
-
export declare type BlobRestoreProgressStatus = 'InProgress' | 'Complete' | 'Failed';
|
|
1829
|
-
/**
|
|
1830
|
-
* Defines values for ProvisioningState.
|
|
1831
|
-
* Possible values include: 'Creating', 'ResolvingDNS', 'Succeeded'
|
|
1832
|
-
* @readonly
|
|
1833
|
-
* @enum {string}
|
|
1834
|
-
*/
|
|
1835
|
-
export declare type ProvisioningState = 'Creating' | 'ResolvingDNS' | 'Succeeded';
|
|
1836
|
-
/**
|
|
1837
|
-
* Defines values for AccountStatus.
|
|
1838
|
-
* Possible values include: 'available', 'unavailable'
|
|
1839
|
-
* @readonly
|
|
1840
|
-
* @enum {string}
|
|
1841
|
-
*/
|
|
1842
|
-
export declare type AccountStatus = 'available' | 'unavailable';
|
|
1843
|
-
/**
|
|
1844
|
-
* Defines values for PrivateEndpointServiceConnectionStatus.
|
|
1845
|
-
* Possible values include: 'Pending', 'Approved', 'Rejected'
|
|
1846
|
-
* @readonly
|
|
1847
|
-
* @enum {string}
|
|
1848
|
-
*/
|
|
1849
|
-
export declare type PrivateEndpointServiceConnectionStatus = 'Pending' | 'Approved' | 'Rejected';
|
|
1850
|
-
/**
|
|
1851
|
-
* Defines values for PrivateEndpointConnectionProvisioningState.
|
|
1852
|
-
* Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed'
|
|
1853
|
-
* @readonly
|
|
1854
|
-
* @enum {string}
|
|
1855
|
-
*/
|
|
1856
|
-
export declare type PrivateEndpointConnectionProvisioningState = 'Succeeded' | 'Creating' | 'Deleting' | 'Failed';
|
|
1857
|
-
/**
|
|
1858
|
-
* Defines values for KeyPermission.
|
|
1859
|
-
* Possible values include: 'Read', 'Full'
|
|
1860
|
-
* @readonly
|
|
1861
|
-
* @enum {string}
|
|
1862
|
-
*/
|
|
1863
|
-
export declare type KeyPermission = 'Read' | 'Full';
|
|
1864
|
-
/**
|
|
1865
|
-
* Defines values for UsageUnit.
|
|
1866
|
-
* Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountsPerSecond',
|
|
1867
|
-
* 'BytesPerSecond'
|
|
1868
|
-
* @readonly
|
|
1869
|
-
* @enum {string}
|
|
1870
|
-
*/
|
|
1871
|
-
export declare type UsageUnit = 'Count' | 'Bytes' | 'Seconds' | 'Percent' | 'CountsPerSecond' | 'BytesPerSecond';
|
|
1872
|
-
/**
|
|
1873
|
-
* Defines values for Services.
|
|
1874
|
-
* Possible values include: 'b', 'q', 't', 'f'
|
|
1875
|
-
* @readonly
|
|
1876
|
-
* @enum {string}
|
|
1877
|
-
*/
|
|
1878
|
-
export declare type Services = 'b' | 'q' | 't' | 'f';
|
|
1879
|
-
/**
|
|
1880
|
-
* Defines values for SignedResourceTypes.
|
|
1881
|
-
* Possible values include: 's', 'c', 'o'
|
|
1882
|
-
* @readonly
|
|
1883
|
-
* @enum {string}
|
|
1884
|
-
*/
|
|
1885
|
-
export declare type SignedResourceTypes = 's' | 'c' | 'o';
|
|
1886
|
-
/**
|
|
1887
|
-
* Defines values for Permissions.
|
|
1888
|
-
* Possible values include: 'r', 'd', 'w', 'l', 'a', 'c', 'u', 'p'
|
|
1889
|
-
* @readonly
|
|
1890
|
-
* @enum {string}
|
|
1891
|
-
*/
|
|
1892
|
-
export declare type Permissions = 'r' | 'd' | 'w' | 'l' | 'a' | 'c' | 'u' | 'p';
|
|
1893
|
-
/**
|
|
1894
|
-
* Defines values for HttpProtocol.
|
|
1895
|
-
* Possible values include: 'https,http', 'https'
|
|
1896
|
-
* @readonly
|
|
1897
|
-
* @enum {string}
|
|
1898
|
-
*/
|
|
1899
|
-
export declare type HttpProtocol = 'https,http' | 'https';
|
|
1900
|
-
/**
|
|
1901
|
-
* Defines values for SignedResource.
|
|
1902
|
-
* Possible values include: 'b', 'c', 'f', 's'
|
|
1903
|
-
* @readonly
|
|
1904
|
-
* @enum {string}
|
|
1905
|
-
*/
|
|
1906
|
-
export declare type SignedResource = 'b' | 'c' | 'f' | 's';
|
|
1907
|
-
/**
|
|
1908
|
-
* Defines values for EncryptionScopeSource.
|
|
1909
|
-
* Possible values include: 'Microsoft.Storage', 'Microsoft.KeyVault'
|
|
1910
|
-
* @readonly
|
|
1911
|
-
* @enum {string}
|
|
1912
|
-
*/
|
|
1913
|
-
export declare type EncryptionScopeSource = 'Microsoft.Storage' | 'Microsoft.KeyVault';
|
|
1914
|
-
/**
|
|
1915
|
-
* Defines values for EncryptionScopeState.
|
|
1916
|
-
* Possible values include: 'Enabled', 'Disabled'
|
|
1917
|
-
* @readonly
|
|
1918
|
-
* @enum {string}
|
|
1919
|
-
*/
|
|
1920
|
-
export declare type EncryptionScopeState = 'Enabled' | 'Disabled';
|
|
1921
|
-
/**
|
|
1922
|
-
* Defines values for StorageAccountExpand.
|
|
1923
|
-
* Possible values include: 'geoReplicationStats', 'blobRestoreStatus'
|
|
1924
|
-
* @readonly
|
|
1925
|
-
* @enum {string}
|
|
1926
|
-
*/
|
|
1927
|
-
export declare type StorageAccountExpand = 'geoReplicationStats' | 'blobRestoreStatus';
|
|
1928
|
-
/**
|
|
1929
|
-
* Defines values for ListKeyExpand.
|
|
1930
|
-
* Possible values include: 'kerb'
|
|
1931
|
-
* @readonly
|
|
1932
|
-
* @enum {string}
|
|
1933
|
-
*/
|
|
1934
|
-
export declare type ListKeyExpand = 'kerb';
|
|
1935
|
-
/**
|
|
1936
|
-
* Contains response data for the list operation.
|
|
1937
|
-
*/
|
|
1938
|
-
export declare type OperationsListResponse = OperationListResult & {
|
|
1939
|
-
/**
|
|
1940
|
-
* The underlying HTTP response.
|
|
1941
|
-
*/
|
|
1942
|
-
_response: msRest.HttpResponse & {
|
|
1943
|
-
/**
|
|
1944
|
-
* The response body as text (string format)
|
|
1945
|
-
*/
|
|
1946
|
-
bodyAsText: string;
|
|
1947
|
-
/**
|
|
1948
|
-
* The response body as parsed JSON or XML
|
|
1949
|
-
*/
|
|
1950
|
-
parsedBody: OperationListResult;
|
|
1951
|
-
};
|
|
1952
|
-
};
|
|
1953
|
-
/**
|
|
1954
|
-
* Contains response data for the list operation.
|
|
1955
|
-
*/
|
|
1956
|
-
export declare type SkusListResponse = StorageSkuListResult & {
|
|
1957
|
-
/**
|
|
1958
|
-
* The underlying HTTP response.
|
|
1959
|
-
*/
|
|
1960
|
-
_response: msRest.HttpResponse & {
|
|
1961
|
-
/**
|
|
1962
|
-
* The response body as text (string format)
|
|
1963
|
-
*/
|
|
1964
|
-
bodyAsText: string;
|
|
1965
|
-
/**
|
|
1966
|
-
* The response body as parsed JSON or XML
|
|
1967
|
-
*/
|
|
1968
|
-
parsedBody: StorageSkuListResult;
|
|
1969
|
-
};
|
|
1970
|
-
};
|
|
1971
|
-
/**
|
|
1972
|
-
* Contains response data for the checkNameAvailability operation.
|
|
1973
|
-
*/
|
|
1974
|
-
export declare type StorageAccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult & {
|
|
1975
|
-
/**
|
|
1976
|
-
* The underlying HTTP response.
|
|
1977
|
-
*/
|
|
1978
|
-
_response: msRest.HttpResponse & {
|
|
1979
|
-
/**
|
|
1980
|
-
* The response body as text (string format)
|
|
1981
|
-
*/
|
|
1982
|
-
bodyAsText: string;
|
|
1983
|
-
/**
|
|
1984
|
-
* The response body as parsed JSON or XML
|
|
1985
|
-
*/
|
|
1986
|
-
parsedBody: CheckNameAvailabilityResult;
|
|
1987
|
-
};
|
|
1988
|
-
};
|
|
1989
|
-
/**
|
|
1990
|
-
* Contains response data for the create operation.
|
|
1991
|
-
*/
|
|
1992
|
-
export declare type StorageAccountsCreateResponse = StorageAccount & {
|
|
1993
|
-
/**
|
|
1994
|
-
* The underlying HTTP response.
|
|
1995
|
-
*/
|
|
1996
|
-
_response: msRest.HttpResponse & {
|
|
1997
|
-
/**
|
|
1998
|
-
* The response body as text (string format)
|
|
1999
|
-
*/
|
|
2000
|
-
bodyAsText: string;
|
|
2001
|
-
/**
|
|
2002
|
-
* The response body as parsed JSON or XML
|
|
2003
|
-
*/
|
|
2004
|
-
parsedBody: StorageAccount;
|
|
2005
|
-
};
|
|
2006
|
-
};
|
|
2007
|
-
/**
|
|
2008
|
-
* Contains response data for the getProperties operation.
|
|
2009
|
-
*/
|
|
2010
|
-
export declare type StorageAccountsGetPropertiesResponse = StorageAccount & {
|
|
2011
|
-
/**
|
|
2012
|
-
* The underlying HTTP response.
|
|
2013
|
-
*/
|
|
2014
|
-
_response: msRest.HttpResponse & {
|
|
2015
|
-
/**
|
|
2016
|
-
* The response body as text (string format)
|
|
2017
|
-
*/
|
|
2018
|
-
bodyAsText: string;
|
|
2019
|
-
/**
|
|
2020
|
-
* The response body as parsed JSON or XML
|
|
2021
|
-
*/
|
|
2022
|
-
parsedBody: StorageAccount;
|
|
2023
|
-
};
|
|
2024
|
-
};
|
|
2025
|
-
/**
|
|
2026
|
-
* Contains response data for the update operation.
|
|
2027
|
-
*/
|
|
2028
|
-
export declare type StorageAccountsUpdateResponse = StorageAccount & {
|
|
2029
|
-
/**
|
|
2030
|
-
* The underlying HTTP response.
|
|
2031
|
-
*/
|
|
2032
|
-
_response: msRest.HttpResponse & {
|
|
2033
|
-
/**
|
|
2034
|
-
* The response body as text (string format)
|
|
2035
|
-
*/
|
|
2036
|
-
bodyAsText: string;
|
|
2037
|
-
/**
|
|
2038
|
-
* The response body as parsed JSON or XML
|
|
2039
|
-
*/
|
|
2040
|
-
parsedBody: StorageAccount;
|
|
2041
|
-
};
|
|
2042
|
-
};
|
|
2043
|
-
/**
|
|
2044
|
-
* Contains response data for the list operation.
|
|
2045
|
-
*/
|
|
2046
|
-
export declare type StorageAccountsListResponse = StorageAccountListResult & {
|
|
2047
|
-
/**
|
|
2048
|
-
* The underlying HTTP response.
|
|
2049
|
-
*/
|
|
2050
|
-
_response: msRest.HttpResponse & {
|
|
2051
|
-
/**
|
|
2052
|
-
* The response body as text (string format)
|
|
2053
|
-
*/
|
|
2054
|
-
bodyAsText: string;
|
|
2055
|
-
/**
|
|
2056
|
-
* The response body as parsed JSON or XML
|
|
2057
|
-
*/
|
|
2058
|
-
parsedBody: StorageAccountListResult;
|
|
2059
|
-
};
|
|
2060
|
-
};
|
|
2061
|
-
/**
|
|
2062
|
-
* Contains response data for the listByResourceGroup operation.
|
|
2063
|
-
*/
|
|
2064
|
-
export declare type StorageAccountsListByResourceGroupResponse = StorageAccountListResult & {
|
|
2065
|
-
/**
|
|
2066
|
-
* The underlying HTTP response.
|
|
2067
|
-
*/
|
|
2068
|
-
_response: msRest.HttpResponse & {
|
|
2069
|
-
/**
|
|
2070
|
-
* The response body as text (string format)
|
|
2071
|
-
*/
|
|
2072
|
-
bodyAsText: string;
|
|
2073
|
-
/**
|
|
2074
|
-
* The response body as parsed JSON or XML
|
|
2075
|
-
*/
|
|
2076
|
-
parsedBody: StorageAccountListResult;
|
|
2077
|
-
};
|
|
2078
|
-
};
|
|
2079
|
-
/**
|
|
2080
|
-
* Contains response data for the listKeys operation.
|
|
2081
|
-
*/
|
|
2082
|
-
export declare type StorageAccountsListKeysResponse = StorageAccountListKeysResult & {
|
|
2083
|
-
/**
|
|
2084
|
-
* The underlying HTTP response.
|
|
2085
|
-
*/
|
|
2086
|
-
_response: msRest.HttpResponse & {
|
|
2087
|
-
/**
|
|
2088
|
-
* The response body as text (string format)
|
|
2089
|
-
*/
|
|
2090
|
-
bodyAsText: string;
|
|
2091
|
-
/**
|
|
2092
|
-
* The response body as parsed JSON or XML
|
|
2093
|
-
*/
|
|
2094
|
-
parsedBody: StorageAccountListKeysResult;
|
|
2095
|
-
};
|
|
2096
|
-
};
|
|
2097
|
-
/**
|
|
2098
|
-
* Contains response data for the regenerateKey operation.
|
|
2099
|
-
*/
|
|
2100
|
-
export declare type StorageAccountsRegenerateKeyResponse = StorageAccountListKeysResult & {
|
|
2101
|
-
/**
|
|
2102
|
-
* The underlying HTTP response.
|
|
2103
|
-
*/
|
|
2104
|
-
_response: msRest.HttpResponse & {
|
|
2105
|
-
/**
|
|
2106
|
-
* The response body as text (string format)
|
|
2107
|
-
*/
|
|
2108
|
-
bodyAsText: string;
|
|
2109
|
-
/**
|
|
2110
|
-
* The response body as parsed JSON or XML
|
|
2111
|
-
*/
|
|
2112
|
-
parsedBody: StorageAccountListKeysResult;
|
|
2113
|
-
};
|
|
2114
|
-
};
|
|
2115
|
-
/**
|
|
2116
|
-
* Contains response data for the listAccountSAS operation.
|
|
2117
|
-
*/
|
|
2118
|
-
export declare type StorageAccountsListAccountSASResponse = ListAccountSasResponse & {
|
|
2119
|
-
/**
|
|
2120
|
-
* The underlying HTTP response.
|
|
2121
|
-
*/
|
|
2122
|
-
_response: msRest.HttpResponse & {
|
|
2123
|
-
/**
|
|
2124
|
-
* The response body as text (string format)
|
|
2125
|
-
*/
|
|
2126
|
-
bodyAsText: string;
|
|
2127
|
-
/**
|
|
2128
|
-
* The response body as parsed JSON or XML
|
|
2129
|
-
*/
|
|
2130
|
-
parsedBody: ListAccountSasResponse;
|
|
2131
|
-
};
|
|
2132
|
-
};
|
|
2133
|
-
/**
|
|
2134
|
-
* Contains response data for the listServiceSAS operation.
|
|
2135
|
-
*/
|
|
2136
|
-
export declare type StorageAccountsListServiceSASResponse = ListServiceSasResponse & {
|
|
2137
|
-
/**
|
|
2138
|
-
* The underlying HTTP response.
|
|
2139
|
-
*/
|
|
2140
|
-
_response: msRest.HttpResponse & {
|
|
2141
|
-
/**
|
|
2142
|
-
* The response body as text (string format)
|
|
2143
|
-
*/
|
|
2144
|
-
bodyAsText: string;
|
|
2145
|
-
/**
|
|
2146
|
-
* The response body as parsed JSON or XML
|
|
2147
|
-
*/
|
|
2148
|
-
parsedBody: ListServiceSasResponse;
|
|
2149
|
-
};
|
|
2150
|
-
};
|
|
2151
|
-
/**
|
|
2152
|
-
* Contains response data for the restoreBlobRanges operation.
|
|
2153
|
-
*/
|
|
2154
|
-
export declare type StorageAccountsRestoreBlobRangesResponse = BlobRestoreStatus & {
|
|
2155
|
-
/**
|
|
2156
|
-
* The underlying HTTP response.
|
|
2157
|
-
*/
|
|
2158
|
-
_response: msRest.HttpResponse & {
|
|
2159
|
-
/**
|
|
2160
|
-
* The response body as text (string format)
|
|
2161
|
-
*/
|
|
2162
|
-
bodyAsText: string;
|
|
2163
|
-
/**
|
|
2164
|
-
* The response body as parsed JSON or XML
|
|
2165
|
-
*/
|
|
2166
|
-
parsedBody: BlobRestoreStatus;
|
|
2167
|
-
};
|
|
2168
|
-
};
|
|
2169
|
-
/**
|
|
2170
|
-
* Contains response data for the beginCreate operation.
|
|
2171
|
-
*/
|
|
2172
|
-
export declare type StorageAccountsBeginCreateResponse = StorageAccount & {
|
|
2173
|
-
/**
|
|
2174
|
-
* The underlying HTTP response.
|
|
2175
|
-
*/
|
|
2176
|
-
_response: msRest.HttpResponse & {
|
|
2177
|
-
/**
|
|
2178
|
-
* The response body as text (string format)
|
|
2179
|
-
*/
|
|
2180
|
-
bodyAsText: string;
|
|
2181
|
-
/**
|
|
2182
|
-
* The response body as parsed JSON or XML
|
|
2183
|
-
*/
|
|
2184
|
-
parsedBody: StorageAccount;
|
|
2185
|
-
};
|
|
2186
|
-
};
|
|
2187
|
-
/**
|
|
2188
|
-
* Contains response data for the beginRestoreBlobRanges operation.
|
|
2189
|
-
*/
|
|
2190
|
-
export declare type StorageAccountsBeginRestoreBlobRangesResponse = BlobRestoreStatus & {
|
|
2191
|
-
/**
|
|
2192
|
-
* The underlying HTTP response.
|
|
2193
|
-
*/
|
|
2194
|
-
_response: msRest.HttpResponse & {
|
|
2195
|
-
/**
|
|
2196
|
-
* The response body as text (string format)
|
|
2197
|
-
*/
|
|
2198
|
-
bodyAsText: string;
|
|
2199
|
-
/**
|
|
2200
|
-
* The response body as parsed JSON or XML
|
|
2201
|
-
*/
|
|
2202
|
-
parsedBody: BlobRestoreStatus;
|
|
2203
|
-
};
|
|
2204
|
-
};
|
|
2205
|
-
/**
|
|
2206
|
-
* Contains response data for the listNext operation.
|
|
2207
|
-
*/
|
|
2208
|
-
export declare type StorageAccountsListNextResponse = StorageAccountListResult & {
|
|
2209
|
-
/**
|
|
2210
|
-
* The underlying HTTP response.
|
|
2211
|
-
*/
|
|
2212
|
-
_response: msRest.HttpResponse & {
|
|
2213
|
-
/**
|
|
2214
|
-
* The response body as text (string format)
|
|
2215
|
-
*/
|
|
2216
|
-
bodyAsText: string;
|
|
2217
|
-
/**
|
|
2218
|
-
* The response body as parsed JSON or XML
|
|
2219
|
-
*/
|
|
2220
|
-
parsedBody: StorageAccountListResult;
|
|
2221
|
-
};
|
|
2222
|
-
};
|
|
2223
|
-
/**
|
|
2224
|
-
* Contains response data for the listByLocation operation.
|
|
2225
|
-
*/
|
|
2226
|
-
export declare type UsagesListByLocationResponse = UsageListResult & {
|
|
2227
|
-
/**
|
|
2228
|
-
* The underlying HTTP response.
|
|
2229
|
-
*/
|
|
2230
|
-
_response: msRest.HttpResponse & {
|
|
2231
|
-
/**
|
|
2232
|
-
* The response body as text (string format)
|
|
2233
|
-
*/
|
|
2234
|
-
bodyAsText: string;
|
|
2235
|
-
/**
|
|
2236
|
-
* The response body as parsed JSON or XML
|
|
2237
|
-
*/
|
|
2238
|
-
parsedBody: UsageListResult;
|
|
2239
|
-
};
|
|
2240
|
-
};
|
|
2241
|
-
/**
|
|
2242
|
-
* Contains response data for the get operation.
|
|
2243
|
-
*/
|
|
2244
|
-
export declare type ManagementPoliciesGetResponse = ManagementPolicy & {
|
|
2245
|
-
/**
|
|
2246
|
-
* The underlying HTTP response.
|
|
2247
|
-
*/
|
|
2248
|
-
_response: msRest.HttpResponse & {
|
|
2249
|
-
/**
|
|
2250
|
-
* The response body as text (string format)
|
|
2251
|
-
*/
|
|
2252
|
-
bodyAsText: string;
|
|
2253
|
-
/**
|
|
2254
|
-
* The response body as parsed JSON or XML
|
|
2255
|
-
*/
|
|
2256
|
-
parsedBody: ManagementPolicy;
|
|
2257
|
-
};
|
|
2258
|
-
};
|
|
2259
|
-
/**
|
|
2260
|
-
* Contains response data for the createOrUpdate operation.
|
|
2261
|
-
*/
|
|
2262
|
-
export declare type ManagementPoliciesCreateOrUpdateResponse = ManagementPolicy & {
|
|
2263
|
-
/**
|
|
2264
|
-
* The underlying HTTP response.
|
|
2265
|
-
*/
|
|
2266
|
-
_response: msRest.HttpResponse & {
|
|
2267
|
-
/**
|
|
2268
|
-
* The response body as text (string format)
|
|
2269
|
-
*/
|
|
2270
|
-
bodyAsText: string;
|
|
2271
|
-
/**
|
|
2272
|
-
* The response body as parsed JSON or XML
|
|
2273
|
-
*/
|
|
2274
|
-
parsedBody: ManagementPolicy;
|
|
2275
|
-
};
|
|
2276
|
-
};
|
|
2277
|
-
/**
|
|
2278
|
-
* Contains response data for the list operation.
|
|
2279
|
-
*/
|
|
2280
|
-
export declare type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult & {
|
|
2281
|
-
/**
|
|
2282
|
-
* The underlying HTTP response.
|
|
2283
|
-
*/
|
|
2284
|
-
_response: msRest.HttpResponse & {
|
|
2285
|
-
/**
|
|
2286
|
-
* The response body as text (string format)
|
|
2287
|
-
*/
|
|
2288
|
-
bodyAsText: string;
|
|
2289
|
-
/**
|
|
2290
|
-
* The response body as parsed JSON or XML
|
|
2291
|
-
*/
|
|
2292
|
-
parsedBody: PrivateEndpointConnectionListResult;
|
|
2293
|
-
};
|
|
2294
|
-
};
|
|
2295
|
-
/**
|
|
2296
|
-
* Contains response data for the get operation.
|
|
2297
|
-
*/
|
|
2298
|
-
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {
|
|
2299
|
-
/**
|
|
2300
|
-
* The underlying HTTP response.
|
|
2301
|
-
*/
|
|
2302
|
-
_response: msRest.HttpResponse & {
|
|
2303
|
-
/**
|
|
2304
|
-
* The response body as text (string format)
|
|
2305
|
-
*/
|
|
2306
|
-
bodyAsText: string;
|
|
2307
|
-
/**
|
|
2308
|
-
* The response body as parsed JSON or XML
|
|
2309
|
-
*/
|
|
2310
|
-
parsedBody: PrivateEndpointConnection;
|
|
2311
|
-
};
|
|
2312
|
-
};
|
|
2313
|
-
/**
|
|
2314
|
-
* Contains response data for the put operation.
|
|
2315
|
-
*/
|
|
2316
|
-
export declare type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection & {
|
|
2317
|
-
/**
|
|
2318
|
-
* The underlying HTTP response.
|
|
2319
|
-
*/
|
|
2320
|
-
_response: msRest.HttpResponse & {
|
|
2321
|
-
/**
|
|
2322
|
-
* The response body as text (string format)
|
|
2323
|
-
*/
|
|
2324
|
-
bodyAsText: string;
|
|
2325
|
-
/**
|
|
2326
|
-
* The response body as parsed JSON or XML
|
|
2327
|
-
*/
|
|
2328
|
-
parsedBody: PrivateEndpointConnection;
|
|
2329
|
-
};
|
|
2330
|
-
};
|
|
2331
|
-
/**
|
|
2332
|
-
* Contains response data for the listByStorageAccount operation.
|
|
2333
|
-
*/
|
|
2334
|
-
export declare type PrivateLinkResourcesListByStorageAccountResponse = PrivateLinkResourceListResult & {
|
|
2335
|
-
/**
|
|
2336
|
-
* The underlying HTTP response.
|
|
2337
|
-
*/
|
|
2338
|
-
_response: msRest.HttpResponse & {
|
|
2339
|
-
/**
|
|
2340
|
-
* The response body as text (string format)
|
|
2341
|
-
*/
|
|
2342
|
-
bodyAsText: string;
|
|
2343
|
-
/**
|
|
2344
|
-
* The response body as parsed JSON or XML
|
|
2345
|
-
*/
|
|
2346
|
-
parsedBody: PrivateLinkResourceListResult;
|
|
2347
|
-
};
|
|
2348
|
-
};
|
|
2349
|
-
/**
|
|
2350
|
-
* Contains response data for the list operation.
|
|
2351
|
-
*/
|
|
2352
|
-
export declare type ObjectReplicationPoliciesListResponse = ObjectReplicationPolicies & {
|
|
2353
|
-
/**
|
|
2354
|
-
* The underlying HTTP response.
|
|
2355
|
-
*/
|
|
2356
|
-
_response: msRest.HttpResponse & {
|
|
2357
|
-
/**
|
|
2358
|
-
* The response body as text (string format)
|
|
2359
|
-
*/
|
|
2360
|
-
bodyAsText: string;
|
|
2361
|
-
/**
|
|
2362
|
-
* The response body as parsed JSON or XML
|
|
2363
|
-
*/
|
|
2364
|
-
parsedBody: ObjectReplicationPolicies;
|
|
2365
|
-
};
|
|
2366
|
-
};
|
|
2367
|
-
/**
|
|
2368
|
-
* Contains response data for the get operation.
|
|
2369
|
-
*/
|
|
2370
|
-
export declare type ObjectReplicationPoliciesGetResponse = ObjectReplicationPolicy & {
|
|
2371
|
-
/**
|
|
2372
|
-
* The underlying HTTP response.
|
|
2373
|
-
*/
|
|
2374
|
-
_response: msRest.HttpResponse & {
|
|
2375
|
-
/**
|
|
2376
|
-
* The response body as text (string format)
|
|
2377
|
-
*/
|
|
2378
|
-
bodyAsText: string;
|
|
2379
|
-
/**
|
|
2380
|
-
* The response body as parsed JSON or XML
|
|
2381
|
-
*/
|
|
2382
|
-
parsedBody: ObjectReplicationPolicy;
|
|
2383
|
-
};
|
|
2384
|
-
};
|
|
2385
|
-
/**
|
|
2386
|
-
* Contains response data for the createOrUpdate operation.
|
|
2387
|
-
*/
|
|
2388
|
-
export declare type ObjectReplicationPoliciesCreateOrUpdateResponse = ObjectReplicationPolicy & {
|
|
2389
|
-
/**
|
|
2390
|
-
* The underlying HTTP response.
|
|
2391
|
-
*/
|
|
2392
|
-
_response: msRest.HttpResponse & {
|
|
2393
|
-
/**
|
|
2394
|
-
* The response body as text (string format)
|
|
2395
|
-
*/
|
|
2396
|
-
bodyAsText: string;
|
|
2397
|
-
/**
|
|
2398
|
-
* The response body as parsed JSON or XML
|
|
2399
|
-
*/
|
|
2400
|
-
parsedBody: ObjectReplicationPolicy;
|
|
2401
|
-
};
|
|
2402
|
-
};
|
|
2403
|
-
/**
|
|
2404
|
-
* Contains response data for the put operation.
|
|
2405
|
-
*/
|
|
2406
|
-
export declare type EncryptionScopesPutResponse = EncryptionScope & {
|
|
2407
|
-
/**
|
|
2408
|
-
* The underlying HTTP response.
|
|
2409
|
-
*/
|
|
2410
|
-
_response: msRest.HttpResponse & {
|
|
2411
|
-
/**
|
|
2412
|
-
* The response body as text (string format)
|
|
2413
|
-
*/
|
|
2414
|
-
bodyAsText: string;
|
|
2415
|
-
/**
|
|
2416
|
-
* The response body as parsed JSON or XML
|
|
2417
|
-
*/
|
|
2418
|
-
parsedBody: EncryptionScope;
|
|
2419
|
-
};
|
|
2420
|
-
};
|
|
2421
|
-
/**
|
|
2422
|
-
* Contains response data for the patch operation.
|
|
2423
|
-
*/
|
|
2424
|
-
export declare type EncryptionScopesPatchResponse = EncryptionScope & {
|
|
2425
|
-
/**
|
|
2426
|
-
* The underlying HTTP response.
|
|
2427
|
-
*/
|
|
2428
|
-
_response: msRest.HttpResponse & {
|
|
2429
|
-
/**
|
|
2430
|
-
* The response body as text (string format)
|
|
2431
|
-
*/
|
|
2432
|
-
bodyAsText: string;
|
|
2433
|
-
/**
|
|
2434
|
-
* The response body as parsed JSON or XML
|
|
2435
|
-
*/
|
|
2436
|
-
parsedBody: EncryptionScope;
|
|
2437
|
-
};
|
|
2438
|
-
};
|
|
2439
|
-
/**
|
|
2440
|
-
* Contains response data for the get operation.
|
|
2441
|
-
*/
|
|
2442
|
-
export declare type EncryptionScopesGetResponse = EncryptionScope & {
|
|
2443
|
-
/**
|
|
2444
|
-
* The underlying HTTP response.
|
|
2445
|
-
*/
|
|
2446
|
-
_response: msRest.HttpResponse & {
|
|
2447
|
-
/**
|
|
2448
|
-
* The response body as text (string format)
|
|
2449
|
-
*/
|
|
2450
|
-
bodyAsText: string;
|
|
2451
|
-
/**
|
|
2452
|
-
* The response body as parsed JSON or XML
|
|
2453
|
-
*/
|
|
2454
|
-
parsedBody: EncryptionScope;
|
|
2455
|
-
};
|
|
2456
|
-
};
|
|
2457
|
-
/**
|
|
2458
|
-
* Contains response data for the list operation.
|
|
2459
|
-
*/
|
|
2460
|
-
export declare type EncryptionScopesListResponse = EncryptionScopeListResult & {
|
|
2461
|
-
/**
|
|
2462
|
-
* The underlying HTTP response.
|
|
2463
|
-
*/
|
|
2464
|
-
_response: msRest.HttpResponse & {
|
|
2465
|
-
/**
|
|
2466
|
-
* The response body as text (string format)
|
|
2467
|
-
*/
|
|
2468
|
-
bodyAsText: string;
|
|
2469
|
-
/**
|
|
2470
|
-
* The response body as parsed JSON or XML
|
|
2471
|
-
*/
|
|
2472
|
-
parsedBody: EncryptionScopeListResult;
|
|
2473
|
-
};
|
|
2474
|
-
};
|
|
2475
|
-
/**
|
|
2476
|
-
* Contains response data for the listNext operation.
|
|
2477
|
-
*/
|
|
2478
|
-
export declare type EncryptionScopesListNextResponse = EncryptionScopeListResult & {
|
|
2479
|
-
/**
|
|
2480
|
-
* The underlying HTTP response.
|
|
2481
|
-
*/
|
|
2482
|
-
_response: msRest.HttpResponse & {
|
|
2483
|
-
/**
|
|
2484
|
-
* The response body as text (string format)
|
|
2485
|
-
*/
|
|
2486
|
-
bodyAsText: string;
|
|
2487
|
-
/**
|
|
2488
|
-
* The response body as parsed JSON or XML
|
|
2489
|
-
*/
|
|
2490
|
-
parsedBody: EncryptionScopeListResult;
|
|
2491
|
-
};
|
|
2492
|
-
};
|
|
2493
|
-
//# sourceMappingURL=index.d.ts.map
|