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