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