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