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