@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/src/models/mappers.ts
CHANGED
|
@@ -1,19 +1,70 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
|
|
11
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
12
|
+
type: {
|
|
13
|
+
name: "Composite",
|
|
14
|
+
className: "OperationListResult",
|
|
15
|
+
modelProperties: {
|
|
16
|
+
value: {
|
|
17
|
+
serializedName: "value",
|
|
18
|
+
type: {
|
|
19
|
+
name: "Sequence",
|
|
20
|
+
element: {
|
|
21
|
+
type: {
|
|
22
|
+
name: "Composite",
|
|
23
|
+
className: "Operation"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
33
|
+
type: {
|
|
34
|
+
name: "Composite",
|
|
35
|
+
className: "Operation",
|
|
36
|
+
modelProperties: {
|
|
37
|
+
name: {
|
|
38
|
+
serializedName: "name",
|
|
39
|
+
type: {
|
|
40
|
+
name: "String"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
display: {
|
|
44
|
+
serializedName: "display",
|
|
45
|
+
type: {
|
|
46
|
+
name: "Composite",
|
|
47
|
+
className: "OperationDisplay"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
origin: {
|
|
51
|
+
serializedName: "origin",
|
|
52
|
+
type: {
|
|
53
|
+
name: "String"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
serviceSpecification: {
|
|
57
|
+
serializedName: "properties.serviceSpecification",
|
|
58
|
+
type: {
|
|
59
|
+
name: "Composite",
|
|
60
|
+
className: "ServiceSpecification"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
};
|
|
14
66
|
|
|
15
|
-
export const OperationDisplay:
|
|
16
|
-
serializedName: "Operation_display",
|
|
67
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
17
68
|
type: {
|
|
18
69
|
name: "Composite",
|
|
19
70
|
className: "OperationDisplay",
|
|
@@ -46,30 +97,28 @@ export const OperationDisplay: msRest.CompositeMapper = {
|
|
|
46
97
|
}
|
|
47
98
|
};
|
|
48
99
|
|
|
49
|
-
export const
|
|
50
|
-
serializedName: "Dimension",
|
|
100
|
+
export const ServiceSpecification: coreClient.CompositeMapper = {
|
|
51
101
|
type: {
|
|
52
102
|
name: "Composite",
|
|
53
|
-
className: "
|
|
103
|
+
className: "ServiceSpecification",
|
|
54
104
|
modelProperties: {
|
|
55
|
-
|
|
56
|
-
serializedName: "
|
|
57
|
-
type: {
|
|
58
|
-
name: "String"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
displayName: {
|
|
62
|
-
serializedName: "displayName",
|
|
105
|
+
metricSpecifications: {
|
|
106
|
+
serializedName: "metricSpecifications",
|
|
63
107
|
type: {
|
|
64
|
-
name: "
|
|
108
|
+
name: "Sequence",
|
|
109
|
+
element: {
|
|
110
|
+
type: {
|
|
111
|
+
name: "Composite",
|
|
112
|
+
className: "MetricSpecification"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
65
115
|
}
|
|
66
116
|
}
|
|
67
117
|
}
|
|
68
118
|
}
|
|
69
119
|
};
|
|
70
120
|
|
|
71
|
-
export const MetricSpecification:
|
|
72
|
-
serializedName: "MetricSpecification",
|
|
121
|
+
export const MetricSpecification: coreClient.CompositeMapper = {
|
|
73
122
|
type: {
|
|
74
123
|
name: "Composite",
|
|
75
124
|
className: "MetricSpecification",
|
|
@@ -138,82 +187,19 @@ export const MetricSpecification: msRest.CompositeMapper = {
|
|
|
138
187
|
}
|
|
139
188
|
};
|
|
140
189
|
|
|
141
|
-
export const
|
|
142
|
-
serializedName: "ServiceSpecification",
|
|
143
|
-
type: {
|
|
144
|
-
name: "Composite",
|
|
145
|
-
className: "ServiceSpecification",
|
|
146
|
-
modelProperties: {
|
|
147
|
-
metricSpecifications: {
|
|
148
|
-
serializedName: "metricSpecifications",
|
|
149
|
-
type: {
|
|
150
|
-
name: "Sequence",
|
|
151
|
-
element: {
|
|
152
|
-
type: {
|
|
153
|
-
name: "Composite",
|
|
154
|
-
className: "MetricSpecification"
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
};
|
|
162
|
-
|
|
163
|
-
export const Operation: msRest.CompositeMapper = {
|
|
164
|
-
serializedName: "Operation",
|
|
165
|
-
type: {
|
|
166
|
-
name: "Composite",
|
|
167
|
-
className: "Operation",
|
|
168
|
-
modelProperties: {
|
|
169
|
-
name: {
|
|
170
|
-
serializedName: "name",
|
|
171
|
-
type: {
|
|
172
|
-
name: "String"
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
display: {
|
|
176
|
-
serializedName: "display",
|
|
177
|
-
type: {
|
|
178
|
-
name: "Composite",
|
|
179
|
-
className: "OperationDisplay"
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
|
-
origin: {
|
|
183
|
-
serializedName: "origin",
|
|
184
|
-
type: {
|
|
185
|
-
name: "String"
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
serviceSpecification: {
|
|
189
|
-
serializedName: "properties.serviceSpecification",
|
|
190
|
-
type: {
|
|
191
|
-
name: "Composite",
|
|
192
|
-
className: "ServiceSpecification"
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
};
|
|
198
|
-
|
|
199
|
-
export const StorageAccountCheckNameAvailabilityParameters: msRest.CompositeMapper = {
|
|
200
|
-
serializedName: "StorageAccountCheckNameAvailabilityParameters",
|
|
190
|
+
export const Dimension: coreClient.CompositeMapper = {
|
|
201
191
|
type: {
|
|
202
192
|
name: "Composite",
|
|
203
|
-
className: "
|
|
193
|
+
className: "Dimension",
|
|
204
194
|
modelProperties: {
|
|
205
195
|
name: {
|
|
206
|
-
required: true,
|
|
207
196
|
serializedName: "name",
|
|
208
197
|
type: {
|
|
209
198
|
name: "String"
|
|
210
199
|
}
|
|
211
200
|
},
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
isConstant: true,
|
|
215
|
-
serializedName: "type",
|
|
216
|
-
defaultValue: 'Microsoft.Storage/storageAccounts',
|
|
201
|
+
displayName: {
|
|
202
|
+
serializedName: "displayName",
|
|
217
203
|
type: {
|
|
218
204
|
name: "String"
|
|
219
205
|
}
|
|
@@ -222,105 +208,65 @@ export const StorageAccountCheckNameAvailabilityParameters: msRest.CompositeMapp
|
|
|
222
208
|
}
|
|
223
209
|
};
|
|
224
210
|
|
|
225
|
-
export const
|
|
226
|
-
serializedName: "SKUCapability",
|
|
211
|
+
export const StorageSkuListResult: coreClient.CompositeMapper = {
|
|
227
212
|
type: {
|
|
228
213
|
name: "Composite",
|
|
229
|
-
className: "
|
|
214
|
+
className: "StorageSkuListResult",
|
|
230
215
|
modelProperties: {
|
|
231
|
-
name: {
|
|
232
|
-
readOnly: true,
|
|
233
|
-
serializedName: "name",
|
|
234
|
-
type: {
|
|
235
|
-
name: "String"
|
|
236
|
-
}
|
|
237
|
-
},
|
|
238
216
|
value: {
|
|
239
|
-
readOnly: true,
|
|
240
217
|
serializedName: "value",
|
|
241
|
-
type: {
|
|
242
|
-
name: "String"
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
};
|
|
248
|
-
|
|
249
|
-
export const Restriction: msRest.CompositeMapper = {
|
|
250
|
-
serializedName: "Restriction",
|
|
251
|
-
type: {
|
|
252
|
-
name: "Composite",
|
|
253
|
-
className: "Restriction",
|
|
254
|
-
modelProperties: {
|
|
255
|
-
type: {
|
|
256
|
-
readOnly: true,
|
|
257
|
-
serializedName: "type",
|
|
258
|
-
type: {
|
|
259
|
-
name: "String"
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
|
-
values: {
|
|
263
218
|
readOnly: true,
|
|
264
|
-
serializedName: "values",
|
|
265
219
|
type: {
|
|
266
220
|
name: "Sequence",
|
|
267
221
|
element: {
|
|
268
222
|
type: {
|
|
269
|
-
name: "
|
|
223
|
+
name: "Composite",
|
|
224
|
+
className: "SkuInformation"
|
|
270
225
|
}
|
|
271
226
|
}
|
|
272
227
|
}
|
|
273
|
-
},
|
|
274
|
-
reasonCode: {
|
|
275
|
-
serializedName: "reasonCode",
|
|
276
|
-
type: {
|
|
277
|
-
name: "String"
|
|
278
|
-
}
|
|
279
228
|
}
|
|
280
229
|
}
|
|
281
230
|
}
|
|
282
231
|
};
|
|
283
232
|
|
|
284
|
-
export const SkuInformation:
|
|
285
|
-
serializedName: "SkuInformation",
|
|
233
|
+
export const SkuInformation: coreClient.CompositeMapper = {
|
|
286
234
|
type: {
|
|
287
235
|
name: "Composite",
|
|
288
236
|
className: "SkuInformation",
|
|
289
237
|
modelProperties: {
|
|
290
238
|
name: {
|
|
291
|
-
required: true,
|
|
292
239
|
serializedName: "name",
|
|
240
|
+
required: true,
|
|
293
241
|
type: {
|
|
294
242
|
name: "String"
|
|
295
243
|
}
|
|
296
244
|
},
|
|
297
245
|
tier: {
|
|
298
246
|
serializedName: "tier",
|
|
247
|
+
readOnly: true,
|
|
299
248
|
type: {
|
|
300
249
|
name: "Enum",
|
|
301
|
-
allowedValues: [
|
|
302
|
-
"Standard",
|
|
303
|
-
"Premium"
|
|
304
|
-
]
|
|
250
|
+
allowedValues: ["Standard", "Premium"]
|
|
305
251
|
}
|
|
306
252
|
},
|
|
307
253
|
resourceType: {
|
|
308
|
-
readOnly: true,
|
|
309
254
|
serializedName: "resourceType",
|
|
255
|
+
readOnly: true,
|
|
310
256
|
type: {
|
|
311
257
|
name: "String"
|
|
312
258
|
}
|
|
313
259
|
},
|
|
314
260
|
kind: {
|
|
315
|
-
readOnly: true,
|
|
316
261
|
serializedName: "kind",
|
|
262
|
+
readOnly: true,
|
|
317
263
|
type: {
|
|
318
264
|
name: "String"
|
|
319
265
|
}
|
|
320
266
|
},
|
|
321
267
|
locations: {
|
|
322
|
-
readOnly: true,
|
|
323
268
|
serializedName: "locations",
|
|
269
|
+
readOnly: true,
|
|
324
270
|
type: {
|
|
325
271
|
name: "Sequence",
|
|
326
272
|
element: {
|
|
@@ -331,8 +277,8 @@ export const SkuInformation: msRest.CompositeMapper = {
|
|
|
331
277
|
}
|
|
332
278
|
},
|
|
333
279
|
capabilities: {
|
|
334
|
-
readOnly: true,
|
|
335
280
|
serializedName: "capabilities",
|
|
281
|
+
readOnly: true,
|
|
336
282
|
type: {
|
|
337
283
|
name: "Sequence",
|
|
338
284
|
element: {
|
|
@@ -359,33 +305,55 @@ export const SkuInformation: msRest.CompositeMapper = {
|
|
|
359
305
|
}
|
|
360
306
|
};
|
|
361
307
|
|
|
362
|
-
export const
|
|
363
|
-
serializedName: "CheckNameAvailabilityResult",
|
|
308
|
+
export const SKUCapability: coreClient.CompositeMapper = {
|
|
364
309
|
type: {
|
|
365
310
|
name: "Composite",
|
|
366
|
-
className: "
|
|
311
|
+
className: "SKUCapability",
|
|
367
312
|
modelProperties: {
|
|
368
|
-
|
|
313
|
+
name: {
|
|
314
|
+
serializedName: "name",
|
|
369
315
|
readOnly: true,
|
|
370
|
-
serializedName: "nameAvailable",
|
|
371
316
|
type: {
|
|
372
|
-
name: "
|
|
317
|
+
name: "String"
|
|
373
318
|
}
|
|
374
319
|
},
|
|
375
|
-
|
|
320
|
+
value: {
|
|
321
|
+
serializedName: "value",
|
|
376
322
|
readOnly: true,
|
|
377
|
-
serializedName: "reason",
|
|
378
323
|
type: {
|
|
379
|
-
name: "
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
324
|
+
name: "String"
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
};
|
|
330
|
+
|
|
331
|
+
export const Restriction: coreClient.CompositeMapper = {
|
|
332
|
+
type: {
|
|
333
|
+
name: "Composite",
|
|
334
|
+
className: "Restriction",
|
|
335
|
+
modelProperties: {
|
|
336
|
+
type: {
|
|
337
|
+
serializedName: "type",
|
|
338
|
+
readOnly: true,
|
|
339
|
+
type: {
|
|
340
|
+
name: "String"
|
|
384
341
|
}
|
|
385
342
|
},
|
|
386
|
-
|
|
343
|
+
values: {
|
|
344
|
+
serializedName: "values",
|
|
387
345
|
readOnly: true,
|
|
388
|
-
|
|
346
|
+
type: {
|
|
347
|
+
name: "Sequence",
|
|
348
|
+
element: {
|
|
349
|
+
type: {
|
|
350
|
+
name: "String"
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
reasonCode: {
|
|
356
|
+
serializedName: "reasonCode",
|
|
389
357
|
type: {
|
|
390
358
|
name: "String"
|
|
391
359
|
}
|
|
@@ -394,50 +362,53 @@ export const CheckNameAvailabilityResult: msRest.CompositeMapper = {
|
|
|
394
362
|
}
|
|
395
363
|
};
|
|
396
364
|
|
|
397
|
-
export const
|
|
398
|
-
serializedName: "CustomDomain",
|
|
365
|
+
export const StorageAccountCheckNameAvailabilityParameters: coreClient.CompositeMapper = {
|
|
399
366
|
type: {
|
|
400
367
|
name: "Composite",
|
|
401
|
-
className: "
|
|
368
|
+
className: "StorageAccountCheckNameAvailabilityParameters",
|
|
402
369
|
modelProperties: {
|
|
403
370
|
name: {
|
|
404
|
-
required: true,
|
|
405
371
|
serializedName: "name",
|
|
372
|
+
required: true,
|
|
406
373
|
type: {
|
|
407
374
|
name: "String"
|
|
408
375
|
}
|
|
409
376
|
},
|
|
410
|
-
|
|
411
|
-
|
|
377
|
+
type: {
|
|
378
|
+
defaultValue: "Microsoft.Storage/storageAccounts",
|
|
379
|
+
isConstant: true,
|
|
380
|
+
serializedName: "type",
|
|
412
381
|
type: {
|
|
413
|
-
name: "
|
|
382
|
+
name: "String"
|
|
414
383
|
}
|
|
415
384
|
}
|
|
416
385
|
}
|
|
417
386
|
}
|
|
418
387
|
};
|
|
419
388
|
|
|
420
|
-
export const
|
|
421
|
-
serializedName: "EncryptionService",
|
|
389
|
+
export const CheckNameAvailabilityResult: coreClient.CompositeMapper = {
|
|
422
390
|
type: {
|
|
423
391
|
name: "Composite",
|
|
424
|
-
className: "
|
|
392
|
+
className: "CheckNameAvailabilityResult",
|
|
425
393
|
modelProperties: {
|
|
426
|
-
|
|
427
|
-
serializedName: "
|
|
394
|
+
nameAvailable: {
|
|
395
|
+
serializedName: "nameAvailable",
|
|
396
|
+
readOnly: true,
|
|
428
397
|
type: {
|
|
429
398
|
name: "Boolean"
|
|
430
399
|
}
|
|
431
400
|
},
|
|
432
|
-
|
|
401
|
+
reason: {
|
|
402
|
+
serializedName: "reason",
|
|
433
403
|
readOnly: true,
|
|
434
|
-
serializedName: "lastEnabledTime",
|
|
435
404
|
type: {
|
|
436
|
-
name: "
|
|
405
|
+
name: "Enum",
|
|
406
|
+
allowedValues: ["AccountNameInvalid", "AlreadyExists"]
|
|
437
407
|
}
|
|
438
408
|
},
|
|
439
|
-
|
|
440
|
-
serializedName: "
|
|
409
|
+
message: {
|
|
410
|
+
serializedName: "message",
|
|
411
|
+
readOnly: true,
|
|
441
412
|
type: {
|
|
442
413
|
name: "String"
|
|
443
414
|
}
|
|
@@ -446,88 +417,206 @@ export const EncryptionService: msRest.CompositeMapper = {
|
|
|
446
417
|
}
|
|
447
418
|
};
|
|
448
419
|
|
|
449
|
-
export const
|
|
450
|
-
serializedName: "EncryptionServices",
|
|
420
|
+
export const StorageAccountCreateParameters: coreClient.CompositeMapper = {
|
|
451
421
|
type: {
|
|
452
422
|
name: "Composite",
|
|
453
|
-
className: "
|
|
423
|
+
className: "StorageAccountCreateParameters",
|
|
454
424
|
modelProperties: {
|
|
455
|
-
|
|
456
|
-
serializedName: "
|
|
425
|
+
sku: {
|
|
426
|
+
serializedName: "sku",
|
|
457
427
|
type: {
|
|
458
428
|
name: "Composite",
|
|
459
|
-
className: "
|
|
429
|
+
className: "Sku"
|
|
460
430
|
}
|
|
461
431
|
},
|
|
462
|
-
|
|
463
|
-
serializedName: "
|
|
432
|
+
kind: {
|
|
433
|
+
serializedName: "kind",
|
|
434
|
+
required: true,
|
|
435
|
+
type: {
|
|
436
|
+
name: "String"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
location: {
|
|
440
|
+
serializedName: "location",
|
|
441
|
+
required: true,
|
|
442
|
+
type: {
|
|
443
|
+
name: "String"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
tags: {
|
|
447
|
+
serializedName: "tags",
|
|
448
|
+
type: {
|
|
449
|
+
name: "Dictionary",
|
|
450
|
+
value: { type: { name: "String" } }
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
identity: {
|
|
454
|
+
serializedName: "identity",
|
|
464
455
|
type: {
|
|
465
456
|
name: "Composite",
|
|
466
|
-
className: "
|
|
457
|
+
className: "Identity"
|
|
467
458
|
}
|
|
468
459
|
},
|
|
469
|
-
|
|
470
|
-
serializedName: "
|
|
460
|
+
customDomain: {
|
|
461
|
+
serializedName: "properties.customDomain",
|
|
471
462
|
type: {
|
|
472
463
|
name: "Composite",
|
|
473
|
-
className: "
|
|
464
|
+
className: "CustomDomain"
|
|
474
465
|
}
|
|
475
466
|
},
|
|
476
|
-
|
|
477
|
-
serializedName: "
|
|
467
|
+
encryption: {
|
|
468
|
+
serializedName: "properties.encryption",
|
|
478
469
|
type: {
|
|
479
470
|
name: "Composite",
|
|
480
|
-
className: "
|
|
471
|
+
className: "Encryption"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
networkRuleSet: {
|
|
475
|
+
serializedName: "properties.networkAcls",
|
|
476
|
+
type: {
|
|
477
|
+
name: "Composite",
|
|
478
|
+
className: "NetworkRuleSet"
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
accessTier: {
|
|
482
|
+
serializedName: "properties.accessTier",
|
|
483
|
+
type: {
|
|
484
|
+
name: "Enum",
|
|
485
|
+
allowedValues: ["Hot", "Cool"]
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
azureFilesIdentityBasedAuthentication: {
|
|
489
|
+
serializedName: "properties.azureFilesIdentityBasedAuthentication",
|
|
490
|
+
type: {
|
|
491
|
+
name: "Composite",
|
|
492
|
+
className: "AzureFilesIdentityBasedAuthentication"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
enableHttpsTrafficOnly: {
|
|
496
|
+
serializedName: "properties.supportsHttpsTrafficOnly",
|
|
497
|
+
type: {
|
|
498
|
+
name: "Boolean"
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
isHnsEnabled: {
|
|
502
|
+
serializedName: "properties.isHnsEnabled",
|
|
503
|
+
type: {
|
|
504
|
+
name: "Boolean"
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
largeFileSharesState: {
|
|
508
|
+
serializedName: "properties.largeFileSharesState",
|
|
509
|
+
type: {
|
|
510
|
+
name: "String"
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
routingPreference: {
|
|
514
|
+
serializedName: "properties.routingPreference",
|
|
515
|
+
type: {
|
|
516
|
+
name: "Composite",
|
|
517
|
+
className: "RoutingPreference"
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
allowBlobPublicAccess: {
|
|
521
|
+
serializedName: "properties.allowBlobPublicAccess",
|
|
522
|
+
type: {
|
|
523
|
+
name: "Boolean"
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
minimumTlsVersion: {
|
|
527
|
+
serializedName: "properties.minimumTlsVersion",
|
|
528
|
+
type: {
|
|
529
|
+
name: "String"
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
allowSharedKeyAccess: {
|
|
533
|
+
serializedName: "properties.allowSharedKeyAccess",
|
|
534
|
+
type: {
|
|
535
|
+
name: "Boolean"
|
|
481
536
|
}
|
|
482
537
|
}
|
|
483
538
|
}
|
|
484
539
|
}
|
|
485
540
|
};
|
|
486
541
|
|
|
487
|
-
export const
|
|
488
|
-
serializedName: "KeyVaultProperties",
|
|
542
|
+
export const Sku: coreClient.CompositeMapper = {
|
|
489
543
|
type: {
|
|
490
544
|
name: "Composite",
|
|
491
|
-
className: "
|
|
545
|
+
className: "Sku",
|
|
492
546
|
modelProperties: {
|
|
493
|
-
|
|
494
|
-
serializedName: "
|
|
547
|
+
name: {
|
|
548
|
+
serializedName: "name",
|
|
549
|
+
required: true,
|
|
495
550
|
type: {
|
|
496
551
|
name: "String"
|
|
497
552
|
}
|
|
498
553
|
},
|
|
499
|
-
|
|
500
|
-
serializedName: "
|
|
554
|
+
tier: {
|
|
555
|
+
serializedName: "tier",
|
|
556
|
+
readOnly: true,
|
|
557
|
+
type: {
|
|
558
|
+
name: "Enum",
|
|
559
|
+
allowedValues: ["Standard", "Premium"]
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
};
|
|
565
|
+
|
|
566
|
+
export const Identity: coreClient.CompositeMapper = {
|
|
567
|
+
type: {
|
|
568
|
+
name: "Composite",
|
|
569
|
+
className: "Identity",
|
|
570
|
+
modelProperties: {
|
|
571
|
+
principalId: {
|
|
572
|
+
serializedName: "principalId",
|
|
573
|
+
readOnly: true,
|
|
501
574
|
type: {
|
|
502
575
|
name: "String"
|
|
503
576
|
}
|
|
504
577
|
},
|
|
505
|
-
|
|
506
|
-
serializedName: "
|
|
578
|
+
tenantId: {
|
|
579
|
+
serializedName: "tenantId",
|
|
580
|
+
readOnly: true,
|
|
507
581
|
type: {
|
|
508
582
|
name: "String"
|
|
509
583
|
}
|
|
510
584
|
},
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
585
|
+
type: {
|
|
586
|
+
defaultValue: "SystemAssigned",
|
|
587
|
+
isConstant: true,
|
|
588
|
+
serializedName: "type",
|
|
589
|
+
type: {
|
|
590
|
+
name: "String"
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
};
|
|
596
|
+
|
|
597
|
+
export const CustomDomain: coreClient.CompositeMapper = {
|
|
598
|
+
type: {
|
|
599
|
+
name: "Composite",
|
|
600
|
+
className: "CustomDomain",
|
|
601
|
+
modelProperties: {
|
|
602
|
+
name: {
|
|
603
|
+
serializedName: "name",
|
|
604
|
+
required: true,
|
|
514
605
|
type: {
|
|
515
606
|
name: "String"
|
|
516
607
|
}
|
|
517
608
|
},
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
serializedName: "lastKeyRotationTimestamp",
|
|
609
|
+
useSubDomainName: {
|
|
610
|
+
serializedName: "useSubDomainName",
|
|
521
611
|
type: {
|
|
522
|
-
name: "
|
|
612
|
+
name: "Boolean"
|
|
523
613
|
}
|
|
524
614
|
}
|
|
525
615
|
}
|
|
526
616
|
}
|
|
527
617
|
};
|
|
528
618
|
|
|
529
|
-
export const Encryption:
|
|
530
|
-
serializedName: "Encryption",
|
|
619
|
+
export const Encryption: coreClient.CompositeMapper = {
|
|
531
620
|
type: {
|
|
532
621
|
name: "Composite",
|
|
533
622
|
className: "Encryption",
|
|
@@ -540,9 +629,9 @@ export const Encryption: msRest.CompositeMapper = {
|
|
|
540
629
|
}
|
|
541
630
|
},
|
|
542
631
|
keySource: {
|
|
543
|
-
|
|
632
|
+
defaultValue: "Microsoft.Storage",
|
|
544
633
|
serializedName: "keySource",
|
|
545
|
-
|
|
634
|
+
required: true,
|
|
546
635
|
type: {
|
|
547
636
|
name: "String"
|
|
548
637
|
}
|
|
@@ -564,94 +653,132 @@ export const Encryption: msRest.CompositeMapper = {
|
|
|
564
653
|
}
|
|
565
654
|
};
|
|
566
655
|
|
|
567
|
-
export const
|
|
568
|
-
serializedName: "VirtualNetworkRule",
|
|
656
|
+
export const EncryptionServices: coreClient.CompositeMapper = {
|
|
569
657
|
type: {
|
|
570
658
|
name: "Composite",
|
|
571
|
-
className: "
|
|
659
|
+
className: "EncryptionServices",
|
|
572
660
|
modelProperties: {
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
serializedName: "id",
|
|
661
|
+
blob: {
|
|
662
|
+
serializedName: "blob",
|
|
576
663
|
type: {
|
|
577
|
-
name: "
|
|
664
|
+
name: "Composite",
|
|
665
|
+
className: "EncryptionService"
|
|
578
666
|
}
|
|
579
667
|
},
|
|
580
|
-
|
|
581
|
-
serializedName: "
|
|
582
|
-
defaultValue: 'Allow',
|
|
668
|
+
file: {
|
|
669
|
+
serializedName: "file",
|
|
583
670
|
type: {
|
|
584
|
-
name: "
|
|
585
|
-
|
|
586
|
-
"Allow"
|
|
587
|
-
]
|
|
671
|
+
name: "Composite",
|
|
672
|
+
className: "EncryptionService"
|
|
588
673
|
}
|
|
589
674
|
},
|
|
590
|
-
|
|
591
|
-
serializedName: "
|
|
675
|
+
table: {
|
|
676
|
+
serializedName: "table",
|
|
592
677
|
type: {
|
|
593
|
-
name: "
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
678
|
+
name: "Composite",
|
|
679
|
+
className: "EncryptionService"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
queue: {
|
|
683
|
+
serializedName: "queue",
|
|
684
|
+
type: {
|
|
685
|
+
name: "Composite",
|
|
686
|
+
className: "EncryptionService"
|
|
601
687
|
}
|
|
602
688
|
}
|
|
603
689
|
}
|
|
604
690
|
}
|
|
605
691
|
};
|
|
606
692
|
|
|
607
|
-
export const
|
|
608
|
-
serializedName: "IPRule",
|
|
693
|
+
export const EncryptionService: coreClient.CompositeMapper = {
|
|
609
694
|
type: {
|
|
610
695
|
name: "Composite",
|
|
611
|
-
className: "
|
|
696
|
+
className: "EncryptionService",
|
|
612
697
|
modelProperties: {
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
serializedName: "value",
|
|
698
|
+
enabled: {
|
|
699
|
+
serializedName: "enabled",
|
|
616
700
|
type: {
|
|
617
|
-
name: "
|
|
701
|
+
name: "Boolean"
|
|
618
702
|
}
|
|
619
703
|
},
|
|
620
|
-
|
|
621
|
-
serializedName: "
|
|
622
|
-
|
|
704
|
+
lastEnabledTime: {
|
|
705
|
+
serializedName: "lastEnabledTime",
|
|
706
|
+
readOnly: true,
|
|
623
707
|
type: {
|
|
624
|
-
name: "
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
708
|
+
name: "DateTime"
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
keyType: {
|
|
712
|
+
serializedName: "keyType",
|
|
713
|
+
type: {
|
|
714
|
+
name: "String"
|
|
628
715
|
}
|
|
629
716
|
}
|
|
630
717
|
}
|
|
631
718
|
}
|
|
632
719
|
};
|
|
633
720
|
|
|
634
|
-
export const
|
|
635
|
-
serializedName: "NetworkRuleSet",
|
|
721
|
+
export const KeyVaultProperties: coreClient.CompositeMapper = {
|
|
636
722
|
type: {
|
|
637
723
|
name: "Composite",
|
|
638
|
-
className: "
|
|
724
|
+
className: "KeyVaultProperties",
|
|
639
725
|
modelProperties: {
|
|
640
|
-
|
|
641
|
-
serializedName: "
|
|
642
|
-
defaultValue: 'AzureServices',
|
|
726
|
+
keyName: {
|
|
727
|
+
serializedName: "keyname",
|
|
643
728
|
type: {
|
|
644
729
|
name: "String"
|
|
645
730
|
}
|
|
646
731
|
},
|
|
647
|
-
|
|
648
|
-
serializedName: "
|
|
732
|
+
keyVersion: {
|
|
733
|
+
serializedName: "keyversion",
|
|
649
734
|
type: {
|
|
650
|
-
name: "
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
735
|
+
name: "String"
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
keyVaultUri: {
|
|
739
|
+
serializedName: "keyvaulturi",
|
|
740
|
+
type: {
|
|
741
|
+
name: "String"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
currentVersionedKeyIdentifier: {
|
|
745
|
+
serializedName: "currentVersionedKeyIdentifier",
|
|
746
|
+
readOnly: true,
|
|
747
|
+
type: {
|
|
748
|
+
name: "String"
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
lastKeyRotationTimestamp: {
|
|
752
|
+
serializedName: "lastKeyRotationTimestamp",
|
|
753
|
+
readOnly: true,
|
|
754
|
+
type: {
|
|
755
|
+
name: "DateTime"
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
};
|
|
761
|
+
|
|
762
|
+
export const NetworkRuleSet: coreClient.CompositeMapper = {
|
|
763
|
+
type: {
|
|
764
|
+
name: "Composite",
|
|
765
|
+
className: "NetworkRuleSet",
|
|
766
|
+
modelProperties: {
|
|
767
|
+
bypass: {
|
|
768
|
+
defaultValue: "AzureServices",
|
|
769
|
+
serializedName: "bypass",
|
|
770
|
+
type: {
|
|
771
|
+
name: "String"
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
virtualNetworkRules: {
|
|
775
|
+
serializedName: "virtualNetworkRules",
|
|
776
|
+
type: {
|
|
777
|
+
name: "Sequence",
|
|
778
|
+
element: {
|
|
779
|
+
type: {
|
|
780
|
+
name: "Composite",
|
|
781
|
+
className: "VirtualNetworkRule"
|
|
655
782
|
}
|
|
656
783
|
}
|
|
657
784
|
}
|
|
@@ -669,65 +796,71 @@ export const NetworkRuleSet: msRest.CompositeMapper = {
|
|
|
669
796
|
}
|
|
670
797
|
},
|
|
671
798
|
defaultAction: {
|
|
672
|
-
|
|
799
|
+
defaultValue: "Allow",
|
|
673
800
|
serializedName: "defaultAction",
|
|
674
|
-
|
|
801
|
+
required: true,
|
|
675
802
|
type: {
|
|
676
803
|
name: "Enum",
|
|
677
|
-
allowedValues: [
|
|
678
|
-
"Allow",
|
|
679
|
-
"Deny"
|
|
680
|
-
]
|
|
804
|
+
allowedValues: ["Allow", "Deny"]
|
|
681
805
|
}
|
|
682
806
|
}
|
|
683
807
|
}
|
|
684
808
|
}
|
|
685
809
|
};
|
|
686
810
|
|
|
687
|
-
export const
|
|
688
|
-
serializedName: "ActiveDirectoryProperties",
|
|
811
|
+
export const VirtualNetworkRule: coreClient.CompositeMapper = {
|
|
689
812
|
type: {
|
|
690
813
|
name: "Composite",
|
|
691
|
-
className: "
|
|
814
|
+
className: "VirtualNetworkRule",
|
|
692
815
|
modelProperties: {
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
serializedName: "domainName",
|
|
696
|
-
type: {
|
|
697
|
-
name: "String"
|
|
698
|
-
}
|
|
699
|
-
},
|
|
700
|
-
netBiosDomainName: {
|
|
816
|
+
virtualNetworkResourceId: {
|
|
817
|
+
serializedName: "id",
|
|
701
818
|
required: true,
|
|
702
|
-
serializedName: "netBiosDomainName",
|
|
703
819
|
type: {
|
|
704
820
|
name: "String"
|
|
705
821
|
}
|
|
706
822
|
},
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
823
|
+
action: {
|
|
824
|
+
defaultValue: "Allow",
|
|
825
|
+
isConstant: true,
|
|
826
|
+
serializedName: "action",
|
|
710
827
|
type: {
|
|
711
828
|
name: "String"
|
|
712
829
|
}
|
|
713
830
|
},
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
serializedName: "domainGuid",
|
|
831
|
+
state: {
|
|
832
|
+
serializedName: "state",
|
|
717
833
|
type: {
|
|
718
|
-
name: "
|
|
834
|
+
name: "Enum",
|
|
835
|
+
allowedValues: [
|
|
836
|
+
"provisioning",
|
|
837
|
+
"deprovisioning",
|
|
838
|
+
"succeeded",
|
|
839
|
+
"failed",
|
|
840
|
+
"networkSourceDeleted"
|
|
841
|
+
]
|
|
719
842
|
}
|
|
720
|
-
}
|
|
721
|
-
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
};
|
|
847
|
+
|
|
848
|
+
export const IPRule: coreClient.CompositeMapper = {
|
|
849
|
+
type: {
|
|
850
|
+
name: "Composite",
|
|
851
|
+
className: "IPRule",
|
|
852
|
+
modelProperties: {
|
|
853
|
+
iPAddressOrRange: {
|
|
854
|
+
serializedName: "value",
|
|
722
855
|
required: true,
|
|
723
|
-
serializedName: "domainSid",
|
|
724
856
|
type: {
|
|
725
857
|
name: "String"
|
|
726
858
|
}
|
|
727
859
|
},
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
860
|
+
action: {
|
|
861
|
+
defaultValue: "Allow",
|
|
862
|
+
isConstant: true,
|
|
863
|
+
serializedName: "action",
|
|
731
864
|
type: {
|
|
732
865
|
name: "String"
|
|
733
866
|
}
|
|
@@ -736,15 +869,14 @@ export const ActiveDirectoryProperties: msRest.CompositeMapper = {
|
|
|
736
869
|
}
|
|
737
870
|
};
|
|
738
871
|
|
|
739
|
-
export const AzureFilesIdentityBasedAuthentication:
|
|
740
|
-
serializedName: "AzureFilesIdentityBasedAuthentication",
|
|
872
|
+
export const AzureFilesIdentityBasedAuthentication: coreClient.CompositeMapper = {
|
|
741
873
|
type: {
|
|
742
874
|
name: "Composite",
|
|
743
875
|
className: "AzureFilesIdentityBasedAuthentication",
|
|
744
876
|
modelProperties: {
|
|
745
877
|
directoryServiceOptions: {
|
|
746
|
-
required: true,
|
|
747
878
|
serializedName: "directoryServiceOptions",
|
|
879
|
+
required: true,
|
|
748
880
|
type: {
|
|
749
881
|
name: "String"
|
|
750
882
|
}
|
|
@@ -760,59 +892,49 @@ export const AzureFilesIdentityBasedAuthentication: msRest.CompositeMapper = {
|
|
|
760
892
|
}
|
|
761
893
|
};
|
|
762
894
|
|
|
763
|
-
export const
|
|
764
|
-
serializedName: "RoutingPreference",
|
|
895
|
+
export const ActiveDirectoryProperties: coreClient.CompositeMapper = {
|
|
765
896
|
type: {
|
|
766
897
|
name: "Composite",
|
|
767
|
-
className: "
|
|
898
|
+
className: "ActiveDirectoryProperties",
|
|
768
899
|
modelProperties: {
|
|
769
|
-
|
|
770
|
-
serializedName: "
|
|
900
|
+
domainName: {
|
|
901
|
+
serializedName: "domainName",
|
|
902
|
+
required: true,
|
|
771
903
|
type: {
|
|
772
904
|
name: "String"
|
|
773
905
|
}
|
|
774
906
|
},
|
|
775
|
-
|
|
776
|
-
serializedName: "
|
|
907
|
+
netBiosDomainName: {
|
|
908
|
+
serializedName: "netBiosDomainName",
|
|
909
|
+
required: true,
|
|
777
910
|
type: {
|
|
778
|
-
name: "
|
|
911
|
+
name: "String"
|
|
779
912
|
}
|
|
780
913
|
},
|
|
781
|
-
|
|
782
|
-
serializedName: "
|
|
914
|
+
forestName: {
|
|
915
|
+
serializedName: "forestName",
|
|
916
|
+
required: true,
|
|
783
917
|
type: {
|
|
784
|
-
name: "
|
|
918
|
+
name: "String"
|
|
785
919
|
}
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
export const Identity: msRest.CompositeMapper = {
|
|
792
|
-
serializedName: "Identity",
|
|
793
|
-
type: {
|
|
794
|
-
name: "Composite",
|
|
795
|
-
className: "Identity",
|
|
796
|
-
modelProperties: {
|
|
797
|
-
principalId: {
|
|
798
|
-
readOnly: true,
|
|
799
|
-
serializedName: "principalId",
|
|
920
|
+
},
|
|
921
|
+
domainGuid: {
|
|
922
|
+
serializedName: "domainGuid",
|
|
923
|
+
required: true,
|
|
800
924
|
type: {
|
|
801
925
|
name: "String"
|
|
802
926
|
}
|
|
803
927
|
},
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
928
|
+
domainSid: {
|
|
929
|
+
serializedName: "domainSid",
|
|
930
|
+
required: true,
|
|
807
931
|
type: {
|
|
808
932
|
name: "String"
|
|
809
933
|
}
|
|
810
934
|
},
|
|
811
|
-
|
|
935
|
+
azureStorageSid: {
|
|
936
|
+
serializedName: "azureStorageSid",
|
|
812
937
|
required: true,
|
|
813
|
-
isConstant: true,
|
|
814
|
-
serializedName: "type",
|
|
815
|
-
defaultValue: 'SystemAssigned',
|
|
816
938
|
type: {
|
|
817
939
|
name: "String"
|
|
818
940
|
}
|
|
@@ -821,202 +943,141 @@ export const Identity: msRest.CompositeMapper = {
|
|
|
821
943
|
}
|
|
822
944
|
};
|
|
823
945
|
|
|
824
|
-
export const
|
|
825
|
-
serializedName: "Sku",
|
|
946
|
+
export const RoutingPreference: coreClient.CompositeMapper = {
|
|
826
947
|
type: {
|
|
827
948
|
name: "Composite",
|
|
828
|
-
className: "
|
|
949
|
+
className: "RoutingPreference",
|
|
829
950
|
modelProperties: {
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
serializedName: "name",
|
|
951
|
+
routingChoice: {
|
|
952
|
+
serializedName: "routingChoice",
|
|
833
953
|
type: {
|
|
834
954
|
name: "String"
|
|
835
955
|
}
|
|
836
956
|
},
|
|
837
|
-
|
|
838
|
-
serializedName: "
|
|
957
|
+
publishMicrosoftEndpoints: {
|
|
958
|
+
serializedName: "publishMicrosoftEndpoints",
|
|
839
959
|
type: {
|
|
840
|
-
name: "
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
960
|
+
name: "Boolean"
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
publishInternetEndpoints: {
|
|
964
|
+
serializedName: "publishInternetEndpoints",
|
|
965
|
+
type: {
|
|
966
|
+
name: "Boolean"
|
|
845
967
|
}
|
|
846
968
|
}
|
|
847
969
|
}
|
|
848
970
|
}
|
|
849
971
|
};
|
|
850
972
|
|
|
851
|
-
export const
|
|
852
|
-
serializedName: "StorageAccountCreateParameters",
|
|
973
|
+
export const Endpoints: coreClient.CompositeMapper = {
|
|
853
974
|
type: {
|
|
854
975
|
name: "Composite",
|
|
855
|
-
className: "
|
|
976
|
+
className: "Endpoints",
|
|
856
977
|
modelProperties: {
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
978
|
+
blob: {
|
|
979
|
+
serializedName: "blob",
|
|
980
|
+
readOnly: true,
|
|
860
981
|
type: {
|
|
861
|
-
name: "
|
|
862
|
-
className: "Sku"
|
|
982
|
+
name: "String"
|
|
863
983
|
}
|
|
864
984
|
},
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
985
|
+
queue: {
|
|
986
|
+
serializedName: "queue",
|
|
987
|
+
readOnly: true,
|
|
868
988
|
type: {
|
|
869
989
|
name: "String"
|
|
870
990
|
}
|
|
871
991
|
},
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
992
|
+
table: {
|
|
993
|
+
serializedName: "table",
|
|
994
|
+
readOnly: true,
|
|
875
995
|
type: {
|
|
876
996
|
name: "String"
|
|
877
997
|
}
|
|
878
998
|
},
|
|
879
|
-
|
|
880
|
-
serializedName: "
|
|
999
|
+
file: {
|
|
1000
|
+
serializedName: "file",
|
|
1001
|
+
readOnly: true,
|
|
881
1002
|
type: {
|
|
882
|
-
name: "
|
|
883
|
-
value: {
|
|
884
|
-
type: {
|
|
885
|
-
name: "String"
|
|
886
|
-
}
|
|
887
|
-
}
|
|
1003
|
+
name: "String"
|
|
888
1004
|
}
|
|
889
1005
|
},
|
|
890
|
-
|
|
891
|
-
serializedName: "
|
|
1006
|
+
web: {
|
|
1007
|
+
serializedName: "web",
|
|
1008
|
+
readOnly: true,
|
|
892
1009
|
type: {
|
|
893
|
-
name: "
|
|
894
|
-
className: "Identity"
|
|
1010
|
+
name: "String"
|
|
895
1011
|
}
|
|
896
1012
|
},
|
|
897
|
-
|
|
898
|
-
serializedName: "
|
|
1013
|
+
dfs: {
|
|
1014
|
+
serializedName: "dfs",
|
|
1015
|
+
readOnly: true,
|
|
899
1016
|
type: {
|
|
900
|
-
name: "
|
|
901
|
-
className: "CustomDomain"
|
|
1017
|
+
name: "String"
|
|
902
1018
|
}
|
|
903
1019
|
},
|
|
904
|
-
|
|
905
|
-
serializedName: "
|
|
1020
|
+
microsoftEndpoints: {
|
|
1021
|
+
serializedName: "microsoftEndpoints",
|
|
906
1022
|
type: {
|
|
907
1023
|
name: "Composite",
|
|
908
|
-
className: "
|
|
1024
|
+
className: "StorageAccountMicrosoftEndpoints"
|
|
909
1025
|
}
|
|
910
1026
|
},
|
|
911
|
-
|
|
912
|
-
serializedName: "
|
|
1027
|
+
internetEndpoints: {
|
|
1028
|
+
serializedName: "internetEndpoints",
|
|
913
1029
|
type: {
|
|
914
1030
|
name: "Composite",
|
|
915
|
-
className: "
|
|
1031
|
+
className: "StorageAccountInternetEndpoints"
|
|
916
1032
|
}
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
|
|
1033
|
+
}
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
};
|
|
1037
|
+
|
|
1038
|
+
export const StorageAccountMicrosoftEndpoints: coreClient.CompositeMapper = {
|
|
1039
|
+
type: {
|
|
1040
|
+
name: "Composite",
|
|
1041
|
+
className: "StorageAccountMicrosoftEndpoints",
|
|
1042
|
+
modelProperties: {
|
|
1043
|
+
blob: {
|
|
1044
|
+
serializedName: "blob",
|
|
1045
|
+
readOnly: true,
|
|
920
1046
|
type: {
|
|
921
|
-
name: "
|
|
922
|
-
allowedValues: [
|
|
923
|
-
"Hot",
|
|
924
|
-
"Cool"
|
|
925
|
-
]
|
|
926
|
-
}
|
|
927
|
-
},
|
|
928
|
-
azureFilesIdentityBasedAuthentication: {
|
|
929
|
-
serializedName: "properties.azureFilesIdentityBasedAuthentication",
|
|
930
|
-
type: {
|
|
931
|
-
name: "Composite",
|
|
932
|
-
className: "AzureFilesIdentityBasedAuthentication"
|
|
933
|
-
}
|
|
934
|
-
},
|
|
935
|
-
enableHttpsTrafficOnly: {
|
|
936
|
-
serializedName: "properties.supportsHttpsTrafficOnly",
|
|
937
|
-
type: {
|
|
938
|
-
name: "Boolean"
|
|
939
|
-
}
|
|
940
|
-
},
|
|
941
|
-
isHnsEnabled: {
|
|
942
|
-
serializedName: "properties.isHnsEnabled",
|
|
943
|
-
type: {
|
|
944
|
-
name: "Boolean"
|
|
945
|
-
}
|
|
946
|
-
},
|
|
947
|
-
largeFileSharesState: {
|
|
948
|
-
serializedName: "properties.largeFileSharesState",
|
|
949
|
-
type: {
|
|
950
|
-
name: "String"
|
|
951
|
-
}
|
|
952
|
-
},
|
|
953
|
-
routingPreference: {
|
|
954
|
-
serializedName: "properties.routingPreference",
|
|
955
|
-
type: {
|
|
956
|
-
name: "Composite",
|
|
957
|
-
className: "RoutingPreference"
|
|
958
|
-
}
|
|
959
|
-
},
|
|
960
|
-
allowBlobPublicAccess: {
|
|
961
|
-
serializedName: "properties.allowBlobPublicAccess",
|
|
962
|
-
type: {
|
|
963
|
-
name: "Boolean"
|
|
964
|
-
}
|
|
965
|
-
},
|
|
966
|
-
minimumTlsVersion: {
|
|
967
|
-
serializedName: "properties.minimumTlsVersion",
|
|
968
|
-
type: {
|
|
969
|
-
name: "String"
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
}
|
|
973
|
-
}
|
|
974
|
-
};
|
|
975
|
-
|
|
976
|
-
export const StorageAccountMicrosoftEndpoints: msRest.CompositeMapper = {
|
|
977
|
-
serializedName: "StorageAccountMicrosoftEndpoints",
|
|
978
|
-
type: {
|
|
979
|
-
name: "Composite",
|
|
980
|
-
className: "StorageAccountMicrosoftEndpoints",
|
|
981
|
-
modelProperties: {
|
|
982
|
-
blob: {
|
|
983
|
-
readOnly: true,
|
|
984
|
-
serializedName: "blob",
|
|
985
|
-
type: {
|
|
986
|
-
name: "String"
|
|
1047
|
+
name: "String"
|
|
987
1048
|
}
|
|
988
1049
|
},
|
|
989
1050
|
queue: {
|
|
990
|
-
readOnly: true,
|
|
991
1051
|
serializedName: "queue",
|
|
1052
|
+
readOnly: true,
|
|
992
1053
|
type: {
|
|
993
1054
|
name: "String"
|
|
994
1055
|
}
|
|
995
1056
|
},
|
|
996
1057
|
table: {
|
|
997
|
-
readOnly: true,
|
|
998
1058
|
serializedName: "table",
|
|
1059
|
+
readOnly: true,
|
|
999
1060
|
type: {
|
|
1000
1061
|
name: "String"
|
|
1001
1062
|
}
|
|
1002
1063
|
},
|
|
1003
1064
|
file: {
|
|
1004
|
-
readOnly: true,
|
|
1005
1065
|
serializedName: "file",
|
|
1066
|
+
readOnly: true,
|
|
1006
1067
|
type: {
|
|
1007
1068
|
name: "String"
|
|
1008
1069
|
}
|
|
1009
1070
|
},
|
|
1010
1071
|
web: {
|
|
1011
|
-
readOnly: true,
|
|
1012
1072
|
serializedName: "web",
|
|
1073
|
+
readOnly: true,
|
|
1013
1074
|
type: {
|
|
1014
1075
|
name: "String"
|
|
1015
1076
|
}
|
|
1016
1077
|
},
|
|
1017
1078
|
dfs: {
|
|
1018
|
-
readOnly: true,
|
|
1019
1079
|
serializedName: "dfs",
|
|
1080
|
+
readOnly: true,
|
|
1020
1081
|
type: {
|
|
1021
1082
|
name: "String"
|
|
1022
1083
|
}
|
|
@@ -1025,36 +1086,35 @@ export const StorageAccountMicrosoftEndpoints: msRest.CompositeMapper = {
|
|
|
1025
1086
|
}
|
|
1026
1087
|
};
|
|
1027
1088
|
|
|
1028
|
-
export const StorageAccountInternetEndpoints:
|
|
1029
|
-
serializedName: "StorageAccountInternetEndpoints",
|
|
1089
|
+
export const StorageAccountInternetEndpoints: coreClient.CompositeMapper = {
|
|
1030
1090
|
type: {
|
|
1031
1091
|
name: "Composite",
|
|
1032
1092
|
className: "StorageAccountInternetEndpoints",
|
|
1033
1093
|
modelProperties: {
|
|
1034
1094
|
blob: {
|
|
1035
|
-
readOnly: true,
|
|
1036
1095
|
serializedName: "blob",
|
|
1096
|
+
readOnly: true,
|
|
1037
1097
|
type: {
|
|
1038
1098
|
name: "String"
|
|
1039
1099
|
}
|
|
1040
1100
|
},
|
|
1041
1101
|
file: {
|
|
1042
|
-
readOnly: true,
|
|
1043
1102
|
serializedName: "file",
|
|
1103
|
+
readOnly: true,
|
|
1044
1104
|
type: {
|
|
1045
1105
|
name: "String"
|
|
1046
1106
|
}
|
|
1047
1107
|
},
|
|
1048
1108
|
web: {
|
|
1049
|
-
readOnly: true,
|
|
1050
1109
|
serializedName: "web",
|
|
1110
|
+
readOnly: true,
|
|
1051
1111
|
type: {
|
|
1052
1112
|
name: "String"
|
|
1053
1113
|
}
|
|
1054
1114
|
},
|
|
1055
1115
|
dfs: {
|
|
1056
|
-
readOnly: true,
|
|
1057
1116
|
serializedName: "dfs",
|
|
1117
|
+
readOnly: true,
|
|
1058
1118
|
type: {
|
|
1059
1119
|
name: "String"
|
|
1060
1120
|
}
|
|
@@ -1063,186 +1123,136 @@ export const StorageAccountInternetEndpoints: msRest.CompositeMapper = {
|
|
|
1063
1123
|
}
|
|
1064
1124
|
};
|
|
1065
1125
|
|
|
1066
|
-
export const
|
|
1067
|
-
serializedName: "Endpoints",
|
|
1126
|
+
export const GeoReplicationStats: coreClient.CompositeMapper = {
|
|
1068
1127
|
type: {
|
|
1069
1128
|
name: "Composite",
|
|
1070
|
-
className: "
|
|
1129
|
+
className: "GeoReplicationStats",
|
|
1071
1130
|
modelProperties: {
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
serializedName: "blob",
|
|
1075
|
-
type: {
|
|
1076
|
-
name: "String"
|
|
1077
|
-
}
|
|
1078
|
-
},
|
|
1079
|
-
queue: {
|
|
1080
|
-
readOnly: true,
|
|
1081
|
-
serializedName: "queue",
|
|
1082
|
-
type: {
|
|
1083
|
-
name: "String"
|
|
1084
|
-
}
|
|
1085
|
-
},
|
|
1086
|
-
table: {
|
|
1131
|
+
status: {
|
|
1132
|
+
serializedName: "status",
|
|
1087
1133
|
readOnly: true,
|
|
1088
|
-
serializedName: "table",
|
|
1089
1134
|
type: {
|
|
1090
1135
|
name: "String"
|
|
1091
1136
|
}
|
|
1092
1137
|
},
|
|
1093
|
-
|
|
1138
|
+
lastSyncTime: {
|
|
1139
|
+
serializedName: "lastSyncTime",
|
|
1094
1140
|
readOnly: true,
|
|
1095
|
-
serializedName: "file",
|
|
1096
1141
|
type: {
|
|
1097
|
-
name: "
|
|
1142
|
+
name: "DateTime"
|
|
1098
1143
|
}
|
|
1099
1144
|
},
|
|
1100
|
-
|
|
1145
|
+
canFailover: {
|
|
1146
|
+
serializedName: "canFailover",
|
|
1101
1147
|
readOnly: true,
|
|
1102
|
-
serializedName: "web",
|
|
1103
1148
|
type: {
|
|
1104
|
-
name: "
|
|
1149
|
+
name: "Boolean"
|
|
1105
1150
|
}
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
};
|
|
1155
|
+
|
|
1156
|
+
export const PrivateEndpoint: coreClient.CompositeMapper = {
|
|
1157
|
+
type: {
|
|
1158
|
+
name: "Composite",
|
|
1159
|
+
className: "PrivateEndpoint",
|
|
1160
|
+
modelProperties: {
|
|
1161
|
+
id: {
|
|
1162
|
+
serializedName: "id",
|
|
1108
1163
|
readOnly: true,
|
|
1109
|
-
serializedName: "dfs",
|
|
1110
1164
|
type: {
|
|
1111
1165
|
name: "String"
|
|
1112
1166
|
}
|
|
1113
|
-
},
|
|
1114
|
-
microsoftEndpoints: {
|
|
1115
|
-
serializedName: "microsoftEndpoints",
|
|
1116
|
-
type: {
|
|
1117
|
-
name: "Composite",
|
|
1118
|
-
className: "StorageAccountMicrosoftEndpoints"
|
|
1119
|
-
}
|
|
1120
|
-
},
|
|
1121
|
-
internetEndpoints: {
|
|
1122
|
-
serializedName: "internetEndpoints",
|
|
1123
|
-
type: {
|
|
1124
|
-
name: "Composite",
|
|
1125
|
-
className: "StorageAccountInternetEndpoints"
|
|
1126
|
-
}
|
|
1127
1167
|
}
|
|
1128
1168
|
}
|
|
1129
1169
|
}
|
|
1130
1170
|
};
|
|
1131
1171
|
|
|
1132
|
-
export const
|
|
1133
|
-
serializedName: "GeoReplicationStats",
|
|
1172
|
+
export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
|
|
1134
1173
|
type: {
|
|
1135
1174
|
name: "Composite",
|
|
1136
|
-
className: "
|
|
1175
|
+
className: "PrivateLinkServiceConnectionState",
|
|
1137
1176
|
modelProperties: {
|
|
1138
1177
|
status: {
|
|
1139
|
-
readOnly: true,
|
|
1140
1178
|
serializedName: "status",
|
|
1141
1179
|
type: {
|
|
1142
1180
|
name: "String"
|
|
1143
1181
|
}
|
|
1144
1182
|
},
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
serializedName: "lastSyncTime",
|
|
1183
|
+
description: {
|
|
1184
|
+
serializedName: "description",
|
|
1148
1185
|
type: {
|
|
1149
|
-
name: "
|
|
1186
|
+
name: "String"
|
|
1150
1187
|
}
|
|
1151
1188
|
},
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
serializedName: "canFailover",
|
|
1189
|
+
actionRequired: {
|
|
1190
|
+
serializedName: "actionRequired",
|
|
1155
1191
|
type: {
|
|
1156
|
-
name: "
|
|
1192
|
+
name: "String"
|
|
1157
1193
|
}
|
|
1158
1194
|
}
|
|
1159
1195
|
}
|
|
1160
1196
|
}
|
|
1161
1197
|
};
|
|
1162
1198
|
|
|
1163
|
-
export const
|
|
1164
|
-
serializedName: "BlobRestoreRange",
|
|
1199
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
1165
1200
|
type: {
|
|
1166
1201
|
name: "Composite",
|
|
1167
|
-
className: "
|
|
1202
|
+
className: "Resource",
|
|
1168
1203
|
modelProperties: {
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1204
|
+
id: {
|
|
1205
|
+
serializedName: "id",
|
|
1206
|
+
readOnly: true,
|
|
1172
1207
|
type: {
|
|
1173
1208
|
name: "String"
|
|
1174
1209
|
}
|
|
1175
1210
|
},
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1211
|
+
name: {
|
|
1212
|
+
serializedName: "name",
|
|
1213
|
+
readOnly: true,
|
|
1179
1214
|
type: {
|
|
1180
1215
|
name: "String"
|
|
1181
1216
|
}
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1184
|
-
}
|
|
1185
|
-
};
|
|
1186
|
-
|
|
1187
|
-
export const BlobRestoreParameters: msRest.CompositeMapper = {
|
|
1188
|
-
serializedName: "BlobRestoreParameters",
|
|
1189
|
-
type: {
|
|
1190
|
-
name: "Composite",
|
|
1191
|
-
className: "BlobRestoreParameters",
|
|
1192
|
-
modelProperties: {
|
|
1193
|
-
timeToRestore: {
|
|
1194
|
-
required: true,
|
|
1195
|
-
serializedName: "timeToRestore",
|
|
1196
|
-
type: {
|
|
1197
|
-
name: "DateTime"
|
|
1198
|
-
}
|
|
1199
1217
|
},
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1218
|
+
type: {
|
|
1219
|
+
serializedName: "type",
|
|
1220
|
+
readOnly: true,
|
|
1203
1221
|
type: {
|
|
1204
|
-
name: "
|
|
1205
|
-
element: {
|
|
1206
|
-
type: {
|
|
1207
|
-
name: "Composite",
|
|
1208
|
-
className: "BlobRestoreRange"
|
|
1209
|
-
}
|
|
1210
|
-
}
|
|
1222
|
+
name: "String"
|
|
1211
1223
|
}
|
|
1212
1224
|
}
|
|
1213
1225
|
}
|
|
1214
1226
|
}
|
|
1215
1227
|
};
|
|
1216
1228
|
|
|
1217
|
-
export const BlobRestoreStatus:
|
|
1218
|
-
serializedName: "BlobRestoreStatus",
|
|
1229
|
+
export const BlobRestoreStatus: coreClient.CompositeMapper = {
|
|
1219
1230
|
type: {
|
|
1220
1231
|
name: "Composite",
|
|
1221
1232
|
className: "BlobRestoreStatus",
|
|
1222
1233
|
modelProperties: {
|
|
1223
1234
|
status: {
|
|
1224
|
-
readOnly: true,
|
|
1225
1235
|
serializedName: "status",
|
|
1236
|
+
readOnly: true,
|
|
1226
1237
|
type: {
|
|
1227
1238
|
name: "String"
|
|
1228
1239
|
}
|
|
1229
1240
|
},
|
|
1230
1241
|
failureReason: {
|
|
1231
|
-
readOnly: true,
|
|
1232
1242
|
serializedName: "failureReason",
|
|
1243
|
+
readOnly: true,
|
|
1233
1244
|
type: {
|
|
1234
1245
|
name: "String"
|
|
1235
1246
|
}
|
|
1236
1247
|
},
|
|
1237
1248
|
restoreId: {
|
|
1238
|
-
readOnly: true,
|
|
1239
1249
|
serializedName: "restoreId",
|
|
1250
|
+
readOnly: true,
|
|
1240
1251
|
type: {
|
|
1241
1252
|
name: "String"
|
|
1242
1253
|
}
|
|
1243
1254
|
},
|
|
1244
1255
|
parameters: {
|
|
1245
|
-
readOnly: true,
|
|
1246
1256
|
serializedName: "parameters",
|
|
1247
1257
|
type: {
|
|
1248
1258
|
name: "Composite",
|
|
@@ -1253,43 +1263,50 @@ export const BlobRestoreStatus: msRest.CompositeMapper = {
|
|
|
1253
1263
|
}
|
|
1254
1264
|
};
|
|
1255
1265
|
|
|
1256
|
-
export const
|
|
1257
|
-
serializedName: "PrivateEndpoint",
|
|
1266
|
+
export const BlobRestoreParameters: coreClient.CompositeMapper = {
|
|
1258
1267
|
type: {
|
|
1259
1268
|
name: "Composite",
|
|
1260
|
-
className: "
|
|
1269
|
+
className: "BlobRestoreParameters",
|
|
1261
1270
|
modelProperties: {
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1271
|
+
timeToRestore: {
|
|
1272
|
+
serializedName: "timeToRestore",
|
|
1273
|
+
required: true,
|
|
1265
1274
|
type: {
|
|
1266
|
-
name: "
|
|
1275
|
+
name: "DateTime"
|
|
1276
|
+
}
|
|
1277
|
+
},
|
|
1278
|
+
blobRanges: {
|
|
1279
|
+
serializedName: "blobRanges",
|
|
1280
|
+
required: true,
|
|
1281
|
+
type: {
|
|
1282
|
+
name: "Sequence",
|
|
1283
|
+
element: {
|
|
1284
|
+
type: {
|
|
1285
|
+
name: "Composite",
|
|
1286
|
+
className: "BlobRestoreRange"
|
|
1287
|
+
}
|
|
1288
|
+
}
|
|
1267
1289
|
}
|
|
1268
1290
|
}
|
|
1269
1291
|
}
|
|
1270
1292
|
}
|
|
1271
1293
|
};
|
|
1272
1294
|
|
|
1273
|
-
export const
|
|
1274
|
-
serializedName: "PrivateLinkServiceConnectionState",
|
|
1295
|
+
export const BlobRestoreRange: coreClient.CompositeMapper = {
|
|
1275
1296
|
type: {
|
|
1276
1297
|
name: "Composite",
|
|
1277
|
-
className: "
|
|
1298
|
+
className: "BlobRestoreRange",
|
|
1278
1299
|
modelProperties: {
|
|
1279
|
-
|
|
1280
|
-
serializedName: "
|
|
1281
|
-
|
|
1282
|
-
name: "String"
|
|
1283
|
-
}
|
|
1284
|
-
},
|
|
1285
|
-
description: {
|
|
1286
|
-
serializedName: "description",
|
|
1300
|
+
startRange: {
|
|
1301
|
+
serializedName: "startRange",
|
|
1302
|
+
required: true,
|
|
1287
1303
|
type: {
|
|
1288
1304
|
name: "String"
|
|
1289
1305
|
}
|
|
1290
1306
|
},
|
|
1291
|
-
|
|
1292
|
-
serializedName: "
|
|
1307
|
+
endRange: {
|
|
1308
|
+
serializedName: "endRange",
|
|
1309
|
+
required: true,
|
|
1293
1310
|
type: {
|
|
1294
1311
|
name: "String"
|
|
1295
1312
|
}
|
|
@@ -1298,118 +1315,23 @@ export const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {
|
|
|
1298
1315
|
}
|
|
1299
1316
|
};
|
|
1300
1317
|
|
|
1301
|
-
export const
|
|
1302
|
-
serializedName: "Resource",
|
|
1318
|
+
export const StorageAccountUpdateParameters: coreClient.CompositeMapper = {
|
|
1303
1319
|
type: {
|
|
1304
1320
|
name: "Composite",
|
|
1305
|
-
className: "
|
|
1321
|
+
className: "StorageAccountUpdateParameters",
|
|
1306
1322
|
modelProperties: {
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
serializedName: "id",
|
|
1323
|
+
sku: {
|
|
1324
|
+
serializedName: "sku",
|
|
1310
1325
|
type: {
|
|
1311
|
-
name: "
|
|
1326
|
+
name: "Composite",
|
|
1327
|
+
className: "Sku"
|
|
1312
1328
|
}
|
|
1313
1329
|
},
|
|
1314
|
-
name: {
|
|
1315
|
-
readOnly: true,
|
|
1316
|
-
serializedName: "name",
|
|
1317
|
-
type: {
|
|
1318
|
-
name: "String"
|
|
1319
|
-
}
|
|
1320
|
-
},
|
|
1321
|
-
type: {
|
|
1322
|
-
readOnly: true,
|
|
1323
|
-
serializedName: "type",
|
|
1324
|
-
type: {
|
|
1325
|
-
name: "String"
|
|
1326
|
-
}
|
|
1327
|
-
}
|
|
1328
|
-
}
|
|
1329
|
-
}
|
|
1330
|
-
};
|
|
1331
|
-
|
|
1332
|
-
export const PrivateEndpointConnection: msRest.CompositeMapper = {
|
|
1333
|
-
serializedName: "PrivateEndpointConnection",
|
|
1334
|
-
type: {
|
|
1335
|
-
name: "Composite",
|
|
1336
|
-
className: "PrivateEndpointConnection",
|
|
1337
|
-
modelProperties: {
|
|
1338
|
-
...Resource.type.modelProperties,
|
|
1339
|
-
privateEndpoint: {
|
|
1340
|
-
serializedName: "properties.privateEndpoint",
|
|
1341
|
-
type: {
|
|
1342
|
-
name: "Composite",
|
|
1343
|
-
className: "PrivateEndpoint"
|
|
1344
|
-
}
|
|
1345
|
-
},
|
|
1346
|
-
privateLinkServiceConnectionState: {
|
|
1347
|
-
required: true,
|
|
1348
|
-
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1349
|
-
type: {
|
|
1350
|
-
name: "Composite",
|
|
1351
|
-
className: "PrivateLinkServiceConnectionState"
|
|
1352
|
-
}
|
|
1353
|
-
},
|
|
1354
|
-
provisioningState: {
|
|
1355
|
-
serializedName: "properties.provisioningState",
|
|
1356
|
-
type: {
|
|
1357
|
-
name: "String"
|
|
1358
|
-
}
|
|
1359
|
-
}
|
|
1360
|
-
}
|
|
1361
|
-
}
|
|
1362
|
-
};
|
|
1363
|
-
|
|
1364
|
-
export const TrackedResource: msRest.CompositeMapper = {
|
|
1365
|
-
serializedName: "TrackedResource",
|
|
1366
|
-
type: {
|
|
1367
|
-
name: "Composite",
|
|
1368
|
-
className: "TrackedResource",
|
|
1369
|
-
modelProperties: {
|
|
1370
|
-
...Resource.type.modelProperties,
|
|
1371
1330
|
tags: {
|
|
1372
1331
|
serializedName: "tags",
|
|
1373
1332
|
type: {
|
|
1374
1333
|
name: "Dictionary",
|
|
1375
|
-
value: {
|
|
1376
|
-
type: {
|
|
1377
|
-
name: "String"
|
|
1378
|
-
}
|
|
1379
|
-
}
|
|
1380
|
-
}
|
|
1381
|
-
},
|
|
1382
|
-
location: {
|
|
1383
|
-
required: true,
|
|
1384
|
-
serializedName: "location",
|
|
1385
|
-
type: {
|
|
1386
|
-
name: "String"
|
|
1387
|
-
}
|
|
1388
|
-
}
|
|
1389
|
-
}
|
|
1390
|
-
}
|
|
1391
|
-
};
|
|
1392
|
-
|
|
1393
|
-
export const StorageAccount: msRest.CompositeMapper = {
|
|
1394
|
-
serializedName: "StorageAccount",
|
|
1395
|
-
type: {
|
|
1396
|
-
name: "Composite",
|
|
1397
|
-
className: "StorageAccount",
|
|
1398
|
-
modelProperties: {
|
|
1399
|
-
...TrackedResource.type.modelProperties,
|
|
1400
|
-
sku: {
|
|
1401
|
-
readOnly: true,
|
|
1402
|
-
serializedName: "sku",
|
|
1403
|
-
type: {
|
|
1404
|
-
name: "Composite",
|
|
1405
|
-
className: "Sku"
|
|
1406
|
-
}
|
|
1407
|
-
},
|
|
1408
|
-
kind: {
|
|
1409
|
-
readOnly: true,
|
|
1410
|
-
serializedName: "kind",
|
|
1411
|
-
type: {
|
|
1412
|
-
name: "String"
|
|
1334
|
+
value: { type: { name: "String" } }
|
|
1413
1335
|
}
|
|
1414
1336
|
},
|
|
1415
1337
|
identity: {
|
|
@@ -1419,94 +1341,20 @@ export const StorageAccount: msRest.CompositeMapper = {
|
|
|
1419
1341
|
className: "Identity"
|
|
1420
1342
|
}
|
|
1421
1343
|
},
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
serializedName: "properties.provisioningState",
|
|
1425
|
-
type: {
|
|
1426
|
-
name: "Enum",
|
|
1427
|
-
allowedValues: [
|
|
1428
|
-
"Creating",
|
|
1429
|
-
"ResolvingDNS",
|
|
1430
|
-
"Succeeded"
|
|
1431
|
-
]
|
|
1432
|
-
}
|
|
1433
|
-
},
|
|
1434
|
-
primaryEndpoints: {
|
|
1435
|
-
readOnly: true,
|
|
1436
|
-
serializedName: "properties.primaryEndpoints",
|
|
1437
|
-
type: {
|
|
1438
|
-
name: "Composite",
|
|
1439
|
-
className: "Endpoints"
|
|
1440
|
-
}
|
|
1441
|
-
},
|
|
1442
|
-
primaryLocation: {
|
|
1443
|
-
readOnly: true,
|
|
1444
|
-
serializedName: "properties.primaryLocation",
|
|
1445
|
-
type: {
|
|
1446
|
-
name: "String"
|
|
1447
|
-
}
|
|
1448
|
-
},
|
|
1449
|
-
statusOfPrimary: {
|
|
1450
|
-
readOnly: true,
|
|
1451
|
-
serializedName: "properties.statusOfPrimary",
|
|
1452
|
-
type: {
|
|
1453
|
-
name: "Enum",
|
|
1454
|
-
allowedValues: [
|
|
1455
|
-
"available",
|
|
1456
|
-
"unavailable"
|
|
1457
|
-
]
|
|
1458
|
-
}
|
|
1459
|
-
},
|
|
1460
|
-
lastGeoFailoverTime: {
|
|
1461
|
-
readOnly: true,
|
|
1462
|
-
serializedName: "properties.lastGeoFailoverTime",
|
|
1463
|
-
type: {
|
|
1464
|
-
name: "DateTime"
|
|
1465
|
-
}
|
|
1466
|
-
},
|
|
1467
|
-
secondaryLocation: {
|
|
1468
|
-
readOnly: true,
|
|
1469
|
-
serializedName: "properties.secondaryLocation",
|
|
1344
|
+
kind: {
|
|
1345
|
+
serializedName: "kind",
|
|
1470
1346
|
type: {
|
|
1471
1347
|
name: "String"
|
|
1472
1348
|
}
|
|
1473
1349
|
},
|
|
1474
|
-
statusOfSecondary: {
|
|
1475
|
-
readOnly: true,
|
|
1476
|
-
serializedName: "properties.statusOfSecondary",
|
|
1477
|
-
type: {
|
|
1478
|
-
name: "Enum",
|
|
1479
|
-
allowedValues: [
|
|
1480
|
-
"available",
|
|
1481
|
-
"unavailable"
|
|
1482
|
-
]
|
|
1483
|
-
}
|
|
1484
|
-
},
|
|
1485
|
-
creationTime: {
|
|
1486
|
-
readOnly: true,
|
|
1487
|
-
serializedName: "properties.creationTime",
|
|
1488
|
-
type: {
|
|
1489
|
-
name: "DateTime"
|
|
1490
|
-
}
|
|
1491
|
-
},
|
|
1492
1350
|
customDomain: {
|
|
1493
|
-
readOnly: true,
|
|
1494
1351
|
serializedName: "properties.customDomain",
|
|
1495
1352
|
type: {
|
|
1496
1353
|
name: "Composite",
|
|
1497
1354
|
className: "CustomDomain"
|
|
1498
1355
|
}
|
|
1499
1356
|
},
|
|
1500
|
-
secondaryEndpoints: {
|
|
1501
|
-
readOnly: true,
|
|
1502
|
-
serializedName: "properties.secondaryEndpoints",
|
|
1503
|
-
type: {
|
|
1504
|
-
name: "Composite",
|
|
1505
|
-
className: "Endpoints"
|
|
1506
|
-
}
|
|
1507
|
-
},
|
|
1508
1357
|
encryption: {
|
|
1509
|
-
readOnly: true,
|
|
1510
1358
|
serializedName: "properties.encryption",
|
|
1511
1359
|
type: {
|
|
1512
1360
|
name: "Composite",
|
|
@@ -1514,14 +1362,10 @@ export const StorageAccount: msRest.CompositeMapper = {
|
|
|
1514
1362
|
}
|
|
1515
1363
|
},
|
|
1516
1364
|
accessTier: {
|
|
1517
|
-
readOnly: true,
|
|
1518
1365
|
serializedName: "properties.accessTier",
|
|
1519
1366
|
type: {
|
|
1520
1367
|
name: "Enum",
|
|
1521
|
-
allowedValues: [
|
|
1522
|
-
"Hot",
|
|
1523
|
-
"Cool"
|
|
1524
|
-
]
|
|
1368
|
+
allowedValues: ["Hot", "Cool"]
|
|
1525
1369
|
}
|
|
1526
1370
|
},
|
|
1527
1371
|
azureFilesIdentityBasedAuthentication: {
|
|
@@ -1538,53 +1382,18 @@ export const StorageAccount: msRest.CompositeMapper = {
|
|
|
1538
1382
|
}
|
|
1539
1383
|
},
|
|
1540
1384
|
networkRuleSet: {
|
|
1541
|
-
readOnly: true,
|
|
1542
1385
|
serializedName: "properties.networkAcls",
|
|
1543
1386
|
type: {
|
|
1544
1387
|
name: "Composite",
|
|
1545
1388
|
className: "NetworkRuleSet"
|
|
1546
1389
|
}
|
|
1547
1390
|
},
|
|
1548
|
-
isHnsEnabled: {
|
|
1549
|
-
serializedName: "properties.isHnsEnabled",
|
|
1550
|
-
type: {
|
|
1551
|
-
name: "Boolean"
|
|
1552
|
-
}
|
|
1553
|
-
},
|
|
1554
|
-
geoReplicationStats: {
|
|
1555
|
-
readOnly: true,
|
|
1556
|
-
serializedName: "properties.geoReplicationStats",
|
|
1557
|
-
type: {
|
|
1558
|
-
name: "Composite",
|
|
1559
|
-
className: "GeoReplicationStats"
|
|
1560
|
-
}
|
|
1561
|
-
},
|
|
1562
|
-
failoverInProgress: {
|
|
1563
|
-
readOnly: true,
|
|
1564
|
-
serializedName: "properties.failoverInProgress",
|
|
1565
|
-
type: {
|
|
1566
|
-
name: "Boolean"
|
|
1567
|
-
}
|
|
1568
|
-
},
|
|
1569
1391
|
largeFileSharesState: {
|
|
1570
1392
|
serializedName: "properties.largeFileSharesState",
|
|
1571
1393
|
type: {
|
|
1572
1394
|
name: "String"
|
|
1573
1395
|
}
|
|
1574
1396
|
},
|
|
1575
|
-
privateEndpointConnections: {
|
|
1576
|
-
readOnly: true,
|
|
1577
|
-
serializedName: "properties.privateEndpointConnections",
|
|
1578
|
-
type: {
|
|
1579
|
-
name: "Sequence",
|
|
1580
|
-
element: {
|
|
1581
|
-
type: {
|
|
1582
|
-
name: "Composite",
|
|
1583
|
-
className: "PrivateEndpointConnection"
|
|
1584
|
-
}
|
|
1585
|
-
}
|
|
1586
|
-
}
|
|
1587
|
-
},
|
|
1588
1397
|
routingPreference: {
|
|
1589
1398
|
serializedName: "properties.routingPreference",
|
|
1590
1399
|
type: {
|
|
@@ -1592,14 +1401,6 @@ export const StorageAccount: msRest.CompositeMapper = {
|
|
|
1592
1401
|
className: "RoutingPreference"
|
|
1593
1402
|
}
|
|
1594
1403
|
},
|
|
1595
|
-
blobRestoreStatus: {
|
|
1596
|
-
readOnly: true,
|
|
1597
|
-
serializedName: "properties.blobRestoreStatus",
|
|
1598
|
-
type: {
|
|
1599
|
-
name: "Composite",
|
|
1600
|
-
className: "BlobRestoreStatus"
|
|
1601
|
-
}
|
|
1602
|
-
},
|
|
1603
1404
|
allowBlobPublicAccess: {
|
|
1604
1405
|
serializedName: "properties.allowBlobPublicAccess",
|
|
1605
1406
|
type: {
|
|
@@ -1611,55 +1412,54 @@ export const StorageAccount: msRest.CompositeMapper = {
|
|
|
1611
1412
|
type: {
|
|
1612
1413
|
name: "String"
|
|
1613
1414
|
}
|
|
1415
|
+
},
|
|
1416
|
+
allowSharedKeyAccess: {
|
|
1417
|
+
serializedName: "properties.allowSharedKeyAccess",
|
|
1418
|
+
type: {
|
|
1419
|
+
name: "Boolean"
|
|
1420
|
+
}
|
|
1614
1421
|
}
|
|
1615
1422
|
}
|
|
1616
1423
|
}
|
|
1617
1424
|
};
|
|
1618
1425
|
|
|
1619
|
-
export const
|
|
1620
|
-
serializedName: "StorageAccountKey",
|
|
1426
|
+
export const StorageAccountListResult: coreClient.CompositeMapper = {
|
|
1621
1427
|
type: {
|
|
1622
1428
|
name: "Composite",
|
|
1623
|
-
className: "
|
|
1429
|
+
className: "StorageAccountListResult",
|
|
1624
1430
|
modelProperties: {
|
|
1625
|
-
keyName: {
|
|
1626
|
-
readOnly: true,
|
|
1627
|
-
serializedName: "keyName",
|
|
1628
|
-
type: {
|
|
1629
|
-
name: "String"
|
|
1630
|
-
}
|
|
1631
|
-
},
|
|
1632
1431
|
value: {
|
|
1633
|
-
readOnly: true,
|
|
1634
1432
|
serializedName: "value",
|
|
1433
|
+
readOnly: true,
|
|
1635
1434
|
type: {
|
|
1636
|
-
name: "
|
|
1435
|
+
name: "Sequence",
|
|
1436
|
+
element: {
|
|
1437
|
+
type: {
|
|
1438
|
+
name: "Composite",
|
|
1439
|
+
className: "StorageAccount"
|
|
1440
|
+
}
|
|
1441
|
+
}
|
|
1637
1442
|
}
|
|
1638
1443
|
},
|
|
1639
|
-
|
|
1444
|
+
nextLink: {
|
|
1445
|
+
serializedName: "nextLink",
|
|
1640
1446
|
readOnly: true,
|
|
1641
|
-
serializedName: "permissions",
|
|
1642
1447
|
type: {
|
|
1643
|
-
name: "
|
|
1644
|
-
allowedValues: [
|
|
1645
|
-
"Read",
|
|
1646
|
-
"Full"
|
|
1647
|
-
]
|
|
1448
|
+
name: "String"
|
|
1648
1449
|
}
|
|
1649
1450
|
}
|
|
1650
1451
|
}
|
|
1651
1452
|
}
|
|
1652
1453
|
};
|
|
1653
1454
|
|
|
1654
|
-
export const StorageAccountListKeysResult:
|
|
1655
|
-
serializedName: "StorageAccountListKeysResult",
|
|
1455
|
+
export const StorageAccountListKeysResult: coreClient.CompositeMapper = {
|
|
1656
1456
|
type: {
|
|
1657
1457
|
name: "Composite",
|
|
1658
1458
|
className: "StorageAccountListKeysResult",
|
|
1659
1459
|
modelProperties: {
|
|
1660
1460
|
keys: {
|
|
1661
|
-
readOnly: true,
|
|
1662
1461
|
serializedName: "keys",
|
|
1462
|
+
readOnly: true,
|
|
1663
1463
|
type: {
|
|
1664
1464
|
name: "Sequence",
|
|
1665
1465
|
element: {
|
|
@@ -1674,125 +1474,45 @@ export const StorageAccountListKeysResult: msRest.CompositeMapper = {
|
|
|
1674
1474
|
}
|
|
1675
1475
|
};
|
|
1676
1476
|
|
|
1677
|
-
export const
|
|
1678
|
-
serializedName: "StorageAccountRegenerateKeyParameters",
|
|
1477
|
+
export const StorageAccountKey: coreClient.CompositeMapper = {
|
|
1679
1478
|
type: {
|
|
1680
1479
|
name: "Composite",
|
|
1681
|
-
className: "
|
|
1480
|
+
className: "StorageAccountKey",
|
|
1682
1481
|
modelProperties: {
|
|
1683
1482
|
keyName: {
|
|
1684
|
-
required: true,
|
|
1685
1483
|
serializedName: "keyName",
|
|
1484
|
+
readOnly: true,
|
|
1485
|
+
type: {
|
|
1486
|
+
name: "String"
|
|
1487
|
+
}
|
|
1488
|
+
},
|
|
1489
|
+
value: {
|
|
1490
|
+
serializedName: "value",
|
|
1491
|
+
readOnly: true,
|
|
1686
1492
|
type: {
|
|
1687
1493
|
name: "String"
|
|
1688
1494
|
}
|
|
1495
|
+
},
|
|
1496
|
+
permissions: {
|
|
1497
|
+
serializedName: "permissions",
|
|
1498
|
+
readOnly: true,
|
|
1499
|
+
type: {
|
|
1500
|
+
name: "Enum",
|
|
1501
|
+
allowedValues: ["Read", "Full"]
|
|
1502
|
+
}
|
|
1689
1503
|
}
|
|
1690
1504
|
}
|
|
1691
1505
|
}
|
|
1692
1506
|
};
|
|
1693
1507
|
|
|
1694
|
-
export const
|
|
1695
|
-
serializedName: "StorageAccountUpdateParameters",
|
|
1508
|
+
export const StorageAccountRegenerateKeyParameters: coreClient.CompositeMapper = {
|
|
1696
1509
|
type: {
|
|
1697
1510
|
name: "Composite",
|
|
1698
|
-
className: "
|
|
1511
|
+
className: "StorageAccountRegenerateKeyParameters",
|
|
1699
1512
|
modelProperties: {
|
|
1700
|
-
|
|
1701
|
-
serializedName: "
|
|
1702
|
-
|
|
1703
|
-
name: "Composite",
|
|
1704
|
-
className: "Sku"
|
|
1705
|
-
}
|
|
1706
|
-
},
|
|
1707
|
-
tags: {
|
|
1708
|
-
serializedName: "tags",
|
|
1709
|
-
type: {
|
|
1710
|
-
name: "Dictionary",
|
|
1711
|
-
value: {
|
|
1712
|
-
type: {
|
|
1713
|
-
name: "String"
|
|
1714
|
-
}
|
|
1715
|
-
}
|
|
1716
|
-
}
|
|
1717
|
-
},
|
|
1718
|
-
identity: {
|
|
1719
|
-
serializedName: "identity",
|
|
1720
|
-
type: {
|
|
1721
|
-
name: "Composite",
|
|
1722
|
-
className: "Identity"
|
|
1723
|
-
}
|
|
1724
|
-
},
|
|
1725
|
-
customDomain: {
|
|
1726
|
-
serializedName: "properties.customDomain",
|
|
1727
|
-
type: {
|
|
1728
|
-
name: "Composite",
|
|
1729
|
-
className: "CustomDomain"
|
|
1730
|
-
}
|
|
1731
|
-
},
|
|
1732
|
-
encryption: {
|
|
1733
|
-
serializedName: "properties.encryption",
|
|
1734
|
-
type: {
|
|
1735
|
-
name: "Composite",
|
|
1736
|
-
className: "Encryption"
|
|
1737
|
-
}
|
|
1738
|
-
},
|
|
1739
|
-
accessTier: {
|
|
1740
|
-
serializedName: "properties.accessTier",
|
|
1741
|
-
type: {
|
|
1742
|
-
name: "Enum",
|
|
1743
|
-
allowedValues: [
|
|
1744
|
-
"Hot",
|
|
1745
|
-
"Cool"
|
|
1746
|
-
]
|
|
1747
|
-
}
|
|
1748
|
-
},
|
|
1749
|
-
azureFilesIdentityBasedAuthentication: {
|
|
1750
|
-
serializedName: "properties.azureFilesIdentityBasedAuthentication",
|
|
1751
|
-
type: {
|
|
1752
|
-
name: "Composite",
|
|
1753
|
-
className: "AzureFilesIdentityBasedAuthentication"
|
|
1754
|
-
}
|
|
1755
|
-
},
|
|
1756
|
-
enableHttpsTrafficOnly: {
|
|
1757
|
-
serializedName: "properties.supportsHttpsTrafficOnly",
|
|
1758
|
-
type: {
|
|
1759
|
-
name: "Boolean"
|
|
1760
|
-
}
|
|
1761
|
-
},
|
|
1762
|
-
networkRuleSet: {
|
|
1763
|
-
serializedName: "properties.networkAcls",
|
|
1764
|
-
type: {
|
|
1765
|
-
name: "Composite",
|
|
1766
|
-
className: "NetworkRuleSet"
|
|
1767
|
-
}
|
|
1768
|
-
},
|
|
1769
|
-
largeFileSharesState: {
|
|
1770
|
-
serializedName: "properties.largeFileSharesState",
|
|
1771
|
-
type: {
|
|
1772
|
-
name: "String"
|
|
1773
|
-
}
|
|
1774
|
-
},
|
|
1775
|
-
routingPreference: {
|
|
1776
|
-
serializedName: "properties.routingPreference",
|
|
1777
|
-
type: {
|
|
1778
|
-
name: "Composite",
|
|
1779
|
-
className: "RoutingPreference"
|
|
1780
|
-
}
|
|
1781
|
-
},
|
|
1782
|
-
allowBlobPublicAccess: {
|
|
1783
|
-
serializedName: "properties.allowBlobPublicAccess",
|
|
1784
|
-
type: {
|
|
1785
|
-
name: "Boolean"
|
|
1786
|
-
}
|
|
1787
|
-
},
|
|
1788
|
-
minimumTlsVersion: {
|
|
1789
|
-
serializedName: "properties.minimumTlsVersion",
|
|
1790
|
-
type: {
|
|
1791
|
-
name: "String"
|
|
1792
|
-
}
|
|
1793
|
-
},
|
|
1794
|
-
kind: {
|
|
1795
|
-
serializedName: "kind",
|
|
1513
|
+
keyName: {
|
|
1514
|
+
serializedName: "keyName",
|
|
1515
|
+
required: true,
|
|
1796
1516
|
type: {
|
|
1797
1517
|
name: "String"
|
|
1798
1518
|
}
|
|
@@ -1801,39 +1521,35 @@ export const StorageAccountUpdateParameters: msRest.CompositeMapper = {
|
|
|
1801
1521
|
}
|
|
1802
1522
|
};
|
|
1803
1523
|
|
|
1804
|
-
export const
|
|
1805
|
-
serializedName: "UsageName",
|
|
1524
|
+
export const UsageListResult: coreClient.CompositeMapper = {
|
|
1806
1525
|
type: {
|
|
1807
1526
|
name: "Composite",
|
|
1808
|
-
className: "
|
|
1527
|
+
className: "UsageListResult",
|
|
1809
1528
|
modelProperties: {
|
|
1810
1529
|
value: {
|
|
1811
|
-
readOnly: true,
|
|
1812
1530
|
serializedName: "value",
|
|
1813
1531
|
type: {
|
|
1814
|
-
name: "
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
name: "String"
|
|
1532
|
+
name: "Sequence",
|
|
1533
|
+
element: {
|
|
1534
|
+
type: {
|
|
1535
|
+
name: "Composite",
|
|
1536
|
+
className: "Usage"
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1822
1539
|
}
|
|
1823
1540
|
}
|
|
1824
1541
|
}
|
|
1825
1542
|
}
|
|
1826
1543
|
};
|
|
1827
1544
|
|
|
1828
|
-
export const Usage:
|
|
1829
|
-
serializedName: "Usage",
|
|
1545
|
+
export const Usage: coreClient.CompositeMapper = {
|
|
1830
1546
|
type: {
|
|
1831
1547
|
name: "Composite",
|
|
1832
1548
|
className: "Usage",
|
|
1833
1549
|
modelProperties: {
|
|
1834
1550
|
unit: {
|
|
1835
|
-
readOnly: true,
|
|
1836
1551
|
serializedName: "unit",
|
|
1552
|
+
readOnly: true,
|
|
1837
1553
|
type: {
|
|
1838
1554
|
name: "Enum",
|
|
1839
1555
|
allowedValues: [
|
|
@@ -1847,21 +1563,20 @@ export const Usage: msRest.CompositeMapper = {
|
|
|
1847
1563
|
}
|
|
1848
1564
|
},
|
|
1849
1565
|
currentValue: {
|
|
1850
|
-
readOnly: true,
|
|
1851
1566
|
serializedName: "currentValue",
|
|
1567
|
+
readOnly: true,
|
|
1852
1568
|
type: {
|
|
1853
1569
|
name: "Number"
|
|
1854
1570
|
}
|
|
1855
1571
|
},
|
|
1856
1572
|
limit: {
|
|
1857
|
-
readOnly: true,
|
|
1858
1573
|
serializedName: "limit",
|
|
1574
|
+
readOnly: true,
|
|
1859
1575
|
type: {
|
|
1860
1576
|
name: "Number"
|
|
1861
1577
|
}
|
|
1862
1578
|
},
|
|
1863
1579
|
name: {
|
|
1864
|
-
readOnly: true,
|
|
1865
1580
|
serializedName: "name",
|
|
1866
1581
|
type: {
|
|
1867
1582
|
name: "Composite",
|
|
@@ -1872,29 +1587,51 @@ export const Usage: msRest.CompositeMapper = {
|
|
|
1872
1587
|
}
|
|
1873
1588
|
};
|
|
1874
1589
|
|
|
1875
|
-
export const
|
|
1876
|
-
|
|
1590
|
+
export const UsageName: coreClient.CompositeMapper = {
|
|
1591
|
+
type: {
|
|
1592
|
+
name: "Composite",
|
|
1593
|
+
className: "UsageName",
|
|
1594
|
+
modelProperties: {
|
|
1595
|
+
value: {
|
|
1596
|
+
serializedName: "value",
|
|
1597
|
+
readOnly: true,
|
|
1598
|
+
type: {
|
|
1599
|
+
name: "String"
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
localizedValue: {
|
|
1603
|
+
serializedName: "localizedValue",
|
|
1604
|
+
readOnly: true,
|
|
1605
|
+
type: {
|
|
1606
|
+
name: "String"
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
};
|
|
1612
|
+
|
|
1613
|
+
export const AccountSasParameters: coreClient.CompositeMapper = {
|
|
1877
1614
|
type: {
|
|
1878
1615
|
name: "Composite",
|
|
1879
1616
|
className: "AccountSasParameters",
|
|
1880
1617
|
modelProperties: {
|
|
1881
1618
|
services: {
|
|
1882
|
-
required: true,
|
|
1883
1619
|
serializedName: "signedServices",
|
|
1620
|
+
required: true,
|
|
1884
1621
|
type: {
|
|
1885
1622
|
name: "String"
|
|
1886
1623
|
}
|
|
1887
1624
|
},
|
|
1888
1625
|
resourceTypes: {
|
|
1889
|
-
required: true,
|
|
1890
1626
|
serializedName: "signedResourceTypes",
|
|
1627
|
+
required: true,
|
|
1891
1628
|
type: {
|
|
1892
1629
|
name: "String"
|
|
1893
1630
|
}
|
|
1894
1631
|
},
|
|
1895
1632
|
permissions: {
|
|
1896
|
-
required: true,
|
|
1897
1633
|
serializedName: "signedPermission",
|
|
1634
|
+
required: true,
|
|
1898
1635
|
type: {
|
|
1899
1636
|
name: "String"
|
|
1900
1637
|
}
|
|
@@ -1909,10 +1646,7 @@ export const AccountSasParameters: msRest.CompositeMapper = {
|
|
|
1909
1646
|
serializedName: "signedProtocol",
|
|
1910
1647
|
type: {
|
|
1911
1648
|
name: "Enum",
|
|
1912
|
-
allowedValues: [
|
|
1913
|
-
"https,http",
|
|
1914
|
-
"https"
|
|
1915
|
-
]
|
|
1649
|
+
allowedValues: ["https,http", "https"]
|
|
1916
1650
|
}
|
|
1917
1651
|
},
|
|
1918
1652
|
sharedAccessStartTime: {
|
|
@@ -1922,8 +1656,8 @@ export const AccountSasParameters: msRest.CompositeMapper = {
|
|
|
1922
1656
|
}
|
|
1923
1657
|
},
|
|
1924
1658
|
sharedAccessExpiryTime: {
|
|
1925
|
-
required: true,
|
|
1926
1659
|
serializedName: "signedExpiry",
|
|
1660
|
+
required: true,
|
|
1927
1661
|
type: {
|
|
1928
1662
|
name: "DateTime"
|
|
1929
1663
|
}
|
|
@@ -1938,15 +1672,14 @@ export const AccountSasParameters: msRest.CompositeMapper = {
|
|
|
1938
1672
|
}
|
|
1939
1673
|
};
|
|
1940
1674
|
|
|
1941
|
-
export const ListAccountSasResponse:
|
|
1942
|
-
serializedName: "ListAccountSasResponse",
|
|
1675
|
+
export const ListAccountSasResponse: coreClient.CompositeMapper = {
|
|
1943
1676
|
type: {
|
|
1944
1677
|
name: "Composite",
|
|
1945
1678
|
className: "ListAccountSasResponse",
|
|
1946
1679
|
modelProperties: {
|
|
1947
1680
|
accountSasToken: {
|
|
1948
|
-
readOnly: true,
|
|
1949
1681
|
serializedName: "accountSasToken",
|
|
1682
|
+
readOnly: true,
|
|
1950
1683
|
type: {
|
|
1951
1684
|
name: "String"
|
|
1952
1685
|
}
|
|
@@ -1955,15 +1688,14 @@ export const ListAccountSasResponse: msRest.CompositeMapper = {
|
|
|
1955
1688
|
}
|
|
1956
1689
|
};
|
|
1957
1690
|
|
|
1958
|
-
export const ServiceSasParameters:
|
|
1959
|
-
serializedName: "ServiceSasParameters",
|
|
1691
|
+
export const ServiceSasParameters: coreClient.CompositeMapper = {
|
|
1960
1692
|
type: {
|
|
1961
1693
|
name: "Composite",
|
|
1962
1694
|
className: "ServiceSasParameters",
|
|
1963
1695
|
modelProperties: {
|
|
1964
1696
|
canonicalizedResource: {
|
|
1965
|
-
required: true,
|
|
1966
1697
|
serializedName: "canonicalizedResource",
|
|
1698
|
+
required: true,
|
|
1967
1699
|
type: {
|
|
1968
1700
|
name: "String"
|
|
1969
1701
|
}
|
|
@@ -1990,10 +1722,7 @@ export const ServiceSasParameters: msRest.CompositeMapper = {
|
|
|
1990
1722
|
serializedName: "signedProtocol",
|
|
1991
1723
|
type: {
|
|
1992
1724
|
name: "Enum",
|
|
1993
|
-
allowedValues: [
|
|
1994
|
-
"https,http",
|
|
1995
|
-
"https"
|
|
1996
|
-
]
|
|
1725
|
+
allowedValues: ["https,http", "https"]
|
|
1997
1726
|
}
|
|
1998
1727
|
},
|
|
1999
1728
|
sharedAccessStartTime: {
|
|
@@ -2009,10 +1738,10 @@ export const ServiceSasParameters: msRest.CompositeMapper = {
|
|
|
2009
1738
|
}
|
|
2010
1739
|
},
|
|
2011
1740
|
identifier: {
|
|
2012
|
-
serializedName: "signedIdentifier",
|
|
2013
1741
|
constraints: {
|
|
2014
1742
|
MaxLength: 64
|
|
2015
1743
|
},
|
|
1744
|
+
serializedName: "signedIdentifier",
|
|
2016
1745
|
type: {
|
|
2017
1746
|
name: "String"
|
|
2018
1747
|
}
|
|
@@ -2081,15 +1810,14 @@ export const ServiceSasParameters: msRest.CompositeMapper = {
|
|
|
2081
1810
|
}
|
|
2082
1811
|
};
|
|
2083
1812
|
|
|
2084
|
-
export const ListServiceSasResponse:
|
|
2085
|
-
serializedName: "ListServiceSasResponse",
|
|
1813
|
+
export const ListServiceSasResponse: coreClient.CompositeMapper = {
|
|
2086
1814
|
type: {
|
|
2087
1815
|
name: "Composite",
|
|
2088
1816
|
className: "ListServiceSasResponse",
|
|
2089
1817
|
modelProperties: {
|
|
2090
1818
|
serviceSasToken: {
|
|
2091
|
-
readOnly: true,
|
|
2092
1819
|
serializedName: "serviceSasToken",
|
|
1820
|
+
readOnly: true,
|
|
2093
1821
|
type: {
|
|
2094
1822
|
name: "String"
|
|
2095
1823
|
}
|
|
@@ -2098,98 +1826,88 @@ export const ListServiceSasResponse: msRest.CompositeMapper = {
|
|
|
2098
1826
|
}
|
|
2099
1827
|
};
|
|
2100
1828
|
|
|
2101
|
-
export const
|
|
2102
|
-
serializedName: "DateAfterModification",
|
|
1829
|
+
export const ManagementPolicySchema: coreClient.CompositeMapper = {
|
|
2103
1830
|
type: {
|
|
2104
1831
|
name: "Composite",
|
|
2105
|
-
className: "
|
|
1832
|
+
className: "ManagementPolicySchema",
|
|
2106
1833
|
modelProperties: {
|
|
2107
|
-
|
|
1834
|
+
rules: {
|
|
1835
|
+
serializedName: "rules",
|
|
2108
1836
|
required: true,
|
|
2109
|
-
serializedName: "daysAfterModificationGreaterThan",
|
|
2110
|
-
constraints: {
|
|
2111
|
-
InclusiveMinimum: 0,
|
|
2112
|
-
MultipleOf: 1
|
|
2113
|
-
},
|
|
2114
1837
|
type: {
|
|
2115
|
-
name: "
|
|
1838
|
+
name: "Sequence",
|
|
1839
|
+
element: {
|
|
1840
|
+
type: {
|
|
1841
|
+
name: "Composite",
|
|
1842
|
+
className: "ManagementPolicyRule"
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
2116
1845
|
}
|
|
2117
1846
|
}
|
|
2118
1847
|
}
|
|
2119
1848
|
}
|
|
2120
1849
|
};
|
|
2121
1850
|
|
|
2122
|
-
export const
|
|
2123
|
-
serializedName: "ManagementPolicyBaseBlob",
|
|
1851
|
+
export const ManagementPolicyRule: coreClient.CompositeMapper = {
|
|
2124
1852
|
type: {
|
|
2125
1853
|
name: "Composite",
|
|
2126
|
-
className: "
|
|
1854
|
+
className: "ManagementPolicyRule",
|
|
2127
1855
|
modelProperties: {
|
|
2128
|
-
|
|
2129
|
-
serializedName: "
|
|
1856
|
+
enabled: {
|
|
1857
|
+
serializedName: "enabled",
|
|
2130
1858
|
type: {
|
|
2131
|
-
name: "
|
|
2132
|
-
className: "DateAfterModification"
|
|
1859
|
+
name: "Boolean"
|
|
2133
1860
|
}
|
|
2134
1861
|
},
|
|
2135
|
-
|
|
2136
|
-
serializedName: "
|
|
1862
|
+
name: {
|
|
1863
|
+
serializedName: "name",
|
|
1864
|
+
required: true,
|
|
2137
1865
|
type: {
|
|
2138
|
-
name: "
|
|
2139
|
-
className: "DateAfterModification"
|
|
1866
|
+
name: "String"
|
|
2140
1867
|
}
|
|
2141
1868
|
},
|
|
2142
|
-
|
|
2143
|
-
serializedName: "
|
|
1869
|
+
type: {
|
|
1870
|
+
serializedName: "type",
|
|
1871
|
+
required: true,
|
|
1872
|
+
type: {
|
|
1873
|
+
name: "String"
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
definition: {
|
|
1877
|
+
serializedName: "definition",
|
|
2144
1878
|
type: {
|
|
2145
1879
|
name: "Composite",
|
|
2146
|
-
className: "
|
|
1880
|
+
className: "ManagementPolicyDefinition"
|
|
2147
1881
|
}
|
|
2148
1882
|
}
|
|
2149
1883
|
}
|
|
2150
1884
|
}
|
|
2151
1885
|
};
|
|
2152
1886
|
|
|
2153
|
-
export const
|
|
2154
|
-
serializedName: "DateAfterCreation",
|
|
1887
|
+
export const ManagementPolicyDefinition: coreClient.CompositeMapper = {
|
|
2155
1888
|
type: {
|
|
2156
1889
|
name: "Composite",
|
|
2157
|
-
className: "
|
|
1890
|
+
className: "ManagementPolicyDefinition",
|
|
2158
1891
|
modelProperties: {
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
serializedName: "daysAfterCreationGreaterThan",
|
|
2162
|
-
constraints: {
|
|
2163
|
-
InclusiveMinimum: 0,
|
|
2164
|
-
MultipleOf: 1
|
|
2165
|
-
},
|
|
1892
|
+
actions: {
|
|
1893
|
+
serializedName: "actions",
|
|
2166
1894
|
type: {
|
|
2167
|
-
name: "
|
|
1895
|
+
name: "Composite",
|
|
1896
|
+
className: "ManagementPolicyAction"
|
|
2168
1897
|
}
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
};
|
|
2173
|
-
|
|
2174
|
-
export const ManagementPolicySnapShot: msRest.CompositeMapper = {
|
|
2175
|
-
serializedName: "ManagementPolicySnapShot",
|
|
2176
|
-
type: {
|
|
2177
|
-
name: "Composite",
|
|
2178
|
-
className: "ManagementPolicySnapShot",
|
|
2179
|
-
modelProperties: {
|
|
2180
|
-
deleteProperty: {
|
|
2181
|
-
serializedName: "delete",
|
|
1898
|
+
},
|
|
1899
|
+
filters: {
|
|
1900
|
+
serializedName: "filters",
|
|
2182
1901
|
type: {
|
|
2183
1902
|
name: "Composite",
|
|
2184
|
-
className: "
|
|
1903
|
+
className: "ManagementPolicyFilter"
|
|
2185
1904
|
}
|
|
2186
1905
|
}
|
|
2187
1906
|
}
|
|
2188
1907
|
}
|
|
2189
1908
|
};
|
|
2190
1909
|
|
|
2191
|
-
export const ManagementPolicyAction:
|
|
2192
|
-
serializedName: "ManagementPolicyAction",
|
|
1910
|
+
export const ManagementPolicyAction: coreClient.CompositeMapper = {
|
|
2193
1911
|
type: {
|
|
2194
1912
|
name: "Composite",
|
|
2195
1913
|
className: "ManagementPolicyAction",
|
|
@@ -2207,52 +1925,164 @@ export const ManagementPolicyAction: msRest.CompositeMapper = {
|
|
|
2207
1925
|
name: "Composite",
|
|
2208
1926
|
className: "ManagementPolicySnapShot"
|
|
2209
1927
|
}
|
|
1928
|
+
},
|
|
1929
|
+
version: {
|
|
1930
|
+
serializedName: "version",
|
|
1931
|
+
type: {
|
|
1932
|
+
name: "Composite",
|
|
1933
|
+
className: "ManagementPolicyVersion"
|
|
1934
|
+
}
|
|
2210
1935
|
}
|
|
2211
1936
|
}
|
|
2212
1937
|
}
|
|
2213
1938
|
};
|
|
2214
1939
|
|
|
2215
|
-
export const
|
|
2216
|
-
serializedName: "TagFilter",
|
|
1940
|
+
export const ManagementPolicyBaseBlob: coreClient.CompositeMapper = {
|
|
2217
1941
|
type: {
|
|
2218
1942
|
name: "Composite",
|
|
2219
|
-
className: "
|
|
1943
|
+
className: "ManagementPolicyBaseBlob",
|
|
2220
1944
|
modelProperties: {
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
serializedName: "name",
|
|
2224
|
-
constraints: {
|
|
2225
|
-
MaxLength: 128,
|
|
2226
|
-
MinLength: 1
|
|
2227
|
-
},
|
|
1945
|
+
tierToCool: {
|
|
1946
|
+
serializedName: "tierToCool",
|
|
2228
1947
|
type: {
|
|
2229
|
-
name: "
|
|
1948
|
+
name: "Composite",
|
|
1949
|
+
className: "DateAfterModification"
|
|
2230
1950
|
}
|
|
2231
1951
|
},
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
serializedName: "op",
|
|
1952
|
+
tierToArchive: {
|
|
1953
|
+
serializedName: "tierToArchive",
|
|
2235
1954
|
type: {
|
|
2236
|
-
name: "
|
|
1955
|
+
name: "Composite",
|
|
1956
|
+
className: "DateAfterModification"
|
|
2237
1957
|
}
|
|
2238
1958
|
},
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
1959
|
+
delete: {
|
|
1960
|
+
serializedName: "delete",
|
|
1961
|
+
type: {
|
|
1962
|
+
name: "Composite",
|
|
1963
|
+
className: "DateAfterModification"
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
enableAutoTierToHotFromCool: {
|
|
1967
|
+
serializedName: "enableAutoTierToHotFromCool",
|
|
1968
|
+
type: {
|
|
1969
|
+
name: "Boolean"
|
|
1970
|
+
}
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1973
|
+
}
|
|
1974
|
+
};
|
|
1975
|
+
|
|
1976
|
+
export const DateAfterModification: coreClient.CompositeMapper = {
|
|
1977
|
+
type: {
|
|
1978
|
+
name: "Composite",
|
|
1979
|
+
className: "DateAfterModification",
|
|
1980
|
+
modelProperties: {
|
|
1981
|
+
daysAfterModificationGreaterThan: {
|
|
1982
|
+
constraints: {
|
|
1983
|
+
InclusiveMinimum: 0,
|
|
1984
|
+
MultipleOf: 1
|
|
1985
|
+
},
|
|
1986
|
+
serializedName: "daysAfterModificationGreaterThan",
|
|
1987
|
+
type: {
|
|
1988
|
+
name: "Number"
|
|
1989
|
+
}
|
|
1990
|
+
},
|
|
1991
|
+
daysAfterLastAccessTimeGreaterThan: {
|
|
2242
1992
|
constraints: {
|
|
2243
|
-
|
|
2244
|
-
|
|
1993
|
+
InclusiveMinimum: 0,
|
|
1994
|
+
MultipleOf: 1
|
|
2245
1995
|
},
|
|
1996
|
+
serializedName: "daysAfterLastAccessTimeGreaterThan",
|
|
2246
1997
|
type: {
|
|
2247
|
-
name: "
|
|
1998
|
+
name: "Number"
|
|
1999
|
+
}
|
|
2000
|
+
}
|
|
2001
|
+
}
|
|
2002
|
+
}
|
|
2003
|
+
};
|
|
2004
|
+
|
|
2005
|
+
export const ManagementPolicySnapShot: coreClient.CompositeMapper = {
|
|
2006
|
+
type: {
|
|
2007
|
+
name: "Composite",
|
|
2008
|
+
className: "ManagementPolicySnapShot",
|
|
2009
|
+
modelProperties: {
|
|
2010
|
+
tierToCool: {
|
|
2011
|
+
serializedName: "tierToCool",
|
|
2012
|
+
type: {
|
|
2013
|
+
name: "Composite",
|
|
2014
|
+
className: "DateAfterCreation"
|
|
2015
|
+
}
|
|
2016
|
+
},
|
|
2017
|
+
tierToArchive: {
|
|
2018
|
+
serializedName: "tierToArchive",
|
|
2019
|
+
type: {
|
|
2020
|
+
name: "Composite",
|
|
2021
|
+
className: "DateAfterCreation"
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
2024
|
+
delete: {
|
|
2025
|
+
serializedName: "delete",
|
|
2026
|
+
type: {
|
|
2027
|
+
name: "Composite",
|
|
2028
|
+
className: "DateAfterCreation"
|
|
2029
|
+
}
|
|
2030
|
+
}
|
|
2031
|
+
}
|
|
2032
|
+
}
|
|
2033
|
+
};
|
|
2034
|
+
|
|
2035
|
+
export const DateAfterCreation: coreClient.CompositeMapper = {
|
|
2036
|
+
type: {
|
|
2037
|
+
name: "Composite",
|
|
2038
|
+
className: "DateAfterCreation",
|
|
2039
|
+
modelProperties: {
|
|
2040
|
+
daysAfterCreationGreaterThan: {
|
|
2041
|
+
constraints: {
|
|
2042
|
+
InclusiveMinimum: 0,
|
|
2043
|
+
MultipleOf: 1
|
|
2044
|
+
},
|
|
2045
|
+
serializedName: "daysAfterCreationGreaterThan",
|
|
2046
|
+
required: true,
|
|
2047
|
+
type: {
|
|
2048
|
+
name: "Number"
|
|
2049
|
+
}
|
|
2050
|
+
}
|
|
2051
|
+
}
|
|
2052
|
+
}
|
|
2053
|
+
};
|
|
2054
|
+
|
|
2055
|
+
export const ManagementPolicyVersion: coreClient.CompositeMapper = {
|
|
2056
|
+
type: {
|
|
2057
|
+
name: "Composite",
|
|
2058
|
+
className: "ManagementPolicyVersion",
|
|
2059
|
+
modelProperties: {
|
|
2060
|
+
tierToCool: {
|
|
2061
|
+
serializedName: "tierToCool",
|
|
2062
|
+
type: {
|
|
2063
|
+
name: "Composite",
|
|
2064
|
+
className: "DateAfterCreation"
|
|
2065
|
+
}
|
|
2066
|
+
},
|
|
2067
|
+
tierToArchive: {
|
|
2068
|
+
serializedName: "tierToArchive",
|
|
2069
|
+
type: {
|
|
2070
|
+
name: "Composite",
|
|
2071
|
+
className: "DateAfterCreation"
|
|
2072
|
+
}
|
|
2073
|
+
},
|
|
2074
|
+
delete: {
|
|
2075
|
+
serializedName: "delete",
|
|
2076
|
+
type: {
|
|
2077
|
+
name: "Composite",
|
|
2078
|
+
className: "DateAfterCreation"
|
|
2248
2079
|
}
|
|
2249
2080
|
}
|
|
2250
2081
|
}
|
|
2251
2082
|
}
|
|
2252
2083
|
};
|
|
2253
2084
|
|
|
2254
|
-
export const ManagementPolicyFilter:
|
|
2255
|
-
serializedName: "ManagementPolicyFilter",
|
|
2085
|
+
export const ManagementPolicyFilter: coreClient.CompositeMapper = {
|
|
2256
2086
|
type: {
|
|
2257
2087
|
name: "Composite",
|
|
2258
2088
|
className: "ManagementPolicyFilter",
|
|
@@ -2269,8 +2099,8 @@ export const ManagementPolicyFilter: msRest.CompositeMapper = {
|
|
|
2269
2099
|
}
|
|
2270
2100
|
},
|
|
2271
2101
|
blobTypes: {
|
|
2272
|
-
required: true,
|
|
2273
2102
|
serializedName: "blobTypes",
|
|
2103
|
+
required: true,
|
|
2274
2104
|
type: {
|
|
2275
2105
|
name: "Sequence",
|
|
2276
2106
|
element: {
|
|
@@ -2296,86 +2126,78 @@ export const ManagementPolicyFilter: msRest.CompositeMapper = {
|
|
|
2296
2126
|
}
|
|
2297
2127
|
};
|
|
2298
2128
|
|
|
2299
|
-
export const
|
|
2300
|
-
serializedName: "ManagementPolicyDefinition",
|
|
2129
|
+
export const TagFilter: coreClient.CompositeMapper = {
|
|
2301
2130
|
type: {
|
|
2302
2131
|
name: "Composite",
|
|
2303
|
-
className: "
|
|
2132
|
+
className: "TagFilter",
|
|
2304
2133
|
modelProperties: {
|
|
2305
|
-
|
|
2134
|
+
name: {
|
|
2135
|
+
constraints: {
|
|
2136
|
+
MaxLength: 128,
|
|
2137
|
+
MinLength: 1
|
|
2138
|
+
},
|
|
2139
|
+
serializedName: "name",
|
|
2306
2140
|
required: true,
|
|
2307
|
-
serializedName: "actions",
|
|
2308
2141
|
type: {
|
|
2309
|
-
name: "
|
|
2310
|
-
className: "ManagementPolicyAction"
|
|
2142
|
+
name: "String"
|
|
2311
2143
|
}
|
|
2312
2144
|
},
|
|
2313
|
-
|
|
2314
|
-
serializedName: "
|
|
2145
|
+
op: {
|
|
2146
|
+
serializedName: "op",
|
|
2147
|
+
required: true,
|
|
2315
2148
|
type: {
|
|
2316
|
-
name: "
|
|
2317
|
-
|
|
2149
|
+
name: "String"
|
|
2150
|
+
}
|
|
2151
|
+
},
|
|
2152
|
+
value: {
|
|
2153
|
+
constraints: {
|
|
2154
|
+
MaxLength: 256
|
|
2155
|
+
},
|
|
2156
|
+
serializedName: "value",
|
|
2157
|
+
required: true,
|
|
2158
|
+
type: {
|
|
2159
|
+
name: "String"
|
|
2318
2160
|
}
|
|
2319
2161
|
}
|
|
2320
2162
|
}
|
|
2321
2163
|
}
|
|
2322
2164
|
};
|
|
2323
2165
|
|
|
2324
|
-
export const
|
|
2325
|
-
serializedName: "ManagementPolicyRule",
|
|
2166
|
+
export const BlobInventoryPolicySchema: coreClient.CompositeMapper = {
|
|
2326
2167
|
type: {
|
|
2327
2168
|
name: "Composite",
|
|
2328
|
-
className: "
|
|
2169
|
+
className: "BlobInventoryPolicySchema",
|
|
2329
2170
|
modelProperties: {
|
|
2330
2171
|
enabled: {
|
|
2331
2172
|
serializedName: "enabled",
|
|
2173
|
+
required: true,
|
|
2332
2174
|
type: {
|
|
2333
2175
|
name: "Boolean"
|
|
2334
2176
|
}
|
|
2335
2177
|
},
|
|
2336
|
-
|
|
2178
|
+
destination: {
|
|
2179
|
+
serializedName: "destination",
|
|
2337
2180
|
required: true,
|
|
2338
|
-
serializedName: "name",
|
|
2339
2181
|
type: {
|
|
2340
2182
|
name: "String"
|
|
2341
2183
|
}
|
|
2342
2184
|
},
|
|
2343
2185
|
type: {
|
|
2344
|
-
required: true,
|
|
2345
|
-
isConstant: true,
|
|
2346
2186
|
serializedName: "type",
|
|
2347
|
-
|
|
2187
|
+
required: true,
|
|
2348
2188
|
type: {
|
|
2349
2189
|
name: "String"
|
|
2350
2190
|
}
|
|
2351
2191
|
},
|
|
2352
|
-
definition: {
|
|
2353
|
-
required: true,
|
|
2354
|
-
serializedName: "definition",
|
|
2355
|
-
type: {
|
|
2356
|
-
name: "Composite",
|
|
2357
|
-
className: "ManagementPolicyDefinition"
|
|
2358
|
-
}
|
|
2359
|
-
}
|
|
2360
|
-
}
|
|
2361
|
-
}
|
|
2362
|
-
};
|
|
2363
|
-
|
|
2364
|
-
export const ManagementPolicySchema: msRest.CompositeMapper = {
|
|
2365
|
-
serializedName: "ManagementPolicySchema",
|
|
2366
|
-
type: {
|
|
2367
|
-
name: "Composite",
|
|
2368
|
-
className: "ManagementPolicySchema",
|
|
2369
|
-
modelProperties: {
|
|
2370
2192
|
rules: {
|
|
2371
|
-
required: true,
|
|
2372
2193
|
serializedName: "rules",
|
|
2194
|
+
required: true,
|
|
2373
2195
|
type: {
|
|
2374
2196
|
name: "Sequence",
|
|
2375
2197
|
element: {
|
|
2376
2198
|
type: {
|
|
2377
2199
|
name: "Composite",
|
|
2378
|
-
className: "
|
|
2200
|
+
className: "BlobInventoryPolicyRule"
|
|
2379
2201
|
}
|
|
2380
2202
|
}
|
|
2381
2203
|
}
|
|
@@ -2384,212 +2206,161 @@ export const ManagementPolicySchema: msRest.CompositeMapper = {
|
|
|
2384
2206
|
}
|
|
2385
2207
|
};
|
|
2386
2208
|
|
|
2387
|
-
export const
|
|
2388
|
-
serializedName: "ManagementPolicy",
|
|
2209
|
+
export const BlobInventoryPolicyRule: coreClient.CompositeMapper = {
|
|
2389
2210
|
type: {
|
|
2390
2211
|
name: "Composite",
|
|
2391
|
-
className: "
|
|
2212
|
+
className: "BlobInventoryPolicyRule",
|
|
2392
2213
|
modelProperties: {
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
serializedName: "properties.lastModifiedTime",
|
|
2214
|
+
enabled: {
|
|
2215
|
+
serializedName: "enabled",
|
|
2216
|
+
required: true,
|
|
2397
2217
|
type: {
|
|
2398
|
-
name: "
|
|
2218
|
+
name: "Boolean"
|
|
2399
2219
|
}
|
|
2400
2220
|
},
|
|
2401
|
-
|
|
2221
|
+
name: {
|
|
2222
|
+
serializedName: "name",
|
|
2402
2223
|
required: true,
|
|
2403
|
-
|
|
2224
|
+
type: {
|
|
2225
|
+
name: "String"
|
|
2226
|
+
}
|
|
2227
|
+
},
|
|
2228
|
+
definition: {
|
|
2229
|
+
serializedName: "definition",
|
|
2404
2230
|
type: {
|
|
2405
2231
|
name: "Composite",
|
|
2406
|
-
className: "
|
|
2232
|
+
className: "BlobInventoryPolicyDefinition"
|
|
2407
2233
|
}
|
|
2408
2234
|
}
|
|
2409
2235
|
}
|
|
2410
2236
|
}
|
|
2411
2237
|
};
|
|
2412
2238
|
|
|
2413
|
-
export const
|
|
2414
|
-
serializedName: "EncryptionScopeKeyVaultProperties",
|
|
2239
|
+
export const BlobInventoryPolicyDefinition: coreClient.CompositeMapper = {
|
|
2415
2240
|
type: {
|
|
2416
2241
|
name: "Composite",
|
|
2417
|
-
className: "
|
|
2242
|
+
className: "BlobInventoryPolicyDefinition",
|
|
2418
2243
|
modelProperties: {
|
|
2419
|
-
|
|
2420
|
-
serializedName: "
|
|
2244
|
+
filters: {
|
|
2245
|
+
serializedName: "filters",
|
|
2421
2246
|
type: {
|
|
2422
|
-
name: "
|
|
2247
|
+
name: "Composite",
|
|
2248
|
+
className: "BlobInventoryPolicyFilter"
|
|
2423
2249
|
}
|
|
2424
2250
|
}
|
|
2425
2251
|
}
|
|
2426
2252
|
}
|
|
2427
2253
|
};
|
|
2428
2254
|
|
|
2429
|
-
export const
|
|
2430
|
-
serializedName: "EncryptionScope",
|
|
2255
|
+
export const BlobInventoryPolicyFilter: coreClient.CompositeMapper = {
|
|
2431
2256
|
type: {
|
|
2432
2257
|
name: "Composite",
|
|
2433
|
-
className: "
|
|
2258
|
+
className: "BlobInventoryPolicyFilter",
|
|
2434
2259
|
modelProperties: {
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
serializedName: "properties.source",
|
|
2438
|
-
type: {
|
|
2439
|
-
name: "String"
|
|
2440
|
-
}
|
|
2441
|
-
},
|
|
2442
|
-
state: {
|
|
2443
|
-
serializedName: "properties.state",
|
|
2260
|
+
prefixMatch: {
|
|
2261
|
+
serializedName: "prefixMatch",
|
|
2444
2262
|
type: {
|
|
2445
|
-
name: "
|
|
2263
|
+
name: "Sequence",
|
|
2264
|
+
element: {
|
|
2265
|
+
type: {
|
|
2266
|
+
name: "String"
|
|
2267
|
+
}
|
|
2268
|
+
}
|
|
2446
2269
|
}
|
|
2447
2270
|
},
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2271
|
+
blobTypes: {
|
|
2272
|
+
serializedName: "blobTypes",
|
|
2273
|
+
required: true,
|
|
2451
2274
|
type: {
|
|
2452
|
-
name: "
|
|
2275
|
+
name: "Sequence",
|
|
2276
|
+
element: {
|
|
2277
|
+
type: {
|
|
2278
|
+
name: "String"
|
|
2279
|
+
}
|
|
2280
|
+
}
|
|
2453
2281
|
}
|
|
2454
2282
|
},
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
serializedName: "properties.lastModifiedTime",
|
|
2283
|
+
includeBlobVersions: {
|
|
2284
|
+
serializedName: "includeBlobVersions",
|
|
2458
2285
|
type: {
|
|
2459
|
-
name: "
|
|
2286
|
+
name: "Boolean"
|
|
2460
2287
|
}
|
|
2461
2288
|
},
|
|
2462
|
-
|
|
2463
|
-
serializedName: "
|
|
2289
|
+
includeSnapshots: {
|
|
2290
|
+
serializedName: "includeSnapshots",
|
|
2464
2291
|
type: {
|
|
2465
|
-
name: "
|
|
2466
|
-
className: "EncryptionScopeKeyVaultProperties"
|
|
2292
|
+
name: "Boolean"
|
|
2467
2293
|
}
|
|
2468
2294
|
}
|
|
2469
2295
|
}
|
|
2470
2296
|
}
|
|
2471
2297
|
};
|
|
2472
2298
|
|
|
2473
|
-
export const
|
|
2474
|
-
serializedName: "ObjectReplicationPolicyFilter",
|
|
2299
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
2475
2300
|
type: {
|
|
2476
2301
|
name: "Composite",
|
|
2477
|
-
className: "
|
|
2302
|
+
className: "SystemData",
|
|
2478
2303
|
modelProperties: {
|
|
2479
|
-
|
|
2480
|
-
serializedName: "
|
|
2304
|
+
createdBy: {
|
|
2305
|
+
serializedName: "createdBy",
|
|
2481
2306
|
type: {
|
|
2482
|
-
name: "
|
|
2483
|
-
element: {
|
|
2484
|
-
type: {
|
|
2485
|
-
name: "String"
|
|
2486
|
-
}
|
|
2487
|
-
}
|
|
2307
|
+
name: "String"
|
|
2488
2308
|
}
|
|
2489
2309
|
},
|
|
2490
|
-
|
|
2491
|
-
serializedName: "
|
|
2310
|
+
createdByType: {
|
|
2311
|
+
serializedName: "createdByType",
|
|
2492
2312
|
type: {
|
|
2493
2313
|
name: "String"
|
|
2494
2314
|
}
|
|
2495
|
-
}
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
};
|
|
2499
|
-
|
|
2500
|
-
export const ObjectReplicationPolicyRule: msRest.CompositeMapper = {
|
|
2501
|
-
serializedName: "ObjectReplicationPolicyRule",
|
|
2502
|
-
type: {
|
|
2503
|
-
name: "Composite",
|
|
2504
|
-
className: "ObjectReplicationPolicyRule",
|
|
2505
|
-
modelProperties: {
|
|
2506
|
-
ruleId: {
|
|
2507
|
-
serializedName: "ruleId",
|
|
2315
|
+
},
|
|
2316
|
+
createdAt: {
|
|
2317
|
+
serializedName: "createdAt",
|
|
2508
2318
|
type: {
|
|
2509
|
-
name: "
|
|
2319
|
+
name: "DateTime"
|
|
2510
2320
|
}
|
|
2511
2321
|
},
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
serializedName: "sourceContainer",
|
|
2322
|
+
lastModifiedBy: {
|
|
2323
|
+
serializedName: "lastModifiedBy",
|
|
2515
2324
|
type: {
|
|
2516
2325
|
name: "String"
|
|
2517
2326
|
}
|
|
2518
2327
|
},
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
serializedName: "destinationContainer",
|
|
2328
|
+
lastModifiedByType: {
|
|
2329
|
+
serializedName: "lastModifiedByType",
|
|
2522
2330
|
type: {
|
|
2523
2331
|
name: "String"
|
|
2524
2332
|
}
|
|
2525
2333
|
},
|
|
2526
|
-
|
|
2527
|
-
serializedName: "
|
|
2334
|
+
lastModifiedAt: {
|
|
2335
|
+
serializedName: "lastModifiedAt",
|
|
2528
2336
|
type: {
|
|
2529
|
-
name: "
|
|
2530
|
-
className: "ObjectReplicationPolicyFilter"
|
|
2337
|
+
name: "DateTime"
|
|
2531
2338
|
}
|
|
2532
2339
|
}
|
|
2533
2340
|
}
|
|
2534
2341
|
}
|
|
2535
2342
|
};
|
|
2536
2343
|
|
|
2537
|
-
export const
|
|
2538
|
-
serializedName: "ObjectReplicationPolicy",
|
|
2344
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
2539
2345
|
type: {
|
|
2540
2346
|
name: "Composite",
|
|
2541
|
-
className: "
|
|
2347
|
+
className: "ErrorResponse",
|
|
2542
2348
|
modelProperties: {
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
readOnly: true,
|
|
2546
|
-
serializedName: "properties.policyId",
|
|
2349
|
+
error: {
|
|
2350
|
+
serializedName: "error",
|
|
2547
2351
|
type: {
|
|
2548
|
-
name: "
|
|
2549
|
-
|
|
2550
|
-
},
|
|
2551
|
-
enabledTime: {
|
|
2552
|
-
readOnly: true,
|
|
2553
|
-
serializedName: "properties.enabledTime",
|
|
2554
|
-
type: {
|
|
2555
|
-
name: "DateTime"
|
|
2556
|
-
}
|
|
2557
|
-
},
|
|
2558
|
-
sourceAccount: {
|
|
2559
|
-
required: true,
|
|
2560
|
-
serializedName: "properties.sourceAccount",
|
|
2561
|
-
type: {
|
|
2562
|
-
name: "String"
|
|
2563
|
-
}
|
|
2564
|
-
},
|
|
2565
|
-
destinationAccount: {
|
|
2566
|
-
required: true,
|
|
2567
|
-
serializedName: "properties.destinationAccount",
|
|
2568
|
-
type: {
|
|
2569
|
-
name: "String"
|
|
2570
|
-
}
|
|
2571
|
-
},
|
|
2572
|
-
rules: {
|
|
2573
|
-
serializedName: "properties.rules",
|
|
2574
|
-
type: {
|
|
2575
|
-
name: "Sequence",
|
|
2576
|
-
element: {
|
|
2577
|
-
type: {
|
|
2578
|
-
name: "Composite",
|
|
2579
|
-
className: "ObjectReplicationPolicyRule"
|
|
2580
|
-
}
|
|
2581
|
-
}
|
|
2352
|
+
name: "Composite",
|
|
2353
|
+
className: "ErrorResponseBody"
|
|
2582
2354
|
}
|
|
2583
2355
|
}
|
|
2584
2356
|
}
|
|
2585
2357
|
}
|
|
2586
2358
|
};
|
|
2587
2359
|
|
|
2588
|
-
export const
|
|
2589
|
-
serializedName: "ErrorResponse",
|
|
2360
|
+
export const ErrorResponseBody: coreClient.CompositeMapper = {
|
|
2590
2361
|
type: {
|
|
2591
2362
|
name: "Composite",
|
|
2592
|
-
className: "
|
|
2363
|
+
className: "ErrorResponseBody",
|
|
2593
2364
|
modelProperties: {
|
|
2594
2365
|
code: {
|
|
2595
2366
|
serializedName: "code",
|
|
@@ -2607,68 +2378,41 @@ export const ErrorResponse: msRest.CompositeMapper = {
|
|
|
2607
2378
|
}
|
|
2608
2379
|
};
|
|
2609
2380
|
|
|
2610
|
-
export const
|
|
2611
|
-
serializedName: "ProxyResource",
|
|
2612
|
-
type: {
|
|
2613
|
-
name: "Composite",
|
|
2614
|
-
className: "ProxyResource",
|
|
2615
|
-
modelProperties: {
|
|
2616
|
-
...Resource.type.modelProperties
|
|
2617
|
-
}
|
|
2618
|
-
}
|
|
2619
|
-
};
|
|
2620
|
-
|
|
2621
|
-
export const AzureEntityResource: msRest.CompositeMapper = {
|
|
2622
|
-
serializedName: "AzureEntityResource",
|
|
2381
|
+
export const ListBlobInventoryPolicy: coreClient.CompositeMapper = {
|
|
2623
2382
|
type: {
|
|
2624
2383
|
name: "Composite",
|
|
2625
|
-
className: "
|
|
2384
|
+
className: "ListBlobInventoryPolicy",
|
|
2626
2385
|
modelProperties: {
|
|
2627
|
-
|
|
2628
|
-
|
|
2386
|
+
value: {
|
|
2387
|
+
serializedName: "value",
|
|
2629
2388
|
readOnly: true,
|
|
2630
|
-
serializedName: "etag",
|
|
2631
2389
|
type: {
|
|
2632
|
-
name: "
|
|
2390
|
+
name: "Sequence",
|
|
2391
|
+
element: {
|
|
2392
|
+
type: {
|
|
2393
|
+
name: "Composite",
|
|
2394
|
+
className: "BlobInventoryPolicy"
|
|
2395
|
+
}
|
|
2396
|
+
}
|
|
2633
2397
|
}
|
|
2634
2398
|
}
|
|
2635
2399
|
}
|
|
2636
2400
|
}
|
|
2637
2401
|
};
|
|
2638
2402
|
|
|
2639
|
-
export const
|
|
2640
|
-
serializedName: "PrivateLinkResource",
|
|
2403
|
+
export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
|
|
2641
2404
|
type: {
|
|
2642
2405
|
name: "Composite",
|
|
2643
|
-
className: "
|
|
2406
|
+
className: "PrivateEndpointConnectionListResult",
|
|
2644
2407
|
modelProperties: {
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
readOnly: true,
|
|
2648
|
-
serializedName: "properties.groupId",
|
|
2649
|
-
type: {
|
|
2650
|
-
name: "String"
|
|
2651
|
-
}
|
|
2652
|
-
},
|
|
2653
|
-
requiredMembers: {
|
|
2654
|
-
readOnly: true,
|
|
2655
|
-
serializedName: "properties.requiredMembers",
|
|
2656
|
-
type: {
|
|
2657
|
-
name: "Sequence",
|
|
2658
|
-
element: {
|
|
2659
|
-
type: {
|
|
2660
|
-
name: "String"
|
|
2661
|
-
}
|
|
2662
|
-
}
|
|
2663
|
-
}
|
|
2664
|
-
},
|
|
2665
|
-
requiredZoneNames: {
|
|
2666
|
-
serializedName: "properties.requiredZoneNames",
|
|
2408
|
+
value: {
|
|
2409
|
+
serializedName: "value",
|
|
2667
2410
|
type: {
|
|
2668
2411
|
name: "Sequence",
|
|
2669
2412
|
element: {
|
|
2670
2413
|
type: {
|
|
2671
|
-
name: "
|
|
2414
|
+
name: "Composite",
|
|
2415
|
+
className: "PrivateEndpointConnection"
|
|
2672
2416
|
}
|
|
2673
2417
|
}
|
|
2674
2418
|
}
|
|
@@ -2677,8 +2421,7 @@ export const PrivateLinkResource: msRest.CompositeMapper = {
|
|
|
2677
2421
|
}
|
|
2678
2422
|
};
|
|
2679
2423
|
|
|
2680
|
-
export const PrivateLinkResourceListResult:
|
|
2681
|
-
serializedName: "PrivateLinkResourceListResult",
|
|
2424
|
+
export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
|
|
2682
2425
|
type: {
|
|
2683
2426
|
name: "Composite",
|
|
2684
2427
|
className: "PrivateLinkResourceListResult",
|
|
@@ -2699,20 +2442,19 @@ export const PrivateLinkResourceListResult: msRest.CompositeMapper = {
|
|
|
2699
2442
|
}
|
|
2700
2443
|
};
|
|
2701
2444
|
|
|
2702
|
-
export const
|
|
2703
|
-
serializedName: "OperationListResult",
|
|
2445
|
+
export const ObjectReplicationPolicies: coreClient.CompositeMapper = {
|
|
2704
2446
|
type: {
|
|
2705
2447
|
name: "Composite",
|
|
2706
|
-
className: "
|
|
2448
|
+
className: "ObjectReplicationPolicies",
|
|
2707
2449
|
modelProperties: {
|
|
2708
2450
|
value: {
|
|
2709
|
-
serializedName: "",
|
|
2451
|
+
serializedName: "value",
|
|
2710
2452
|
type: {
|
|
2711
2453
|
name: "Sequence",
|
|
2712
2454
|
element: {
|
|
2713
2455
|
type: {
|
|
2714
2456
|
name: "Composite",
|
|
2715
|
-
className: "
|
|
2457
|
+
className: "ObjectReplicationPolicy"
|
|
2716
2458
|
}
|
|
2717
2459
|
}
|
|
2718
2460
|
}
|
|
@@ -2721,51 +2463,60 @@ export const OperationListResult: msRest.CompositeMapper = {
|
|
|
2721
2463
|
}
|
|
2722
2464
|
};
|
|
2723
2465
|
|
|
2724
|
-
export const
|
|
2725
|
-
serializedName: "StorageSkuListResult",
|
|
2466
|
+
export const ObjectReplicationPolicyRule: coreClient.CompositeMapper = {
|
|
2726
2467
|
type: {
|
|
2727
2468
|
name: "Composite",
|
|
2728
|
-
className: "
|
|
2469
|
+
className: "ObjectReplicationPolicyRule",
|
|
2729
2470
|
modelProperties: {
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
serializedName: "",
|
|
2471
|
+
ruleId: {
|
|
2472
|
+
serializedName: "ruleId",
|
|
2733
2473
|
type: {
|
|
2734
|
-
name: "
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2474
|
+
name: "String"
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2477
|
+
sourceContainer: {
|
|
2478
|
+
serializedName: "sourceContainer",
|
|
2479
|
+
required: true,
|
|
2480
|
+
type: {
|
|
2481
|
+
name: "String"
|
|
2482
|
+
}
|
|
2483
|
+
},
|
|
2484
|
+
destinationContainer: {
|
|
2485
|
+
serializedName: "destinationContainer",
|
|
2486
|
+
required: true,
|
|
2487
|
+
type: {
|
|
2488
|
+
name: "String"
|
|
2489
|
+
}
|
|
2490
|
+
},
|
|
2491
|
+
filters: {
|
|
2492
|
+
serializedName: "filters",
|
|
2493
|
+
type: {
|
|
2494
|
+
name: "Composite",
|
|
2495
|
+
className: "ObjectReplicationPolicyFilter"
|
|
2741
2496
|
}
|
|
2742
2497
|
}
|
|
2743
2498
|
}
|
|
2744
2499
|
}
|
|
2745
2500
|
};
|
|
2746
2501
|
|
|
2747
|
-
export const
|
|
2748
|
-
serializedName: "StorageAccountListResult",
|
|
2502
|
+
export const ObjectReplicationPolicyFilter: coreClient.CompositeMapper = {
|
|
2749
2503
|
type: {
|
|
2750
2504
|
name: "Composite",
|
|
2751
|
-
className: "
|
|
2505
|
+
className: "ObjectReplicationPolicyFilter",
|
|
2752
2506
|
modelProperties: {
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
serializedName: "",
|
|
2507
|
+
prefixMatch: {
|
|
2508
|
+
serializedName: "prefixMatch",
|
|
2756
2509
|
type: {
|
|
2757
2510
|
name: "Sequence",
|
|
2758
2511
|
element: {
|
|
2759
2512
|
type: {
|
|
2760
|
-
name: "
|
|
2761
|
-
className: "StorageAccount"
|
|
2513
|
+
name: "String"
|
|
2762
2514
|
}
|
|
2763
2515
|
}
|
|
2764
2516
|
}
|
|
2765
2517
|
},
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
serializedName: "nextLink",
|
|
2518
|
+
minCreationTime: {
|
|
2519
|
+
serializedName: "minCreationTime",
|
|
2769
2520
|
type: {
|
|
2770
2521
|
name: "String"
|
|
2771
2522
|
}
|
|
@@ -2774,94 +2525,97 @@ export const StorageAccountListResult: msRest.CompositeMapper = {
|
|
|
2774
2525
|
}
|
|
2775
2526
|
};
|
|
2776
2527
|
|
|
2777
|
-
export const
|
|
2778
|
-
serializedName: "UsageListResult",
|
|
2528
|
+
export const EncryptionScopeKeyVaultProperties: coreClient.CompositeMapper = {
|
|
2779
2529
|
type: {
|
|
2780
2530
|
name: "Composite",
|
|
2781
|
-
className: "
|
|
2531
|
+
className: "EncryptionScopeKeyVaultProperties",
|
|
2782
2532
|
modelProperties: {
|
|
2783
|
-
|
|
2784
|
-
serializedName: "",
|
|
2533
|
+
keyUri: {
|
|
2534
|
+
serializedName: "keyUri",
|
|
2785
2535
|
type: {
|
|
2786
|
-
name: "
|
|
2787
|
-
element: {
|
|
2788
|
-
type: {
|
|
2789
|
-
name: "Composite",
|
|
2790
|
-
className: "Usage"
|
|
2791
|
-
}
|
|
2792
|
-
}
|
|
2536
|
+
name: "String"
|
|
2793
2537
|
}
|
|
2794
2538
|
}
|
|
2795
2539
|
}
|
|
2796
2540
|
}
|
|
2797
2541
|
};
|
|
2798
2542
|
|
|
2799
|
-
export const
|
|
2800
|
-
serializedName: "PrivateEndpointConnectionListResult",
|
|
2543
|
+
export const EncryptionScopeListResult: coreClient.CompositeMapper = {
|
|
2801
2544
|
type: {
|
|
2802
2545
|
name: "Composite",
|
|
2803
|
-
className: "
|
|
2546
|
+
className: "EncryptionScopeListResult",
|
|
2804
2547
|
modelProperties: {
|
|
2805
2548
|
value: {
|
|
2806
|
-
serializedName: "",
|
|
2549
|
+
serializedName: "value",
|
|
2550
|
+
readOnly: true,
|
|
2807
2551
|
type: {
|
|
2808
2552
|
name: "Sequence",
|
|
2809
2553
|
element: {
|
|
2810
2554
|
type: {
|
|
2811
2555
|
name: "Composite",
|
|
2812
|
-
className: "
|
|
2556
|
+
className: "EncryptionScope"
|
|
2813
2557
|
}
|
|
2814
2558
|
}
|
|
2815
2559
|
}
|
|
2560
|
+
},
|
|
2561
|
+
nextLink: {
|
|
2562
|
+
serializedName: "nextLink",
|
|
2563
|
+
readOnly: true,
|
|
2564
|
+
type: {
|
|
2565
|
+
name: "String"
|
|
2566
|
+
}
|
|
2816
2567
|
}
|
|
2817
2568
|
}
|
|
2818
2569
|
}
|
|
2819
2570
|
};
|
|
2820
2571
|
|
|
2821
|
-
export const
|
|
2822
|
-
serializedName: "ObjectReplicationPolicies",
|
|
2572
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
2823
2573
|
type: {
|
|
2824
2574
|
name: "Composite",
|
|
2825
|
-
className: "
|
|
2575
|
+
className: "PrivateEndpointConnection",
|
|
2826
2576
|
modelProperties: {
|
|
2827
|
-
|
|
2828
|
-
|
|
2577
|
+
...Resource.type.modelProperties,
|
|
2578
|
+
privateEndpoint: {
|
|
2579
|
+
serializedName: "properties.privateEndpoint",
|
|
2829
2580
|
type: {
|
|
2830
|
-
name: "
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2581
|
+
name: "Composite",
|
|
2582
|
+
className: "PrivateEndpoint"
|
|
2583
|
+
}
|
|
2584
|
+
},
|
|
2585
|
+
privateLinkServiceConnectionState: {
|
|
2586
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
2587
|
+
type: {
|
|
2588
|
+
name: "Composite",
|
|
2589
|
+
className: "PrivateLinkServiceConnectionState"
|
|
2590
|
+
}
|
|
2591
|
+
},
|
|
2592
|
+
provisioningState: {
|
|
2593
|
+
serializedName: "properties.provisioningState",
|
|
2594
|
+
readOnly: true,
|
|
2595
|
+
type: {
|
|
2596
|
+
name: "String"
|
|
2837
2597
|
}
|
|
2838
2598
|
}
|
|
2839
2599
|
}
|
|
2840
2600
|
}
|
|
2841
2601
|
};
|
|
2842
2602
|
|
|
2843
|
-
export const
|
|
2844
|
-
serializedName: "EncryptionScopeListResult",
|
|
2603
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
2845
2604
|
type: {
|
|
2846
2605
|
name: "Composite",
|
|
2847
|
-
className: "
|
|
2606
|
+
className: "TrackedResource",
|
|
2848
2607
|
modelProperties: {
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
serializedName: "",
|
|
2608
|
+
...Resource.type.modelProperties,
|
|
2609
|
+
tags: {
|
|
2610
|
+
serializedName: "tags",
|
|
2852
2611
|
type: {
|
|
2853
|
-
name: "
|
|
2854
|
-
|
|
2855
|
-
type: {
|
|
2856
|
-
name: "Composite",
|
|
2857
|
-
className: "EncryptionScope"
|
|
2858
|
-
}
|
|
2859
|
-
}
|
|
2612
|
+
name: "Dictionary",
|
|
2613
|
+
value: { type: { name: "String" } }
|
|
2860
2614
|
}
|
|
2861
2615
|
},
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2616
|
+
location: {
|
|
2617
|
+
serializedName: "location",
|
|
2618
|
+
required: true,
|
|
2865
2619
|
type: {
|
|
2866
2620
|
name: "String"
|
|
2867
2621
|
}
|
|
@@ -2869,3 +2623,399 @@ export const EncryptionScopeListResult: msRest.CompositeMapper = {
|
|
|
2869
2623
|
}
|
|
2870
2624
|
}
|
|
2871
2625
|
};
|
|
2626
|
+
|
|
2627
|
+
export const ManagementPolicy: coreClient.CompositeMapper = {
|
|
2628
|
+
type: {
|
|
2629
|
+
name: "Composite",
|
|
2630
|
+
className: "ManagementPolicy",
|
|
2631
|
+
modelProperties: {
|
|
2632
|
+
...Resource.type.modelProperties,
|
|
2633
|
+
lastModifiedTime: {
|
|
2634
|
+
serializedName: "properties.lastModifiedTime",
|
|
2635
|
+
readOnly: true,
|
|
2636
|
+
type: {
|
|
2637
|
+
name: "DateTime"
|
|
2638
|
+
}
|
|
2639
|
+
},
|
|
2640
|
+
policy: {
|
|
2641
|
+
serializedName: "properties.policy",
|
|
2642
|
+
type: {
|
|
2643
|
+
name: "Composite",
|
|
2644
|
+
className: "ManagementPolicySchema"
|
|
2645
|
+
}
|
|
2646
|
+
}
|
|
2647
|
+
}
|
|
2648
|
+
}
|
|
2649
|
+
};
|
|
2650
|
+
|
|
2651
|
+
export const BlobInventoryPolicy: coreClient.CompositeMapper = {
|
|
2652
|
+
type: {
|
|
2653
|
+
name: "Composite",
|
|
2654
|
+
className: "BlobInventoryPolicy",
|
|
2655
|
+
modelProperties: {
|
|
2656
|
+
...Resource.type.modelProperties,
|
|
2657
|
+
systemData: {
|
|
2658
|
+
serializedName: "systemData",
|
|
2659
|
+
type: {
|
|
2660
|
+
name: "Composite",
|
|
2661
|
+
className: "SystemData"
|
|
2662
|
+
}
|
|
2663
|
+
},
|
|
2664
|
+
lastModifiedTime: {
|
|
2665
|
+
serializedName: "properties.lastModifiedTime",
|
|
2666
|
+
readOnly: true,
|
|
2667
|
+
type: {
|
|
2668
|
+
name: "DateTime"
|
|
2669
|
+
}
|
|
2670
|
+
},
|
|
2671
|
+
policy: {
|
|
2672
|
+
serializedName: "properties.policy",
|
|
2673
|
+
type: {
|
|
2674
|
+
name: "Composite",
|
|
2675
|
+
className: "BlobInventoryPolicySchema"
|
|
2676
|
+
}
|
|
2677
|
+
}
|
|
2678
|
+
}
|
|
2679
|
+
}
|
|
2680
|
+
};
|
|
2681
|
+
|
|
2682
|
+
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
2683
|
+
type: {
|
|
2684
|
+
name: "Composite",
|
|
2685
|
+
className: "PrivateLinkResource",
|
|
2686
|
+
modelProperties: {
|
|
2687
|
+
...Resource.type.modelProperties,
|
|
2688
|
+
groupId: {
|
|
2689
|
+
serializedName: "properties.groupId",
|
|
2690
|
+
readOnly: true,
|
|
2691
|
+
type: {
|
|
2692
|
+
name: "String"
|
|
2693
|
+
}
|
|
2694
|
+
},
|
|
2695
|
+
requiredMembers: {
|
|
2696
|
+
serializedName: "properties.requiredMembers",
|
|
2697
|
+
readOnly: true,
|
|
2698
|
+
type: {
|
|
2699
|
+
name: "Sequence",
|
|
2700
|
+
element: {
|
|
2701
|
+
type: {
|
|
2702
|
+
name: "String"
|
|
2703
|
+
}
|
|
2704
|
+
}
|
|
2705
|
+
}
|
|
2706
|
+
},
|
|
2707
|
+
requiredZoneNames: {
|
|
2708
|
+
serializedName: "properties.requiredZoneNames",
|
|
2709
|
+
type: {
|
|
2710
|
+
name: "Sequence",
|
|
2711
|
+
element: {
|
|
2712
|
+
type: {
|
|
2713
|
+
name: "String"
|
|
2714
|
+
}
|
|
2715
|
+
}
|
|
2716
|
+
}
|
|
2717
|
+
}
|
|
2718
|
+
}
|
|
2719
|
+
}
|
|
2720
|
+
};
|
|
2721
|
+
|
|
2722
|
+
export const ObjectReplicationPolicy: coreClient.CompositeMapper = {
|
|
2723
|
+
type: {
|
|
2724
|
+
name: "Composite",
|
|
2725
|
+
className: "ObjectReplicationPolicy",
|
|
2726
|
+
modelProperties: {
|
|
2727
|
+
...Resource.type.modelProperties,
|
|
2728
|
+
policyId: {
|
|
2729
|
+
serializedName: "properties.policyId",
|
|
2730
|
+
readOnly: true,
|
|
2731
|
+
type: {
|
|
2732
|
+
name: "String"
|
|
2733
|
+
}
|
|
2734
|
+
},
|
|
2735
|
+
enabledTime: {
|
|
2736
|
+
serializedName: "properties.enabledTime",
|
|
2737
|
+
readOnly: true,
|
|
2738
|
+
type: {
|
|
2739
|
+
name: "DateTime"
|
|
2740
|
+
}
|
|
2741
|
+
},
|
|
2742
|
+
sourceAccount: {
|
|
2743
|
+
serializedName: "properties.sourceAccount",
|
|
2744
|
+
type: {
|
|
2745
|
+
name: "String"
|
|
2746
|
+
}
|
|
2747
|
+
},
|
|
2748
|
+
destinationAccount: {
|
|
2749
|
+
serializedName: "properties.destinationAccount",
|
|
2750
|
+
type: {
|
|
2751
|
+
name: "String"
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
rules: {
|
|
2755
|
+
serializedName: "properties.rules",
|
|
2756
|
+
type: {
|
|
2757
|
+
name: "Sequence",
|
|
2758
|
+
element: {
|
|
2759
|
+
type: {
|
|
2760
|
+
name: "Composite",
|
|
2761
|
+
className: "ObjectReplicationPolicyRule"
|
|
2762
|
+
}
|
|
2763
|
+
}
|
|
2764
|
+
}
|
|
2765
|
+
}
|
|
2766
|
+
}
|
|
2767
|
+
}
|
|
2768
|
+
};
|
|
2769
|
+
|
|
2770
|
+
export const EncryptionScope: coreClient.CompositeMapper = {
|
|
2771
|
+
type: {
|
|
2772
|
+
name: "Composite",
|
|
2773
|
+
className: "EncryptionScope",
|
|
2774
|
+
modelProperties: {
|
|
2775
|
+
...Resource.type.modelProperties,
|
|
2776
|
+
source: {
|
|
2777
|
+
serializedName: "properties.source",
|
|
2778
|
+
type: {
|
|
2779
|
+
name: "String"
|
|
2780
|
+
}
|
|
2781
|
+
},
|
|
2782
|
+
state: {
|
|
2783
|
+
serializedName: "properties.state",
|
|
2784
|
+
type: {
|
|
2785
|
+
name: "String"
|
|
2786
|
+
}
|
|
2787
|
+
},
|
|
2788
|
+
creationTime: {
|
|
2789
|
+
serializedName: "properties.creationTime",
|
|
2790
|
+
readOnly: true,
|
|
2791
|
+
type: {
|
|
2792
|
+
name: "DateTime"
|
|
2793
|
+
}
|
|
2794
|
+
},
|
|
2795
|
+
lastModifiedTime: {
|
|
2796
|
+
serializedName: "properties.lastModifiedTime",
|
|
2797
|
+
readOnly: true,
|
|
2798
|
+
type: {
|
|
2799
|
+
name: "DateTime"
|
|
2800
|
+
}
|
|
2801
|
+
},
|
|
2802
|
+
keyVaultProperties: {
|
|
2803
|
+
serializedName: "properties.keyVaultProperties",
|
|
2804
|
+
type: {
|
|
2805
|
+
name: "Composite",
|
|
2806
|
+
className: "EncryptionScopeKeyVaultProperties"
|
|
2807
|
+
}
|
|
2808
|
+
}
|
|
2809
|
+
}
|
|
2810
|
+
}
|
|
2811
|
+
};
|
|
2812
|
+
|
|
2813
|
+
export const StorageAccount: coreClient.CompositeMapper = {
|
|
2814
|
+
type: {
|
|
2815
|
+
name: "Composite",
|
|
2816
|
+
className: "StorageAccount",
|
|
2817
|
+
modelProperties: {
|
|
2818
|
+
...TrackedResource.type.modelProperties,
|
|
2819
|
+
sku: {
|
|
2820
|
+
serializedName: "sku",
|
|
2821
|
+
type: {
|
|
2822
|
+
name: "Composite",
|
|
2823
|
+
className: "Sku"
|
|
2824
|
+
}
|
|
2825
|
+
},
|
|
2826
|
+
kind: {
|
|
2827
|
+
serializedName: "kind",
|
|
2828
|
+
readOnly: true,
|
|
2829
|
+
type: {
|
|
2830
|
+
name: "String"
|
|
2831
|
+
}
|
|
2832
|
+
},
|
|
2833
|
+
identity: {
|
|
2834
|
+
serializedName: "identity",
|
|
2835
|
+
type: {
|
|
2836
|
+
name: "Composite",
|
|
2837
|
+
className: "Identity"
|
|
2838
|
+
}
|
|
2839
|
+
},
|
|
2840
|
+
provisioningState: {
|
|
2841
|
+
serializedName: "properties.provisioningState",
|
|
2842
|
+
readOnly: true,
|
|
2843
|
+
type: {
|
|
2844
|
+
name: "Enum",
|
|
2845
|
+
allowedValues: ["Creating", "ResolvingDNS", "Succeeded"]
|
|
2846
|
+
}
|
|
2847
|
+
},
|
|
2848
|
+
primaryEndpoints: {
|
|
2849
|
+
serializedName: "properties.primaryEndpoints",
|
|
2850
|
+
type: {
|
|
2851
|
+
name: "Composite",
|
|
2852
|
+
className: "Endpoints"
|
|
2853
|
+
}
|
|
2854
|
+
},
|
|
2855
|
+
primaryLocation: {
|
|
2856
|
+
serializedName: "properties.primaryLocation",
|
|
2857
|
+
readOnly: true,
|
|
2858
|
+
type: {
|
|
2859
|
+
name: "String"
|
|
2860
|
+
}
|
|
2861
|
+
},
|
|
2862
|
+
statusOfPrimary: {
|
|
2863
|
+
serializedName: "properties.statusOfPrimary",
|
|
2864
|
+
readOnly: true,
|
|
2865
|
+
type: {
|
|
2866
|
+
name: "Enum",
|
|
2867
|
+
allowedValues: ["available", "unavailable"]
|
|
2868
|
+
}
|
|
2869
|
+
},
|
|
2870
|
+
lastGeoFailoverTime: {
|
|
2871
|
+
serializedName: "properties.lastGeoFailoverTime",
|
|
2872
|
+
readOnly: true,
|
|
2873
|
+
type: {
|
|
2874
|
+
name: "DateTime"
|
|
2875
|
+
}
|
|
2876
|
+
},
|
|
2877
|
+
secondaryLocation: {
|
|
2878
|
+
serializedName: "properties.secondaryLocation",
|
|
2879
|
+
readOnly: true,
|
|
2880
|
+
type: {
|
|
2881
|
+
name: "String"
|
|
2882
|
+
}
|
|
2883
|
+
},
|
|
2884
|
+
statusOfSecondary: {
|
|
2885
|
+
serializedName: "properties.statusOfSecondary",
|
|
2886
|
+
readOnly: true,
|
|
2887
|
+
type: {
|
|
2888
|
+
name: "Enum",
|
|
2889
|
+
allowedValues: ["available", "unavailable"]
|
|
2890
|
+
}
|
|
2891
|
+
},
|
|
2892
|
+
creationTime: {
|
|
2893
|
+
serializedName: "properties.creationTime",
|
|
2894
|
+
readOnly: true,
|
|
2895
|
+
type: {
|
|
2896
|
+
name: "DateTime"
|
|
2897
|
+
}
|
|
2898
|
+
},
|
|
2899
|
+
customDomain: {
|
|
2900
|
+
serializedName: "properties.customDomain",
|
|
2901
|
+
type: {
|
|
2902
|
+
name: "Composite",
|
|
2903
|
+
className: "CustomDomain"
|
|
2904
|
+
}
|
|
2905
|
+
},
|
|
2906
|
+
secondaryEndpoints: {
|
|
2907
|
+
serializedName: "properties.secondaryEndpoints",
|
|
2908
|
+
type: {
|
|
2909
|
+
name: "Composite",
|
|
2910
|
+
className: "Endpoints"
|
|
2911
|
+
}
|
|
2912
|
+
},
|
|
2913
|
+
encryption: {
|
|
2914
|
+
serializedName: "properties.encryption",
|
|
2915
|
+
type: {
|
|
2916
|
+
name: "Composite",
|
|
2917
|
+
className: "Encryption"
|
|
2918
|
+
}
|
|
2919
|
+
},
|
|
2920
|
+
accessTier: {
|
|
2921
|
+
serializedName: "properties.accessTier",
|
|
2922
|
+
readOnly: true,
|
|
2923
|
+
type: {
|
|
2924
|
+
name: "Enum",
|
|
2925
|
+
allowedValues: ["Hot", "Cool"]
|
|
2926
|
+
}
|
|
2927
|
+
},
|
|
2928
|
+
azureFilesIdentityBasedAuthentication: {
|
|
2929
|
+
serializedName: "properties.azureFilesIdentityBasedAuthentication",
|
|
2930
|
+
type: {
|
|
2931
|
+
name: "Composite",
|
|
2932
|
+
className: "AzureFilesIdentityBasedAuthentication"
|
|
2933
|
+
}
|
|
2934
|
+
},
|
|
2935
|
+
enableHttpsTrafficOnly: {
|
|
2936
|
+
serializedName: "properties.supportsHttpsTrafficOnly",
|
|
2937
|
+
type: {
|
|
2938
|
+
name: "Boolean"
|
|
2939
|
+
}
|
|
2940
|
+
},
|
|
2941
|
+
networkRuleSet: {
|
|
2942
|
+
serializedName: "properties.networkAcls",
|
|
2943
|
+
type: {
|
|
2944
|
+
name: "Composite",
|
|
2945
|
+
className: "NetworkRuleSet"
|
|
2946
|
+
}
|
|
2947
|
+
},
|
|
2948
|
+
isHnsEnabled: {
|
|
2949
|
+
serializedName: "properties.isHnsEnabled",
|
|
2950
|
+
type: {
|
|
2951
|
+
name: "Boolean"
|
|
2952
|
+
}
|
|
2953
|
+
},
|
|
2954
|
+
geoReplicationStats: {
|
|
2955
|
+
serializedName: "properties.geoReplicationStats",
|
|
2956
|
+
type: {
|
|
2957
|
+
name: "Composite",
|
|
2958
|
+
className: "GeoReplicationStats"
|
|
2959
|
+
}
|
|
2960
|
+
},
|
|
2961
|
+
failoverInProgress: {
|
|
2962
|
+
serializedName: "properties.failoverInProgress",
|
|
2963
|
+
readOnly: true,
|
|
2964
|
+
type: {
|
|
2965
|
+
name: "Boolean"
|
|
2966
|
+
}
|
|
2967
|
+
},
|
|
2968
|
+
largeFileSharesState: {
|
|
2969
|
+
serializedName: "properties.largeFileSharesState",
|
|
2970
|
+
type: {
|
|
2971
|
+
name: "String"
|
|
2972
|
+
}
|
|
2973
|
+
},
|
|
2974
|
+
privateEndpointConnections: {
|
|
2975
|
+
serializedName: "properties.privateEndpointConnections",
|
|
2976
|
+
readOnly: true,
|
|
2977
|
+
type: {
|
|
2978
|
+
name: "Sequence",
|
|
2979
|
+
element: {
|
|
2980
|
+
type: {
|
|
2981
|
+
name: "Composite",
|
|
2982
|
+
className: "PrivateEndpointConnection"
|
|
2983
|
+
}
|
|
2984
|
+
}
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2987
|
+
routingPreference: {
|
|
2988
|
+
serializedName: "properties.routingPreference",
|
|
2989
|
+
type: {
|
|
2990
|
+
name: "Composite",
|
|
2991
|
+
className: "RoutingPreference"
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
blobRestoreStatus: {
|
|
2995
|
+
serializedName: "properties.blobRestoreStatus",
|
|
2996
|
+
type: {
|
|
2997
|
+
name: "Composite",
|
|
2998
|
+
className: "BlobRestoreStatus"
|
|
2999
|
+
}
|
|
3000
|
+
},
|
|
3001
|
+
allowBlobPublicAccess: {
|
|
3002
|
+
serializedName: "properties.allowBlobPublicAccess",
|
|
3003
|
+
type: {
|
|
3004
|
+
name: "Boolean"
|
|
3005
|
+
}
|
|
3006
|
+
},
|
|
3007
|
+
minimumTlsVersion: {
|
|
3008
|
+
serializedName: "properties.minimumTlsVersion",
|
|
3009
|
+
type: {
|
|
3010
|
+
name: "String"
|
|
3011
|
+
}
|
|
3012
|
+
},
|
|
3013
|
+
allowSharedKeyAccess: {
|
|
3014
|
+
serializedName: "properties.allowSharedKeyAccess",
|
|
3015
|
+
type: {
|
|
3016
|
+
name: "Boolean"
|
|
3017
|
+
}
|
|
3018
|
+
}
|
|
3019
|
+
}
|
|
3020
|
+
}
|
|
3021
|
+
};
|