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