@azure/arm-postgresql-flexible 8.1.0-alpha.20250718.1 → 8.1.0-alpha.20250721.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/mappers.js +395 -183
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/administrators.js +45 -52
- package/dist/browser/operations/administrators.js.map +1 -1
- package/dist/browser/operations/backups.js +45 -52
- package/dist/browser/operations/backups.js.map +1 -1
- package/dist/browser/operations/checkNameAvailability.js +1 -0
- package/dist/browser/operations/checkNameAvailability.js.map +1 -1
- package/dist/browser/operations/checkNameAvailabilityWithLocation.js +1 -0
- package/dist/browser/operations/checkNameAvailabilityWithLocation.js.map +1 -1
- package/dist/browser/operations/configurations.js +45 -52
- package/dist/browser/operations/configurations.js.map +1 -1
- package/dist/browser/operations/databases.js +45 -52
- package/dist/browser/operations/databases.js.map +1 -1
- package/dist/browser/operations/firewallRules.js +45 -52
- package/dist/browser/operations/firewallRules.js.map +1 -1
- package/dist/browser/operations/flexibleServer.js +12 -6
- package/dist/browser/operations/flexibleServer.js.map +1 -1
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js +1 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +1 -1
- package/dist/browser/operations/locationBasedCapabilities.js +23 -40
- package/dist/browser/operations/locationBasedCapabilities.js.map +1 -1
- package/dist/browser/operations/logFiles.js +23 -40
- package/dist/browser/operations/logFiles.js.map +1 -1
- package/dist/browser/operations/ltrBackupOperations.js +23 -40
- package/dist/browser/operations/ltrBackupOperations.js.map +1 -1
- package/dist/browser/operations/migrations.js +23 -40
- package/dist/browser/operations/migrations.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnectionOperations.js +23 -12
- package/dist/browser/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +23 -40
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +23 -40
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/quotaUsages.js +23 -40
- package/dist/browser/operations/quotaUsages.js.map +1 -1
- package/dist/browser/operations/replicas.js +10 -27
- package/dist/browser/operations/replicas.js.map +1 -1
- package/dist/browser/operations/serverCapabilities.js +23 -40
- package/dist/browser/operations/serverCapabilities.js.map +1 -1
- package/dist/browser/operations/serverThreatProtectionSettings.js +34 -46
- package/dist/browser/operations/serverThreatProtectionSettings.js.map +1 -1
- package/dist/browser/operations/servers.js +111 -115
- package/dist/browser/operations/servers.js.map +1 -1
- package/dist/browser/operations/tuningConfiguration.js +89 -103
- package/dist/browser/operations/tuningConfiguration.js.map +1 -1
- package/dist/browser/operations/tuningIndex.js +23 -40
- package/dist/browser/operations/tuningIndex.js.map +1 -1
- package/dist/browser/operations/tuningOptions.js +23 -40
- package/dist/browser/operations/tuningOptions.js.map +1 -1
- package/dist/browser/operations/virtualEndpoints.js +56 -58
- package/dist/browser/operations/virtualEndpoints.js.map +1 -1
- package/dist/browser/operations/virtualNetworkSubnetUsage.js +1 -0
- package/dist/browser/operations/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/postgreSQLManagementFlexibleServerClient.js +39 -5
- package/dist/browser/postgreSQLManagementFlexibleServerClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +395 -183
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/administrators.js +45 -51
- package/dist/commonjs/operations/administrators.js.map +1 -1
- package/dist/commonjs/operations/backups.js +45 -51
- package/dist/commonjs/operations/backups.js.map +1 -1
- package/dist/commonjs/operations/checkNameAvailability.js +1 -0
- package/dist/commonjs/operations/checkNameAvailability.js.map +1 -1
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js +1 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js.map +1 -1
- package/dist/commonjs/operations/configurations.js +45 -51
- package/dist/commonjs/operations/configurations.js.map +1 -1
- package/dist/commonjs/operations/databases.js +45 -51
- package/dist/commonjs/operations/databases.js.map +1 -1
- package/dist/commonjs/operations/firewallRules.js +45 -51
- package/dist/commonjs/operations/firewallRules.js.map +1 -1
- package/dist/commonjs/operations/flexibleServer.js +12 -6
- package/dist/commonjs/operations/flexibleServer.js.map +1 -1
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js +1 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +1 -1
- package/dist/commonjs/operations/locationBasedCapabilities.js +23 -39
- package/dist/commonjs/operations/locationBasedCapabilities.js.map +1 -1
- package/dist/commonjs/operations/logFiles.js +23 -39
- package/dist/commonjs/operations/logFiles.js.map +1 -1
- package/dist/commonjs/operations/ltrBackupOperations.js +23 -39
- package/dist/commonjs/operations/ltrBackupOperations.js.map +1 -1
- package/dist/commonjs/operations/migrations.js +23 -39
- package/dist/commonjs/operations/migrations.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js +23 -12
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +23 -39
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +23 -39
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/quotaUsages.js +23 -39
- package/dist/commonjs/operations/quotaUsages.js.map +1 -1
- package/dist/commonjs/operations/replicas.js +10 -26
- package/dist/commonjs/operations/replicas.js.map +1 -1
- package/dist/commonjs/operations/serverCapabilities.js +23 -39
- package/dist/commonjs/operations/serverCapabilities.js.map +1 -1
- package/dist/commonjs/operations/serverThreatProtectionSettings.js +34 -45
- package/dist/commonjs/operations/serverThreatProtectionSettings.js.map +1 -1
- package/dist/commonjs/operations/servers.js +111 -114
- package/dist/commonjs/operations/servers.js.map +1 -1
- package/dist/commonjs/operations/tuningConfiguration.js +89 -102
- package/dist/commonjs/operations/tuningConfiguration.js.map +1 -1
- package/dist/commonjs/operations/tuningIndex.js +23 -39
- package/dist/commonjs/operations/tuningIndex.js.map +1 -1
- package/dist/commonjs/operations/tuningOptions.js +23 -39
- package/dist/commonjs/operations/tuningOptions.js.map +1 -1
- package/dist/commonjs/operations/virtualEndpoints.js +56 -57
- package/dist/commonjs/operations/virtualEndpoints.js.map +1 -1
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.js +1 -0
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js +39 -5
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.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/mappers.js +395 -183
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/administrators.js +45 -52
- package/dist/esm/operations/administrators.js.map +1 -1
- package/dist/esm/operations/backups.js +45 -52
- package/dist/esm/operations/backups.js.map +1 -1
- package/dist/esm/operations/checkNameAvailability.js +1 -0
- package/dist/esm/operations/checkNameAvailability.js.map +1 -1
- package/dist/esm/operations/checkNameAvailabilityWithLocation.js +1 -0
- package/dist/esm/operations/checkNameAvailabilityWithLocation.js.map +1 -1
- package/dist/esm/operations/configurations.js +45 -52
- package/dist/esm/operations/configurations.js.map +1 -1
- package/dist/esm/operations/databases.js +45 -52
- package/dist/esm/operations/databases.js.map +1 -1
- package/dist/esm/operations/firewallRules.js +45 -52
- package/dist/esm/operations/firewallRules.js.map +1 -1
- package/dist/esm/operations/flexibleServer.js +12 -6
- package/dist/esm/operations/flexibleServer.js.map +1 -1
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js +1 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +1 -1
- package/dist/esm/operations/locationBasedCapabilities.js +23 -40
- package/dist/esm/operations/locationBasedCapabilities.js.map +1 -1
- package/dist/esm/operations/logFiles.js +23 -40
- package/dist/esm/operations/logFiles.js.map +1 -1
- package/dist/esm/operations/ltrBackupOperations.js +23 -40
- package/dist/esm/operations/ltrBackupOperations.js.map +1 -1
- package/dist/esm/operations/migrations.js +23 -40
- package/dist/esm/operations/migrations.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnectionOperations.js +23 -12
- package/dist/esm/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +23 -40
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +23 -40
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/quotaUsages.js +23 -40
- package/dist/esm/operations/quotaUsages.js.map +1 -1
- package/dist/esm/operations/replicas.js +10 -27
- package/dist/esm/operations/replicas.js.map +1 -1
- package/dist/esm/operations/serverCapabilities.js +23 -40
- package/dist/esm/operations/serverCapabilities.js.map +1 -1
- package/dist/esm/operations/serverThreatProtectionSettings.js +34 -46
- package/dist/esm/operations/serverThreatProtectionSettings.js.map +1 -1
- package/dist/esm/operations/servers.js +111 -115
- package/dist/esm/operations/servers.js.map +1 -1
- package/dist/esm/operations/tuningConfiguration.js +89 -103
- package/dist/esm/operations/tuningConfiguration.js.map +1 -1
- package/dist/esm/operations/tuningIndex.js +23 -40
- package/dist/esm/operations/tuningIndex.js.map +1 -1
- package/dist/esm/operations/tuningOptions.js +23 -40
- package/dist/esm/operations/tuningOptions.js.map +1 -1
- package/dist/esm/operations/virtualEndpoints.js +56 -58
- package/dist/esm/operations/virtualEndpoints.js.map +1 -1
- package/dist/esm/operations/virtualNetworkSubnetUsage.js +1 -0
- package/dist/esm/operations/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/postgreSQLManagementFlexibleServerClient.js +39 -5
- package/dist/esm/postgreSQLManagementFlexibleServerClient.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/mappers.js +395 -183
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/administrators.js +45 -52
- package/dist/react-native/operations/administrators.js.map +1 -1
- package/dist/react-native/operations/backups.js +45 -52
- package/dist/react-native/operations/backups.js.map +1 -1
- package/dist/react-native/operations/checkNameAvailability.js +1 -0
- package/dist/react-native/operations/checkNameAvailability.js.map +1 -1
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.js +1 -0
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.js.map +1 -1
- package/dist/react-native/operations/configurations.js +45 -52
- package/dist/react-native/operations/configurations.js.map +1 -1
- package/dist/react-native/operations/databases.js +45 -52
- package/dist/react-native/operations/databases.js.map +1 -1
- package/dist/react-native/operations/firewallRules.js +45 -52
- package/dist/react-native/operations/firewallRules.js.map +1 -1
- package/dist/react-native/operations/flexibleServer.js +12 -6
- package/dist/react-native/operations/flexibleServer.js.map +1 -1
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js +1 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +1 -1
- package/dist/react-native/operations/locationBasedCapabilities.js +23 -40
- package/dist/react-native/operations/locationBasedCapabilities.js.map +1 -1
- package/dist/react-native/operations/logFiles.js +23 -40
- package/dist/react-native/operations/logFiles.js.map +1 -1
- package/dist/react-native/operations/ltrBackupOperations.js +23 -40
- package/dist/react-native/operations/ltrBackupOperations.js.map +1 -1
- package/dist/react-native/operations/migrations.js +23 -40
- package/dist/react-native/operations/migrations.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnectionOperations.js +23 -12
- package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +23 -40
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +23 -40
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/quotaUsages.js +23 -40
- package/dist/react-native/operations/quotaUsages.js.map +1 -1
- package/dist/react-native/operations/replicas.js +10 -27
- package/dist/react-native/operations/replicas.js.map +1 -1
- package/dist/react-native/operations/serverCapabilities.js +23 -40
- package/dist/react-native/operations/serverCapabilities.js.map +1 -1
- package/dist/react-native/operations/serverThreatProtectionSettings.js +34 -46
- package/dist/react-native/operations/serverThreatProtectionSettings.js.map +1 -1
- package/dist/react-native/operations/servers.js +111 -115
- package/dist/react-native/operations/servers.js.map +1 -1
- package/dist/react-native/operations/tuningConfiguration.js +89 -103
- package/dist/react-native/operations/tuningConfiguration.js.map +1 -1
- package/dist/react-native/operations/tuningIndex.js +23 -40
- package/dist/react-native/operations/tuningIndex.js.map +1 -1
- package/dist/react-native/operations/tuningOptions.js +23 -40
- package/dist/react-native/operations/tuningOptions.js.map +1 -1
- package/dist/react-native/operations/virtualEndpoints.js +56 -58
- package/dist/react-native/operations/virtualEndpoints.js.map +1 -1
- package/dist/react-native/operations/virtualNetworkSubnetUsage.js +1 -0
- package/dist/react-native/operations/virtualNetworkSubnetUsage.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/postgreSQLManagementFlexibleServerClient.js +39 -5
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-postgresql-flexible-node.api.md +2723 -2723
|
@@ -2697,14 +2697,18 @@ export const ProxyResource = {
|
|
|
2697
2697
|
type: {
|
|
2698
2698
|
name: "Composite",
|
|
2699
2699
|
className: "ProxyResource",
|
|
2700
|
-
modelProperties:
|
|
2700
|
+
modelProperties: {
|
|
2701
|
+
...Resource.type.modelProperties,
|
|
2702
|
+
},
|
|
2701
2703
|
},
|
|
2702
2704
|
};
|
|
2703
2705
|
export const PrivateEndpointConnection = {
|
|
2704
2706
|
type: {
|
|
2705
2707
|
name: "Composite",
|
|
2706
2708
|
className: "PrivateEndpointConnection",
|
|
2707
|
-
modelProperties:
|
|
2709
|
+
modelProperties: {
|
|
2710
|
+
...Resource.type.modelProperties,
|
|
2711
|
+
groupIds: {
|
|
2708
2712
|
serializedName: "properties.groupIds",
|
|
2709
2713
|
readOnly: true,
|
|
2710
2714
|
type: {
|
|
@@ -2715,57 +2719,68 @@ export const PrivateEndpointConnection = {
|
|
|
2715
2719
|
},
|
|
2716
2720
|
},
|
|
2717
2721
|
},
|
|
2718
|
-
},
|
|
2722
|
+
},
|
|
2723
|
+
privateEndpoint: {
|
|
2719
2724
|
serializedName: "properties.privateEndpoint",
|
|
2720
2725
|
type: {
|
|
2721
2726
|
name: "Composite",
|
|
2722
2727
|
className: "PrivateEndpoint",
|
|
2723
2728
|
},
|
|
2724
|
-
},
|
|
2729
|
+
},
|
|
2730
|
+
privateLinkServiceConnectionState: {
|
|
2725
2731
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
2726
2732
|
type: {
|
|
2727
2733
|
name: "Composite",
|
|
2728
2734
|
className: "PrivateLinkServiceConnectionState",
|
|
2729
2735
|
},
|
|
2730
|
-
},
|
|
2736
|
+
},
|
|
2737
|
+
provisioningState: {
|
|
2731
2738
|
serializedName: "properties.provisioningState",
|
|
2732
2739
|
readOnly: true,
|
|
2733
2740
|
type: {
|
|
2734
2741
|
name: "String",
|
|
2735
2742
|
},
|
|
2736
|
-
}
|
|
2743
|
+
},
|
|
2744
|
+
},
|
|
2737
2745
|
},
|
|
2738
2746
|
};
|
|
2739
2747
|
export const TrackedResource = {
|
|
2740
2748
|
type: {
|
|
2741
2749
|
name: "Composite",
|
|
2742
2750
|
className: "TrackedResource",
|
|
2743
|
-
modelProperties:
|
|
2751
|
+
modelProperties: {
|
|
2752
|
+
...Resource.type.modelProperties,
|
|
2753
|
+
tags: {
|
|
2744
2754
|
serializedName: "tags",
|
|
2745
2755
|
type: {
|
|
2746
2756
|
name: "Dictionary",
|
|
2747
2757
|
value: { type: { name: "String" } },
|
|
2748
2758
|
},
|
|
2749
|
-
},
|
|
2759
|
+
},
|
|
2760
|
+
location: {
|
|
2750
2761
|
serializedName: "location",
|
|
2751
2762
|
required: true,
|
|
2752
2763
|
type: {
|
|
2753
2764
|
name: "String",
|
|
2754
2765
|
},
|
|
2755
|
-
}
|
|
2766
|
+
},
|
|
2767
|
+
},
|
|
2756
2768
|
},
|
|
2757
2769
|
};
|
|
2758
2770
|
export const PrivateLinkResource = {
|
|
2759
2771
|
type: {
|
|
2760
2772
|
name: "Composite",
|
|
2761
2773
|
className: "PrivateLinkResource",
|
|
2762
|
-
modelProperties:
|
|
2774
|
+
modelProperties: {
|
|
2775
|
+
...Resource.type.modelProperties,
|
|
2776
|
+
groupId: {
|
|
2763
2777
|
serializedName: "properties.groupId",
|
|
2764
2778
|
readOnly: true,
|
|
2765
2779
|
type: {
|
|
2766
2780
|
name: "String",
|
|
2767
2781
|
},
|
|
2768
|
-
},
|
|
2782
|
+
},
|
|
2783
|
+
requiredMembers: {
|
|
2769
2784
|
serializedName: "properties.requiredMembers",
|
|
2770
2785
|
readOnly: true,
|
|
2771
2786
|
type: {
|
|
@@ -2776,7 +2791,8 @@ export const PrivateLinkResource = {
|
|
|
2776
2791
|
},
|
|
2777
2792
|
},
|
|
2778
2793
|
},
|
|
2779
|
-
},
|
|
2794
|
+
},
|
|
2795
|
+
requiredZoneNames: {
|
|
2780
2796
|
serializedName: "properties.requiredZoneNames",
|
|
2781
2797
|
type: {
|
|
2782
2798
|
name: "Sequence",
|
|
@@ -2786,82 +2802,99 @@ export const PrivateLinkResource = {
|
|
|
2786
2802
|
},
|
|
2787
2803
|
},
|
|
2788
2804
|
},
|
|
2789
|
-
}
|
|
2805
|
+
},
|
|
2806
|
+
},
|
|
2790
2807
|
},
|
|
2791
2808
|
};
|
|
2792
2809
|
export const VirtualEndpointResource = {
|
|
2793
2810
|
type: {
|
|
2794
2811
|
name: "Composite",
|
|
2795
2812
|
className: "VirtualEndpointResource",
|
|
2796
|
-
modelProperties:
|
|
2813
|
+
modelProperties: {
|
|
2814
|
+
...VirtualEndpointResourceForPatch.type.modelProperties,
|
|
2815
|
+
...Resource.type.modelProperties,
|
|
2816
|
+
},
|
|
2797
2817
|
},
|
|
2798
2818
|
};
|
|
2799
2819
|
export const StorageTierCapability = {
|
|
2800
2820
|
type: {
|
|
2801
2821
|
name: "Composite",
|
|
2802
2822
|
className: "StorageTierCapability",
|
|
2803
|
-
modelProperties:
|
|
2823
|
+
modelProperties: {
|
|
2824
|
+
...CapabilityBase.type.modelProperties,
|
|
2825
|
+
name: {
|
|
2804
2826
|
serializedName: "name",
|
|
2805
2827
|
readOnly: true,
|
|
2806
2828
|
type: {
|
|
2807
2829
|
name: "String",
|
|
2808
2830
|
},
|
|
2809
|
-
},
|
|
2831
|
+
},
|
|
2832
|
+
iops: {
|
|
2810
2833
|
serializedName: "iops",
|
|
2811
2834
|
readOnly: true,
|
|
2812
2835
|
type: {
|
|
2813
2836
|
name: "Number",
|
|
2814
2837
|
},
|
|
2815
|
-
}
|
|
2838
|
+
},
|
|
2839
|
+
},
|
|
2816
2840
|
},
|
|
2817
2841
|
};
|
|
2818
2842
|
export const StorageMbCapability = {
|
|
2819
2843
|
type: {
|
|
2820
2844
|
name: "Composite",
|
|
2821
2845
|
className: "StorageMbCapability",
|
|
2822
|
-
modelProperties:
|
|
2846
|
+
modelProperties: {
|
|
2847
|
+
...CapabilityBase.type.modelProperties,
|
|
2848
|
+
supportedIops: {
|
|
2823
2849
|
serializedName: "supportedIops",
|
|
2824
2850
|
readOnly: true,
|
|
2825
2851
|
type: {
|
|
2826
2852
|
name: "Number",
|
|
2827
2853
|
},
|
|
2828
|
-
},
|
|
2854
|
+
},
|
|
2855
|
+
supportedMaximumIops: {
|
|
2829
2856
|
serializedName: "supportedMaximumIops",
|
|
2830
2857
|
readOnly: true,
|
|
2831
2858
|
type: {
|
|
2832
2859
|
name: "Number",
|
|
2833
2860
|
},
|
|
2834
|
-
},
|
|
2861
|
+
},
|
|
2862
|
+
storageSizeMb: {
|
|
2835
2863
|
serializedName: "storageSizeMb",
|
|
2836
2864
|
readOnly: true,
|
|
2837
2865
|
type: {
|
|
2838
2866
|
name: "Number",
|
|
2839
2867
|
},
|
|
2840
|
-
},
|
|
2868
|
+
},
|
|
2869
|
+
maximumStorageSizeMb: {
|
|
2841
2870
|
serializedName: "maximumStorageSizeMb",
|
|
2842
2871
|
readOnly: true,
|
|
2843
2872
|
type: {
|
|
2844
2873
|
name: "Number",
|
|
2845
2874
|
},
|
|
2846
|
-
},
|
|
2875
|
+
},
|
|
2876
|
+
supportedThroughput: {
|
|
2847
2877
|
serializedName: "supportedThroughput",
|
|
2848
2878
|
readOnly: true,
|
|
2849
2879
|
type: {
|
|
2850
2880
|
name: "Number",
|
|
2851
2881
|
},
|
|
2852
|
-
},
|
|
2882
|
+
},
|
|
2883
|
+
supportedMaximumThroughput: {
|
|
2853
2884
|
serializedName: "supportedMaximumThroughput",
|
|
2854
2885
|
readOnly: true,
|
|
2855
2886
|
type: {
|
|
2856
2887
|
name: "Number",
|
|
2857
2888
|
},
|
|
2858
|
-
},
|
|
2889
|
+
},
|
|
2890
|
+
defaultIopsTier: {
|
|
2859
2891
|
serializedName: "defaultIopsTier",
|
|
2860
2892
|
readOnly: true,
|
|
2861
2893
|
type: {
|
|
2862
2894
|
name: "String",
|
|
2863
2895
|
},
|
|
2864
|
-
},
|
|
2896
|
+
},
|
|
2897
|
+
supportedIopsTiers: {
|
|
2865
2898
|
serializedName: "supportedIopsTiers",
|
|
2866
2899
|
readOnly: true,
|
|
2867
2900
|
type: {
|
|
@@ -2873,26 +2906,31 @@ export const StorageMbCapability = {
|
|
|
2873
2906
|
},
|
|
2874
2907
|
},
|
|
2875
2908
|
},
|
|
2876
|
-
}
|
|
2909
|
+
},
|
|
2910
|
+
},
|
|
2877
2911
|
},
|
|
2878
2912
|
};
|
|
2879
2913
|
export const StorageEditionCapability = {
|
|
2880
2914
|
type: {
|
|
2881
2915
|
name: "Composite",
|
|
2882
2916
|
className: "StorageEditionCapability",
|
|
2883
|
-
modelProperties:
|
|
2917
|
+
modelProperties: {
|
|
2918
|
+
...CapabilityBase.type.modelProperties,
|
|
2919
|
+
name: {
|
|
2884
2920
|
serializedName: "name",
|
|
2885
2921
|
readOnly: true,
|
|
2886
2922
|
type: {
|
|
2887
2923
|
name: "String",
|
|
2888
2924
|
},
|
|
2889
|
-
},
|
|
2925
|
+
},
|
|
2926
|
+
defaultStorageSizeMb: {
|
|
2890
2927
|
serializedName: "defaultStorageSizeMb",
|
|
2891
2928
|
readOnly: true,
|
|
2892
2929
|
type: {
|
|
2893
2930
|
name: "Number",
|
|
2894
2931
|
},
|
|
2895
|
-
},
|
|
2932
|
+
},
|
|
2933
|
+
supportedStorageMb: {
|
|
2896
2934
|
serializedName: "supportedStorageMb",
|
|
2897
2935
|
readOnly: true,
|
|
2898
2936
|
type: {
|
|
@@ -2904,38 +2942,45 @@ export const StorageEditionCapability = {
|
|
|
2904
2942
|
},
|
|
2905
2943
|
},
|
|
2906
2944
|
},
|
|
2907
|
-
}
|
|
2945
|
+
},
|
|
2946
|
+
},
|
|
2908
2947
|
},
|
|
2909
2948
|
};
|
|
2910
2949
|
export const ServerSkuCapability = {
|
|
2911
2950
|
type: {
|
|
2912
2951
|
name: "Composite",
|
|
2913
2952
|
className: "ServerSkuCapability",
|
|
2914
|
-
modelProperties:
|
|
2953
|
+
modelProperties: {
|
|
2954
|
+
...CapabilityBase.type.modelProperties,
|
|
2955
|
+
name: {
|
|
2915
2956
|
serializedName: "name",
|
|
2916
2957
|
readOnly: true,
|
|
2917
2958
|
type: {
|
|
2918
2959
|
name: "String",
|
|
2919
2960
|
},
|
|
2920
|
-
},
|
|
2961
|
+
},
|
|
2962
|
+
vCores: {
|
|
2921
2963
|
serializedName: "vCores",
|
|
2922
2964
|
readOnly: true,
|
|
2923
2965
|
type: {
|
|
2924
2966
|
name: "Number",
|
|
2925
2967
|
},
|
|
2926
|
-
},
|
|
2968
|
+
},
|
|
2969
|
+
supportedIops: {
|
|
2927
2970
|
serializedName: "supportedIops",
|
|
2928
2971
|
readOnly: true,
|
|
2929
2972
|
type: {
|
|
2930
2973
|
name: "Number",
|
|
2931
2974
|
},
|
|
2932
|
-
},
|
|
2975
|
+
},
|
|
2976
|
+
supportedMemoryPerVcoreMb: {
|
|
2933
2977
|
serializedName: "supportedMemoryPerVcoreMb",
|
|
2934
2978
|
readOnly: true,
|
|
2935
2979
|
type: {
|
|
2936
2980
|
name: "Number",
|
|
2937
2981
|
},
|
|
2938
|
-
},
|
|
2982
|
+
},
|
|
2983
|
+
supportedZones: {
|
|
2939
2984
|
serializedName: "supportedZones",
|
|
2940
2985
|
readOnly: true,
|
|
2941
2986
|
type: {
|
|
@@ -2946,7 +2991,8 @@ export const ServerSkuCapability = {
|
|
|
2946
2991
|
},
|
|
2947
2992
|
},
|
|
2948
2993
|
},
|
|
2949
|
-
},
|
|
2994
|
+
},
|
|
2995
|
+
supportedHaMode: {
|
|
2950
2996
|
serializedName: "supportedHaMode",
|
|
2951
2997
|
readOnly: true,
|
|
2952
2998
|
type: {
|
|
@@ -2957,7 +3003,8 @@ export const ServerSkuCapability = {
|
|
|
2957
3003
|
},
|
|
2958
3004
|
},
|
|
2959
3005
|
},
|
|
2960
|
-
},
|
|
3006
|
+
},
|
|
3007
|
+
supportedFeatures: {
|
|
2961
3008
|
serializedName: "supportedFeatures",
|
|
2962
3009
|
readOnly: true,
|
|
2963
3010
|
type: {
|
|
@@ -2969,32 +3016,38 @@ export const ServerSkuCapability = {
|
|
|
2969
3016
|
},
|
|
2970
3017
|
},
|
|
2971
3018
|
},
|
|
2972
|
-
},
|
|
3019
|
+
},
|
|
3020
|
+
securityProfile: {
|
|
2973
3021
|
serializedName: "securityProfile",
|
|
2974
3022
|
readOnly: true,
|
|
2975
3023
|
type: {
|
|
2976
3024
|
name: "String",
|
|
2977
3025
|
},
|
|
2978
|
-
}
|
|
3026
|
+
},
|
|
3027
|
+
},
|
|
2979
3028
|
},
|
|
2980
3029
|
};
|
|
2981
3030
|
export const FlexibleServerEditionCapability = {
|
|
2982
3031
|
type: {
|
|
2983
3032
|
name: "Composite",
|
|
2984
3033
|
className: "FlexibleServerEditionCapability",
|
|
2985
|
-
modelProperties:
|
|
3034
|
+
modelProperties: {
|
|
3035
|
+
...CapabilityBase.type.modelProperties,
|
|
3036
|
+
name: {
|
|
2986
3037
|
serializedName: "name",
|
|
2987
3038
|
readOnly: true,
|
|
2988
3039
|
type: {
|
|
2989
3040
|
name: "String",
|
|
2990
3041
|
},
|
|
2991
|
-
},
|
|
3042
|
+
},
|
|
3043
|
+
defaultSkuName: {
|
|
2992
3044
|
serializedName: "defaultSkuName",
|
|
2993
3045
|
readOnly: true,
|
|
2994
3046
|
type: {
|
|
2995
3047
|
name: "String",
|
|
2996
3048
|
},
|
|
2997
|
-
},
|
|
3049
|
+
},
|
|
3050
|
+
supportedStorageEditions: {
|
|
2998
3051
|
serializedName: "supportedStorageEditions",
|
|
2999
3052
|
readOnly: true,
|
|
3000
3053
|
type: {
|
|
@@ -3006,7 +3059,8 @@ export const FlexibleServerEditionCapability = {
|
|
|
3006
3059
|
},
|
|
3007
3060
|
},
|
|
3008
3061
|
},
|
|
3009
|
-
},
|
|
3062
|
+
},
|
|
3063
|
+
supportedServerSkus: {
|
|
3010
3064
|
serializedName: "supportedServerSkus",
|
|
3011
3065
|
readOnly: true,
|
|
3012
3066
|
type: {
|
|
@@ -3018,20 +3072,24 @@ export const FlexibleServerEditionCapability = {
|
|
|
3018
3072
|
},
|
|
3019
3073
|
},
|
|
3020
3074
|
},
|
|
3021
|
-
}
|
|
3075
|
+
},
|
|
3076
|
+
},
|
|
3022
3077
|
},
|
|
3023
3078
|
};
|
|
3024
3079
|
export const ServerVersionCapability = {
|
|
3025
3080
|
type: {
|
|
3026
3081
|
name: "Composite",
|
|
3027
3082
|
className: "ServerVersionCapability",
|
|
3028
|
-
modelProperties:
|
|
3083
|
+
modelProperties: {
|
|
3084
|
+
...CapabilityBase.type.modelProperties,
|
|
3085
|
+
name: {
|
|
3029
3086
|
serializedName: "name",
|
|
3030
3087
|
readOnly: true,
|
|
3031
3088
|
type: {
|
|
3032
3089
|
name: "String",
|
|
3033
3090
|
},
|
|
3034
|
-
},
|
|
3091
|
+
},
|
|
3092
|
+
supportedVersionsToUpgrade: {
|
|
3035
3093
|
serializedName: "supportedVersionsToUpgrade",
|
|
3036
3094
|
readOnly: true,
|
|
3037
3095
|
type: {
|
|
@@ -3042,7 +3100,8 @@ export const ServerVersionCapability = {
|
|
|
3042
3100
|
},
|
|
3043
3101
|
},
|
|
3044
3102
|
},
|
|
3045
|
-
},
|
|
3103
|
+
},
|
|
3104
|
+
supportedFeatures: {
|
|
3046
3105
|
serializedName: "supportedFeatures",
|
|
3047
3106
|
readOnly: true,
|
|
3048
3107
|
type: {
|
|
@@ -3054,56 +3113,67 @@ export const ServerVersionCapability = {
|
|
|
3054
3113
|
},
|
|
3055
3114
|
},
|
|
3056
3115
|
},
|
|
3057
|
-
}
|
|
3116
|
+
},
|
|
3117
|
+
},
|
|
3058
3118
|
},
|
|
3059
3119
|
};
|
|
3060
3120
|
export const FastProvisioningEditionCapability = {
|
|
3061
3121
|
type: {
|
|
3062
3122
|
name: "Composite",
|
|
3063
3123
|
className: "FastProvisioningEditionCapability",
|
|
3064
|
-
modelProperties:
|
|
3124
|
+
modelProperties: {
|
|
3125
|
+
...CapabilityBase.type.modelProperties,
|
|
3126
|
+
supportedTier: {
|
|
3065
3127
|
serializedName: "supportedTier",
|
|
3066
3128
|
readOnly: true,
|
|
3067
3129
|
type: {
|
|
3068
3130
|
name: "String",
|
|
3069
3131
|
},
|
|
3070
|
-
},
|
|
3132
|
+
},
|
|
3133
|
+
supportedSku: {
|
|
3071
3134
|
serializedName: "supportedSku",
|
|
3072
3135
|
readOnly: true,
|
|
3073
3136
|
type: {
|
|
3074
3137
|
name: "String",
|
|
3075
3138
|
},
|
|
3076
|
-
},
|
|
3139
|
+
},
|
|
3140
|
+
supportedStorageGb: {
|
|
3077
3141
|
serializedName: "supportedStorageGb",
|
|
3078
3142
|
readOnly: true,
|
|
3079
3143
|
type: {
|
|
3080
3144
|
name: "Number",
|
|
3081
3145
|
},
|
|
3082
|
-
},
|
|
3146
|
+
},
|
|
3147
|
+
supportedServerVersions: {
|
|
3083
3148
|
serializedName: "supportedServerVersions",
|
|
3084
3149
|
readOnly: true,
|
|
3085
3150
|
type: {
|
|
3086
3151
|
name: "String",
|
|
3087
3152
|
},
|
|
3088
|
-
},
|
|
3153
|
+
},
|
|
3154
|
+
serverCount: {
|
|
3089
3155
|
serializedName: "serverCount",
|
|
3090
3156
|
readOnly: true,
|
|
3091
3157
|
type: {
|
|
3092
3158
|
name: "Number",
|
|
3093
3159
|
},
|
|
3094
|
-
}
|
|
3160
|
+
},
|
|
3161
|
+
},
|
|
3095
3162
|
},
|
|
3096
3163
|
};
|
|
3097
3164
|
export const FlexibleServerCapability = {
|
|
3098
3165
|
type: {
|
|
3099
3166
|
name: "Composite",
|
|
3100
3167
|
className: "FlexibleServerCapability",
|
|
3101
|
-
modelProperties:
|
|
3168
|
+
modelProperties: {
|
|
3169
|
+
...CapabilityBase.type.modelProperties,
|
|
3170
|
+
name: {
|
|
3102
3171
|
serializedName: "name",
|
|
3103
3172
|
type: {
|
|
3104
3173
|
name: "String",
|
|
3105
3174
|
},
|
|
3106
|
-
},
|
|
3175
|
+
},
|
|
3176
|
+
supportedServerEditions: {
|
|
3107
3177
|
serializedName: "supportedServerEditions",
|
|
3108
3178
|
readOnly: true,
|
|
3109
3179
|
type: {
|
|
@@ -3115,7 +3185,8 @@ export const FlexibleServerCapability = {
|
|
|
3115
3185
|
},
|
|
3116
3186
|
},
|
|
3117
3187
|
},
|
|
3118
|
-
},
|
|
3188
|
+
},
|
|
3189
|
+
supportedServerVersions: {
|
|
3119
3190
|
serializedName: "supportedServerVersions",
|
|
3120
3191
|
readOnly: true,
|
|
3121
3192
|
type: {
|
|
@@ -3127,7 +3198,8 @@ export const FlexibleServerCapability = {
|
|
|
3127
3198
|
},
|
|
3128
3199
|
},
|
|
3129
3200
|
},
|
|
3130
|
-
},
|
|
3201
|
+
},
|
|
3202
|
+
supportedFeatures: {
|
|
3131
3203
|
serializedName: "supportedFeatures",
|
|
3132
3204
|
readOnly: true,
|
|
3133
3205
|
type: {
|
|
@@ -3139,13 +3211,15 @@ export const FlexibleServerCapability = {
|
|
|
3139
3211
|
},
|
|
3140
3212
|
},
|
|
3141
3213
|
},
|
|
3142
|
-
},
|
|
3214
|
+
},
|
|
3215
|
+
fastProvisioningSupported: {
|
|
3143
3216
|
serializedName: "fastProvisioningSupported",
|
|
3144
3217
|
readOnly: true,
|
|
3145
3218
|
type: {
|
|
3146
3219
|
name: "String",
|
|
3147
3220
|
},
|
|
3148
|
-
},
|
|
3221
|
+
},
|
|
3222
|
+
supportedFastProvisioningEditions: {
|
|
3149
3223
|
serializedName: "supportedFastProvisioningEditions",
|
|
3150
3224
|
readOnly: true,
|
|
3151
3225
|
type: {
|
|
@@ -3157,209 +3231,251 @@ export const FlexibleServerCapability = {
|
|
|
3157
3231
|
},
|
|
3158
3232
|
},
|
|
3159
3233
|
},
|
|
3160
|
-
},
|
|
3234
|
+
},
|
|
3235
|
+
geoBackupSupported: {
|
|
3161
3236
|
serializedName: "geoBackupSupported",
|
|
3162
3237
|
readOnly: true,
|
|
3163
3238
|
type: {
|
|
3164
3239
|
name: "String",
|
|
3165
3240
|
},
|
|
3166
|
-
},
|
|
3241
|
+
},
|
|
3242
|
+
zoneRedundantHaSupported: {
|
|
3167
3243
|
serializedName: "zoneRedundantHaSupported",
|
|
3168
3244
|
readOnly: true,
|
|
3169
3245
|
type: {
|
|
3170
3246
|
name: "String",
|
|
3171
3247
|
},
|
|
3172
|
-
},
|
|
3248
|
+
},
|
|
3249
|
+
zoneRedundantHaAndGeoBackupSupported: {
|
|
3173
3250
|
serializedName: "zoneRedundantHaAndGeoBackupSupported",
|
|
3174
3251
|
readOnly: true,
|
|
3175
3252
|
type: {
|
|
3176
3253
|
name: "String",
|
|
3177
3254
|
},
|
|
3178
|
-
},
|
|
3255
|
+
},
|
|
3256
|
+
storageAutoGrowthSupported: {
|
|
3179
3257
|
serializedName: "storageAutoGrowthSupported",
|
|
3180
3258
|
readOnly: true,
|
|
3181
3259
|
type: {
|
|
3182
3260
|
name: "String",
|
|
3183
3261
|
},
|
|
3184
|
-
},
|
|
3262
|
+
},
|
|
3263
|
+
onlineResizeSupported: {
|
|
3185
3264
|
serializedName: "onlineResizeSupported",
|
|
3186
3265
|
readOnly: true,
|
|
3187
3266
|
type: {
|
|
3188
3267
|
name: "String",
|
|
3189
3268
|
},
|
|
3190
|
-
},
|
|
3269
|
+
},
|
|
3270
|
+
restricted: {
|
|
3191
3271
|
serializedName: "restricted",
|
|
3192
3272
|
readOnly: true,
|
|
3193
3273
|
type: {
|
|
3194
3274
|
name: "String",
|
|
3195
3275
|
},
|
|
3196
|
-
}
|
|
3276
|
+
},
|
|
3277
|
+
},
|
|
3197
3278
|
},
|
|
3198
3279
|
};
|
|
3199
3280
|
export const NameAvailability = {
|
|
3200
3281
|
type: {
|
|
3201
3282
|
name: "Composite",
|
|
3202
3283
|
className: "NameAvailability",
|
|
3203
|
-
modelProperties:
|
|
3284
|
+
modelProperties: {
|
|
3285
|
+
...CheckNameAvailabilityResponse.type.modelProperties,
|
|
3286
|
+
name: {
|
|
3204
3287
|
serializedName: "name",
|
|
3205
3288
|
readOnly: true,
|
|
3206
3289
|
type: {
|
|
3207
3290
|
name: "String",
|
|
3208
3291
|
},
|
|
3209
|
-
},
|
|
3292
|
+
},
|
|
3293
|
+
type: {
|
|
3210
3294
|
serializedName: "type",
|
|
3211
3295
|
readOnly: true,
|
|
3212
3296
|
type: {
|
|
3213
3297
|
name: "String",
|
|
3214
3298
|
},
|
|
3215
|
-
}
|
|
3299
|
+
},
|
|
3300
|
+
},
|
|
3216
3301
|
},
|
|
3217
3302
|
};
|
|
3218
3303
|
export const LtrPreBackupRequest = {
|
|
3219
3304
|
type: {
|
|
3220
3305
|
name: "Composite",
|
|
3221
3306
|
className: "LtrPreBackupRequest",
|
|
3222
|
-
modelProperties:
|
|
3307
|
+
modelProperties: {
|
|
3308
|
+
...BackupRequestBase.type.modelProperties,
|
|
3309
|
+
},
|
|
3223
3310
|
},
|
|
3224
3311
|
};
|
|
3225
3312
|
export const LtrBackupRequest = {
|
|
3226
3313
|
type: {
|
|
3227
3314
|
name: "Composite",
|
|
3228
3315
|
className: "LtrBackupRequest",
|
|
3229
|
-
modelProperties:
|
|
3316
|
+
modelProperties: {
|
|
3317
|
+
...BackupRequestBase.type.modelProperties,
|
|
3318
|
+
targetDetails: {
|
|
3230
3319
|
serializedName: "targetDetails",
|
|
3231
3320
|
type: {
|
|
3232
3321
|
name: "Composite",
|
|
3233
3322
|
className: "BackupStoreDetails",
|
|
3234
3323
|
},
|
|
3235
|
-
}
|
|
3324
|
+
},
|
|
3325
|
+
},
|
|
3236
3326
|
},
|
|
3237
3327
|
};
|
|
3238
3328
|
export const ActiveDirectoryAdministrator = {
|
|
3239
3329
|
type: {
|
|
3240
3330
|
name: "Composite",
|
|
3241
3331
|
className: "ActiveDirectoryAdministrator",
|
|
3242
|
-
modelProperties:
|
|
3332
|
+
modelProperties: {
|
|
3333
|
+
...ProxyResource.type.modelProperties,
|
|
3334
|
+
principalType: {
|
|
3243
3335
|
serializedName: "properties.principalType",
|
|
3244
3336
|
type: {
|
|
3245
3337
|
name: "String",
|
|
3246
3338
|
},
|
|
3247
|
-
},
|
|
3339
|
+
},
|
|
3340
|
+
principalName: {
|
|
3248
3341
|
serializedName: "properties.principalName",
|
|
3249
3342
|
type: {
|
|
3250
3343
|
name: "String",
|
|
3251
3344
|
},
|
|
3252
|
-
},
|
|
3345
|
+
},
|
|
3346
|
+
objectId: {
|
|
3253
3347
|
serializedName: "properties.objectId",
|
|
3254
3348
|
type: {
|
|
3255
3349
|
name: "String",
|
|
3256
3350
|
},
|
|
3257
|
-
},
|
|
3351
|
+
},
|
|
3352
|
+
tenantId: {
|
|
3258
3353
|
serializedName: "properties.tenantId",
|
|
3259
3354
|
type: {
|
|
3260
3355
|
name: "String",
|
|
3261
3356
|
},
|
|
3262
|
-
}
|
|
3357
|
+
},
|
|
3358
|
+
},
|
|
3263
3359
|
},
|
|
3264
3360
|
};
|
|
3265
3361
|
export const ServerBackup = {
|
|
3266
3362
|
type: {
|
|
3267
3363
|
name: "Composite",
|
|
3268
3364
|
className: "ServerBackup",
|
|
3269
|
-
modelProperties:
|
|
3365
|
+
modelProperties: {
|
|
3366
|
+
...ProxyResource.type.modelProperties,
|
|
3367
|
+
backupType: {
|
|
3270
3368
|
serializedName: "properties.backupType",
|
|
3271
3369
|
type: {
|
|
3272
3370
|
name: "String",
|
|
3273
3371
|
},
|
|
3274
|
-
},
|
|
3372
|
+
},
|
|
3373
|
+
completedTime: {
|
|
3275
3374
|
serializedName: "properties.completedTime",
|
|
3276
3375
|
type: {
|
|
3277
3376
|
name: "DateTime",
|
|
3278
3377
|
},
|
|
3279
|
-
},
|
|
3378
|
+
},
|
|
3379
|
+
source: {
|
|
3280
3380
|
serializedName: "properties.source",
|
|
3281
3381
|
type: {
|
|
3282
3382
|
name: "String",
|
|
3283
3383
|
},
|
|
3284
|
-
}
|
|
3384
|
+
},
|
|
3385
|
+
},
|
|
3285
3386
|
},
|
|
3286
3387
|
};
|
|
3287
3388
|
export const Configuration = {
|
|
3288
3389
|
type: {
|
|
3289
3390
|
name: "Composite",
|
|
3290
3391
|
className: "Configuration",
|
|
3291
|
-
modelProperties:
|
|
3392
|
+
modelProperties: {
|
|
3393
|
+
...ProxyResource.type.modelProperties,
|
|
3394
|
+
value: {
|
|
3292
3395
|
serializedName: "properties.value",
|
|
3293
3396
|
type: {
|
|
3294
3397
|
name: "String",
|
|
3295
3398
|
},
|
|
3296
|
-
},
|
|
3399
|
+
},
|
|
3400
|
+
description: {
|
|
3297
3401
|
serializedName: "properties.description",
|
|
3298
3402
|
readOnly: true,
|
|
3299
3403
|
type: {
|
|
3300
3404
|
name: "String",
|
|
3301
3405
|
},
|
|
3302
|
-
},
|
|
3406
|
+
},
|
|
3407
|
+
defaultValue: {
|
|
3303
3408
|
serializedName: "properties.defaultValue",
|
|
3304
3409
|
readOnly: true,
|
|
3305
3410
|
type: {
|
|
3306
3411
|
name: "String",
|
|
3307
3412
|
},
|
|
3308
|
-
},
|
|
3413
|
+
},
|
|
3414
|
+
dataType: {
|
|
3309
3415
|
serializedName: "properties.dataType",
|
|
3310
3416
|
readOnly: true,
|
|
3311
3417
|
type: {
|
|
3312
3418
|
name: "String",
|
|
3313
3419
|
},
|
|
3314
|
-
},
|
|
3420
|
+
},
|
|
3421
|
+
allowedValues: {
|
|
3315
3422
|
serializedName: "properties.allowedValues",
|
|
3316
3423
|
readOnly: true,
|
|
3317
3424
|
type: {
|
|
3318
3425
|
name: "String",
|
|
3319
3426
|
},
|
|
3320
|
-
},
|
|
3427
|
+
},
|
|
3428
|
+
source: {
|
|
3321
3429
|
serializedName: "properties.source",
|
|
3322
3430
|
type: {
|
|
3323
3431
|
name: "String",
|
|
3324
3432
|
},
|
|
3325
|
-
},
|
|
3433
|
+
},
|
|
3434
|
+
isDynamicConfig: {
|
|
3326
3435
|
serializedName: "properties.isDynamicConfig",
|
|
3327
3436
|
readOnly: true,
|
|
3328
3437
|
type: {
|
|
3329
3438
|
name: "Boolean",
|
|
3330
3439
|
},
|
|
3331
|
-
},
|
|
3440
|
+
},
|
|
3441
|
+
isReadOnly: {
|
|
3332
3442
|
serializedName: "properties.isReadOnly",
|
|
3333
3443
|
readOnly: true,
|
|
3334
3444
|
type: {
|
|
3335
3445
|
name: "Boolean",
|
|
3336
3446
|
},
|
|
3337
|
-
},
|
|
3447
|
+
},
|
|
3448
|
+
isConfigPendingRestart: {
|
|
3338
3449
|
serializedName: "properties.isConfigPendingRestart",
|
|
3339
3450
|
readOnly: true,
|
|
3340
3451
|
type: {
|
|
3341
3452
|
name: "Boolean",
|
|
3342
3453
|
},
|
|
3343
|
-
},
|
|
3454
|
+
},
|
|
3455
|
+
unit: {
|
|
3344
3456
|
serializedName: "properties.unit",
|
|
3345
3457
|
readOnly: true,
|
|
3346
3458
|
type: {
|
|
3347
3459
|
name: "String",
|
|
3348
3460
|
},
|
|
3349
|
-
},
|
|
3461
|
+
},
|
|
3462
|
+
documentationLink: {
|
|
3350
3463
|
serializedName: "properties.documentationLink",
|
|
3351
3464
|
readOnly: true,
|
|
3352
3465
|
type: {
|
|
3353
3466
|
name: "String",
|
|
3354
3467
|
},
|
|
3355
|
-
}
|
|
3468
|
+
},
|
|
3469
|
+
},
|
|
3356
3470
|
},
|
|
3357
3471
|
};
|
|
3358
3472
|
export const Database = {
|
|
3359
3473
|
type: {
|
|
3360
3474
|
name: "Composite",
|
|
3361
3475
|
className: "Database",
|
|
3362
|
-
modelProperties:
|
|
3476
|
+
modelProperties: {
|
|
3477
|
+
...ProxyResource.type.modelProperties,
|
|
3478
|
+
charset: {
|
|
3363
3479
|
constraints: {
|
|
3364
3480
|
Pattern: new RegExp("^[a-zA-Z]+\\w*$"),
|
|
3365
3481
|
},
|
|
@@ -3367,7 +3483,8 @@ export const Database = {
|
|
|
3367
3483
|
type: {
|
|
3368
3484
|
name: "String",
|
|
3369
3485
|
},
|
|
3370
|
-
},
|
|
3486
|
+
},
|
|
3487
|
+
collation: {
|
|
3371
3488
|
constraints: {
|
|
3372
3489
|
Pattern: new RegExp("^[a-zA-Z\\-]+([. ]|\\w)*$"),
|
|
3373
3490
|
},
|
|
@@ -3375,14 +3492,17 @@ export const Database = {
|
|
|
3375
3492
|
type: {
|
|
3376
3493
|
name: "String",
|
|
3377
3494
|
},
|
|
3378
|
-
}
|
|
3495
|
+
},
|
|
3496
|
+
},
|
|
3379
3497
|
},
|
|
3380
3498
|
};
|
|
3381
3499
|
export const FirewallRule = {
|
|
3382
3500
|
type: {
|
|
3383
3501
|
name: "Composite",
|
|
3384
3502
|
className: "FirewallRule",
|
|
3385
|
-
modelProperties:
|
|
3503
|
+
modelProperties: {
|
|
3504
|
+
...ProxyResource.type.modelProperties,
|
|
3505
|
+
startIpAddress: {
|
|
3386
3506
|
constraints: {
|
|
3387
3507
|
Pattern: new RegExp("^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"),
|
|
3388
3508
|
},
|
|
@@ -3391,7 +3511,8 @@ export const FirewallRule = {
|
|
|
3391
3511
|
type: {
|
|
3392
3512
|
name: "String",
|
|
3393
3513
|
},
|
|
3394
|
-
},
|
|
3514
|
+
},
|
|
3515
|
+
endIpAddress: {
|
|
3395
3516
|
constraints: {
|
|
3396
3517
|
Pattern: new RegExp("^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"),
|
|
3397
3518
|
},
|
|
@@ -3400,49 +3521,59 @@ export const FirewallRule = {
|
|
|
3400
3521
|
type: {
|
|
3401
3522
|
name: "String",
|
|
3402
3523
|
},
|
|
3403
|
-
}
|
|
3524
|
+
},
|
|
3525
|
+
},
|
|
3404
3526
|
},
|
|
3405
3527
|
};
|
|
3406
3528
|
export const LtrServerBackupOperation = {
|
|
3407
3529
|
type: {
|
|
3408
3530
|
name: "Composite",
|
|
3409
3531
|
className: "LtrServerBackupOperation",
|
|
3410
|
-
modelProperties:
|
|
3532
|
+
modelProperties: {
|
|
3533
|
+
...ProxyResource.type.modelProperties,
|
|
3534
|
+
datasourceSizeInBytes: {
|
|
3411
3535
|
serializedName: "properties.datasourceSizeInBytes",
|
|
3412
3536
|
type: {
|
|
3413
3537
|
name: "Number",
|
|
3414
3538
|
},
|
|
3415
|
-
},
|
|
3539
|
+
},
|
|
3540
|
+
dataTransferredInBytes: {
|
|
3416
3541
|
serializedName: "properties.dataTransferredInBytes",
|
|
3417
3542
|
type: {
|
|
3418
3543
|
name: "Number",
|
|
3419
3544
|
},
|
|
3420
|
-
},
|
|
3545
|
+
},
|
|
3546
|
+
backupName: {
|
|
3421
3547
|
serializedName: "properties.backupName",
|
|
3422
3548
|
type: {
|
|
3423
3549
|
name: "String",
|
|
3424
3550
|
},
|
|
3425
|
-
},
|
|
3551
|
+
},
|
|
3552
|
+
backupMetadata: {
|
|
3426
3553
|
serializedName: "properties.backupMetadata",
|
|
3427
3554
|
type: {
|
|
3428
3555
|
name: "String",
|
|
3429
3556
|
},
|
|
3430
|
-
},
|
|
3557
|
+
},
|
|
3558
|
+
status: {
|
|
3431
3559
|
serializedName: "properties.status",
|
|
3432
3560
|
type: {
|
|
3433
3561
|
name: "String",
|
|
3434
3562
|
},
|
|
3435
|
-
},
|
|
3563
|
+
},
|
|
3564
|
+
startTime: {
|
|
3436
3565
|
serializedName: "properties.startTime",
|
|
3437
3566
|
type: {
|
|
3438
3567
|
name: "DateTime",
|
|
3439
3568
|
},
|
|
3440
|
-
},
|
|
3569
|
+
},
|
|
3570
|
+
endTime: {
|
|
3441
3571
|
serializedName: "properties.endTime",
|
|
3442
3572
|
type: {
|
|
3443
3573
|
name: "DateTime",
|
|
3444
3574
|
},
|
|
3445
|
-
},
|
|
3575
|
+
},
|
|
3576
|
+
percentComplete: {
|
|
3446
3577
|
constraints: {
|
|
3447
3578
|
InclusiveMaximum: 100,
|
|
3448
3579
|
InclusiveMinimum: 0,
|
|
@@ -3451,99 +3582,120 @@ export const LtrServerBackupOperation = {
|
|
|
3451
3582
|
type: {
|
|
3452
3583
|
name: "Number",
|
|
3453
3584
|
},
|
|
3454
|
-
},
|
|
3585
|
+
},
|
|
3586
|
+
errorCode: {
|
|
3455
3587
|
serializedName: "properties.errorCode",
|
|
3456
3588
|
readOnly: true,
|
|
3457
3589
|
type: {
|
|
3458
3590
|
name: "String",
|
|
3459
3591
|
},
|
|
3460
|
-
},
|
|
3592
|
+
},
|
|
3593
|
+
errorMessage: {
|
|
3461
3594
|
serializedName: "properties.errorMessage",
|
|
3462
3595
|
readOnly: true,
|
|
3463
3596
|
type: {
|
|
3464
3597
|
name: "String",
|
|
3465
3598
|
},
|
|
3466
|
-
}
|
|
3599
|
+
},
|
|
3600
|
+
},
|
|
3467
3601
|
},
|
|
3468
3602
|
};
|
|
3469
3603
|
export const LogFile = {
|
|
3470
3604
|
type: {
|
|
3471
3605
|
name: "Composite",
|
|
3472
3606
|
className: "LogFile",
|
|
3473
|
-
modelProperties:
|
|
3607
|
+
modelProperties: {
|
|
3608
|
+
...ProxyResource.type.modelProperties,
|
|
3609
|
+
createdTime: {
|
|
3474
3610
|
serializedName: "properties.createdTime",
|
|
3475
3611
|
type: {
|
|
3476
3612
|
name: "DateTime",
|
|
3477
3613
|
},
|
|
3478
|
-
},
|
|
3614
|
+
},
|
|
3615
|
+
lastModifiedTime: {
|
|
3479
3616
|
serializedName: "properties.lastModifiedTime",
|
|
3480
3617
|
type: {
|
|
3481
3618
|
name: "DateTime",
|
|
3482
3619
|
},
|
|
3483
|
-
},
|
|
3620
|
+
},
|
|
3621
|
+
sizeInKb: {
|
|
3484
3622
|
serializedName: "properties.sizeInKb",
|
|
3485
3623
|
type: {
|
|
3486
3624
|
name: "Number",
|
|
3487
3625
|
},
|
|
3488
|
-
},
|
|
3626
|
+
},
|
|
3627
|
+
typePropertiesType: {
|
|
3489
3628
|
serializedName: "properties.type",
|
|
3490
3629
|
type: {
|
|
3491
3630
|
name: "String",
|
|
3492
3631
|
},
|
|
3493
|
-
},
|
|
3632
|
+
},
|
|
3633
|
+
url: {
|
|
3494
3634
|
serializedName: "properties.url",
|
|
3495
3635
|
type: {
|
|
3496
3636
|
name: "String",
|
|
3497
3637
|
},
|
|
3498
|
-
}
|
|
3638
|
+
},
|
|
3639
|
+
},
|
|
3499
3640
|
},
|
|
3500
3641
|
};
|
|
3501
3642
|
export const ServerThreatProtectionSettingsModel = {
|
|
3502
3643
|
type: {
|
|
3503
3644
|
name: "Composite",
|
|
3504
3645
|
className: "ServerThreatProtectionSettingsModel",
|
|
3505
|
-
modelProperties:
|
|
3646
|
+
modelProperties: {
|
|
3647
|
+
...ProxyResource.type.modelProperties,
|
|
3648
|
+
state: {
|
|
3506
3649
|
serializedName: "properties.state",
|
|
3507
3650
|
type: {
|
|
3508
3651
|
name: "Enum",
|
|
3509
3652
|
allowedValues: ["Enabled", "Disabled"],
|
|
3510
3653
|
},
|
|
3511
|
-
},
|
|
3654
|
+
},
|
|
3655
|
+
creationTime: {
|
|
3512
3656
|
serializedName: "properties.creationTime",
|
|
3513
3657
|
readOnly: true,
|
|
3514
3658
|
type: {
|
|
3515
3659
|
name: "DateTime",
|
|
3516
3660
|
},
|
|
3517
|
-
}
|
|
3661
|
+
},
|
|
3662
|
+
},
|
|
3518
3663
|
},
|
|
3519
3664
|
};
|
|
3520
3665
|
export const TuningOptionsResource = {
|
|
3521
3666
|
type: {
|
|
3522
3667
|
name: "Composite",
|
|
3523
3668
|
className: "TuningOptionsResource",
|
|
3524
|
-
modelProperties:
|
|
3669
|
+
modelProperties: {
|
|
3670
|
+
...ProxyResource.type.modelProperties,
|
|
3671
|
+
},
|
|
3525
3672
|
},
|
|
3526
3673
|
};
|
|
3527
3674
|
export const IndexRecommendationResource = {
|
|
3528
3675
|
type: {
|
|
3529
3676
|
name: "Composite",
|
|
3530
3677
|
className: "IndexRecommendationResource",
|
|
3531
|
-
modelProperties:
|
|
3678
|
+
modelProperties: {
|
|
3679
|
+
...ProxyResource.type.modelProperties,
|
|
3680
|
+
initialRecommendedTime: {
|
|
3532
3681
|
serializedName: "properties.initialRecommendedTime",
|
|
3533
3682
|
type: {
|
|
3534
3683
|
name: "DateTime",
|
|
3535
3684
|
},
|
|
3536
|
-
},
|
|
3685
|
+
},
|
|
3686
|
+
lastRecommendedTime: {
|
|
3537
3687
|
serializedName: "properties.lastRecommendedTime",
|
|
3538
3688
|
type: {
|
|
3539
3689
|
name: "DateTime",
|
|
3540
3690
|
},
|
|
3541
|
-
},
|
|
3691
|
+
},
|
|
3692
|
+
timesRecommended: {
|
|
3542
3693
|
serializedName: "properties.timesRecommended",
|
|
3543
3694
|
type: {
|
|
3544
3695
|
name: "Number",
|
|
3545
3696
|
},
|
|
3546
|
-
},
|
|
3697
|
+
},
|
|
3698
|
+
improvedQueryIds: {
|
|
3547
3699
|
serializedName: "properties.improvedQueryIds",
|
|
3548
3700
|
type: {
|
|
3549
3701
|
name: "Sequence",
|
|
@@ -3553,29 +3705,34 @@ export const IndexRecommendationResource = {
|
|
|
3553
3705
|
},
|
|
3554
3706
|
},
|
|
3555
3707
|
},
|
|
3556
|
-
},
|
|
3708
|
+
},
|
|
3709
|
+
recommendationReason: {
|
|
3557
3710
|
serializedName: "properties.recommendationReason",
|
|
3558
3711
|
type: {
|
|
3559
3712
|
name: "String",
|
|
3560
3713
|
},
|
|
3561
|
-
},
|
|
3714
|
+
},
|
|
3715
|
+
recommendationType: {
|
|
3562
3716
|
serializedName: "properties.recommendationType",
|
|
3563
3717
|
type: {
|
|
3564
3718
|
name: "String",
|
|
3565
3719
|
},
|
|
3566
|
-
},
|
|
3720
|
+
},
|
|
3721
|
+
implementationDetails: {
|
|
3567
3722
|
serializedName: "properties.implementationDetails",
|
|
3568
3723
|
type: {
|
|
3569
3724
|
name: "Composite",
|
|
3570
3725
|
className: "IndexRecommendationResourcePropertiesImplementationDetails",
|
|
3571
3726
|
},
|
|
3572
|
-
},
|
|
3727
|
+
},
|
|
3728
|
+
analyzedWorkload: {
|
|
3573
3729
|
serializedName: "properties.analyzedWorkload",
|
|
3574
3730
|
type: {
|
|
3575
3731
|
name: "Composite",
|
|
3576
3732
|
className: "IndexRecommendationResourcePropertiesAnalyzedWorkload",
|
|
3577
3733
|
},
|
|
3578
|
-
},
|
|
3734
|
+
},
|
|
3735
|
+
estimatedImpact: {
|
|
3579
3736
|
serializedName: "properties.estimatedImpact",
|
|
3580
3737
|
readOnly: true,
|
|
3581
3738
|
type: {
|
|
@@ -3587,145 +3744,171 @@ export const IndexRecommendationResource = {
|
|
|
3587
3744
|
},
|
|
3588
3745
|
},
|
|
3589
3746
|
},
|
|
3590
|
-
},
|
|
3747
|
+
},
|
|
3748
|
+
details: {
|
|
3591
3749
|
serializedName: "properties.details",
|
|
3592
3750
|
type: {
|
|
3593
3751
|
name: "Composite",
|
|
3594
3752
|
className: "IndexRecommendationDetails",
|
|
3595
3753
|
},
|
|
3596
|
-
}
|
|
3754
|
+
},
|
|
3755
|
+
},
|
|
3597
3756
|
},
|
|
3598
3757
|
};
|
|
3599
3758
|
export const Server = {
|
|
3600
3759
|
type: {
|
|
3601
3760
|
name: "Composite",
|
|
3602
3761
|
className: "Server",
|
|
3603
|
-
modelProperties:
|
|
3762
|
+
modelProperties: {
|
|
3763
|
+
...TrackedResource.type.modelProperties,
|
|
3764
|
+
sku: {
|
|
3604
3765
|
serializedName: "sku",
|
|
3605
3766
|
type: {
|
|
3606
3767
|
name: "Composite",
|
|
3607
3768
|
className: "Sku",
|
|
3608
3769
|
},
|
|
3609
|
-
},
|
|
3770
|
+
},
|
|
3771
|
+
identity: {
|
|
3610
3772
|
serializedName: "identity",
|
|
3611
3773
|
type: {
|
|
3612
3774
|
name: "Composite",
|
|
3613
3775
|
className: "UserAssignedIdentity",
|
|
3614
3776
|
},
|
|
3615
|
-
},
|
|
3777
|
+
},
|
|
3778
|
+
administratorLogin: {
|
|
3616
3779
|
serializedName: "properties.administratorLogin",
|
|
3617
3780
|
type: {
|
|
3618
3781
|
name: "String",
|
|
3619
3782
|
},
|
|
3620
|
-
},
|
|
3783
|
+
},
|
|
3784
|
+
administratorLoginPassword: {
|
|
3621
3785
|
serializedName: "properties.administratorLoginPassword",
|
|
3622
3786
|
type: {
|
|
3623
3787
|
name: "String",
|
|
3624
3788
|
},
|
|
3625
|
-
},
|
|
3789
|
+
},
|
|
3790
|
+
version: {
|
|
3626
3791
|
serializedName: "properties.version",
|
|
3627
3792
|
type: {
|
|
3628
3793
|
name: "String",
|
|
3629
3794
|
},
|
|
3630
|
-
},
|
|
3795
|
+
},
|
|
3796
|
+
minorVersion: {
|
|
3631
3797
|
serializedName: "properties.minorVersion",
|
|
3632
3798
|
readOnly: true,
|
|
3633
3799
|
type: {
|
|
3634
3800
|
name: "String",
|
|
3635
3801
|
},
|
|
3636
|
-
},
|
|
3802
|
+
},
|
|
3803
|
+
state: {
|
|
3637
3804
|
serializedName: "properties.state",
|
|
3638
3805
|
readOnly: true,
|
|
3639
3806
|
type: {
|
|
3640
3807
|
name: "String",
|
|
3641
3808
|
},
|
|
3642
|
-
},
|
|
3809
|
+
},
|
|
3810
|
+
fullyQualifiedDomainName: {
|
|
3643
3811
|
serializedName: "properties.fullyQualifiedDomainName",
|
|
3644
3812
|
readOnly: true,
|
|
3645
3813
|
type: {
|
|
3646
3814
|
name: "String",
|
|
3647
3815
|
},
|
|
3648
|
-
},
|
|
3816
|
+
},
|
|
3817
|
+
storage: {
|
|
3649
3818
|
serializedName: "properties.storage",
|
|
3650
3819
|
type: {
|
|
3651
3820
|
name: "Composite",
|
|
3652
3821
|
className: "Storage",
|
|
3653
3822
|
},
|
|
3654
|
-
},
|
|
3823
|
+
},
|
|
3824
|
+
authConfig: {
|
|
3655
3825
|
serializedName: "properties.authConfig",
|
|
3656
3826
|
type: {
|
|
3657
3827
|
name: "Composite",
|
|
3658
3828
|
className: "AuthConfig",
|
|
3659
3829
|
},
|
|
3660
|
-
},
|
|
3830
|
+
},
|
|
3831
|
+
dataEncryption: {
|
|
3661
3832
|
serializedName: "properties.dataEncryption",
|
|
3662
3833
|
type: {
|
|
3663
3834
|
name: "Composite",
|
|
3664
3835
|
className: "DataEncryption",
|
|
3665
3836
|
},
|
|
3666
|
-
},
|
|
3837
|
+
},
|
|
3838
|
+
backup: {
|
|
3667
3839
|
serializedName: "properties.backup",
|
|
3668
3840
|
type: {
|
|
3669
3841
|
name: "Composite",
|
|
3670
3842
|
className: "Backup",
|
|
3671
3843
|
},
|
|
3672
|
-
},
|
|
3844
|
+
},
|
|
3845
|
+
network: {
|
|
3673
3846
|
serializedName: "properties.network",
|
|
3674
3847
|
type: {
|
|
3675
3848
|
name: "Composite",
|
|
3676
3849
|
className: "Network",
|
|
3677
3850
|
},
|
|
3678
|
-
},
|
|
3851
|
+
},
|
|
3852
|
+
highAvailability: {
|
|
3679
3853
|
serializedName: "properties.highAvailability",
|
|
3680
3854
|
type: {
|
|
3681
3855
|
name: "Composite",
|
|
3682
3856
|
className: "HighAvailability",
|
|
3683
3857
|
},
|
|
3684
|
-
},
|
|
3858
|
+
},
|
|
3859
|
+
maintenanceWindow: {
|
|
3685
3860
|
serializedName: "properties.maintenanceWindow",
|
|
3686
3861
|
type: {
|
|
3687
3862
|
name: "Composite",
|
|
3688
3863
|
className: "MaintenanceWindow",
|
|
3689
3864
|
},
|
|
3690
|
-
},
|
|
3865
|
+
},
|
|
3866
|
+
sourceServerResourceId: {
|
|
3691
3867
|
serializedName: "properties.sourceServerResourceId",
|
|
3692
3868
|
type: {
|
|
3693
3869
|
name: "String",
|
|
3694
3870
|
},
|
|
3695
|
-
},
|
|
3871
|
+
},
|
|
3872
|
+
pointInTimeUTC: {
|
|
3696
3873
|
serializedName: "properties.pointInTimeUTC",
|
|
3697
3874
|
type: {
|
|
3698
3875
|
name: "DateTime",
|
|
3699
3876
|
},
|
|
3700
|
-
},
|
|
3877
|
+
},
|
|
3878
|
+
availabilityZone: {
|
|
3701
3879
|
defaultValue: "",
|
|
3702
3880
|
serializedName: "properties.availabilityZone",
|
|
3703
3881
|
type: {
|
|
3704
3882
|
name: "String",
|
|
3705
3883
|
},
|
|
3706
|
-
},
|
|
3884
|
+
},
|
|
3885
|
+
replicationRole: {
|
|
3707
3886
|
serializedName: "properties.replicationRole",
|
|
3708
3887
|
type: {
|
|
3709
3888
|
name: "String",
|
|
3710
3889
|
},
|
|
3711
|
-
},
|
|
3890
|
+
},
|
|
3891
|
+
replicaCapacity: {
|
|
3712
3892
|
serializedName: "properties.replicaCapacity",
|
|
3713
3893
|
readOnly: true,
|
|
3714
3894
|
type: {
|
|
3715
3895
|
name: "Number",
|
|
3716
3896
|
},
|
|
3717
|
-
},
|
|
3897
|
+
},
|
|
3898
|
+
replica: {
|
|
3718
3899
|
serializedName: "properties.replica",
|
|
3719
3900
|
type: {
|
|
3720
3901
|
name: "Composite",
|
|
3721
3902
|
className: "Replica",
|
|
3722
3903
|
},
|
|
3723
|
-
},
|
|
3904
|
+
},
|
|
3905
|
+
createMode: {
|
|
3724
3906
|
serializedName: "properties.createMode",
|
|
3725
3907
|
type: {
|
|
3726
3908
|
name: "String",
|
|
3727
3909
|
},
|
|
3728
|
-
},
|
|
3910
|
+
},
|
|
3911
|
+
privateEndpointConnections: {
|
|
3729
3912
|
serializedName: "properties.privateEndpointConnections",
|
|
3730
3913
|
readOnly: true,
|
|
3731
3914
|
type: {
|
|
@@ -3737,96 +3920,114 @@ export const Server = {
|
|
|
3737
3920
|
},
|
|
3738
3921
|
},
|
|
3739
3922
|
},
|
|
3740
|
-
},
|
|
3923
|
+
},
|
|
3924
|
+
cluster: {
|
|
3741
3925
|
serializedName: "properties.cluster",
|
|
3742
3926
|
type: {
|
|
3743
3927
|
name: "Composite",
|
|
3744
3928
|
className: "Cluster",
|
|
3745
3929
|
},
|
|
3746
|
-
}
|
|
3930
|
+
},
|
|
3931
|
+
},
|
|
3747
3932
|
},
|
|
3748
3933
|
};
|
|
3749
3934
|
export const MigrationResource = {
|
|
3750
3935
|
type: {
|
|
3751
3936
|
name: "Composite",
|
|
3752
3937
|
className: "MigrationResource",
|
|
3753
|
-
modelProperties:
|
|
3938
|
+
modelProperties: {
|
|
3939
|
+
...TrackedResource.type.modelProperties,
|
|
3940
|
+
migrationId: {
|
|
3754
3941
|
serializedName: "properties.migrationId",
|
|
3755
3942
|
readOnly: true,
|
|
3756
3943
|
type: {
|
|
3757
3944
|
name: "String",
|
|
3758
3945
|
},
|
|
3759
|
-
},
|
|
3946
|
+
},
|
|
3947
|
+
currentStatus: {
|
|
3760
3948
|
serializedName: "properties.currentStatus",
|
|
3761
3949
|
type: {
|
|
3762
3950
|
name: "Composite",
|
|
3763
3951
|
className: "MigrationStatus",
|
|
3764
3952
|
},
|
|
3765
|
-
},
|
|
3953
|
+
},
|
|
3954
|
+
migrationInstanceResourceId: {
|
|
3766
3955
|
serializedName: "properties.migrationInstanceResourceId",
|
|
3767
3956
|
type: {
|
|
3768
3957
|
name: "String",
|
|
3769
3958
|
},
|
|
3770
|
-
},
|
|
3959
|
+
},
|
|
3960
|
+
migrationMode: {
|
|
3771
3961
|
serializedName: "properties.migrationMode",
|
|
3772
3962
|
type: {
|
|
3773
3963
|
name: "String",
|
|
3774
3964
|
},
|
|
3775
|
-
},
|
|
3965
|
+
},
|
|
3966
|
+
migrationOption: {
|
|
3776
3967
|
serializedName: "properties.migrationOption",
|
|
3777
3968
|
type: {
|
|
3778
3969
|
name: "String",
|
|
3779
3970
|
},
|
|
3780
|
-
},
|
|
3971
|
+
},
|
|
3972
|
+
sourceType: {
|
|
3781
3973
|
serializedName: "properties.sourceType",
|
|
3782
3974
|
type: {
|
|
3783
3975
|
name: "String",
|
|
3784
3976
|
},
|
|
3785
|
-
},
|
|
3977
|
+
},
|
|
3978
|
+
sslMode: {
|
|
3786
3979
|
serializedName: "properties.sslMode",
|
|
3787
3980
|
type: {
|
|
3788
3981
|
name: "String",
|
|
3789
3982
|
},
|
|
3790
|
-
},
|
|
3983
|
+
},
|
|
3984
|
+
sourceDbServerMetadata: {
|
|
3791
3985
|
serializedName: "properties.sourceDbServerMetadata",
|
|
3792
3986
|
type: {
|
|
3793
3987
|
name: "Composite",
|
|
3794
3988
|
className: "DbServerMetadata",
|
|
3795
3989
|
},
|
|
3796
|
-
},
|
|
3990
|
+
},
|
|
3991
|
+
targetDbServerMetadata: {
|
|
3797
3992
|
serializedName: "properties.targetDbServerMetadata",
|
|
3798
3993
|
type: {
|
|
3799
3994
|
name: "Composite",
|
|
3800
3995
|
className: "DbServerMetadata",
|
|
3801
3996
|
},
|
|
3802
|
-
},
|
|
3997
|
+
},
|
|
3998
|
+
sourceDbServerResourceId: {
|
|
3803
3999
|
serializedName: "properties.sourceDbServerResourceId",
|
|
3804
4000
|
type: {
|
|
3805
4001
|
name: "String",
|
|
3806
4002
|
},
|
|
3807
|
-
},
|
|
4003
|
+
},
|
|
4004
|
+
sourceDbServerFullyQualifiedDomainName: {
|
|
3808
4005
|
serializedName: "properties.sourceDbServerFullyQualifiedDomainName",
|
|
3809
4006
|
type: {
|
|
3810
4007
|
name: "String",
|
|
3811
4008
|
},
|
|
3812
|
-
},
|
|
4009
|
+
},
|
|
4010
|
+
targetDbServerResourceId: {
|
|
3813
4011
|
serializedName: "properties.targetDbServerResourceId",
|
|
3814
4012
|
readOnly: true,
|
|
3815
4013
|
type: {
|
|
3816
4014
|
name: "String",
|
|
3817
4015
|
},
|
|
3818
|
-
},
|
|
4016
|
+
},
|
|
4017
|
+
targetDbServerFullyQualifiedDomainName: {
|
|
3819
4018
|
serializedName: "properties.targetDbServerFullyQualifiedDomainName",
|
|
3820
4019
|
type: {
|
|
3821
4020
|
name: "String",
|
|
3822
4021
|
},
|
|
3823
|
-
},
|
|
4022
|
+
},
|
|
4023
|
+
secretParameters: {
|
|
3824
4024
|
serializedName: "properties.secretParameters",
|
|
3825
4025
|
type: {
|
|
3826
4026
|
name: "Composite",
|
|
3827
4027
|
className: "MigrationSecretParameters",
|
|
3828
4028
|
},
|
|
3829
|
-
},
|
|
4029
|
+
},
|
|
4030
|
+
dbsToMigrate: {
|
|
3830
4031
|
constraints: {
|
|
3831
4032
|
MaxItems: 50,
|
|
3832
4033
|
},
|
|
@@ -3839,42 +4040,50 @@ export const MigrationResource = {
|
|
|
3839
4040
|
},
|
|
3840
4041
|
},
|
|
3841
4042
|
},
|
|
3842
|
-
},
|
|
4043
|
+
},
|
|
4044
|
+
setupLogicalReplicationOnSourceDbIfNeeded: {
|
|
3843
4045
|
serializedName: "properties.setupLogicalReplicationOnSourceDbIfNeeded",
|
|
3844
4046
|
type: {
|
|
3845
4047
|
name: "String",
|
|
3846
4048
|
},
|
|
3847
|
-
},
|
|
4049
|
+
},
|
|
4050
|
+
overwriteDbsInTarget: {
|
|
3848
4051
|
serializedName: "properties.overwriteDbsInTarget",
|
|
3849
4052
|
type: {
|
|
3850
4053
|
name: "String",
|
|
3851
4054
|
},
|
|
3852
|
-
},
|
|
4055
|
+
},
|
|
4056
|
+
migrationWindowStartTimeInUtc: {
|
|
3853
4057
|
serializedName: "properties.migrationWindowStartTimeInUtc",
|
|
3854
4058
|
type: {
|
|
3855
4059
|
name: "DateTime",
|
|
3856
4060
|
},
|
|
3857
|
-
},
|
|
4061
|
+
},
|
|
4062
|
+
migrationWindowEndTimeInUtc: {
|
|
3858
4063
|
serializedName: "properties.migrationWindowEndTimeInUtc",
|
|
3859
4064
|
type: {
|
|
3860
4065
|
name: "DateTime",
|
|
3861
4066
|
},
|
|
3862
|
-
},
|
|
4067
|
+
},
|
|
4068
|
+
migrateRoles: {
|
|
3863
4069
|
serializedName: "properties.migrateRoles",
|
|
3864
4070
|
type: {
|
|
3865
4071
|
name: "String",
|
|
3866
4072
|
},
|
|
3867
|
-
},
|
|
4073
|
+
},
|
|
4074
|
+
startDataMigration: {
|
|
3868
4075
|
serializedName: "properties.startDataMigration",
|
|
3869
4076
|
type: {
|
|
3870
4077
|
name: "String",
|
|
3871
4078
|
},
|
|
3872
|
-
},
|
|
4079
|
+
},
|
|
4080
|
+
triggerCutover: {
|
|
3873
4081
|
serializedName: "properties.triggerCutover",
|
|
3874
4082
|
type: {
|
|
3875
4083
|
name: "String",
|
|
3876
4084
|
},
|
|
3877
|
-
},
|
|
4085
|
+
},
|
|
4086
|
+
dbsToTriggerCutoverOn: {
|
|
3878
4087
|
serializedName: "properties.dbsToTriggerCutoverOn",
|
|
3879
4088
|
type: {
|
|
3880
4089
|
name: "Sequence",
|
|
@@ -3884,12 +4093,14 @@ export const MigrationResource = {
|
|
|
3884
4093
|
},
|
|
3885
4094
|
},
|
|
3886
4095
|
},
|
|
3887
|
-
},
|
|
4096
|
+
},
|
|
4097
|
+
cancel: {
|
|
3888
4098
|
serializedName: "properties.cancel",
|
|
3889
4099
|
type: {
|
|
3890
4100
|
name: "String",
|
|
3891
4101
|
},
|
|
3892
|
-
},
|
|
4102
|
+
},
|
|
4103
|
+
dbsToCancelMigrationOn: {
|
|
3893
4104
|
serializedName: "properties.dbsToCancelMigrationOn",
|
|
3894
4105
|
type: {
|
|
3895
4106
|
name: "Sequence",
|
|
@@ -3899,7 +4110,8 @@ export const MigrationResource = {
|
|
|
3899
4110
|
},
|
|
3900
4111
|
},
|
|
3901
4112
|
},
|
|
3902
|
-
}
|
|
4113
|
+
},
|
|
4114
|
+
},
|
|
3903
4115
|
},
|
|
3904
4116
|
};
|
|
3905
4117
|
export const AdministratorsCreateHeaders = {
|