@azure/arm-storage 18.6.0-alpha.20250718.2 → 18.6.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/dist/browser/lroImpl.js +3 -7
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +241 -511
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/blobContainers.js +46 -34
- package/dist/browser/operations/blobContainers.js.map +1 -1
- package/dist/browser/operations/blobInventoryPolicies.js +27 -10
- package/dist/browser/operations/blobInventoryPolicies.js.map +1 -1
- package/dist/browser/operations/blobServices.js +27 -10
- package/dist/browser/operations/blobServices.js.map +1 -1
- package/dist/browser/operations/deletedAccounts.js +40 -23
- package/dist/browser/operations/deletedAccounts.js.map +1 -1
- package/dist/browser/operations/encryptionScopes.js +40 -23
- package/dist/browser/operations/encryptionScopes.js.map +1 -1
- package/dist/browser/operations/fileServices.js +40 -23
- package/dist/browser/operations/fileServices.js.map +1 -1
- package/dist/browser/operations/fileShares.js +40 -23
- package/dist/browser/operations/fileShares.js.map +1 -1
- package/dist/browser/operations/localUsersOperations.js +27 -10
- package/dist/browser/operations/localUsersOperations.js.map +1 -1
- package/dist/browser/operations/managementPolicies.js +0 -1
- package/dist/browser/operations/managementPolicies.js.map +1 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +33 -21
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- package/dist/browser/operations/objectReplicationPoliciesOperations.js +27 -10
- package/dist/browser/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/dist/browser/operations/operations.js +27 -10
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +27 -10
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +0 -1
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/queue.js +40 -23
- package/dist/browser/operations/queue.js.map +1 -1
- package/dist/browser/operations/queueServices.js +0 -1
- package/dist/browser/operations/queueServices.js.map +1 -1
- package/dist/browser/operations/skus.js +27 -10
- package/dist/browser/operations/skus.js.map +1 -1
- package/dist/browser/operations/storageAccounts.js +115 -111
- package/dist/browser/operations/storageAccounts.js.map +1 -1
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.js +40 -23
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.js.map +1 -1
- package/dist/browser/operations/storageTaskAssignments.js +58 -56
- package/dist/browser/operations/storageTaskAssignments.js.map +1 -1
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.js +40 -23
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.js.map +1 -1
- package/dist/browser/operations/tableOperations.js +40 -23
- package/dist/browser/operations/tableOperations.js.map +1 -1
- package/dist/browser/operations/tableServices.js +0 -1
- package/dist/browser/operations/tableServices.js.map +1 -1
- package/dist/browser/operations/usages.js +27 -10
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/pagingHelper.js +4 -2
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/storageManagementClient.js +5 -37
- package/dist/browser/storageManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +3 -7
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +241 -511
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/blobContainers.js +45 -34
- package/dist/commonjs/operations/blobContainers.js.map +1 -1
- package/dist/commonjs/operations/blobInventoryPolicies.js +26 -10
- package/dist/commonjs/operations/blobInventoryPolicies.js.map +1 -1
- package/dist/commonjs/operations/blobServices.js +26 -10
- package/dist/commonjs/operations/blobServices.js.map +1 -1
- package/dist/commonjs/operations/deletedAccounts.js +39 -23
- package/dist/commonjs/operations/deletedAccounts.js.map +1 -1
- package/dist/commonjs/operations/encryptionScopes.js +39 -23
- package/dist/commonjs/operations/encryptionScopes.js.map +1 -1
- package/dist/commonjs/operations/fileServices.js +39 -23
- package/dist/commonjs/operations/fileServices.js.map +1 -1
- package/dist/commonjs/operations/fileShares.js +39 -23
- package/dist/commonjs/operations/fileShares.js.map +1 -1
- package/dist/commonjs/operations/localUsersOperations.js +26 -10
- package/dist/commonjs/operations/localUsersOperations.js.map +1 -1
- package/dist/commonjs/operations/managementPolicies.js +0 -1
- package/dist/commonjs/operations/managementPolicies.js.map +1 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +32 -21
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.js +26 -10
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/dist/commonjs/operations/operations.js +26 -10
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +26 -10
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -1
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/queue.js +39 -23
- package/dist/commonjs/operations/queue.js.map +1 -1
- package/dist/commonjs/operations/queueServices.js +0 -1
- package/dist/commonjs/operations/queueServices.js.map +1 -1
- package/dist/commonjs/operations/skus.js +26 -10
- package/dist/commonjs/operations/skus.js.map +1 -1
- package/dist/commonjs/operations/storageAccounts.js +114 -111
- package/dist/commonjs/operations/storageAccounts.js.map +1 -1
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.js +39 -23
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.js.map +1 -1
- package/dist/commonjs/operations/storageTaskAssignments.js +57 -56
- package/dist/commonjs/operations/storageTaskAssignments.js.map +1 -1
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.js +39 -23
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.js.map +1 -1
- package/dist/commonjs/operations/tableOperations.js +39 -23
- package/dist/commonjs/operations/tableOperations.js.map +1 -1
- package/dist/commonjs/operations/tableServices.js +0 -1
- package/dist/commonjs/operations/tableServices.js.map +1 -1
- package/dist/commonjs/operations/usages.js +26 -10
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +4 -2
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/storageManagementClient.js +5 -37
- package/dist/commonjs/storageManagementClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/lroImpl.js +3 -7
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +241 -511
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/blobContainers.js +46 -34
- package/dist/esm/operations/blobContainers.js.map +1 -1
- package/dist/esm/operations/blobInventoryPolicies.js +27 -10
- package/dist/esm/operations/blobInventoryPolicies.js.map +1 -1
- package/dist/esm/operations/blobServices.js +27 -10
- package/dist/esm/operations/blobServices.js.map +1 -1
- package/dist/esm/operations/deletedAccounts.js +40 -23
- package/dist/esm/operations/deletedAccounts.js.map +1 -1
- package/dist/esm/operations/encryptionScopes.js +40 -23
- package/dist/esm/operations/encryptionScopes.js.map +1 -1
- package/dist/esm/operations/fileServices.js +40 -23
- package/dist/esm/operations/fileServices.js.map +1 -1
- package/dist/esm/operations/fileShares.js +40 -23
- package/dist/esm/operations/fileShares.js.map +1 -1
- package/dist/esm/operations/localUsersOperations.js +27 -10
- package/dist/esm/operations/localUsersOperations.js.map +1 -1
- package/dist/esm/operations/managementPolicies.js +0 -1
- package/dist/esm/operations/managementPolicies.js.map +1 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +33 -21
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- package/dist/esm/operations/objectReplicationPoliciesOperations.js +27 -10
- package/dist/esm/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/dist/esm/operations/operations.js +27 -10
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +27 -10
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +0 -1
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/queue.js +40 -23
- package/dist/esm/operations/queue.js.map +1 -1
- package/dist/esm/operations/queueServices.js +0 -1
- package/dist/esm/operations/queueServices.js.map +1 -1
- package/dist/esm/operations/skus.js +27 -10
- package/dist/esm/operations/skus.js.map +1 -1
- package/dist/esm/operations/storageAccounts.js +115 -111
- package/dist/esm/operations/storageAccounts.js.map +1 -1
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.js +40 -23
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.js.map +1 -1
- package/dist/esm/operations/storageTaskAssignments.js +58 -56
- package/dist/esm/operations/storageTaskAssignments.js.map +1 -1
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.js +40 -23
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.js.map +1 -1
- package/dist/esm/operations/tableOperations.js +40 -23
- package/dist/esm/operations/tableOperations.js.map +1 -1
- package/dist/esm/operations/tableServices.js +0 -1
- package/dist/esm/operations/tableServices.js.map +1 -1
- package/dist/esm/operations/usages.js +27 -10
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/pagingHelper.js +4 -2
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/storageManagementClient.js +5 -37
- package/dist/esm/storageManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +3 -7
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +241 -511
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/blobContainers.js +46 -34
- package/dist/react-native/operations/blobContainers.js.map +1 -1
- package/dist/react-native/operations/blobInventoryPolicies.js +27 -10
- package/dist/react-native/operations/blobInventoryPolicies.js.map +1 -1
- package/dist/react-native/operations/blobServices.js +27 -10
- package/dist/react-native/operations/blobServices.js.map +1 -1
- package/dist/react-native/operations/deletedAccounts.js +40 -23
- package/dist/react-native/operations/deletedAccounts.js.map +1 -1
- package/dist/react-native/operations/encryptionScopes.js +40 -23
- package/dist/react-native/operations/encryptionScopes.js.map +1 -1
- package/dist/react-native/operations/fileServices.js +40 -23
- package/dist/react-native/operations/fileServices.js.map +1 -1
- package/dist/react-native/operations/fileShares.js +40 -23
- package/dist/react-native/operations/fileShares.js.map +1 -1
- package/dist/react-native/operations/localUsersOperations.js +27 -10
- package/dist/react-native/operations/localUsersOperations.js.map +1 -1
- package/dist/react-native/operations/managementPolicies.js +0 -1
- package/dist/react-native/operations/managementPolicies.js.map +1 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +33 -21
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -1
- package/dist/react-native/operations/objectReplicationPoliciesOperations.js +27 -10
- package/dist/react-native/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/dist/react-native/operations/operations.js +27 -10
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +27 -10
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -1
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/queue.js +40 -23
- package/dist/react-native/operations/queue.js.map +1 -1
- package/dist/react-native/operations/queueServices.js +0 -1
- package/dist/react-native/operations/queueServices.js.map +1 -1
- package/dist/react-native/operations/skus.js +27 -10
- package/dist/react-native/operations/skus.js.map +1 -1
- package/dist/react-native/operations/storageAccounts.js +115 -111
- package/dist/react-native/operations/storageAccounts.js.map +1 -1
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.js +40 -23
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.js.map +1 -1
- package/dist/react-native/operations/storageTaskAssignments.js +58 -56
- package/dist/react-native/operations/storageTaskAssignments.js.map +1 -1
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.js +40 -23
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.js.map +1 -1
- package/dist/react-native/operations/tableOperations.js +40 -23
- package/dist/react-native/operations/tableOperations.js.map +1 -1
- package/dist/react-native/operations/tableServices.js +0 -1
- package/dist/react-native/operations/tableServices.js.map +1 -1
- package/dist/react-native/operations/usages.js +27 -10
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/pagingHelper.js +4 -2
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/storageManagementClient.js +5 -37
- package/dist/react-native/storageManagementClient.js.map +1 -1
- package/package.json +5 -5
|
@@ -5617,331 +5617,274 @@ exports.BlobServiceProperties = {
|
|
|
5617
5617
|
type: {
|
|
5618
5618
|
name: "Composite",
|
|
5619
5619
|
className: "BlobServiceProperties",
|
|
5620
|
-
modelProperties: {
|
|
5621
|
-
...exports.Resource.type.modelProperties,
|
|
5622
|
-
sku: {
|
|
5620
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { sku: {
|
|
5623
5621
|
serializedName: "sku",
|
|
5624
5622
|
type: {
|
|
5625
5623
|
name: "Composite",
|
|
5626
5624
|
className: "Sku",
|
|
5627
5625
|
},
|
|
5628
|
-
},
|
|
5629
|
-
cors: {
|
|
5626
|
+
}, cors: {
|
|
5630
5627
|
serializedName: "properties.cors",
|
|
5631
5628
|
type: {
|
|
5632
5629
|
name: "Composite",
|
|
5633
5630
|
className: "CorsRules",
|
|
5634
5631
|
},
|
|
5635
|
-
},
|
|
5636
|
-
defaultServiceVersion: {
|
|
5632
|
+
}, defaultServiceVersion: {
|
|
5637
5633
|
serializedName: "properties.defaultServiceVersion",
|
|
5638
5634
|
type: {
|
|
5639
5635
|
name: "String",
|
|
5640
5636
|
},
|
|
5641
|
-
},
|
|
5642
|
-
deleteRetentionPolicy: {
|
|
5637
|
+
}, deleteRetentionPolicy: {
|
|
5643
5638
|
serializedName: "properties.deleteRetentionPolicy",
|
|
5644
5639
|
type: {
|
|
5645
5640
|
name: "Composite",
|
|
5646
5641
|
className: "DeleteRetentionPolicy",
|
|
5647
5642
|
},
|
|
5648
|
-
},
|
|
5649
|
-
isVersioningEnabled: {
|
|
5643
|
+
}, isVersioningEnabled: {
|
|
5650
5644
|
serializedName: "properties.isVersioningEnabled",
|
|
5651
5645
|
type: {
|
|
5652
5646
|
name: "Boolean",
|
|
5653
5647
|
},
|
|
5654
|
-
},
|
|
5655
|
-
automaticSnapshotPolicyEnabled: {
|
|
5648
|
+
}, automaticSnapshotPolicyEnabled: {
|
|
5656
5649
|
serializedName: "properties.automaticSnapshotPolicyEnabled",
|
|
5657
5650
|
type: {
|
|
5658
5651
|
name: "Boolean",
|
|
5659
5652
|
},
|
|
5660
|
-
},
|
|
5661
|
-
changeFeed: {
|
|
5653
|
+
}, changeFeed: {
|
|
5662
5654
|
serializedName: "properties.changeFeed",
|
|
5663
5655
|
type: {
|
|
5664
5656
|
name: "Composite",
|
|
5665
5657
|
className: "ChangeFeed",
|
|
5666
5658
|
},
|
|
5667
|
-
},
|
|
5668
|
-
restorePolicy: {
|
|
5659
|
+
}, restorePolicy: {
|
|
5669
5660
|
serializedName: "properties.restorePolicy",
|
|
5670
5661
|
type: {
|
|
5671
5662
|
name: "Composite",
|
|
5672
5663
|
className: "RestorePolicyProperties",
|
|
5673
5664
|
},
|
|
5674
|
-
},
|
|
5675
|
-
containerDeleteRetentionPolicy: {
|
|
5665
|
+
}, containerDeleteRetentionPolicy: {
|
|
5676
5666
|
serializedName: "properties.containerDeleteRetentionPolicy",
|
|
5677
5667
|
type: {
|
|
5678
5668
|
name: "Composite",
|
|
5679
5669
|
className: "DeleteRetentionPolicy",
|
|
5680
5670
|
},
|
|
5681
|
-
},
|
|
5682
|
-
lastAccessTimeTrackingPolicy: {
|
|
5671
|
+
}, lastAccessTimeTrackingPolicy: {
|
|
5683
5672
|
serializedName: "properties.lastAccessTimeTrackingPolicy",
|
|
5684
5673
|
type: {
|
|
5685
5674
|
name: "Composite",
|
|
5686
5675
|
className: "LastAccessTimeTrackingPolicy",
|
|
5687
5676
|
},
|
|
5688
|
-
},
|
|
5689
|
-
},
|
|
5677
|
+
} }),
|
|
5690
5678
|
},
|
|
5691
5679
|
};
|
|
5692
5680
|
exports.AzureEntityResource = {
|
|
5693
5681
|
type: {
|
|
5694
5682
|
name: "Composite",
|
|
5695
5683
|
className: "AzureEntityResource",
|
|
5696
|
-
modelProperties: {
|
|
5697
|
-
...exports.Resource.type.modelProperties,
|
|
5698
|
-
etag: {
|
|
5684
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { etag: {
|
|
5699
5685
|
serializedName: "etag",
|
|
5700
5686
|
readOnly: true,
|
|
5701
5687
|
type: {
|
|
5702
5688
|
name: "String",
|
|
5703
5689
|
},
|
|
5704
|
-
},
|
|
5705
|
-
},
|
|
5690
|
+
} }),
|
|
5706
5691
|
},
|
|
5707
5692
|
};
|
|
5708
5693
|
exports.FileServiceProperties = {
|
|
5709
5694
|
type: {
|
|
5710
5695
|
name: "Composite",
|
|
5711
5696
|
className: "FileServiceProperties",
|
|
5712
|
-
modelProperties: {
|
|
5713
|
-
...exports.Resource.type.modelProperties,
|
|
5714
|
-
sku: {
|
|
5697
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { sku: {
|
|
5715
5698
|
serializedName: "sku",
|
|
5716
5699
|
type: {
|
|
5717
5700
|
name: "Composite",
|
|
5718
5701
|
className: "Sku",
|
|
5719
5702
|
},
|
|
5720
|
-
},
|
|
5721
|
-
cors: {
|
|
5703
|
+
}, cors: {
|
|
5722
5704
|
serializedName: "properties.cors",
|
|
5723
5705
|
type: {
|
|
5724
5706
|
name: "Composite",
|
|
5725
5707
|
className: "CorsRules",
|
|
5726
5708
|
},
|
|
5727
|
-
},
|
|
5728
|
-
shareDeleteRetentionPolicy: {
|
|
5709
|
+
}, shareDeleteRetentionPolicy: {
|
|
5729
5710
|
serializedName: "properties.shareDeleteRetentionPolicy",
|
|
5730
5711
|
type: {
|
|
5731
5712
|
name: "Composite",
|
|
5732
5713
|
className: "DeleteRetentionPolicy",
|
|
5733
5714
|
},
|
|
5734
|
-
},
|
|
5735
|
-
protocolSettings: {
|
|
5715
|
+
}, protocolSettings: {
|
|
5736
5716
|
serializedName: "properties.protocolSettings",
|
|
5737
5717
|
type: {
|
|
5738
5718
|
name: "Composite",
|
|
5739
5719
|
className: "ProtocolSettings",
|
|
5740
5720
|
},
|
|
5741
|
-
},
|
|
5742
|
-
},
|
|
5721
|
+
} }),
|
|
5743
5722
|
},
|
|
5744
5723
|
};
|
|
5745
5724
|
exports.FileServiceUsage = {
|
|
5746
5725
|
type: {
|
|
5747
5726
|
name: "Composite",
|
|
5748
5727
|
className: "FileServiceUsage",
|
|
5749
|
-
modelProperties: {
|
|
5750
|
-
...exports.Resource.type.modelProperties,
|
|
5751
|
-
properties: {
|
|
5728
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { properties: {
|
|
5752
5729
|
serializedName: "properties",
|
|
5753
5730
|
type: {
|
|
5754
5731
|
name: "Composite",
|
|
5755
5732
|
className: "FileServiceUsageProperties",
|
|
5756
5733
|
},
|
|
5757
|
-
},
|
|
5758
|
-
},
|
|
5734
|
+
} }),
|
|
5759
5735
|
},
|
|
5760
5736
|
};
|
|
5761
5737
|
exports.QueueServiceProperties = {
|
|
5762
5738
|
type: {
|
|
5763
5739
|
name: "Composite",
|
|
5764
5740
|
className: "QueueServiceProperties",
|
|
5765
|
-
modelProperties: {
|
|
5766
|
-
...exports.Resource.type.modelProperties,
|
|
5767
|
-
cors: {
|
|
5741
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { cors: {
|
|
5768
5742
|
serializedName: "properties.cors",
|
|
5769
5743
|
type: {
|
|
5770
5744
|
name: "Composite",
|
|
5771
5745
|
className: "CorsRules",
|
|
5772
5746
|
},
|
|
5773
|
-
},
|
|
5774
|
-
},
|
|
5747
|
+
} }),
|
|
5775
5748
|
},
|
|
5776
5749
|
};
|
|
5777
5750
|
exports.StorageQueue = {
|
|
5778
5751
|
type: {
|
|
5779
5752
|
name: "Composite",
|
|
5780
5753
|
className: "StorageQueue",
|
|
5781
|
-
modelProperties: {
|
|
5782
|
-
...exports.Resource.type.modelProperties,
|
|
5783
|
-
metadata: {
|
|
5754
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { metadata: {
|
|
5784
5755
|
serializedName: "properties.metadata",
|
|
5785
5756
|
type: {
|
|
5786
5757
|
name: "Dictionary",
|
|
5787
5758
|
value: { type: { name: "String" } },
|
|
5788
5759
|
},
|
|
5789
|
-
},
|
|
5790
|
-
approximateMessageCount: {
|
|
5760
|
+
}, approximateMessageCount: {
|
|
5791
5761
|
serializedName: "properties.approximateMessageCount",
|
|
5792
5762
|
readOnly: true,
|
|
5793
5763
|
type: {
|
|
5794
5764
|
name: "Number",
|
|
5795
5765
|
},
|
|
5796
|
-
},
|
|
5797
|
-
},
|
|
5766
|
+
} }),
|
|
5798
5767
|
},
|
|
5799
5768
|
};
|
|
5800
5769
|
exports.ListQueue = {
|
|
5801
5770
|
type: {
|
|
5802
5771
|
name: "Composite",
|
|
5803
5772
|
className: "ListQueue",
|
|
5804
|
-
modelProperties: {
|
|
5805
|
-
...exports.Resource.type.modelProperties,
|
|
5806
|
-
metadata: {
|
|
5773
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { metadata: {
|
|
5807
5774
|
serializedName: "properties.metadata",
|
|
5808
5775
|
type: {
|
|
5809
5776
|
name: "Dictionary",
|
|
5810
5777
|
value: { type: { name: "String" } },
|
|
5811
5778
|
},
|
|
5812
|
-
},
|
|
5813
|
-
},
|
|
5779
|
+
} }),
|
|
5814
5780
|
},
|
|
5815
5781
|
};
|
|
5816
5782
|
exports.PrivateEndpointConnection = {
|
|
5817
5783
|
type: {
|
|
5818
5784
|
name: "Composite",
|
|
5819
5785
|
className: "PrivateEndpointConnection",
|
|
5820
|
-
modelProperties: {
|
|
5821
|
-
...exports.Resource.type.modelProperties,
|
|
5822
|
-
privateEndpoint: {
|
|
5786
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { privateEndpoint: {
|
|
5823
5787
|
serializedName: "properties.privateEndpoint",
|
|
5824
5788
|
type: {
|
|
5825
5789
|
name: "Composite",
|
|
5826
5790
|
className: "PrivateEndpoint",
|
|
5827
5791
|
},
|
|
5828
|
-
},
|
|
5829
|
-
privateLinkServiceConnectionState: {
|
|
5792
|
+
}, privateLinkServiceConnectionState: {
|
|
5830
5793
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
5831
5794
|
type: {
|
|
5832
5795
|
name: "Composite",
|
|
5833
5796
|
className: "PrivateLinkServiceConnectionState",
|
|
5834
5797
|
},
|
|
5835
|
-
},
|
|
5836
|
-
provisioningState: {
|
|
5798
|
+
}, provisioningState: {
|
|
5837
5799
|
serializedName: "properties.provisioningState",
|
|
5838
5800
|
readOnly: true,
|
|
5839
5801
|
type: {
|
|
5840
5802
|
name: "String",
|
|
5841
5803
|
},
|
|
5842
|
-
},
|
|
5843
|
-
},
|
|
5804
|
+
} }),
|
|
5844
5805
|
},
|
|
5845
5806
|
};
|
|
5846
5807
|
exports.TrackedResource = {
|
|
5847
5808
|
type: {
|
|
5848
5809
|
name: "Composite",
|
|
5849
5810
|
className: "TrackedResource",
|
|
5850
|
-
modelProperties: {
|
|
5851
|
-
...exports.Resource.type.modelProperties,
|
|
5852
|
-
tags: {
|
|
5811
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { tags: {
|
|
5853
5812
|
serializedName: "tags",
|
|
5854
5813
|
type: {
|
|
5855
5814
|
name: "Dictionary",
|
|
5856
5815
|
value: { type: { name: "String" } },
|
|
5857
5816
|
},
|
|
5858
|
-
},
|
|
5859
|
-
location: {
|
|
5817
|
+
}, location: {
|
|
5860
5818
|
serializedName: "location",
|
|
5861
5819
|
required: true,
|
|
5862
5820
|
type: {
|
|
5863
5821
|
name: "String",
|
|
5864
5822
|
},
|
|
5865
|
-
},
|
|
5866
|
-
},
|
|
5823
|
+
} }),
|
|
5867
5824
|
},
|
|
5868
5825
|
};
|
|
5869
5826
|
exports.ProxyResource = {
|
|
5870
5827
|
type: {
|
|
5871
5828
|
name: "Composite",
|
|
5872
5829
|
className: "ProxyResource",
|
|
5873
|
-
modelProperties: {
|
|
5874
|
-
...exports.Resource.type.modelProperties,
|
|
5875
|
-
},
|
|
5830
|
+
modelProperties: Object.assign({}, exports.Resource.type.modelProperties),
|
|
5876
5831
|
},
|
|
5877
5832
|
};
|
|
5878
5833
|
exports.ManagementPolicy = {
|
|
5879
5834
|
type: {
|
|
5880
5835
|
name: "Composite",
|
|
5881
5836
|
className: "ManagementPolicy",
|
|
5882
|
-
modelProperties: {
|
|
5883
|
-
...exports.Resource.type.modelProperties,
|
|
5884
|
-
lastModifiedTime: {
|
|
5837
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { lastModifiedTime: {
|
|
5885
5838
|
serializedName: "properties.lastModifiedTime",
|
|
5886
5839
|
readOnly: true,
|
|
5887
5840
|
type: {
|
|
5888
5841
|
name: "DateTime",
|
|
5889
5842
|
},
|
|
5890
|
-
},
|
|
5891
|
-
policy: {
|
|
5843
|
+
}, policy: {
|
|
5892
5844
|
serializedName: "properties.policy",
|
|
5893
5845
|
type: {
|
|
5894
5846
|
name: "Composite",
|
|
5895
5847
|
className: "ManagementPolicySchema",
|
|
5896
5848
|
},
|
|
5897
|
-
},
|
|
5898
|
-
},
|
|
5849
|
+
} }),
|
|
5899
5850
|
},
|
|
5900
5851
|
};
|
|
5901
5852
|
exports.BlobInventoryPolicy = {
|
|
5902
5853
|
type: {
|
|
5903
5854
|
name: "Composite",
|
|
5904
5855
|
className: "BlobInventoryPolicy",
|
|
5905
|
-
modelProperties: {
|
|
5906
|
-
...exports.Resource.type.modelProperties,
|
|
5907
|
-
systemData: {
|
|
5856
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { systemData: {
|
|
5908
5857
|
serializedName: "systemData",
|
|
5909
5858
|
type: {
|
|
5910
5859
|
name: "Composite",
|
|
5911
5860
|
className: "SystemData",
|
|
5912
5861
|
},
|
|
5913
|
-
},
|
|
5914
|
-
lastModifiedTime: {
|
|
5862
|
+
}, lastModifiedTime: {
|
|
5915
5863
|
serializedName: "properties.lastModifiedTime",
|
|
5916
5864
|
readOnly: true,
|
|
5917
5865
|
type: {
|
|
5918
5866
|
name: "DateTime",
|
|
5919
5867
|
},
|
|
5920
|
-
},
|
|
5921
|
-
policy: {
|
|
5868
|
+
}, policy: {
|
|
5922
5869
|
serializedName: "properties.policy",
|
|
5923
5870
|
type: {
|
|
5924
5871
|
name: "Composite",
|
|
5925
5872
|
className: "BlobInventoryPolicySchema",
|
|
5926
5873
|
},
|
|
5927
|
-
},
|
|
5928
|
-
},
|
|
5874
|
+
} }),
|
|
5929
5875
|
},
|
|
5930
5876
|
};
|
|
5931
5877
|
exports.PrivateLinkResource = {
|
|
5932
5878
|
type: {
|
|
5933
5879
|
name: "Composite",
|
|
5934
5880
|
className: "PrivateLinkResource",
|
|
5935
|
-
modelProperties: {
|
|
5936
|
-
...exports.Resource.type.modelProperties,
|
|
5937
|
-
groupId: {
|
|
5881
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { groupId: {
|
|
5938
5882
|
serializedName: "properties.groupId",
|
|
5939
5883
|
readOnly: true,
|
|
5940
5884
|
type: {
|
|
5941
5885
|
name: "String",
|
|
5942
5886
|
},
|
|
5943
|
-
},
|
|
5944
|
-
requiredMembers: {
|
|
5887
|
+
}, requiredMembers: {
|
|
5945
5888
|
serializedName: "properties.requiredMembers",
|
|
5946
5889
|
readOnly: true,
|
|
5947
5890
|
type: {
|
|
@@ -5952,8 +5895,7 @@ exports.PrivateLinkResource = {
|
|
|
5952
5895
|
},
|
|
5953
5896
|
},
|
|
5954
5897
|
},
|
|
5955
|
-
},
|
|
5956
|
-
requiredZoneNames: {
|
|
5898
|
+
}, requiredZoneNames: {
|
|
5957
5899
|
serializedName: "properties.requiredZoneNames",
|
|
5958
5900
|
type: {
|
|
5959
5901
|
name: "Sequence",
|
|
@@ -5963,43 +5905,36 @@ exports.PrivateLinkResource = {
|
|
|
5963
5905
|
},
|
|
5964
5906
|
},
|
|
5965
5907
|
},
|
|
5966
|
-
},
|
|
5967
|
-
},
|
|
5908
|
+
} }),
|
|
5968
5909
|
},
|
|
5969
5910
|
};
|
|
5970
5911
|
exports.ObjectReplicationPolicy = {
|
|
5971
5912
|
type: {
|
|
5972
5913
|
name: "Composite",
|
|
5973
5914
|
className: "ObjectReplicationPolicy",
|
|
5974
|
-
modelProperties: {
|
|
5975
|
-
...exports.Resource.type.modelProperties,
|
|
5976
|
-
policyId: {
|
|
5915
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { policyId: {
|
|
5977
5916
|
serializedName: "properties.policyId",
|
|
5978
5917
|
readOnly: true,
|
|
5979
5918
|
type: {
|
|
5980
5919
|
name: "String",
|
|
5981
5920
|
},
|
|
5982
|
-
},
|
|
5983
|
-
enabledTime: {
|
|
5921
|
+
}, enabledTime: {
|
|
5984
5922
|
serializedName: "properties.enabledTime",
|
|
5985
5923
|
readOnly: true,
|
|
5986
5924
|
type: {
|
|
5987
5925
|
name: "DateTime",
|
|
5988
5926
|
},
|
|
5989
|
-
},
|
|
5990
|
-
sourceAccount: {
|
|
5927
|
+
}, sourceAccount: {
|
|
5991
5928
|
serializedName: "properties.sourceAccount",
|
|
5992
5929
|
type: {
|
|
5993
5930
|
name: "String",
|
|
5994
5931
|
},
|
|
5995
|
-
},
|
|
5996
|
-
destinationAccount: {
|
|
5932
|
+
}, destinationAccount: {
|
|
5997
5933
|
serializedName: "properties.destinationAccount",
|
|
5998
5934
|
type: {
|
|
5999
5935
|
name: "String",
|
|
6000
5936
|
},
|
|
6001
|
-
},
|
|
6002
|
-
rules: {
|
|
5937
|
+
}, rules: {
|
|
6003
5938
|
serializedName: "properties.rules",
|
|
6004
5939
|
type: {
|
|
6005
5940
|
name: "Sequence",
|
|
@@ -6010,31 +5945,26 @@ exports.ObjectReplicationPolicy = {
|
|
|
6010
5945
|
},
|
|
6011
5946
|
},
|
|
6012
5947
|
},
|
|
6013
|
-
},
|
|
6014
|
-
metrics: {
|
|
5948
|
+
}, metrics: {
|
|
6015
5949
|
serializedName: "properties.metrics",
|
|
6016
5950
|
type: {
|
|
6017
5951
|
name: "Composite",
|
|
6018
5952
|
className: "ObjectReplicationPolicyPropertiesMetrics",
|
|
6019
5953
|
},
|
|
6020
|
-
},
|
|
6021
|
-
},
|
|
5954
|
+
} }),
|
|
6022
5955
|
},
|
|
6023
5956
|
};
|
|
6024
5957
|
exports.LocalUser = {
|
|
6025
5958
|
type: {
|
|
6026
5959
|
name: "Composite",
|
|
6027
5960
|
className: "LocalUser",
|
|
6028
|
-
modelProperties: {
|
|
6029
|
-
...exports.Resource.type.modelProperties,
|
|
6030
|
-
systemData: {
|
|
5961
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { systemData: {
|
|
6031
5962
|
serializedName: "systemData",
|
|
6032
5963
|
type: {
|
|
6033
5964
|
name: "Composite",
|
|
6034
5965
|
className: "SystemData",
|
|
6035
5966
|
},
|
|
6036
|
-
},
|
|
6037
|
-
permissionScopes: {
|
|
5967
|
+
}, permissionScopes: {
|
|
6038
5968
|
serializedName: "properties.permissionScopes",
|
|
6039
5969
|
type: {
|
|
6040
5970
|
name: "Sequence",
|
|
@@ -6045,14 +5975,12 @@ exports.LocalUser = {
|
|
|
6045
5975
|
},
|
|
6046
5976
|
},
|
|
6047
5977
|
},
|
|
6048
|
-
},
|
|
6049
|
-
homeDirectory: {
|
|
5978
|
+
}, homeDirectory: {
|
|
6050
5979
|
serializedName: "properties.homeDirectory",
|
|
6051
5980
|
type: {
|
|
6052
5981
|
name: "String",
|
|
6053
5982
|
},
|
|
6054
|
-
},
|
|
6055
|
-
sshAuthorizedKeys: {
|
|
5983
|
+
}, sshAuthorizedKeys: {
|
|
6056
5984
|
serializedName: "properties.sshAuthorizedKeys",
|
|
6057
5985
|
type: {
|
|
6058
5986
|
name: "Sequence",
|
|
@@ -6063,52 +5991,44 @@ exports.LocalUser = {
|
|
|
6063
5991
|
},
|
|
6064
5992
|
},
|
|
6065
5993
|
},
|
|
6066
|
-
},
|
|
6067
|
-
sid: {
|
|
5994
|
+
}, sid: {
|
|
6068
5995
|
serializedName: "properties.sid",
|
|
6069
5996
|
readOnly: true,
|
|
6070
5997
|
type: {
|
|
6071
5998
|
name: "String",
|
|
6072
5999
|
},
|
|
6073
|
-
},
|
|
6074
|
-
hasSharedKey: {
|
|
6000
|
+
}, hasSharedKey: {
|
|
6075
6001
|
serializedName: "properties.hasSharedKey",
|
|
6076
6002
|
type: {
|
|
6077
6003
|
name: "Boolean",
|
|
6078
6004
|
},
|
|
6079
|
-
},
|
|
6080
|
-
hasSshKey: {
|
|
6005
|
+
}, hasSshKey: {
|
|
6081
6006
|
serializedName: "properties.hasSshKey",
|
|
6082
6007
|
type: {
|
|
6083
6008
|
name: "Boolean",
|
|
6084
6009
|
},
|
|
6085
|
-
},
|
|
6086
|
-
hasSshPassword: {
|
|
6010
|
+
}, hasSshPassword: {
|
|
6087
6011
|
serializedName: "properties.hasSshPassword",
|
|
6088
6012
|
type: {
|
|
6089
6013
|
name: "Boolean",
|
|
6090
6014
|
},
|
|
6091
|
-
},
|
|
6092
|
-
userId: {
|
|
6015
|
+
}, userId: {
|
|
6093
6016
|
serializedName: "properties.userId",
|
|
6094
6017
|
readOnly: true,
|
|
6095
6018
|
type: {
|
|
6096
6019
|
name: "Number",
|
|
6097
6020
|
},
|
|
6098
|
-
},
|
|
6099
|
-
groupId: {
|
|
6021
|
+
}, groupId: {
|
|
6100
6022
|
serializedName: "properties.groupId",
|
|
6101
6023
|
type: {
|
|
6102
6024
|
name: "Number",
|
|
6103
6025
|
},
|
|
6104
|
-
},
|
|
6105
|
-
allowAclAuthorization: {
|
|
6026
|
+
}, allowAclAuthorization: {
|
|
6106
6027
|
serializedName: "properties.allowAclAuthorization",
|
|
6107
6028
|
type: {
|
|
6108
6029
|
name: "Boolean",
|
|
6109
6030
|
},
|
|
6110
|
-
},
|
|
6111
|
-
extendedGroups: {
|
|
6031
|
+
}, extendedGroups: {
|
|
6112
6032
|
serializedName: "properties.extendedGroups",
|
|
6113
6033
|
type: {
|
|
6114
6034
|
name: "Sequence",
|
|
@@ -6118,94 +6038,78 @@ exports.LocalUser = {
|
|
|
6118
6038
|
},
|
|
6119
6039
|
},
|
|
6120
6040
|
},
|
|
6121
|
-
},
|
|
6122
|
-
isNFSv3Enabled: {
|
|
6041
|
+
}, isNFSv3Enabled: {
|
|
6123
6042
|
serializedName: "properties.isNFSv3Enabled",
|
|
6124
6043
|
type: {
|
|
6125
6044
|
name: "Boolean",
|
|
6126
6045
|
},
|
|
6127
|
-
},
|
|
6128
|
-
},
|
|
6046
|
+
} }),
|
|
6129
6047
|
},
|
|
6130
6048
|
};
|
|
6131
6049
|
exports.EncryptionScope = {
|
|
6132
6050
|
type: {
|
|
6133
6051
|
name: "Composite",
|
|
6134
6052
|
className: "EncryptionScope",
|
|
6135
|
-
modelProperties: {
|
|
6136
|
-
...exports.Resource.type.modelProperties,
|
|
6137
|
-
source: {
|
|
6053
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { source: {
|
|
6138
6054
|
serializedName: "properties.source",
|
|
6139
6055
|
type: {
|
|
6140
6056
|
name: "String",
|
|
6141
6057
|
},
|
|
6142
|
-
},
|
|
6143
|
-
state: {
|
|
6058
|
+
}, state: {
|
|
6144
6059
|
serializedName: "properties.state",
|
|
6145
6060
|
type: {
|
|
6146
6061
|
name: "String",
|
|
6147
6062
|
},
|
|
6148
|
-
},
|
|
6149
|
-
creationTime: {
|
|
6063
|
+
}, creationTime: {
|
|
6150
6064
|
serializedName: "properties.creationTime",
|
|
6151
6065
|
readOnly: true,
|
|
6152
6066
|
type: {
|
|
6153
6067
|
name: "DateTime",
|
|
6154
6068
|
},
|
|
6155
|
-
},
|
|
6156
|
-
lastModifiedTime: {
|
|
6069
|
+
}, lastModifiedTime: {
|
|
6157
6070
|
serializedName: "properties.lastModifiedTime",
|
|
6158
6071
|
readOnly: true,
|
|
6159
6072
|
type: {
|
|
6160
6073
|
name: "DateTime",
|
|
6161
6074
|
},
|
|
6162
|
-
},
|
|
6163
|
-
keyVaultProperties: {
|
|
6075
|
+
}, keyVaultProperties: {
|
|
6164
6076
|
serializedName: "properties.keyVaultProperties",
|
|
6165
6077
|
type: {
|
|
6166
6078
|
name: "Composite",
|
|
6167
6079
|
className: "EncryptionScopeKeyVaultProperties",
|
|
6168
6080
|
},
|
|
6169
|
-
},
|
|
6170
|
-
requireInfrastructureEncryption: {
|
|
6081
|
+
}, requireInfrastructureEncryption: {
|
|
6171
6082
|
serializedName: "properties.requireInfrastructureEncryption",
|
|
6172
6083
|
type: {
|
|
6173
6084
|
name: "Boolean",
|
|
6174
6085
|
},
|
|
6175
|
-
},
|
|
6176
|
-
},
|
|
6086
|
+
} }),
|
|
6177
6087
|
},
|
|
6178
6088
|
};
|
|
6179
6089
|
exports.TableServiceProperties = {
|
|
6180
6090
|
type: {
|
|
6181
6091
|
name: "Composite",
|
|
6182
6092
|
className: "TableServiceProperties",
|
|
6183
|
-
modelProperties: {
|
|
6184
|
-
...exports.Resource.type.modelProperties,
|
|
6185
|
-
cors: {
|
|
6093
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { cors: {
|
|
6186
6094
|
serializedName: "properties.cors",
|
|
6187
6095
|
type: {
|
|
6188
6096
|
name: "Composite",
|
|
6189
6097
|
className: "CorsRules",
|
|
6190
6098
|
},
|
|
6191
|
-
},
|
|
6192
|
-
},
|
|
6099
|
+
} }),
|
|
6193
6100
|
},
|
|
6194
6101
|
};
|
|
6195
6102
|
exports.Table = {
|
|
6196
6103
|
type: {
|
|
6197
6104
|
name: "Composite",
|
|
6198
6105
|
className: "Table",
|
|
6199
|
-
modelProperties: {
|
|
6200
|
-
...exports.Resource.type.modelProperties,
|
|
6201
|
-
tableName: {
|
|
6106
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { tableName: {
|
|
6202
6107
|
serializedName: "properties.tableName",
|
|
6203
6108
|
readOnly: true,
|
|
6204
6109
|
type: {
|
|
6205
6110
|
name: "String",
|
|
6206
6111
|
},
|
|
6207
|
-
},
|
|
6208
|
-
signedIdentifiers: {
|
|
6112
|
+
}, signedIdentifiers: {
|
|
6209
6113
|
serializedName: "properties.signedIdentifiers",
|
|
6210
6114
|
type: {
|
|
6211
6115
|
name: "Sequence",
|
|
@@ -6216,507 +6120,428 @@ exports.Table = {
|
|
|
6216
6120
|
},
|
|
6217
6121
|
},
|
|
6218
6122
|
},
|
|
6219
|
-
},
|
|
6220
|
-
},
|
|
6123
|
+
} }),
|
|
6221
6124
|
},
|
|
6222
6125
|
};
|
|
6223
6126
|
exports.StorageTaskAssignment = {
|
|
6224
6127
|
type: {
|
|
6225
6128
|
name: "Composite",
|
|
6226
6129
|
className: "StorageTaskAssignment",
|
|
6227
|
-
modelProperties: {
|
|
6228
|
-
...exports.Resource.type.modelProperties,
|
|
6229
|
-
properties: {
|
|
6130
|
+
modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { properties: {
|
|
6230
6131
|
serializedName: "properties",
|
|
6231
6132
|
type: {
|
|
6232
6133
|
name: "Composite",
|
|
6233
6134
|
className: "StorageTaskAssignmentProperties",
|
|
6234
6135
|
},
|
|
6235
|
-
},
|
|
6236
|
-
},
|
|
6136
|
+
} }),
|
|
6237
6137
|
},
|
|
6238
6138
|
};
|
|
6239
6139
|
exports.ProxyResourceAutoGenerated = {
|
|
6240
6140
|
type: {
|
|
6241
6141
|
name: "Composite",
|
|
6242
6142
|
className: "ProxyResourceAutoGenerated",
|
|
6243
|
-
modelProperties: {
|
|
6244
|
-
...exports.ResourceAutoGenerated.type.modelProperties,
|
|
6245
|
-
},
|
|
6143
|
+
modelProperties: Object.assign({}, exports.ResourceAutoGenerated.type.modelProperties),
|
|
6246
6144
|
},
|
|
6247
6145
|
};
|
|
6248
6146
|
exports.ListContainerItem = {
|
|
6249
6147
|
type: {
|
|
6250
6148
|
name: "Composite",
|
|
6251
6149
|
className: "ListContainerItem",
|
|
6252
|
-
modelProperties: {
|
|
6253
|
-
...exports.AzureEntityResource.type.modelProperties,
|
|
6254
|
-
version: {
|
|
6150
|
+
modelProperties: Object.assign(Object.assign({}, exports.AzureEntityResource.type.modelProperties), { version: {
|
|
6255
6151
|
serializedName: "properties.version",
|
|
6256
6152
|
readOnly: true,
|
|
6257
6153
|
type: {
|
|
6258
6154
|
name: "String",
|
|
6259
6155
|
},
|
|
6260
|
-
},
|
|
6261
|
-
deleted: {
|
|
6156
|
+
}, deleted: {
|
|
6262
6157
|
serializedName: "properties.deleted",
|
|
6263
6158
|
readOnly: true,
|
|
6264
6159
|
type: {
|
|
6265
6160
|
name: "Boolean",
|
|
6266
6161
|
},
|
|
6267
|
-
},
|
|
6268
|
-
deletedTime: {
|
|
6162
|
+
}, deletedTime: {
|
|
6269
6163
|
serializedName: "properties.deletedTime",
|
|
6270
6164
|
readOnly: true,
|
|
6271
6165
|
type: {
|
|
6272
6166
|
name: "DateTime",
|
|
6273
6167
|
},
|
|
6274
|
-
},
|
|
6275
|
-
remainingRetentionDays: {
|
|
6168
|
+
}, remainingRetentionDays: {
|
|
6276
6169
|
serializedName: "properties.remainingRetentionDays",
|
|
6277
6170
|
readOnly: true,
|
|
6278
6171
|
type: {
|
|
6279
6172
|
name: "Number",
|
|
6280
6173
|
},
|
|
6281
|
-
},
|
|
6282
|
-
defaultEncryptionScope: {
|
|
6174
|
+
}, defaultEncryptionScope: {
|
|
6283
6175
|
serializedName: "properties.defaultEncryptionScope",
|
|
6284
6176
|
type: {
|
|
6285
6177
|
name: "String",
|
|
6286
6178
|
},
|
|
6287
|
-
},
|
|
6288
|
-
denyEncryptionScopeOverride: {
|
|
6179
|
+
}, denyEncryptionScopeOverride: {
|
|
6289
6180
|
serializedName: "properties.denyEncryptionScopeOverride",
|
|
6290
6181
|
type: {
|
|
6291
6182
|
name: "Boolean",
|
|
6292
6183
|
},
|
|
6293
|
-
},
|
|
6294
|
-
publicAccess: {
|
|
6184
|
+
}, publicAccess: {
|
|
6295
6185
|
serializedName: "properties.publicAccess",
|
|
6296
6186
|
type: {
|
|
6297
6187
|
name: "Enum",
|
|
6298
6188
|
allowedValues: ["Container", "Blob", "None"],
|
|
6299
6189
|
},
|
|
6300
|
-
},
|
|
6301
|
-
lastModifiedTime: {
|
|
6190
|
+
}, lastModifiedTime: {
|
|
6302
6191
|
serializedName: "properties.lastModifiedTime",
|
|
6303
6192
|
readOnly: true,
|
|
6304
6193
|
type: {
|
|
6305
6194
|
name: "DateTime",
|
|
6306
6195
|
},
|
|
6307
|
-
},
|
|
6308
|
-
leaseStatus: {
|
|
6196
|
+
}, leaseStatus: {
|
|
6309
6197
|
serializedName: "properties.leaseStatus",
|
|
6310
6198
|
readOnly: true,
|
|
6311
6199
|
type: {
|
|
6312
6200
|
name: "String",
|
|
6313
6201
|
},
|
|
6314
|
-
},
|
|
6315
|
-
leaseState: {
|
|
6202
|
+
}, leaseState: {
|
|
6316
6203
|
serializedName: "properties.leaseState",
|
|
6317
6204
|
readOnly: true,
|
|
6318
6205
|
type: {
|
|
6319
6206
|
name: "String",
|
|
6320
6207
|
},
|
|
6321
|
-
},
|
|
6322
|
-
leaseDuration: {
|
|
6208
|
+
}, leaseDuration: {
|
|
6323
6209
|
serializedName: "properties.leaseDuration",
|
|
6324
6210
|
readOnly: true,
|
|
6325
6211
|
type: {
|
|
6326
6212
|
name: "String",
|
|
6327
6213
|
},
|
|
6328
|
-
},
|
|
6329
|
-
metadata: {
|
|
6214
|
+
}, metadata: {
|
|
6330
6215
|
serializedName: "properties.metadata",
|
|
6331
6216
|
type: {
|
|
6332
6217
|
name: "Dictionary",
|
|
6333
6218
|
value: { type: { name: "String" } },
|
|
6334
6219
|
},
|
|
6335
|
-
},
|
|
6336
|
-
immutabilityPolicy: {
|
|
6220
|
+
}, immutabilityPolicy: {
|
|
6337
6221
|
serializedName: "properties.immutabilityPolicy",
|
|
6338
6222
|
type: {
|
|
6339
6223
|
name: "Composite",
|
|
6340
6224
|
className: "ImmutabilityPolicyProperties",
|
|
6341
6225
|
},
|
|
6342
|
-
},
|
|
6343
|
-
legalHold: {
|
|
6226
|
+
}, legalHold: {
|
|
6344
6227
|
serializedName: "properties.legalHold",
|
|
6345
6228
|
type: {
|
|
6346
6229
|
name: "Composite",
|
|
6347
6230
|
className: "LegalHoldProperties",
|
|
6348
6231
|
},
|
|
6349
|
-
},
|
|
6350
|
-
hasLegalHold: {
|
|
6232
|
+
}, hasLegalHold: {
|
|
6351
6233
|
serializedName: "properties.hasLegalHold",
|
|
6352
6234
|
readOnly: true,
|
|
6353
6235
|
type: {
|
|
6354
6236
|
name: "Boolean",
|
|
6355
6237
|
},
|
|
6356
|
-
},
|
|
6357
|
-
hasImmutabilityPolicy: {
|
|
6238
|
+
}, hasImmutabilityPolicy: {
|
|
6358
6239
|
serializedName: "properties.hasImmutabilityPolicy",
|
|
6359
6240
|
readOnly: true,
|
|
6360
6241
|
type: {
|
|
6361
6242
|
name: "Boolean",
|
|
6362
6243
|
},
|
|
6363
|
-
},
|
|
6364
|
-
immutableStorageWithVersioning: {
|
|
6244
|
+
}, immutableStorageWithVersioning: {
|
|
6365
6245
|
serializedName: "properties.immutableStorageWithVersioning",
|
|
6366
6246
|
type: {
|
|
6367
6247
|
name: "Composite",
|
|
6368
6248
|
className: "ImmutableStorageWithVersioning",
|
|
6369
6249
|
},
|
|
6370
|
-
},
|
|
6371
|
-
enableNfsV3RootSquash: {
|
|
6250
|
+
}, enableNfsV3RootSquash: {
|
|
6372
6251
|
serializedName: "properties.enableNfsV3RootSquash",
|
|
6373
6252
|
type: {
|
|
6374
6253
|
name: "Boolean",
|
|
6375
6254
|
},
|
|
6376
|
-
},
|
|
6377
|
-
enableNfsV3AllSquash: {
|
|
6255
|
+
}, enableNfsV3AllSquash: {
|
|
6378
6256
|
serializedName: "properties.enableNfsV3AllSquash",
|
|
6379
6257
|
type: {
|
|
6380
6258
|
name: "Boolean",
|
|
6381
6259
|
},
|
|
6382
|
-
},
|
|
6383
|
-
},
|
|
6260
|
+
} }),
|
|
6384
6261
|
},
|
|
6385
6262
|
};
|
|
6386
6263
|
exports.BlobContainer = {
|
|
6387
6264
|
type: {
|
|
6388
6265
|
name: "Composite",
|
|
6389
6266
|
className: "BlobContainer",
|
|
6390
|
-
modelProperties: {
|
|
6391
|
-
...exports.AzureEntityResource.type.modelProperties,
|
|
6392
|
-
version: {
|
|
6267
|
+
modelProperties: Object.assign(Object.assign({}, exports.AzureEntityResource.type.modelProperties), { version: {
|
|
6393
6268
|
serializedName: "properties.version",
|
|
6394
6269
|
readOnly: true,
|
|
6395
6270
|
type: {
|
|
6396
6271
|
name: "String",
|
|
6397
6272
|
},
|
|
6398
|
-
},
|
|
6399
|
-
deleted: {
|
|
6273
|
+
}, deleted: {
|
|
6400
6274
|
serializedName: "properties.deleted",
|
|
6401
6275
|
readOnly: true,
|
|
6402
6276
|
type: {
|
|
6403
6277
|
name: "Boolean",
|
|
6404
6278
|
},
|
|
6405
|
-
},
|
|
6406
|
-
deletedTime: {
|
|
6279
|
+
}, deletedTime: {
|
|
6407
6280
|
serializedName: "properties.deletedTime",
|
|
6408
6281
|
readOnly: true,
|
|
6409
6282
|
type: {
|
|
6410
6283
|
name: "DateTime",
|
|
6411
6284
|
},
|
|
6412
|
-
},
|
|
6413
|
-
remainingRetentionDays: {
|
|
6285
|
+
}, remainingRetentionDays: {
|
|
6414
6286
|
serializedName: "properties.remainingRetentionDays",
|
|
6415
6287
|
readOnly: true,
|
|
6416
6288
|
type: {
|
|
6417
6289
|
name: "Number",
|
|
6418
6290
|
},
|
|
6419
|
-
},
|
|
6420
|
-
defaultEncryptionScope: {
|
|
6291
|
+
}, defaultEncryptionScope: {
|
|
6421
6292
|
serializedName: "properties.defaultEncryptionScope",
|
|
6422
6293
|
type: {
|
|
6423
6294
|
name: "String",
|
|
6424
6295
|
},
|
|
6425
|
-
},
|
|
6426
|
-
denyEncryptionScopeOverride: {
|
|
6296
|
+
}, denyEncryptionScopeOverride: {
|
|
6427
6297
|
serializedName: "properties.denyEncryptionScopeOverride",
|
|
6428
6298
|
type: {
|
|
6429
6299
|
name: "Boolean",
|
|
6430
6300
|
},
|
|
6431
|
-
},
|
|
6432
|
-
publicAccess: {
|
|
6301
|
+
}, publicAccess: {
|
|
6433
6302
|
serializedName: "properties.publicAccess",
|
|
6434
6303
|
type: {
|
|
6435
6304
|
name: "Enum",
|
|
6436
6305
|
allowedValues: ["Container", "Blob", "None"],
|
|
6437
6306
|
},
|
|
6438
|
-
},
|
|
6439
|
-
lastModifiedTime: {
|
|
6307
|
+
}, lastModifiedTime: {
|
|
6440
6308
|
serializedName: "properties.lastModifiedTime",
|
|
6441
6309
|
readOnly: true,
|
|
6442
6310
|
type: {
|
|
6443
6311
|
name: "DateTime",
|
|
6444
6312
|
},
|
|
6445
|
-
},
|
|
6446
|
-
leaseStatus: {
|
|
6313
|
+
}, leaseStatus: {
|
|
6447
6314
|
serializedName: "properties.leaseStatus",
|
|
6448
6315
|
readOnly: true,
|
|
6449
6316
|
type: {
|
|
6450
6317
|
name: "String",
|
|
6451
6318
|
},
|
|
6452
|
-
},
|
|
6453
|
-
leaseState: {
|
|
6319
|
+
}, leaseState: {
|
|
6454
6320
|
serializedName: "properties.leaseState",
|
|
6455
6321
|
readOnly: true,
|
|
6456
6322
|
type: {
|
|
6457
6323
|
name: "String",
|
|
6458
6324
|
},
|
|
6459
|
-
},
|
|
6460
|
-
leaseDuration: {
|
|
6325
|
+
}, leaseDuration: {
|
|
6461
6326
|
serializedName: "properties.leaseDuration",
|
|
6462
6327
|
readOnly: true,
|
|
6463
6328
|
type: {
|
|
6464
6329
|
name: "String",
|
|
6465
6330
|
},
|
|
6466
|
-
},
|
|
6467
|
-
metadata: {
|
|
6331
|
+
}, metadata: {
|
|
6468
6332
|
serializedName: "properties.metadata",
|
|
6469
6333
|
type: {
|
|
6470
6334
|
name: "Dictionary",
|
|
6471
6335
|
value: { type: { name: "String" } },
|
|
6472
6336
|
},
|
|
6473
|
-
},
|
|
6474
|
-
immutabilityPolicy: {
|
|
6337
|
+
}, immutabilityPolicy: {
|
|
6475
6338
|
serializedName: "properties.immutabilityPolicy",
|
|
6476
6339
|
type: {
|
|
6477
6340
|
name: "Composite",
|
|
6478
6341
|
className: "ImmutabilityPolicyProperties",
|
|
6479
6342
|
},
|
|
6480
|
-
},
|
|
6481
|
-
legalHold: {
|
|
6343
|
+
}, legalHold: {
|
|
6482
6344
|
serializedName: "properties.legalHold",
|
|
6483
6345
|
type: {
|
|
6484
6346
|
name: "Composite",
|
|
6485
6347
|
className: "LegalHoldProperties",
|
|
6486
6348
|
},
|
|
6487
|
-
},
|
|
6488
|
-
hasLegalHold: {
|
|
6349
|
+
}, hasLegalHold: {
|
|
6489
6350
|
serializedName: "properties.hasLegalHold",
|
|
6490
6351
|
readOnly: true,
|
|
6491
6352
|
type: {
|
|
6492
6353
|
name: "Boolean",
|
|
6493
6354
|
},
|
|
6494
|
-
},
|
|
6495
|
-
hasImmutabilityPolicy: {
|
|
6355
|
+
}, hasImmutabilityPolicy: {
|
|
6496
6356
|
serializedName: "properties.hasImmutabilityPolicy",
|
|
6497
6357
|
readOnly: true,
|
|
6498
6358
|
type: {
|
|
6499
6359
|
name: "Boolean",
|
|
6500
6360
|
},
|
|
6501
|
-
},
|
|
6502
|
-
immutableStorageWithVersioning: {
|
|
6361
|
+
}, immutableStorageWithVersioning: {
|
|
6503
6362
|
serializedName: "properties.immutableStorageWithVersioning",
|
|
6504
6363
|
type: {
|
|
6505
6364
|
name: "Composite",
|
|
6506
6365
|
className: "ImmutableStorageWithVersioning",
|
|
6507
6366
|
},
|
|
6508
|
-
},
|
|
6509
|
-
enableNfsV3RootSquash: {
|
|
6367
|
+
}, enableNfsV3RootSquash: {
|
|
6510
6368
|
serializedName: "properties.enableNfsV3RootSquash",
|
|
6511
6369
|
type: {
|
|
6512
6370
|
name: "Boolean",
|
|
6513
6371
|
},
|
|
6514
|
-
},
|
|
6515
|
-
enableNfsV3AllSquash: {
|
|
6372
|
+
}, enableNfsV3AllSquash: {
|
|
6516
6373
|
serializedName: "properties.enableNfsV3AllSquash",
|
|
6517
6374
|
type: {
|
|
6518
6375
|
name: "Boolean",
|
|
6519
6376
|
},
|
|
6520
|
-
},
|
|
6521
|
-
},
|
|
6377
|
+
} }),
|
|
6522
6378
|
},
|
|
6523
6379
|
};
|
|
6524
6380
|
exports.ImmutabilityPolicy = {
|
|
6525
6381
|
type: {
|
|
6526
6382
|
name: "Composite",
|
|
6527
6383
|
className: "ImmutabilityPolicy",
|
|
6528
|
-
modelProperties: {
|
|
6529
|
-
...exports.AzureEntityResource.type.modelProperties,
|
|
6530
|
-
immutabilityPeriodSinceCreationInDays: {
|
|
6384
|
+
modelProperties: Object.assign(Object.assign({}, exports.AzureEntityResource.type.modelProperties), { immutabilityPeriodSinceCreationInDays: {
|
|
6531
6385
|
serializedName: "properties.immutabilityPeriodSinceCreationInDays",
|
|
6532
6386
|
type: {
|
|
6533
6387
|
name: "Number",
|
|
6534
6388
|
},
|
|
6535
|
-
},
|
|
6536
|
-
state: {
|
|
6389
|
+
}, state: {
|
|
6537
6390
|
serializedName: "properties.state",
|
|
6538
6391
|
readOnly: true,
|
|
6539
6392
|
type: {
|
|
6540
6393
|
name: "String",
|
|
6541
6394
|
},
|
|
6542
|
-
},
|
|
6543
|
-
allowProtectedAppendWrites: {
|
|
6395
|
+
}, allowProtectedAppendWrites: {
|
|
6544
6396
|
serializedName: "properties.allowProtectedAppendWrites",
|
|
6545
6397
|
type: {
|
|
6546
6398
|
name: "Boolean",
|
|
6547
6399
|
},
|
|
6548
|
-
},
|
|
6549
|
-
allowProtectedAppendWritesAll: {
|
|
6400
|
+
}, allowProtectedAppendWritesAll: {
|
|
6550
6401
|
serializedName: "properties.allowProtectedAppendWritesAll",
|
|
6551
6402
|
type: {
|
|
6552
6403
|
name: "Boolean",
|
|
6553
6404
|
},
|
|
6554
|
-
},
|
|
6555
|
-
},
|
|
6405
|
+
} }),
|
|
6556
6406
|
},
|
|
6557
6407
|
};
|
|
6558
6408
|
exports.FileShareItem = {
|
|
6559
6409
|
type: {
|
|
6560
6410
|
name: "Composite",
|
|
6561
6411
|
className: "FileShareItem",
|
|
6562
|
-
modelProperties: {
|
|
6563
|
-
...exports.AzureEntityResource.type.modelProperties,
|
|
6564
|
-
lastModifiedTime: {
|
|
6412
|
+
modelProperties: Object.assign(Object.assign({}, exports.AzureEntityResource.type.modelProperties), { lastModifiedTime: {
|
|
6565
6413
|
serializedName: "properties.lastModifiedTime",
|
|
6566
6414
|
readOnly: true,
|
|
6567
6415
|
type: {
|
|
6568
6416
|
name: "DateTime",
|
|
6569
6417
|
},
|
|
6570
|
-
},
|
|
6571
|
-
metadata: {
|
|
6418
|
+
}, metadata: {
|
|
6572
6419
|
serializedName: "properties.metadata",
|
|
6573
6420
|
type: {
|
|
6574
6421
|
name: "Dictionary",
|
|
6575
6422
|
value: { type: { name: "String" } },
|
|
6576
6423
|
},
|
|
6577
|
-
},
|
|
6578
|
-
shareQuota: {
|
|
6424
|
+
}, shareQuota: {
|
|
6579
6425
|
serializedName: "properties.shareQuota",
|
|
6580
6426
|
type: {
|
|
6581
6427
|
name: "Number",
|
|
6582
6428
|
},
|
|
6583
|
-
},
|
|
6584
|
-
provisionedIops: {
|
|
6429
|
+
}, provisionedIops: {
|
|
6585
6430
|
serializedName: "properties.provisionedIops",
|
|
6586
6431
|
type: {
|
|
6587
6432
|
name: "Number",
|
|
6588
6433
|
},
|
|
6589
|
-
},
|
|
6590
|
-
provisionedBandwidthMibps: {
|
|
6434
|
+
}, provisionedBandwidthMibps: {
|
|
6591
6435
|
serializedName: "properties.provisionedBandwidthMibps",
|
|
6592
6436
|
type: {
|
|
6593
6437
|
name: "Number",
|
|
6594
6438
|
},
|
|
6595
|
-
},
|
|
6596
|
-
includedBurstIops: {
|
|
6439
|
+
}, includedBurstIops: {
|
|
6597
6440
|
serializedName: "properties.includedBurstIops",
|
|
6598
6441
|
readOnly: true,
|
|
6599
6442
|
type: {
|
|
6600
6443
|
name: "Number",
|
|
6601
6444
|
},
|
|
6602
|
-
},
|
|
6603
|
-
maxBurstCreditsForIops: {
|
|
6445
|
+
}, maxBurstCreditsForIops: {
|
|
6604
6446
|
serializedName: "properties.maxBurstCreditsForIops",
|
|
6605
6447
|
readOnly: true,
|
|
6606
6448
|
type: {
|
|
6607
6449
|
name: "Number",
|
|
6608
6450
|
},
|
|
6609
|
-
},
|
|
6610
|
-
nextAllowedQuotaDowngradeTime: {
|
|
6451
|
+
}, nextAllowedQuotaDowngradeTime: {
|
|
6611
6452
|
serializedName: "properties.nextAllowedQuotaDowngradeTime",
|
|
6612
6453
|
readOnly: true,
|
|
6613
6454
|
type: {
|
|
6614
6455
|
name: "DateTimeRfc1123",
|
|
6615
6456
|
},
|
|
6616
|
-
},
|
|
6617
|
-
nextAllowedProvisionedIopsDowngradeTime: {
|
|
6457
|
+
}, nextAllowedProvisionedIopsDowngradeTime: {
|
|
6618
6458
|
serializedName: "properties.nextAllowedProvisionedIopsDowngradeTime",
|
|
6619
6459
|
readOnly: true,
|
|
6620
6460
|
type: {
|
|
6621
6461
|
name: "DateTimeRfc1123",
|
|
6622
6462
|
},
|
|
6623
|
-
},
|
|
6624
|
-
nextAllowedProvisionedBandwidthDowngradeTime: {
|
|
6463
|
+
}, nextAllowedProvisionedBandwidthDowngradeTime: {
|
|
6625
6464
|
serializedName: "properties.nextAllowedProvisionedBandwidthDowngradeTime",
|
|
6626
6465
|
readOnly: true,
|
|
6627
6466
|
type: {
|
|
6628
6467
|
name: "DateTimeRfc1123",
|
|
6629
6468
|
},
|
|
6630
|
-
},
|
|
6631
|
-
enabledProtocols: {
|
|
6469
|
+
}, enabledProtocols: {
|
|
6632
6470
|
serializedName: "properties.enabledProtocols",
|
|
6633
6471
|
type: {
|
|
6634
6472
|
name: "String",
|
|
6635
6473
|
},
|
|
6636
|
-
},
|
|
6637
|
-
rootSquash: {
|
|
6474
|
+
}, rootSquash: {
|
|
6638
6475
|
serializedName: "properties.rootSquash",
|
|
6639
6476
|
type: {
|
|
6640
6477
|
name: "String",
|
|
6641
6478
|
},
|
|
6642
|
-
},
|
|
6643
|
-
version: {
|
|
6479
|
+
}, version: {
|
|
6644
6480
|
serializedName: "properties.version",
|
|
6645
6481
|
readOnly: true,
|
|
6646
6482
|
type: {
|
|
6647
6483
|
name: "String",
|
|
6648
6484
|
},
|
|
6649
|
-
},
|
|
6650
|
-
deleted: {
|
|
6485
|
+
}, deleted: {
|
|
6651
6486
|
serializedName: "properties.deleted",
|
|
6652
6487
|
readOnly: true,
|
|
6653
6488
|
type: {
|
|
6654
6489
|
name: "Boolean",
|
|
6655
6490
|
},
|
|
6656
|
-
},
|
|
6657
|
-
deletedTime: {
|
|
6491
|
+
}, deletedTime: {
|
|
6658
6492
|
serializedName: "properties.deletedTime",
|
|
6659
6493
|
readOnly: true,
|
|
6660
6494
|
type: {
|
|
6661
6495
|
name: "DateTime",
|
|
6662
6496
|
},
|
|
6663
|
-
},
|
|
6664
|
-
remainingRetentionDays: {
|
|
6497
|
+
}, remainingRetentionDays: {
|
|
6665
6498
|
serializedName: "properties.remainingRetentionDays",
|
|
6666
6499
|
readOnly: true,
|
|
6667
6500
|
type: {
|
|
6668
6501
|
name: "Number",
|
|
6669
6502
|
},
|
|
6670
|
-
},
|
|
6671
|
-
accessTier: {
|
|
6503
|
+
}, accessTier: {
|
|
6672
6504
|
serializedName: "properties.accessTier",
|
|
6673
6505
|
type: {
|
|
6674
6506
|
name: "String",
|
|
6675
6507
|
},
|
|
6676
|
-
},
|
|
6677
|
-
accessTierChangeTime: {
|
|
6508
|
+
}, accessTierChangeTime: {
|
|
6678
6509
|
serializedName: "properties.accessTierChangeTime",
|
|
6679
6510
|
readOnly: true,
|
|
6680
6511
|
type: {
|
|
6681
6512
|
name: "DateTime",
|
|
6682
6513
|
},
|
|
6683
|
-
},
|
|
6684
|
-
accessTierStatus: {
|
|
6514
|
+
}, accessTierStatus: {
|
|
6685
6515
|
serializedName: "properties.accessTierStatus",
|
|
6686
6516
|
readOnly: true,
|
|
6687
6517
|
type: {
|
|
6688
6518
|
name: "String",
|
|
6689
6519
|
},
|
|
6690
|
-
},
|
|
6691
|
-
shareUsageBytes: {
|
|
6520
|
+
}, shareUsageBytes: {
|
|
6692
6521
|
serializedName: "properties.shareUsageBytes",
|
|
6693
6522
|
readOnly: true,
|
|
6694
6523
|
type: {
|
|
6695
6524
|
name: "Number",
|
|
6696
6525
|
},
|
|
6697
|
-
},
|
|
6698
|
-
leaseStatus: {
|
|
6526
|
+
}, leaseStatus: {
|
|
6699
6527
|
serializedName: "properties.leaseStatus",
|
|
6700
6528
|
readOnly: true,
|
|
6701
6529
|
type: {
|
|
6702
6530
|
name: "String",
|
|
6703
6531
|
},
|
|
6704
|
-
},
|
|
6705
|
-
leaseState: {
|
|
6532
|
+
}, leaseState: {
|
|
6706
6533
|
serializedName: "properties.leaseState",
|
|
6707
6534
|
readOnly: true,
|
|
6708
6535
|
type: {
|
|
6709
6536
|
name: "String",
|
|
6710
6537
|
},
|
|
6711
|
-
},
|
|
6712
|
-
leaseDuration: {
|
|
6538
|
+
}, leaseDuration: {
|
|
6713
6539
|
serializedName: "properties.leaseDuration",
|
|
6714
6540
|
readOnly: true,
|
|
6715
6541
|
type: {
|
|
6716
6542
|
name: "String",
|
|
6717
6543
|
},
|
|
6718
|
-
},
|
|
6719
|
-
signedIdentifiers: {
|
|
6544
|
+
}, signedIdentifiers: {
|
|
6720
6545
|
serializedName: "properties.signedIdentifiers",
|
|
6721
6546
|
type: {
|
|
6722
6547
|
name: "Sequence",
|
|
@@ -6727,186 +6552,158 @@ exports.FileShareItem = {
|
|
|
6727
6552
|
},
|
|
6728
6553
|
},
|
|
6729
6554
|
},
|
|
6730
|
-
},
|
|
6731
|
-
snapshotTime: {
|
|
6555
|
+
}, snapshotTime: {
|
|
6732
6556
|
serializedName: "properties.snapshotTime",
|
|
6733
6557
|
readOnly: true,
|
|
6734
6558
|
type: {
|
|
6735
6559
|
name: "DateTime",
|
|
6736
6560
|
},
|
|
6737
|
-
},
|
|
6738
|
-
fileSharePaidBursting: {
|
|
6561
|
+
}, fileSharePaidBursting: {
|
|
6739
6562
|
serializedName: "properties.fileSharePaidBursting",
|
|
6740
6563
|
type: {
|
|
6741
6564
|
name: "Composite",
|
|
6742
6565
|
className: "FileSharePropertiesFileSharePaidBursting",
|
|
6743
6566
|
},
|
|
6744
|
-
},
|
|
6745
|
-
},
|
|
6567
|
+
} }),
|
|
6746
6568
|
},
|
|
6747
6569
|
};
|
|
6748
6570
|
exports.FileShare = {
|
|
6749
6571
|
type: {
|
|
6750
6572
|
name: "Composite",
|
|
6751
6573
|
className: "FileShare",
|
|
6752
|
-
modelProperties: {
|
|
6753
|
-
...exports.AzureEntityResource.type.modelProperties,
|
|
6754
|
-
lastModifiedTime: {
|
|
6574
|
+
modelProperties: Object.assign(Object.assign({}, exports.AzureEntityResource.type.modelProperties), { lastModifiedTime: {
|
|
6755
6575
|
serializedName: "properties.lastModifiedTime",
|
|
6756
6576
|
readOnly: true,
|
|
6757
6577
|
type: {
|
|
6758
6578
|
name: "DateTime",
|
|
6759
6579
|
},
|
|
6760
|
-
},
|
|
6761
|
-
metadata: {
|
|
6580
|
+
}, metadata: {
|
|
6762
6581
|
serializedName: "properties.metadata",
|
|
6763
6582
|
type: {
|
|
6764
6583
|
name: "Dictionary",
|
|
6765
6584
|
value: { type: { name: "String" } },
|
|
6766
6585
|
},
|
|
6767
|
-
},
|
|
6768
|
-
shareQuota: {
|
|
6586
|
+
}, shareQuota: {
|
|
6769
6587
|
serializedName: "properties.shareQuota",
|
|
6770
6588
|
type: {
|
|
6771
6589
|
name: "Number",
|
|
6772
6590
|
},
|
|
6773
|
-
},
|
|
6774
|
-
provisionedIops: {
|
|
6591
|
+
}, provisionedIops: {
|
|
6775
6592
|
serializedName: "properties.provisionedIops",
|
|
6776
6593
|
type: {
|
|
6777
6594
|
name: "Number",
|
|
6778
6595
|
},
|
|
6779
|
-
},
|
|
6780
|
-
provisionedBandwidthMibps: {
|
|
6596
|
+
}, provisionedBandwidthMibps: {
|
|
6781
6597
|
serializedName: "properties.provisionedBandwidthMibps",
|
|
6782
6598
|
type: {
|
|
6783
6599
|
name: "Number",
|
|
6784
6600
|
},
|
|
6785
|
-
},
|
|
6786
|
-
includedBurstIops: {
|
|
6601
|
+
}, includedBurstIops: {
|
|
6787
6602
|
serializedName: "properties.includedBurstIops",
|
|
6788
6603
|
readOnly: true,
|
|
6789
6604
|
type: {
|
|
6790
6605
|
name: "Number",
|
|
6791
6606
|
},
|
|
6792
|
-
},
|
|
6793
|
-
maxBurstCreditsForIops: {
|
|
6607
|
+
}, maxBurstCreditsForIops: {
|
|
6794
6608
|
serializedName: "properties.maxBurstCreditsForIops",
|
|
6795
6609
|
readOnly: true,
|
|
6796
6610
|
type: {
|
|
6797
6611
|
name: "Number",
|
|
6798
6612
|
},
|
|
6799
|
-
},
|
|
6800
|
-
nextAllowedQuotaDowngradeTime: {
|
|
6613
|
+
}, nextAllowedQuotaDowngradeTime: {
|
|
6801
6614
|
serializedName: "properties.nextAllowedQuotaDowngradeTime",
|
|
6802
6615
|
readOnly: true,
|
|
6803
6616
|
type: {
|
|
6804
6617
|
name: "DateTimeRfc1123",
|
|
6805
6618
|
},
|
|
6806
|
-
},
|
|
6807
|
-
nextAllowedProvisionedIopsDowngradeTime: {
|
|
6619
|
+
}, nextAllowedProvisionedIopsDowngradeTime: {
|
|
6808
6620
|
serializedName: "properties.nextAllowedProvisionedIopsDowngradeTime",
|
|
6809
6621
|
readOnly: true,
|
|
6810
6622
|
type: {
|
|
6811
6623
|
name: "DateTimeRfc1123",
|
|
6812
6624
|
},
|
|
6813
|
-
},
|
|
6814
|
-
nextAllowedProvisionedBandwidthDowngradeTime: {
|
|
6625
|
+
}, nextAllowedProvisionedBandwidthDowngradeTime: {
|
|
6815
6626
|
serializedName: "properties.nextAllowedProvisionedBandwidthDowngradeTime",
|
|
6816
6627
|
readOnly: true,
|
|
6817
6628
|
type: {
|
|
6818
6629
|
name: "DateTimeRfc1123",
|
|
6819
6630
|
},
|
|
6820
|
-
},
|
|
6821
|
-
enabledProtocols: {
|
|
6631
|
+
}, enabledProtocols: {
|
|
6822
6632
|
serializedName: "properties.enabledProtocols",
|
|
6823
6633
|
type: {
|
|
6824
6634
|
name: "String",
|
|
6825
6635
|
},
|
|
6826
|
-
},
|
|
6827
|
-
rootSquash: {
|
|
6636
|
+
}, rootSquash: {
|
|
6828
6637
|
serializedName: "properties.rootSquash",
|
|
6829
6638
|
type: {
|
|
6830
6639
|
name: "String",
|
|
6831
6640
|
},
|
|
6832
|
-
},
|
|
6833
|
-
version: {
|
|
6641
|
+
}, version: {
|
|
6834
6642
|
serializedName: "properties.version",
|
|
6835
6643
|
readOnly: true,
|
|
6836
6644
|
type: {
|
|
6837
6645
|
name: "String",
|
|
6838
6646
|
},
|
|
6839
|
-
},
|
|
6840
|
-
deleted: {
|
|
6647
|
+
}, deleted: {
|
|
6841
6648
|
serializedName: "properties.deleted",
|
|
6842
6649
|
readOnly: true,
|
|
6843
6650
|
type: {
|
|
6844
6651
|
name: "Boolean",
|
|
6845
6652
|
},
|
|
6846
|
-
},
|
|
6847
|
-
deletedTime: {
|
|
6653
|
+
}, deletedTime: {
|
|
6848
6654
|
serializedName: "properties.deletedTime",
|
|
6849
6655
|
readOnly: true,
|
|
6850
6656
|
type: {
|
|
6851
6657
|
name: "DateTime",
|
|
6852
6658
|
},
|
|
6853
|
-
},
|
|
6854
|
-
remainingRetentionDays: {
|
|
6659
|
+
}, remainingRetentionDays: {
|
|
6855
6660
|
serializedName: "properties.remainingRetentionDays",
|
|
6856
6661
|
readOnly: true,
|
|
6857
6662
|
type: {
|
|
6858
6663
|
name: "Number",
|
|
6859
6664
|
},
|
|
6860
|
-
},
|
|
6861
|
-
accessTier: {
|
|
6665
|
+
}, accessTier: {
|
|
6862
6666
|
serializedName: "properties.accessTier",
|
|
6863
6667
|
type: {
|
|
6864
6668
|
name: "String",
|
|
6865
6669
|
},
|
|
6866
|
-
},
|
|
6867
|
-
accessTierChangeTime: {
|
|
6670
|
+
}, accessTierChangeTime: {
|
|
6868
6671
|
serializedName: "properties.accessTierChangeTime",
|
|
6869
6672
|
readOnly: true,
|
|
6870
6673
|
type: {
|
|
6871
6674
|
name: "DateTime",
|
|
6872
6675
|
},
|
|
6873
|
-
},
|
|
6874
|
-
accessTierStatus: {
|
|
6676
|
+
}, accessTierStatus: {
|
|
6875
6677
|
serializedName: "properties.accessTierStatus",
|
|
6876
6678
|
readOnly: true,
|
|
6877
6679
|
type: {
|
|
6878
6680
|
name: "String",
|
|
6879
6681
|
},
|
|
6880
|
-
},
|
|
6881
|
-
shareUsageBytes: {
|
|
6682
|
+
}, shareUsageBytes: {
|
|
6882
6683
|
serializedName: "properties.shareUsageBytes",
|
|
6883
6684
|
readOnly: true,
|
|
6884
6685
|
type: {
|
|
6885
6686
|
name: "Number",
|
|
6886
6687
|
},
|
|
6887
|
-
},
|
|
6888
|
-
leaseStatus: {
|
|
6688
|
+
}, leaseStatus: {
|
|
6889
6689
|
serializedName: "properties.leaseStatus",
|
|
6890
6690
|
readOnly: true,
|
|
6891
6691
|
type: {
|
|
6892
6692
|
name: "String",
|
|
6893
6693
|
},
|
|
6894
|
-
},
|
|
6895
|
-
leaseState: {
|
|
6694
|
+
}, leaseState: {
|
|
6896
6695
|
serializedName: "properties.leaseState",
|
|
6897
6696
|
readOnly: true,
|
|
6898
6697
|
type: {
|
|
6899
6698
|
name: "String",
|
|
6900
6699
|
},
|
|
6901
|
-
},
|
|
6902
|
-
leaseDuration: {
|
|
6700
|
+
}, leaseDuration: {
|
|
6903
6701
|
serializedName: "properties.leaseDuration",
|
|
6904
6702
|
readOnly: true,
|
|
6905
6703
|
type: {
|
|
6906
6704
|
name: "String",
|
|
6907
6705
|
},
|
|
6908
|
-
},
|
|
6909
|
-
signedIdentifiers: {
|
|
6706
|
+
}, signedIdentifiers: {
|
|
6910
6707
|
serializedName: "properties.signedIdentifiers",
|
|
6911
6708
|
type: {
|
|
6912
6709
|
name: "Sequence",
|
|
@@ -6917,59 +6714,50 @@ exports.FileShare = {
|
|
|
6917
6714
|
},
|
|
6918
6715
|
},
|
|
6919
6716
|
},
|
|
6920
|
-
},
|
|
6921
|
-
snapshotTime: {
|
|
6717
|
+
}, snapshotTime: {
|
|
6922
6718
|
serializedName: "properties.snapshotTime",
|
|
6923
6719
|
readOnly: true,
|
|
6924
6720
|
type: {
|
|
6925
6721
|
name: "DateTime",
|
|
6926
6722
|
},
|
|
6927
|
-
},
|
|
6928
|
-
fileSharePaidBursting: {
|
|
6723
|
+
}, fileSharePaidBursting: {
|
|
6929
6724
|
serializedName: "properties.fileSharePaidBursting",
|
|
6930
6725
|
type: {
|
|
6931
6726
|
name: "Composite",
|
|
6932
6727
|
className: "FileSharePropertiesFileSharePaidBursting",
|
|
6933
6728
|
},
|
|
6934
|
-
},
|
|
6935
|
-
},
|
|
6729
|
+
} }),
|
|
6936
6730
|
},
|
|
6937
6731
|
};
|
|
6938
6732
|
exports.StorageAccount = {
|
|
6939
6733
|
type: {
|
|
6940
6734
|
name: "Composite",
|
|
6941
6735
|
className: "StorageAccount",
|
|
6942
|
-
modelProperties: {
|
|
6943
|
-
...exports.TrackedResource.type.modelProperties,
|
|
6944
|
-
sku: {
|
|
6736
|
+
modelProperties: Object.assign(Object.assign({}, exports.TrackedResource.type.modelProperties), { sku: {
|
|
6945
6737
|
serializedName: "sku",
|
|
6946
6738
|
type: {
|
|
6947
6739
|
name: "Composite",
|
|
6948
6740
|
className: "Sku",
|
|
6949
6741
|
},
|
|
6950
|
-
},
|
|
6951
|
-
kind: {
|
|
6742
|
+
}, kind: {
|
|
6952
6743
|
serializedName: "kind",
|
|
6953
6744
|
readOnly: true,
|
|
6954
6745
|
type: {
|
|
6955
6746
|
name: "String",
|
|
6956
6747
|
},
|
|
6957
|
-
},
|
|
6958
|
-
identity: {
|
|
6748
|
+
}, identity: {
|
|
6959
6749
|
serializedName: "identity",
|
|
6960
6750
|
type: {
|
|
6961
6751
|
name: "Composite",
|
|
6962
6752
|
className: "Identity",
|
|
6963
6753
|
},
|
|
6964
|
-
},
|
|
6965
|
-
extendedLocation: {
|
|
6754
|
+
}, extendedLocation: {
|
|
6966
6755
|
serializedName: "extendedLocation",
|
|
6967
6756
|
type: {
|
|
6968
6757
|
name: "Composite",
|
|
6969
6758
|
className: "ExtendedLocation",
|
|
6970
6759
|
},
|
|
6971
|
-
},
|
|
6972
|
-
provisioningState: {
|
|
6760
|
+
}, provisioningState: {
|
|
6973
6761
|
serializedName: "properties.provisioningState",
|
|
6974
6762
|
readOnly: true,
|
|
6975
6763
|
type: {
|
|
@@ -6986,173 +6774,148 @@ exports.StorageAccount = {
|
|
|
6986
6774
|
"Failed",
|
|
6987
6775
|
],
|
|
6988
6776
|
},
|
|
6989
|
-
},
|
|
6990
|
-
primaryEndpoints: {
|
|
6777
|
+
}, primaryEndpoints: {
|
|
6991
6778
|
serializedName: "properties.primaryEndpoints",
|
|
6992
6779
|
type: {
|
|
6993
6780
|
name: "Composite",
|
|
6994
6781
|
className: "Endpoints",
|
|
6995
6782
|
},
|
|
6996
|
-
},
|
|
6997
|
-
primaryLocation: {
|
|
6783
|
+
}, primaryLocation: {
|
|
6998
6784
|
serializedName: "properties.primaryLocation",
|
|
6999
6785
|
readOnly: true,
|
|
7000
6786
|
type: {
|
|
7001
6787
|
name: "String",
|
|
7002
6788
|
},
|
|
7003
|
-
},
|
|
7004
|
-
statusOfPrimary: {
|
|
6789
|
+
}, statusOfPrimary: {
|
|
7005
6790
|
serializedName: "properties.statusOfPrimary",
|
|
7006
6791
|
readOnly: true,
|
|
7007
6792
|
type: {
|
|
7008
6793
|
name: "Enum",
|
|
7009
6794
|
allowedValues: ["available", "unavailable"],
|
|
7010
6795
|
},
|
|
7011
|
-
},
|
|
7012
|
-
lastGeoFailoverTime: {
|
|
6796
|
+
}, lastGeoFailoverTime: {
|
|
7013
6797
|
serializedName: "properties.lastGeoFailoverTime",
|
|
7014
6798
|
readOnly: true,
|
|
7015
6799
|
type: {
|
|
7016
6800
|
name: "DateTime",
|
|
7017
6801
|
},
|
|
7018
|
-
},
|
|
7019
|
-
secondaryLocation: {
|
|
6802
|
+
}, secondaryLocation: {
|
|
7020
6803
|
serializedName: "properties.secondaryLocation",
|
|
7021
6804
|
readOnly: true,
|
|
7022
6805
|
type: {
|
|
7023
6806
|
name: "String",
|
|
7024
6807
|
},
|
|
7025
|
-
},
|
|
7026
|
-
statusOfSecondary: {
|
|
6808
|
+
}, statusOfSecondary: {
|
|
7027
6809
|
serializedName: "properties.statusOfSecondary",
|
|
7028
6810
|
readOnly: true,
|
|
7029
6811
|
type: {
|
|
7030
6812
|
name: "Enum",
|
|
7031
6813
|
allowedValues: ["available", "unavailable"],
|
|
7032
6814
|
},
|
|
7033
|
-
},
|
|
7034
|
-
creationTime: {
|
|
6815
|
+
}, creationTime: {
|
|
7035
6816
|
serializedName: "properties.creationTime",
|
|
7036
6817
|
readOnly: true,
|
|
7037
6818
|
type: {
|
|
7038
6819
|
name: "DateTime",
|
|
7039
6820
|
},
|
|
7040
|
-
},
|
|
7041
|
-
customDomain: {
|
|
6821
|
+
}, customDomain: {
|
|
7042
6822
|
serializedName: "properties.customDomain",
|
|
7043
6823
|
type: {
|
|
7044
6824
|
name: "Composite",
|
|
7045
6825
|
className: "CustomDomain",
|
|
7046
6826
|
},
|
|
7047
|
-
},
|
|
7048
|
-
sasPolicy: {
|
|
6827
|
+
}, sasPolicy: {
|
|
7049
6828
|
serializedName: "properties.sasPolicy",
|
|
7050
6829
|
type: {
|
|
7051
6830
|
name: "Composite",
|
|
7052
6831
|
className: "SasPolicy",
|
|
7053
6832
|
},
|
|
7054
|
-
},
|
|
7055
|
-
keyPolicy: {
|
|
6833
|
+
}, keyPolicy: {
|
|
7056
6834
|
serializedName: "properties.keyPolicy",
|
|
7057
6835
|
type: {
|
|
7058
6836
|
name: "Composite",
|
|
7059
6837
|
className: "KeyPolicy",
|
|
7060
6838
|
},
|
|
7061
|
-
},
|
|
7062
|
-
keyCreationTime: {
|
|
6839
|
+
}, keyCreationTime: {
|
|
7063
6840
|
serializedName: "properties.keyCreationTime",
|
|
7064
6841
|
type: {
|
|
7065
6842
|
name: "Composite",
|
|
7066
6843
|
className: "KeyCreationTime",
|
|
7067
6844
|
},
|
|
7068
|
-
},
|
|
7069
|
-
secondaryEndpoints: {
|
|
6845
|
+
}, secondaryEndpoints: {
|
|
7070
6846
|
serializedName: "properties.secondaryEndpoints",
|
|
7071
6847
|
type: {
|
|
7072
6848
|
name: "Composite",
|
|
7073
6849
|
className: "Endpoints",
|
|
7074
6850
|
},
|
|
7075
|
-
},
|
|
7076
|
-
encryption: {
|
|
6851
|
+
}, encryption: {
|
|
7077
6852
|
serializedName: "properties.encryption",
|
|
7078
6853
|
type: {
|
|
7079
6854
|
name: "Composite",
|
|
7080
6855
|
className: "Encryption",
|
|
7081
6856
|
},
|
|
7082
|
-
},
|
|
7083
|
-
accessTier: {
|
|
6857
|
+
}, accessTier: {
|
|
7084
6858
|
serializedName: "properties.accessTier",
|
|
7085
6859
|
readOnly: true,
|
|
7086
6860
|
type: {
|
|
7087
6861
|
name: "Enum",
|
|
7088
6862
|
allowedValues: ["Hot", "Cool", "Premium", "Cold"],
|
|
7089
6863
|
},
|
|
7090
|
-
},
|
|
7091
|
-
azureFilesIdentityBasedAuthentication: {
|
|
6864
|
+
}, azureFilesIdentityBasedAuthentication: {
|
|
7092
6865
|
serializedName: "properties.azureFilesIdentityBasedAuthentication",
|
|
7093
6866
|
type: {
|
|
7094
6867
|
name: "Composite",
|
|
7095
6868
|
className: "AzureFilesIdentityBasedAuthentication",
|
|
7096
6869
|
},
|
|
7097
|
-
},
|
|
7098
|
-
enableHttpsTrafficOnly: {
|
|
6870
|
+
}, enableHttpsTrafficOnly: {
|
|
7099
6871
|
serializedName: "properties.supportsHttpsTrafficOnly",
|
|
7100
6872
|
type: {
|
|
7101
6873
|
name: "Boolean",
|
|
7102
6874
|
},
|
|
7103
|
-
},
|
|
7104
|
-
networkRuleSet: {
|
|
6875
|
+
}, networkRuleSet: {
|
|
7105
6876
|
serializedName: "properties.networkAcls",
|
|
7106
6877
|
type: {
|
|
7107
6878
|
name: "Composite",
|
|
7108
6879
|
className: "NetworkRuleSet",
|
|
7109
6880
|
},
|
|
7110
|
-
},
|
|
7111
|
-
isSftpEnabled: {
|
|
6881
|
+
}, isSftpEnabled: {
|
|
7112
6882
|
serializedName: "properties.isSftpEnabled",
|
|
7113
6883
|
type: {
|
|
7114
6884
|
name: "Boolean",
|
|
7115
6885
|
},
|
|
7116
|
-
},
|
|
7117
|
-
isLocalUserEnabled: {
|
|
6886
|
+
}, isLocalUserEnabled: {
|
|
7118
6887
|
serializedName: "properties.isLocalUserEnabled",
|
|
7119
6888
|
type: {
|
|
7120
6889
|
name: "Boolean",
|
|
7121
6890
|
},
|
|
7122
|
-
},
|
|
7123
|
-
enableExtendedGroups: {
|
|
6891
|
+
}, enableExtendedGroups: {
|
|
7124
6892
|
serializedName: "properties.enableExtendedGroups",
|
|
7125
6893
|
type: {
|
|
7126
6894
|
name: "Boolean",
|
|
7127
6895
|
},
|
|
7128
|
-
},
|
|
7129
|
-
isHnsEnabled: {
|
|
6896
|
+
}, isHnsEnabled: {
|
|
7130
6897
|
serializedName: "properties.isHnsEnabled",
|
|
7131
6898
|
type: {
|
|
7132
6899
|
name: "Boolean",
|
|
7133
6900
|
},
|
|
7134
|
-
},
|
|
7135
|
-
geoReplicationStats: {
|
|
6901
|
+
}, geoReplicationStats: {
|
|
7136
6902
|
serializedName: "properties.geoReplicationStats",
|
|
7137
6903
|
type: {
|
|
7138
6904
|
name: "Composite",
|
|
7139
6905
|
className: "GeoReplicationStats",
|
|
7140
6906
|
},
|
|
7141
|
-
},
|
|
7142
|
-
failoverInProgress: {
|
|
6907
|
+
}, failoverInProgress: {
|
|
7143
6908
|
serializedName: "properties.failoverInProgress",
|
|
7144
6909
|
readOnly: true,
|
|
7145
6910
|
type: {
|
|
7146
6911
|
name: "Boolean",
|
|
7147
6912
|
},
|
|
7148
|
-
},
|
|
7149
|
-
largeFileSharesState: {
|
|
6913
|
+
}, largeFileSharesState: {
|
|
7150
6914
|
serializedName: "properties.largeFileSharesState",
|
|
7151
6915
|
type: {
|
|
7152
6916
|
name: "String",
|
|
7153
6917
|
},
|
|
7154
|
-
},
|
|
7155
|
-
privateEndpointConnections: {
|
|
6918
|
+
}, privateEndpointConnections: {
|
|
7156
6919
|
serializedName: "properties.privateEndpointConnections",
|
|
7157
6920
|
readOnly: true,
|
|
7158
6921
|
type: {
|
|
@@ -7164,180 +6927,151 @@ exports.StorageAccount = {
|
|
|
7164
6927
|
},
|
|
7165
6928
|
},
|
|
7166
6929
|
},
|
|
7167
|
-
},
|
|
7168
|
-
routingPreference: {
|
|
6930
|
+
}, routingPreference: {
|
|
7169
6931
|
serializedName: "properties.routingPreference",
|
|
7170
6932
|
type: {
|
|
7171
6933
|
name: "Composite",
|
|
7172
6934
|
className: "RoutingPreference",
|
|
7173
6935
|
},
|
|
7174
|
-
},
|
|
7175
|
-
blobRestoreStatus: {
|
|
6936
|
+
}, blobRestoreStatus: {
|
|
7176
6937
|
serializedName: "properties.blobRestoreStatus",
|
|
7177
6938
|
type: {
|
|
7178
6939
|
name: "Composite",
|
|
7179
6940
|
className: "BlobRestoreStatus",
|
|
7180
6941
|
},
|
|
7181
|
-
},
|
|
7182
|
-
allowBlobPublicAccess: {
|
|
6942
|
+
}, allowBlobPublicAccess: {
|
|
7183
6943
|
serializedName: "properties.allowBlobPublicAccess",
|
|
7184
6944
|
type: {
|
|
7185
6945
|
name: "Boolean",
|
|
7186
6946
|
},
|
|
7187
|
-
},
|
|
7188
|
-
minimumTlsVersion: {
|
|
6947
|
+
}, minimumTlsVersion: {
|
|
7189
6948
|
serializedName: "properties.minimumTlsVersion",
|
|
7190
6949
|
type: {
|
|
7191
6950
|
name: "String",
|
|
7192
6951
|
},
|
|
7193
|
-
},
|
|
7194
|
-
allowSharedKeyAccess: {
|
|
6952
|
+
}, allowSharedKeyAccess: {
|
|
7195
6953
|
serializedName: "properties.allowSharedKeyAccess",
|
|
7196
6954
|
type: {
|
|
7197
6955
|
name: "Boolean",
|
|
7198
6956
|
},
|
|
7199
|
-
},
|
|
7200
|
-
enableNfsV3: {
|
|
6957
|
+
}, enableNfsV3: {
|
|
7201
6958
|
serializedName: "properties.isNfsV3Enabled",
|
|
7202
6959
|
type: {
|
|
7203
6960
|
name: "Boolean",
|
|
7204
6961
|
},
|
|
7205
|
-
},
|
|
7206
|
-
allowCrossTenantReplication: {
|
|
6962
|
+
}, allowCrossTenantReplication: {
|
|
7207
6963
|
serializedName: "properties.allowCrossTenantReplication",
|
|
7208
6964
|
type: {
|
|
7209
6965
|
name: "Boolean",
|
|
7210
6966
|
},
|
|
7211
|
-
},
|
|
7212
|
-
defaultToOAuthAuthentication: {
|
|
6967
|
+
}, defaultToOAuthAuthentication: {
|
|
7213
6968
|
serializedName: "properties.defaultToOAuthAuthentication",
|
|
7214
6969
|
type: {
|
|
7215
6970
|
name: "Boolean",
|
|
7216
6971
|
},
|
|
7217
|
-
},
|
|
7218
|
-
publicNetworkAccess: {
|
|
6972
|
+
}, publicNetworkAccess: {
|
|
7219
6973
|
serializedName: "properties.publicNetworkAccess",
|
|
7220
6974
|
type: {
|
|
7221
6975
|
name: "String",
|
|
7222
6976
|
},
|
|
7223
|
-
},
|
|
7224
|
-
immutableStorageWithVersioning: {
|
|
6977
|
+
}, immutableStorageWithVersioning: {
|
|
7225
6978
|
serializedName: "properties.immutableStorageWithVersioning",
|
|
7226
6979
|
type: {
|
|
7227
6980
|
name: "Composite",
|
|
7228
6981
|
className: "ImmutableStorageAccount",
|
|
7229
6982
|
},
|
|
7230
|
-
},
|
|
7231
|
-
allowedCopyScope: {
|
|
6983
|
+
}, allowedCopyScope: {
|
|
7232
6984
|
serializedName: "properties.allowedCopyScope",
|
|
7233
6985
|
type: {
|
|
7234
6986
|
name: "String",
|
|
7235
6987
|
},
|
|
7236
|
-
},
|
|
7237
|
-
storageAccountSkuConversionStatus: {
|
|
6988
|
+
}, storageAccountSkuConversionStatus: {
|
|
7238
6989
|
serializedName: "properties.storageAccountSkuConversionStatus",
|
|
7239
6990
|
type: {
|
|
7240
6991
|
name: "Composite",
|
|
7241
6992
|
className: "StorageAccountSkuConversionStatus",
|
|
7242
6993
|
},
|
|
7243
|
-
},
|
|
7244
|
-
dnsEndpointType: {
|
|
6994
|
+
}, dnsEndpointType: {
|
|
7245
6995
|
serializedName: "properties.dnsEndpointType",
|
|
7246
6996
|
type: {
|
|
7247
6997
|
name: "String",
|
|
7248
6998
|
},
|
|
7249
|
-
},
|
|
7250
|
-
isSkuConversionBlocked: {
|
|
6999
|
+
}, isSkuConversionBlocked: {
|
|
7251
7000
|
serializedName: "properties.isSkuConversionBlocked",
|
|
7252
7001
|
readOnly: true,
|
|
7253
7002
|
type: {
|
|
7254
7003
|
name: "Boolean",
|
|
7255
7004
|
},
|
|
7256
|
-
},
|
|
7257
|
-
accountMigrationInProgress: {
|
|
7005
|
+
}, accountMigrationInProgress: {
|
|
7258
7006
|
serializedName: "properties.accountMigrationInProgress",
|
|
7259
7007
|
readOnly: true,
|
|
7260
7008
|
type: {
|
|
7261
7009
|
name: "Boolean",
|
|
7262
7010
|
},
|
|
7263
|
-
},
|
|
7264
|
-
},
|
|
7011
|
+
} }),
|
|
7265
7012
|
},
|
|
7266
7013
|
};
|
|
7267
7014
|
exports.DeletedAccount = {
|
|
7268
7015
|
type: {
|
|
7269
7016
|
name: "Composite",
|
|
7270
7017
|
className: "DeletedAccount",
|
|
7271
|
-
modelProperties: {
|
|
7272
|
-
...exports.ProxyResource.type.modelProperties,
|
|
7273
|
-
storageAccountResourceId: {
|
|
7018
|
+
modelProperties: Object.assign(Object.assign({}, exports.ProxyResource.type.modelProperties), { storageAccountResourceId: {
|
|
7274
7019
|
serializedName: "properties.storageAccountResourceId",
|
|
7275
7020
|
readOnly: true,
|
|
7276
7021
|
type: {
|
|
7277
7022
|
name: "String",
|
|
7278
7023
|
},
|
|
7279
|
-
},
|
|
7280
|
-
location: {
|
|
7024
|
+
}, location: {
|
|
7281
7025
|
serializedName: "properties.location",
|
|
7282
7026
|
readOnly: true,
|
|
7283
7027
|
type: {
|
|
7284
7028
|
name: "String",
|
|
7285
7029
|
},
|
|
7286
|
-
},
|
|
7287
|
-
restoreReference: {
|
|
7030
|
+
}, restoreReference: {
|
|
7288
7031
|
serializedName: "properties.restoreReference",
|
|
7289
7032
|
readOnly: true,
|
|
7290
7033
|
type: {
|
|
7291
7034
|
name: "String",
|
|
7292
7035
|
},
|
|
7293
|
-
},
|
|
7294
|
-
creationTime: {
|
|
7036
|
+
}, creationTime: {
|
|
7295
7037
|
serializedName: "properties.creationTime",
|
|
7296
7038
|
readOnly: true,
|
|
7297
7039
|
type: {
|
|
7298
7040
|
name: "String",
|
|
7299
7041
|
},
|
|
7300
|
-
},
|
|
7301
|
-
deletionTime: {
|
|
7042
|
+
}, deletionTime: {
|
|
7302
7043
|
serializedName: "properties.deletionTime",
|
|
7303
7044
|
readOnly: true,
|
|
7304
7045
|
type: {
|
|
7305
7046
|
name: "String",
|
|
7306
7047
|
},
|
|
7307
|
-
},
|
|
7308
|
-
},
|
|
7048
|
+
} }),
|
|
7309
7049
|
},
|
|
7310
7050
|
};
|
|
7311
7051
|
exports.StorageTaskReportInstance = {
|
|
7312
7052
|
type: {
|
|
7313
7053
|
name: "Composite",
|
|
7314
7054
|
className: "StorageTaskReportInstance",
|
|
7315
|
-
modelProperties: {
|
|
7316
|
-
...exports.ProxyResource.type.modelProperties,
|
|
7317
|
-
properties: {
|
|
7055
|
+
modelProperties: Object.assign(Object.assign({}, exports.ProxyResource.type.modelProperties), { properties: {
|
|
7318
7056
|
serializedName: "properties",
|
|
7319
7057
|
type: {
|
|
7320
7058
|
name: "Composite",
|
|
7321
7059
|
className: "StorageTaskReportProperties",
|
|
7322
7060
|
},
|
|
7323
|
-
},
|
|
7324
|
-
},
|
|
7061
|
+
} }),
|
|
7325
7062
|
},
|
|
7326
7063
|
};
|
|
7327
7064
|
exports.NetworkSecurityPerimeterConfiguration = {
|
|
7328
7065
|
type: {
|
|
7329
7066
|
name: "Composite",
|
|
7330
7067
|
className: "NetworkSecurityPerimeterConfiguration",
|
|
7331
|
-
modelProperties: {
|
|
7332
|
-
...exports.ProxyResourceAutoGenerated.type.modelProperties,
|
|
7333
|
-
provisioningState: {
|
|
7068
|
+
modelProperties: Object.assign(Object.assign({}, exports.ProxyResourceAutoGenerated.type.modelProperties), { provisioningState: {
|
|
7334
7069
|
serializedName: "properties.provisioningState",
|
|
7335
7070
|
readOnly: true,
|
|
7336
7071
|
type: {
|
|
7337
7072
|
name: "String",
|
|
7338
7073
|
},
|
|
7339
|
-
},
|
|
7340
|
-
provisioningIssues: {
|
|
7074
|
+
}, provisioningIssues: {
|
|
7341
7075
|
serializedName: "properties.provisioningIssues",
|
|
7342
7076
|
readOnly: true,
|
|
7343
7077
|
type: {
|
|
@@ -7349,29 +7083,25 @@ exports.NetworkSecurityPerimeterConfiguration = {
|
|
|
7349
7083
|
},
|
|
7350
7084
|
},
|
|
7351
7085
|
},
|
|
7352
|
-
},
|
|
7353
|
-
networkSecurityPerimeter: {
|
|
7086
|
+
}, networkSecurityPerimeter: {
|
|
7354
7087
|
serializedName: "properties.networkSecurityPerimeter",
|
|
7355
7088
|
type: {
|
|
7356
7089
|
name: "Composite",
|
|
7357
7090
|
className: "NetworkSecurityPerimeter",
|
|
7358
7091
|
},
|
|
7359
|
-
},
|
|
7360
|
-
resourceAssociation: {
|
|
7092
|
+
}, resourceAssociation: {
|
|
7361
7093
|
serializedName: "properties.resourceAssociation",
|
|
7362
7094
|
type: {
|
|
7363
7095
|
name: "Composite",
|
|
7364
7096
|
className: "NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation",
|
|
7365
7097
|
},
|
|
7366
|
-
},
|
|
7367
|
-
profile: {
|
|
7098
|
+
}, profile: {
|
|
7368
7099
|
serializedName: "properties.profile",
|
|
7369
7100
|
type: {
|
|
7370
7101
|
name: "Composite",
|
|
7371
7102
|
className: "NetworkSecurityPerimeterConfigurationPropertiesProfile",
|
|
7372
7103
|
},
|
|
7373
|
-
},
|
|
7374
|
-
},
|
|
7104
|
+
} }),
|
|
7375
7105
|
},
|
|
7376
7106
|
};
|
|
7377
7107
|
exports.BlobContainersCreateOrUpdateImmutabilityPolicyHeaders = {
|