@azure/arm-postgresql-flexible 8.0.0-beta.4 → 8.0.0-beta.6
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/CHANGELOG.md +504 -0
- package/LICENSE +1 -1
- package/dist/index.js +1944 -1886
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/administratorsCreateSample.js +3 -3
- package/dist-esm/samples-dev/administratorsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/administratorsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/administratorsGetSample.js +1 -1
- package/dist-esm/samples-dev/administratorsListByServerSample.js +2 -2
- package/dist-esm/samples-dev/administratorsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/backupsGetSample.js +1 -1
- package/dist-esm/samples-dev/backupsListByServerSample.js +2 -2
- package/dist-esm/samples-dev/backupsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.js +3 -3
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.js.map +1 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +3 -3
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +1 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.js +3 -3
- package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.js.map +1 -1
- package/dist-esm/samples-dev/configurationsGetSample.js +1 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.js +2 -2
- package/dist-esm/samples-dev/configurationsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/configurationsPutSample.js +2 -2
- package/dist-esm/samples-dev/configurationsPutSample.js.map +1 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.js +3 -3
- package/dist-esm/samples-dev/configurationsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesCreateSample.js +2 -2
- package/dist-esm/samples-dev/databasesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/databasesGetSample.js +1 -1
- package/dist-esm/samples-dev/databasesListByServerSample.js +2 -2
- package/dist-esm/samples-dev/databasesListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +3 -3
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.js +1 -1
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js +2 -2
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.js +3 -3
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.js.map +1 -1
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.js +3 -3
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.js.map +1 -1
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js +1 -1
- package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.js +2 -2
- package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.js.map +1 -1
- package/dist-esm/samples-dev/logFilesListByServerSample.js +2 -2
- package/dist-esm/samples-dev/logFilesListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/ltrBackupOperationsGetSample.js +1 -1
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.js +2 -2
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/migrationsCreateSample.js +84 -17
- package/dist-esm/samples-dev/migrationsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/migrationsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/migrationsGetSample.js +5 -5
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.js +4 -4
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.js.map +1 -1
- package/dist-esm/samples-dev/migrationsUpdateSample.js +4 -4
- package/dist-esm/samples-dev/migrationsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js +4 -4
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.js +2 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.js +2 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/quotaUsagesListSample.js +2 -2
- package/dist-esm/samples-dev/quotaUsagesListSample.js.map +1 -1
- package/dist-esm/samples-dev/replicasListByServerSample.js +2 -2
- package/dist-esm/samples-dev/replicasListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/serverCapabilitiesListSample.js +2 -2
- package/dist-esm/samples-dev/serverCapabilitiesListSample.js.map +1 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsGetSample.js +1 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.js +2 -2
- package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/serversCreateSample.js +28 -28
- package/dist-esm/samples-dev/serversCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/serversDeleteSample.js +1 -1
- package/dist-esm/samples-dev/serversGetSample.js +3 -3
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/serversListSample.js +2 -2
- package/dist-esm/samples-dev/serversListSample.js.map +1 -1
- package/dist-esm/samples-dev/serversRestartSample.js +4 -4
- package/dist-esm/samples-dev/serversRestartSample.js.map +1 -1
- package/dist-esm/samples-dev/serversStartSample.js +1 -1
- package/dist-esm/samples-dev/serversStopSample.js +1 -1
- package/dist-esm/samples-dev/serversUpdateSample.js +23 -23
- package/dist-esm/samples-dev/serversUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualEndpointsCreateSample.js +3 -3
- package/dist-esm/samples-dev/virtualEndpointsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualEndpointsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/virtualEndpointsGetSample.js +1 -1
- package/dist-esm/samples-dev/virtualEndpointsListByServerSample.js +2 -2
- package/dist-esm/samples-dev/virtualEndpointsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualEndpointsUpdateSample.js +3 -3
- package/dist-esm/samples-dev/virtualEndpointsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.js +3 -3
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +50 -3
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +22 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +1 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1259 -1227
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +108 -108
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/administrators.d.ts.map +1 -1
- package/dist-esm/src/operations/administrators.js +37 -37
- package/dist-esm/src/operations/administrators.js.map +1 -1
- package/dist-esm/src/operations/backups.js +16 -16
- package/dist-esm/src/operations/backups.js.map +1 -1
- package/dist-esm/src/operations/checkNameAvailability.js +4 -4
- package/dist-esm/src/operations/checkNameAvailability.js.map +1 -1
- package/dist-esm/src/operations/checkNameAvailabilityWithLocation.d.ts.map +1 -1
- package/dist-esm/src/operations/checkNameAvailabilityWithLocation.js +5 -5
- package/dist-esm/src/operations/checkNameAvailabilityWithLocation.js.map +1 -1
- package/dist-esm/src/operations/configurations.d.ts.map +1 -1
- package/dist-esm/src/operations/configurations.js +43 -43
- package/dist-esm/src/operations/configurations.js.map +1 -1
- package/dist-esm/src/operations/databases.d.ts.map +1 -1
- package/dist-esm/src/operations/databases.js +38 -38
- package/dist-esm/src/operations/databases.js.map +1 -1
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -1
- package/dist-esm/src/operations/firewallRules.js +38 -38
- package/dist-esm/src/operations/firewallRules.js.map +1 -1
- package/dist-esm/src/operations/flexibleServer.d.ts.map +1 -1
- package/dist-esm/src/operations/flexibleServer.js +18 -18
- package/dist-esm/src/operations/flexibleServer.js.map +1 -1
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js +4 -4
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts.map +1 -1
- package/dist-esm/src/operations/locationBasedCapabilities.js +11 -11
- package/dist-esm/src/operations/locationBasedCapabilities.js.map +1 -1
- package/dist-esm/src/operations/logFiles.js +11 -11
- package/dist-esm/src/operations/logFiles.js.map +1 -1
- package/dist-esm/src/operations/ltrBackupOperations.js +16 -16
- package/dist-esm/src/operations/ltrBackupOperations.js.map +1 -1
- package/dist-esm/src/operations/migrations.js +36 -36
- package/dist-esm/src/operations/migrations.js.map +1 -1
- package/dist-esm/src/operations/operations.js +4 -4
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js +27 -27
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +16 -16
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.js +16 -16
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/quotaUsages.js +11 -11
- package/dist-esm/src/operations/quotaUsages.js.map +1 -1
- package/dist-esm/src/operations/replicas.js +6 -6
- package/dist-esm/src/operations/replicas.js.map +1 -1
- package/dist-esm/src/operations/serverCapabilities.js +11 -11
- package/dist-esm/src/operations/serverCapabilities.js.map +1 -1
- package/dist-esm/src/operations/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist-esm/src/operations/serverThreatProtectionSettings.js +30 -30
- package/dist-esm/src/operations/serverThreatProtectionSettings.js.map +1 -1
- package/dist-esm/src/operations/servers.d.ts.map +1 -1
- package/dist-esm/src/operations/servers.js +83 -83
- package/dist-esm/src/operations/servers.js.map +1 -1
- package/dist-esm/src/operations/virtualEndpoints.d.ts.map +1 -1
- package/dist-esm/src/operations/virtualEndpoints.js +55 -55
- package/dist-esm/src/operations/virtualEndpoints.js.map +1 -1
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.js +5 -5
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist-esm/src/pagingHelper.js.map +1 -1
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.js +21 -18
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.js.map +1 -1
- package/dist-esm/test/postgresql_flexible_operations_test.spec.js +1 -1
- package/dist-esm/test/postgresql_flexible_operations_test.spec.js.map +1 -1
- package/package.json +7 -9
- package/review/arm-postgresql-flexible.api.md +25 -0
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +145 -79
- package/src/models/mappers.ts +1354 -1313
- package/src/models/parameters.ts +110 -110
- package/src/operations/administrators.ts +75 -81
- package/src/operations/backups.ts +32 -34
- package/src/operations/checkNameAvailability.ts +8 -9
- package/src/operations/checkNameAvailabilityWithLocation.ts +11 -11
- package/src/operations/configurations.ts +81 -87
- package/src/operations/databases.ts +76 -82
- package/src/operations/firewallRules.ts +76 -82
- package/src/operations/flexibleServer.ts +33 -36
- package/src/operations/getPrivateDnsZoneSuffix.ts +6 -6
- package/src/operations/locationBasedCapabilities.ts +23 -23
- package/src/operations/logFiles.ts +24 -25
- package/src/operations/ltrBackupOperations.ts +32 -34
- package/src/operations/migrations.ts +62 -67
- package/src/operations/operations.ts +6 -6
- package/src/operations/privateEndpointConnectionOperations.ts +52 -55
- package/src/operations/privateEndpointConnections.ts +34 -35
- package/src/operations/privateLinkResources.ts +32 -34
- package/src/operations/quotaUsages.ts +20 -21
- package/src/operations/replicas.ts +16 -17
- package/src/operations/serverCapabilities.ts +23 -24
- package/src/operations/serverThreatProtectionSettings.ts +59 -62
- package/src/operations/servers.ts +170 -185
- package/src/operations/virtualEndpoints.ts +104 -112
- package/src/operations/virtualNetworkSubnetUsage.ts +11 -11
- package/src/operationsInterfaces/administrators.ts +7 -7
- package/src/operationsInterfaces/backups.ts +3 -3
- package/src/operationsInterfaces/checkNameAvailability.ts +2 -2
- package/src/operationsInterfaces/checkNameAvailabilityWithLocation.ts +2 -2
- package/src/operationsInterfaces/configurations.ts +7 -7
- package/src/operationsInterfaces/databases.ts +7 -7
- package/src/operationsInterfaces/firewallRules.ts +7 -7
- package/src/operationsInterfaces/flexibleServer.ts +4 -4
- package/src/operationsInterfaces/getPrivateDnsZoneSuffix.ts +2 -2
- package/src/operationsInterfaces/locationBasedCapabilities.ts +2 -2
- package/src/operationsInterfaces/logFiles.ts +1 -1
- package/src/operationsInterfaces/ltrBackupOperations.ts +3 -3
- package/src/operationsInterfaces/migrations.ts +6 -6
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +5 -5
- package/src/operationsInterfaces/privateEndpointConnections.ts +3 -3
- package/src/operationsInterfaces/privateLinkResources.ts +3 -3
- package/src/operationsInterfaces/quotaUsages.ts +1 -1
- package/src/operationsInterfaces/replicas.ts +1 -1
- package/src/operationsInterfaces/serverCapabilities.ts +2 -2
- package/src/operationsInterfaces/serverThreatProtectionSettings.ts +5 -5
- package/src/operationsInterfaces/servers.ts +15 -15
- package/src/operationsInterfaces/virtualEndpoints.ts +9 -9
- package/src/operationsInterfaces/virtualNetworkSubnetUsage.ts +2 -2
- package/src/pagingHelper.ts +1 -1
- package/src/postgreSQLManagementFlexibleServerClient.ts +36 -39
- package/types/arm-postgresql-flexible.d.ts +53 -3
- package/types/tsdoc-metadata.json +1 -1
|
@@ -13,23 +13,23 @@ export const ActiveDirectoryAdministratorAdd = {
|
|
|
13
13
|
principalType: {
|
|
14
14
|
serializedName: "properties.principalType",
|
|
15
15
|
type: {
|
|
16
|
-
name: "String"
|
|
17
|
-
}
|
|
16
|
+
name: "String",
|
|
17
|
+
},
|
|
18
18
|
},
|
|
19
19
|
principalName: {
|
|
20
20
|
serializedName: "properties.principalName",
|
|
21
21
|
type: {
|
|
22
|
-
name: "String"
|
|
23
|
-
}
|
|
22
|
+
name: "String",
|
|
23
|
+
},
|
|
24
24
|
},
|
|
25
25
|
tenantId: {
|
|
26
26
|
serializedName: "properties.tenantId",
|
|
27
27
|
type: {
|
|
28
|
-
name: "String"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
28
|
+
name: "String",
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
33
|
};
|
|
34
34
|
export const Resource = {
|
|
35
35
|
type: {
|
|
@@ -40,32 +40,32 @@ export const Resource = {
|
|
|
40
40
|
serializedName: "id",
|
|
41
41
|
readOnly: true,
|
|
42
42
|
type: {
|
|
43
|
-
name: "String"
|
|
44
|
-
}
|
|
43
|
+
name: "String",
|
|
44
|
+
},
|
|
45
45
|
},
|
|
46
46
|
name: {
|
|
47
47
|
serializedName: "name",
|
|
48
48
|
readOnly: true,
|
|
49
49
|
type: {
|
|
50
|
-
name: "String"
|
|
51
|
-
}
|
|
50
|
+
name: "String",
|
|
51
|
+
},
|
|
52
52
|
},
|
|
53
53
|
type: {
|
|
54
54
|
serializedName: "type",
|
|
55
55
|
readOnly: true,
|
|
56
56
|
type: {
|
|
57
|
-
name: "String"
|
|
58
|
-
}
|
|
57
|
+
name: "String",
|
|
58
|
+
},
|
|
59
59
|
},
|
|
60
60
|
systemData: {
|
|
61
61
|
serializedName: "systemData",
|
|
62
62
|
type: {
|
|
63
63
|
name: "Composite",
|
|
64
|
-
className: "SystemData"
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
64
|
+
className: "SystemData",
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
69
|
};
|
|
70
70
|
export const SystemData = {
|
|
71
71
|
type: {
|
|
@@ -75,41 +75,41 @@ export const SystemData = {
|
|
|
75
75
|
createdBy: {
|
|
76
76
|
serializedName: "createdBy",
|
|
77
77
|
type: {
|
|
78
|
-
name: "String"
|
|
79
|
-
}
|
|
78
|
+
name: "String",
|
|
79
|
+
},
|
|
80
80
|
},
|
|
81
81
|
createdByType: {
|
|
82
82
|
serializedName: "createdByType",
|
|
83
83
|
type: {
|
|
84
|
-
name: "String"
|
|
85
|
-
}
|
|
84
|
+
name: "String",
|
|
85
|
+
},
|
|
86
86
|
},
|
|
87
87
|
createdAt: {
|
|
88
88
|
serializedName: "createdAt",
|
|
89
89
|
type: {
|
|
90
|
-
name: "DateTime"
|
|
91
|
-
}
|
|
90
|
+
name: "DateTime",
|
|
91
|
+
},
|
|
92
92
|
},
|
|
93
93
|
lastModifiedBy: {
|
|
94
94
|
serializedName: "lastModifiedBy",
|
|
95
95
|
type: {
|
|
96
|
-
name: "String"
|
|
97
|
-
}
|
|
96
|
+
name: "String",
|
|
97
|
+
},
|
|
98
98
|
},
|
|
99
99
|
lastModifiedByType: {
|
|
100
100
|
serializedName: "lastModifiedByType",
|
|
101
101
|
type: {
|
|
102
|
-
name: "String"
|
|
103
|
-
}
|
|
102
|
+
name: "String",
|
|
103
|
+
},
|
|
104
104
|
},
|
|
105
105
|
lastModifiedAt: {
|
|
106
106
|
serializedName: "lastModifiedAt",
|
|
107
107
|
type: {
|
|
108
|
-
name: "DateTime"
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
108
|
+
name: "DateTime",
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
113
|
};
|
|
114
114
|
export const ErrorResponse = {
|
|
115
115
|
type: {
|
|
@@ -120,11 +120,11 @@ export const ErrorResponse = {
|
|
|
120
120
|
serializedName: "error",
|
|
121
121
|
type: {
|
|
122
122
|
name: "Composite",
|
|
123
|
-
className: "ErrorDetail"
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
123
|
+
className: "ErrorDetail",
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
},
|
|
128
128
|
};
|
|
129
129
|
export const ErrorDetail = {
|
|
130
130
|
type: {
|
|
@@ -135,22 +135,22 @@ export const ErrorDetail = {
|
|
|
135
135
|
serializedName: "code",
|
|
136
136
|
readOnly: true,
|
|
137
137
|
type: {
|
|
138
|
-
name: "String"
|
|
139
|
-
}
|
|
138
|
+
name: "String",
|
|
139
|
+
},
|
|
140
140
|
},
|
|
141
141
|
message: {
|
|
142
142
|
serializedName: "message",
|
|
143
143
|
readOnly: true,
|
|
144
144
|
type: {
|
|
145
|
-
name: "String"
|
|
146
|
-
}
|
|
145
|
+
name: "String",
|
|
146
|
+
},
|
|
147
147
|
},
|
|
148
148
|
target: {
|
|
149
149
|
serializedName: "target",
|
|
150
150
|
readOnly: true,
|
|
151
151
|
type: {
|
|
152
|
-
name: "String"
|
|
153
|
-
}
|
|
152
|
+
name: "String",
|
|
153
|
+
},
|
|
154
154
|
},
|
|
155
155
|
details: {
|
|
156
156
|
serializedName: "details",
|
|
@@ -160,10 +160,10 @@ export const ErrorDetail = {
|
|
|
160
160
|
element: {
|
|
161
161
|
type: {
|
|
162
162
|
name: "Composite",
|
|
163
|
-
className: "ErrorDetail"
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
|
163
|
+
className: "ErrorDetail",
|
|
164
|
+
},
|
|
165
|
+
},
|
|
166
|
+
},
|
|
167
167
|
},
|
|
168
168
|
additionalInfo: {
|
|
169
169
|
serializedName: "additionalInfo",
|
|
@@ -173,13 +173,13 @@ export const ErrorDetail = {
|
|
|
173
173
|
element: {
|
|
174
174
|
type: {
|
|
175
175
|
name: "Composite",
|
|
176
|
-
className: "ErrorAdditionalInfo"
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
}
|
|
176
|
+
className: "ErrorAdditionalInfo",
|
|
177
|
+
},
|
|
178
|
+
},
|
|
179
|
+
},
|
|
180
|
+
},
|
|
181
|
+
},
|
|
182
|
+
},
|
|
183
183
|
};
|
|
184
184
|
export const ErrorAdditionalInfo = {
|
|
185
185
|
type: {
|
|
@@ -190,19 +190,19 @@ export const ErrorAdditionalInfo = {
|
|
|
190
190
|
serializedName: "type",
|
|
191
191
|
readOnly: true,
|
|
192
192
|
type: {
|
|
193
|
-
name: "String"
|
|
194
|
-
}
|
|
193
|
+
name: "String",
|
|
194
|
+
},
|
|
195
195
|
},
|
|
196
196
|
info: {
|
|
197
197
|
serializedName: "info",
|
|
198
198
|
readOnly: true,
|
|
199
199
|
type: {
|
|
200
200
|
name: "Dictionary",
|
|
201
|
-
value: { type: { name: "any" } }
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
}
|
|
201
|
+
value: { type: { name: "any" } },
|
|
202
|
+
},
|
|
203
|
+
},
|
|
204
|
+
},
|
|
205
|
+
},
|
|
206
206
|
};
|
|
207
207
|
export const AdministratorListResult = {
|
|
208
208
|
type: {
|
|
@@ -216,19 +216,19 @@ export const AdministratorListResult = {
|
|
|
216
216
|
element: {
|
|
217
217
|
type: {
|
|
218
218
|
name: "Composite",
|
|
219
|
-
className: "ActiveDirectoryAdministrator"
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
}
|
|
219
|
+
className: "ActiveDirectoryAdministrator",
|
|
220
|
+
},
|
|
221
|
+
},
|
|
222
|
+
},
|
|
223
223
|
},
|
|
224
224
|
nextLink: {
|
|
225
225
|
serializedName: "nextLink",
|
|
226
226
|
type: {
|
|
227
|
-
name: "String"
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
}
|
|
227
|
+
name: "String",
|
|
228
|
+
},
|
|
229
|
+
},
|
|
230
|
+
},
|
|
231
|
+
},
|
|
232
232
|
};
|
|
233
233
|
export const ServerBackupListResult = {
|
|
234
234
|
type: {
|
|
@@ -242,19 +242,19 @@ export const ServerBackupListResult = {
|
|
|
242
242
|
element: {
|
|
243
243
|
type: {
|
|
244
244
|
name: "Composite",
|
|
245
|
-
className: "ServerBackup"
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
}
|
|
245
|
+
className: "ServerBackup",
|
|
246
|
+
},
|
|
247
|
+
},
|
|
248
|
+
},
|
|
249
249
|
},
|
|
250
250
|
nextLink: {
|
|
251
251
|
serializedName: "nextLink",
|
|
252
252
|
type: {
|
|
253
|
-
name: "String"
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
}
|
|
253
|
+
name: "String",
|
|
254
|
+
},
|
|
255
|
+
},
|
|
256
|
+
},
|
|
257
|
+
},
|
|
258
258
|
};
|
|
259
259
|
export const CapabilitiesListResult = {
|
|
260
260
|
type: {
|
|
@@ -269,20 +269,20 @@ export const CapabilitiesListResult = {
|
|
|
269
269
|
element: {
|
|
270
270
|
type: {
|
|
271
271
|
name: "Composite",
|
|
272
|
-
className: "FlexibleServerCapability"
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
}
|
|
272
|
+
className: "FlexibleServerCapability",
|
|
273
|
+
},
|
|
274
|
+
},
|
|
275
|
+
},
|
|
276
276
|
},
|
|
277
277
|
nextLink: {
|
|
278
278
|
serializedName: "nextLink",
|
|
279
279
|
readOnly: true,
|
|
280
280
|
type: {
|
|
281
|
-
name: "String"
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
}
|
|
281
|
+
name: "String",
|
|
282
|
+
},
|
|
283
|
+
},
|
|
284
|
+
},
|
|
285
|
+
},
|
|
286
286
|
};
|
|
287
287
|
export const CapabilityBase = {
|
|
288
288
|
type: {
|
|
@@ -294,18 +294,18 @@ export const CapabilityBase = {
|
|
|
294
294
|
readOnly: true,
|
|
295
295
|
type: {
|
|
296
296
|
name: "Enum",
|
|
297
|
-
allowedValues: ["Visible", "Available", "Default", "Disabled"]
|
|
298
|
-
}
|
|
297
|
+
allowedValues: ["Visible", "Available", "Default", "Disabled"],
|
|
298
|
+
},
|
|
299
299
|
},
|
|
300
300
|
reason: {
|
|
301
301
|
serializedName: "reason",
|
|
302
302
|
readOnly: true,
|
|
303
303
|
type: {
|
|
304
|
-
name: "String"
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
}
|
|
304
|
+
name: "String",
|
|
305
|
+
},
|
|
306
|
+
},
|
|
307
|
+
},
|
|
308
|
+
},
|
|
309
309
|
};
|
|
310
310
|
export const CheckNameAvailabilityRequest = {
|
|
311
311
|
type: {
|
|
@@ -315,17 +315,17 @@ export const CheckNameAvailabilityRequest = {
|
|
|
315
315
|
name: {
|
|
316
316
|
serializedName: "name",
|
|
317
317
|
type: {
|
|
318
|
-
name: "String"
|
|
319
|
-
}
|
|
318
|
+
name: "String",
|
|
319
|
+
},
|
|
320
320
|
},
|
|
321
321
|
type: {
|
|
322
322
|
serializedName: "type",
|
|
323
323
|
type: {
|
|
324
|
-
name: "String"
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
}
|
|
324
|
+
name: "String",
|
|
325
|
+
},
|
|
326
|
+
},
|
|
327
|
+
},
|
|
328
|
+
},
|
|
329
329
|
};
|
|
330
330
|
export const CheckNameAvailabilityResponse = {
|
|
331
331
|
type: {
|
|
@@ -335,23 +335,23 @@ export const CheckNameAvailabilityResponse = {
|
|
|
335
335
|
nameAvailable: {
|
|
336
336
|
serializedName: "nameAvailable",
|
|
337
337
|
type: {
|
|
338
|
-
name: "Boolean"
|
|
339
|
-
}
|
|
338
|
+
name: "Boolean",
|
|
339
|
+
},
|
|
340
340
|
},
|
|
341
341
|
reason: {
|
|
342
342
|
serializedName: "reason",
|
|
343
343
|
type: {
|
|
344
|
-
name: "String"
|
|
345
|
-
}
|
|
344
|
+
name: "String",
|
|
345
|
+
},
|
|
346
346
|
},
|
|
347
347
|
message: {
|
|
348
348
|
serializedName: "message",
|
|
349
349
|
type: {
|
|
350
|
-
name: "String"
|
|
351
|
-
}
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
|
-
}
|
|
350
|
+
name: "String",
|
|
351
|
+
},
|
|
352
|
+
},
|
|
353
|
+
},
|
|
354
|
+
},
|
|
355
355
|
};
|
|
356
356
|
export const ConfigurationListResult = {
|
|
357
357
|
type: {
|
|
@@ -365,19 +365,19 @@ export const ConfigurationListResult = {
|
|
|
365
365
|
element: {
|
|
366
366
|
type: {
|
|
367
367
|
name: "Composite",
|
|
368
|
-
className: "Configuration"
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
}
|
|
368
|
+
className: "Configuration",
|
|
369
|
+
},
|
|
370
|
+
},
|
|
371
|
+
},
|
|
372
372
|
},
|
|
373
373
|
nextLink: {
|
|
374
374
|
serializedName: "nextLink",
|
|
375
375
|
type: {
|
|
376
|
-
name: "String"
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
}
|
|
380
|
-
}
|
|
376
|
+
name: "String",
|
|
377
|
+
},
|
|
378
|
+
},
|
|
379
|
+
},
|
|
380
|
+
},
|
|
381
381
|
};
|
|
382
382
|
export const ConfigurationForUpdate = {
|
|
383
383
|
type: {
|
|
@@ -387,80 +387,80 @@ export const ConfigurationForUpdate = {
|
|
|
387
387
|
value: {
|
|
388
388
|
serializedName: "properties.value",
|
|
389
389
|
type: {
|
|
390
|
-
name: "String"
|
|
391
|
-
}
|
|
390
|
+
name: "String",
|
|
391
|
+
},
|
|
392
392
|
},
|
|
393
393
|
description: {
|
|
394
394
|
serializedName: "properties.description",
|
|
395
395
|
readOnly: true,
|
|
396
396
|
type: {
|
|
397
|
-
name: "String"
|
|
398
|
-
}
|
|
397
|
+
name: "String",
|
|
398
|
+
},
|
|
399
399
|
},
|
|
400
400
|
defaultValue: {
|
|
401
401
|
serializedName: "properties.defaultValue",
|
|
402
402
|
readOnly: true,
|
|
403
403
|
type: {
|
|
404
|
-
name: "String"
|
|
405
|
-
}
|
|
404
|
+
name: "String",
|
|
405
|
+
},
|
|
406
406
|
},
|
|
407
407
|
dataType: {
|
|
408
408
|
serializedName: "properties.dataType",
|
|
409
409
|
readOnly: true,
|
|
410
410
|
type: {
|
|
411
|
-
name: "String"
|
|
412
|
-
}
|
|
411
|
+
name: "String",
|
|
412
|
+
},
|
|
413
413
|
},
|
|
414
414
|
allowedValues: {
|
|
415
415
|
serializedName: "properties.allowedValues",
|
|
416
416
|
readOnly: true,
|
|
417
417
|
type: {
|
|
418
|
-
name: "String"
|
|
419
|
-
}
|
|
418
|
+
name: "String",
|
|
419
|
+
},
|
|
420
420
|
},
|
|
421
421
|
source: {
|
|
422
422
|
serializedName: "properties.source",
|
|
423
423
|
type: {
|
|
424
|
-
name: "String"
|
|
425
|
-
}
|
|
424
|
+
name: "String",
|
|
425
|
+
},
|
|
426
426
|
},
|
|
427
427
|
isDynamicConfig: {
|
|
428
428
|
serializedName: "properties.isDynamicConfig",
|
|
429
429
|
readOnly: true,
|
|
430
430
|
type: {
|
|
431
|
-
name: "Boolean"
|
|
432
|
-
}
|
|
431
|
+
name: "Boolean",
|
|
432
|
+
},
|
|
433
433
|
},
|
|
434
434
|
isReadOnly: {
|
|
435
435
|
serializedName: "properties.isReadOnly",
|
|
436
436
|
readOnly: true,
|
|
437
437
|
type: {
|
|
438
|
-
name: "Boolean"
|
|
439
|
-
}
|
|
438
|
+
name: "Boolean",
|
|
439
|
+
},
|
|
440
440
|
},
|
|
441
441
|
isConfigPendingRestart: {
|
|
442
442
|
serializedName: "properties.isConfigPendingRestart",
|
|
443
443
|
readOnly: true,
|
|
444
444
|
type: {
|
|
445
|
-
name: "Boolean"
|
|
446
|
-
}
|
|
445
|
+
name: "Boolean",
|
|
446
|
+
},
|
|
447
447
|
},
|
|
448
448
|
unit: {
|
|
449
449
|
serializedName: "properties.unit",
|
|
450
450
|
readOnly: true,
|
|
451
451
|
type: {
|
|
452
|
-
name: "String"
|
|
453
|
-
}
|
|
452
|
+
name: "String",
|
|
453
|
+
},
|
|
454
454
|
},
|
|
455
455
|
documentationLink: {
|
|
456
456
|
serializedName: "properties.documentationLink",
|
|
457
457
|
readOnly: true,
|
|
458
458
|
type: {
|
|
459
|
-
name: "String"
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
}
|
|
459
|
+
name: "String",
|
|
460
|
+
},
|
|
461
|
+
},
|
|
462
|
+
},
|
|
463
|
+
},
|
|
464
464
|
};
|
|
465
465
|
export const DatabaseListResult = {
|
|
466
466
|
type: {
|
|
@@ -474,19 +474,19 @@ export const DatabaseListResult = {
|
|
|
474
474
|
element: {
|
|
475
475
|
type: {
|
|
476
476
|
name: "Composite",
|
|
477
|
-
className: "Database"
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
}
|
|
477
|
+
className: "Database",
|
|
478
|
+
},
|
|
479
|
+
},
|
|
480
|
+
},
|
|
481
481
|
},
|
|
482
482
|
nextLink: {
|
|
483
483
|
serializedName: "nextLink",
|
|
484
484
|
type: {
|
|
485
|
-
name: "String"
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
|
-
}
|
|
485
|
+
name: "String",
|
|
486
|
+
},
|
|
487
|
+
},
|
|
488
|
+
},
|
|
489
|
+
},
|
|
490
490
|
};
|
|
491
491
|
export const FirewallRuleListResult = {
|
|
492
492
|
type: {
|
|
@@ -500,19 +500,19 @@ export const FirewallRuleListResult = {
|
|
|
500
500
|
element: {
|
|
501
501
|
type: {
|
|
502
502
|
name: "Composite",
|
|
503
|
-
className: "FirewallRule"
|
|
504
|
-
}
|
|
505
|
-
}
|
|
506
|
-
}
|
|
503
|
+
className: "FirewallRule",
|
|
504
|
+
},
|
|
505
|
+
},
|
|
506
|
+
},
|
|
507
507
|
},
|
|
508
508
|
nextLink: {
|
|
509
509
|
serializedName: "nextLink",
|
|
510
510
|
type: {
|
|
511
|
-
name: "String"
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
}
|
|
515
|
-
}
|
|
511
|
+
name: "String",
|
|
512
|
+
},
|
|
513
|
+
},
|
|
514
|
+
},
|
|
515
|
+
},
|
|
516
516
|
};
|
|
517
517
|
export const Sku = {
|
|
518
518
|
type: {
|
|
@@ -523,18 +523,18 @@ export const Sku = {
|
|
|
523
523
|
serializedName: "name",
|
|
524
524
|
required: true,
|
|
525
525
|
type: {
|
|
526
|
-
name: "String"
|
|
527
|
-
}
|
|
526
|
+
name: "String",
|
|
527
|
+
},
|
|
528
528
|
},
|
|
529
529
|
tier: {
|
|
530
530
|
serializedName: "tier",
|
|
531
531
|
required: true,
|
|
532
532
|
type: {
|
|
533
|
-
name: "String"
|
|
534
|
-
}
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
}
|
|
533
|
+
name: "String",
|
|
534
|
+
},
|
|
535
|
+
},
|
|
536
|
+
},
|
|
537
|
+
},
|
|
538
538
|
};
|
|
539
539
|
export const UserAssignedIdentity = {
|
|
540
540
|
type: {
|
|
@@ -545,25 +545,25 @@ export const UserAssignedIdentity = {
|
|
|
545
545
|
serializedName: "userAssignedIdentities",
|
|
546
546
|
type: {
|
|
547
547
|
name: "Dictionary",
|
|
548
|
-
value: { type: { name: "Composite", className: "UserIdentity" } }
|
|
549
|
-
}
|
|
548
|
+
value: { type: { name: "Composite", className: "UserIdentity" } },
|
|
549
|
+
},
|
|
550
550
|
},
|
|
551
551
|
type: {
|
|
552
552
|
serializedName: "type",
|
|
553
553
|
required: true,
|
|
554
554
|
type: {
|
|
555
|
-
name: "String"
|
|
556
|
-
}
|
|
555
|
+
name: "String",
|
|
556
|
+
},
|
|
557
557
|
},
|
|
558
558
|
tenantId: {
|
|
559
559
|
serializedName: "tenantId",
|
|
560
560
|
readOnly: true,
|
|
561
561
|
type: {
|
|
562
|
-
name: "String"
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
}
|
|
566
|
-
}
|
|
562
|
+
name: "String",
|
|
563
|
+
},
|
|
564
|
+
},
|
|
565
|
+
},
|
|
566
|
+
},
|
|
567
567
|
};
|
|
568
568
|
export const UserIdentity = {
|
|
569
569
|
type: {
|
|
@@ -573,17 +573,17 @@ export const UserIdentity = {
|
|
|
573
573
|
principalId: {
|
|
574
574
|
serializedName: "principalId",
|
|
575
575
|
type: {
|
|
576
|
-
name: "String"
|
|
577
|
-
}
|
|
576
|
+
name: "String",
|
|
577
|
+
},
|
|
578
578
|
},
|
|
579
579
|
clientId: {
|
|
580
580
|
serializedName: "clientId",
|
|
581
581
|
type: {
|
|
582
|
-
name: "String"
|
|
583
|
-
}
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
}
|
|
582
|
+
name: "String",
|
|
583
|
+
},
|
|
584
|
+
},
|
|
585
|
+
},
|
|
586
|
+
},
|
|
587
587
|
};
|
|
588
588
|
export const Storage = {
|
|
589
589
|
type: {
|
|
@@ -593,41 +593,41 @@ export const Storage = {
|
|
|
593
593
|
storageSizeGB: {
|
|
594
594
|
serializedName: "storageSizeGB",
|
|
595
595
|
type: {
|
|
596
|
-
name: "Number"
|
|
597
|
-
}
|
|
596
|
+
name: "Number",
|
|
597
|
+
},
|
|
598
598
|
},
|
|
599
599
|
autoGrow: {
|
|
600
600
|
serializedName: "autoGrow",
|
|
601
601
|
type: {
|
|
602
|
-
name: "String"
|
|
603
|
-
}
|
|
602
|
+
name: "String",
|
|
603
|
+
},
|
|
604
604
|
},
|
|
605
605
|
tier: {
|
|
606
606
|
serializedName: "tier",
|
|
607
607
|
type: {
|
|
608
|
-
name: "String"
|
|
609
|
-
}
|
|
608
|
+
name: "String",
|
|
609
|
+
},
|
|
610
610
|
},
|
|
611
611
|
iops: {
|
|
612
612
|
serializedName: "iops",
|
|
613
613
|
type: {
|
|
614
|
-
name: "Number"
|
|
615
|
-
}
|
|
614
|
+
name: "Number",
|
|
615
|
+
},
|
|
616
616
|
},
|
|
617
617
|
throughput: {
|
|
618
618
|
serializedName: "throughput",
|
|
619
619
|
type: {
|
|
620
|
-
name: "Number"
|
|
621
|
-
}
|
|
620
|
+
name: "Number",
|
|
621
|
+
},
|
|
622
622
|
},
|
|
623
623
|
type: {
|
|
624
624
|
serializedName: "type",
|
|
625
625
|
type: {
|
|
626
|
-
name: "String"
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
}
|
|
626
|
+
name: "String",
|
|
627
|
+
},
|
|
628
|
+
},
|
|
629
|
+
},
|
|
630
|
+
},
|
|
631
631
|
};
|
|
632
632
|
export const AuthConfig = {
|
|
633
633
|
type: {
|
|
@@ -637,25 +637,25 @@ export const AuthConfig = {
|
|
|
637
637
|
activeDirectoryAuth: {
|
|
638
638
|
serializedName: "activeDirectoryAuth",
|
|
639
639
|
type: {
|
|
640
|
-
name: "String"
|
|
641
|
-
}
|
|
640
|
+
name: "String",
|
|
641
|
+
},
|
|
642
642
|
},
|
|
643
643
|
passwordAuth: {
|
|
644
644
|
defaultValue: "Enabled",
|
|
645
645
|
serializedName: "passwordAuth",
|
|
646
646
|
type: {
|
|
647
|
-
name: "String"
|
|
648
|
-
}
|
|
647
|
+
name: "String",
|
|
648
|
+
},
|
|
649
649
|
},
|
|
650
650
|
tenantId: {
|
|
651
651
|
defaultValue: "",
|
|
652
652
|
serializedName: "tenantId",
|
|
653
653
|
type: {
|
|
654
|
-
name: "String"
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
}
|
|
658
|
-
}
|
|
654
|
+
name: "String",
|
|
655
|
+
},
|
|
656
|
+
},
|
|
657
|
+
},
|
|
658
|
+
},
|
|
659
659
|
};
|
|
660
660
|
export const DataEncryption = {
|
|
661
661
|
type: {
|
|
@@ -665,47 +665,47 @@ export const DataEncryption = {
|
|
|
665
665
|
primaryKeyURI: {
|
|
666
666
|
serializedName: "primaryKeyURI",
|
|
667
667
|
type: {
|
|
668
|
-
name: "String"
|
|
669
|
-
}
|
|
668
|
+
name: "String",
|
|
669
|
+
},
|
|
670
670
|
},
|
|
671
671
|
primaryUserAssignedIdentityId: {
|
|
672
672
|
serializedName: "primaryUserAssignedIdentityId",
|
|
673
673
|
type: {
|
|
674
|
-
name: "String"
|
|
675
|
-
}
|
|
674
|
+
name: "String",
|
|
675
|
+
},
|
|
676
676
|
},
|
|
677
677
|
geoBackupKeyURI: {
|
|
678
678
|
serializedName: "geoBackupKeyURI",
|
|
679
679
|
type: {
|
|
680
|
-
name: "String"
|
|
681
|
-
}
|
|
680
|
+
name: "String",
|
|
681
|
+
},
|
|
682
682
|
},
|
|
683
683
|
geoBackupUserAssignedIdentityId: {
|
|
684
684
|
serializedName: "geoBackupUserAssignedIdentityId",
|
|
685
685
|
type: {
|
|
686
|
-
name: "String"
|
|
687
|
-
}
|
|
686
|
+
name: "String",
|
|
687
|
+
},
|
|
688
688
|
},
|
|
689
689
|
type: {
|
|
690
690
|
serializedName: "type",
|
|
691
691
|
type: {
|
|
692
|
-
name: "String"
|
|
693
|
-
}
|
|
692
|
+
name: "String",
|
|
693
|
+
},
|
|
694
694
|
},
|
|
695
695
|
primaryEncryptionKeyStatus: {
|
|
696
696
|
serializedName: "primaryEncryptionKeyStatus",
|
|
697
697
|
type: {
|
|
698
|
-
name: "String"
|
|
699
|
-
}
|
|
698
|
+
name: "String",
|
|
699
|
+
},
|
|
700
700
|
},
|
|
701
701
|
geoBackupEncryptionKeyStatus: {
|
|
702
702
|
serializedName: "geoBackupEncryptionKeyStatus",
|
|
703
703
|
type: {
|
|
704
|
-
name: "String"
|
|
705
|
-
}
|
|
706
|
-
}
|
|
707
|
-
}
|
|
708
|
-
}
|
|
704
|
+
name: "String",
|
|
705
|
+
},
|
|
706
|
+
},
|
|
707
|
+
},
|
|
708
|
+
},
|
|
709
709
|
};
|
|
710
710
|
export const Backup = {
|
|
711
711
|
type: {
|
|
@@ -716,25 +716,25 @@ export const Backup = {
|
|
|
716
716
|
defaultValue: 7,
|
|
717
717
|
serializedName: "backupRetentionDays",
|
|
718
718
|
type: {
|
|
719
|
-
name: "Number"
|
|
720
|
-
}
|
|
719
|
+
name: "Number",
|
|
720
|
+
},
|
|
721
721
|
},
|
|
722
722
|
geoRedundantBackup: {
|
|
723
723
|
defaultValue: "Disabled",
|
|
724
724
|
serializedName: "geoRedundantBackup",
|
|
725
725
|
type: {
|
|
726
|
-
name: "String"
|
|
727
|
-
}
|
|
726
|
+
name: "String",
|
|
727
|
+
},
|
|
728
728
|
},
|
|
729
729
|
earliestRestoreDate: {
|
|
730
730
|
serializedName: "earliestRestoreDate",
|
|
731
731
|
readOnly: true,
|
|
732
732
|
type: {
|
|
733
|
-
name: "DateTime"
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
}
|
|
733
|
+
name: "DateTime",
|
|
734
|
+
},
|
|
735
|
+
},
|
|
736
|
+
},
|
|
737
|
+
},
|
|
738
738
|
};
|
|
739
739
|
export const Network = {
|
|
740
740
|
type: {
|
|
@@ -744,23 +744,23 @@ export const Network = {
|
|
|
744
744
|
publicNetworkAccess: {
|
|
745
745
|
serializedName: "publicNetworkAccess",
|
|
746
746
|
type: {
|
|
747
|
-
name: "String"
|
|
748
|
-
}
|
|
747
|
+
name: "String",
|
|
748
|
+
},
|
|
749
749
|
},
|
|
750
750
|
delegatedSubnetResourceId: {
|
|
751
751
|
serializedName: "delegatedSubnetResourceId",
|
|
752
752
|
type: {
|
|
753
|
-
name: "String"
|
|
754
|
-
}
|
|
753
|
+
name: "String",
|
|
754
|
+
},
|
|
755
755
|
},
|
|
756
756
|
privateDnsZoneArmResourceId: {
|
|
757
757
|
serializedName: "privateDnsZoneArmResourceId",
|
|
758
758
|
type: {
|
|
759
|
-
name: "String"
|
|
760
|
-
}
|
|
761
|
-
}
|
|
762
|
-
}
|
|
763
|
-
}
|
|
759
|
+
name: "String",
|
|
760
|
+
},
|
|
761
|
+
},
|
|
762
|
+
},
|
|
763
|
+
},
|
|
764
764
|
};
|
|
765
765
|
export const HighAvailability = {
|
|
766
766
|
type: {
|
|
@@ -771,25 +771,25 @@ export const HighAvailability = {
|
|
|
771
771
|
defaultValue: "Disabled",
|
|
772
772
|
serializedName: "mode",
|
|
773
773
|
type: {
|
|
774
|
-
name: "String"
|
|
775
|
-
}
|
|
774
|
+
name: "String",
|
|
775
|
+
},
|
|
776
776
|
},
|
|
777
777
|
state: {
|
|
778
778
|
serializedName: "state",
|
|
779
779
|
readOnly: true,
|
|
780
780
|
type: {
|
|
781
|
-
name: "String"
|
|
782
|
-
}
|
|
781
|
+
name: "String",
|
|
782
|
+
},
|
|
783
783
|
},
|
|
784
784
|
standbyAvailabilityZone: {
|
|
785
785
|
defaultValue: "",
|
|
786
786
|
serializedName: "standbyAvailabilityZone",
|
|
787
787
|
type: {
|
|
788
|
-
name: "String"
|
|
789
|
-
}
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
}
|
|
788
|
+
name: "String",
|
|
789
|
+
},
|
|
790
|
+
},
|
|
791
|
+
},
|
|
792
|
+
},
|
|
793
793
|
};
|
|
794
794
|
export const MaintenanceWindow = {
|
|
795
795
|
type: {
|
|
@@ -800,32 +800,32 @@ export const MaintenanceWindow = {
|
|
|
800
800
|
defaultValue: "Disabled",
|
|
801
801
|
serializedName: "customWindow",
|
|
802
802
|
type: {
|
|
803
|
-
name: "String"
|
|
804
|
-
}
|
|
803
|
+
name: "String",
|
|
804
|
+
},
|
|
805
805
|
},
|
|
806
806
|
startHour: {
|
|
807
807
|
defaultValue: 0,
|
|
808
808
|
serializedName: "startHour",
|
|
809
809
|
type: {
|
|
810
|
-
name: "Number"
|
|
811
|
-
}
|
|
810
|
+
name: "Number",
|
|
811
|
+
},
|
|
812
812
|
},
|
|
813
813
|
startMinute: {
|
|
814
814
|
defaultValue: 0,
|
|
815
815
|
serializedName: "startMinute",
|
|
816
816
|
type: {
|
|
817
|
-
name: "Number"
|
|
818
|
-
}
|
|
817
|
+
name: "Number",
|
|
818
|
+
},
|
|
819
819
|
},
|
|
820
820
|
dayOfWeek: {
|
|
821
821
|
defaultValue: 0,
|
|
822
822
|
serializedName: "dayOfWeek",
|
|
823
823
|
type: {
|
|
824
|
-
name: "Number"
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
|
-
}
|
|
828
|
-
}
|
|
824
|
+
name: "Number",
|
|
825
|
+
},
|
|
826
|
+
},
|
|
827
|
+
},
|
|
828
|
+
},
|
|
829
829
|
};
|
|
830
830
|
export const Replica = {
|
|
831
831
|
type: {
|
|
@@ -835,37 +835,37 @@ export const Replica = {
|
|
|
835
835
|
role: {
|
|
836
836
|
serializedName: "role",
|
|
837
837
|
type: {
|
|
838
|
-
name: "String"
|
|
839
|
-
}
|
|
838
|
+
name: "String",
|
|
839
|
+
},
|
|
840
840
|
},
|
|
841
841
|
capacity: {
|
|
842
842
|
serializedName: "capacity",
|
|
843
843
|
readOnly: true,
|
|
844
844
|
type: {
|
|
845
|
-
name: "Number"
|
|
846
|
-
}
|
|
845
|
+
name: "Number",
|
|
846
|
+
},
|
|
847
847
|
},
|
|
848
848
|
replicationState: {
|
|
849
849
|
serializedName: "replicationState",
|
|
850
850
|
readOnly: true,
|
|
851
851
|
type: {
|
|
852
|
-
name: "String"
|
|
853
|
-
}
|
|
852
|
+
name: "String",
|
|
853
|
+
},
|
|
854
854
|
},
|
|
855
855
|
promoteMode: {
|
|
856
856
|
serializedName: "promoteMode",
|
|
857
857
|
type: {
|
|
858
|
-
name: "String"
|
|
859
|
-
}
|
|
858
|
+
name: "String",
|
|
859
|
+
},
|
|
860
860
|
},
|
|
861
861
|
promoteOption: {
|
|
862
862
|
serializedName: "promoteOption",
|
|
863
863
|
type: {
|
|
864
|
-
name: "String"
|
|
865
|
-
}
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
}
|
|
864
|
+
name: "String",
|
|
865
|
+
},
|
|
866
|
+
},
|
|
867
|
+
},
|
|
868
|
+
},
|
|
869
869
|
};
|
|
870
870
|
export const PrivateEndpoint = {
|
|
871
871
|
type: {
|
|
@@ -876,11 +876,11 @@ export const PrivateEndpoint = {
|
|
|
876
876
|
serializedName: "id",
|
|
877
877
|
readOnly: true,
|
|
878
878
|
type: {
|
|
879
|
-
name: "String"
|
|
880
|
-
}
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
|
-
}
|
|
879
|
+
name: "String",
|
|
880
|
+
},
|
|
881
|
+
},
|
|
882
|
+
},
|
|
883
|
+
},
|
|
884
884
|
};
|
|
885
885
|
export const PrivateLinkServiceConnectionState = {
|
|
886
886
|
type: {
|
|
@@ -890,23 +890,23 @@ export const PrivateLinkServiceConnectionState = {
|
|
|
890
890
|
status: {
|
|
891
891
|
serializedName: "status",
|
|
892
892
|
type: {
|
|
893
|
-
name: "String"
|
|
894
|
-
}
|
|
893
|
+
name: "String",
|
|
894
|
+
},
|
|
895
895
|
},
|
|
896
896
|
description: {
|
|
897
897
|
serializedName: "description",
|
|
898
898
|
type: {
|
|
899
|
-
name: "String"
|
|
900
|
-
}
|
|
899
|
+
name: "String",
|
|
900
|
+
},
|
|
901
901
|
},
|
|
902
902
|
actionsRequired: {
|
|
903
903
|
serializedName: "actionsRequired",
|
|
904
904
|
type: {
|
|
905
|
-
name: "String"
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
}
|
|
909
|
-
}
|
|
905
|
+
name: "String",
|
|
906
|
+
},
|
|
907
|
+
},
|
|
908
|
+
},
|
|
909
|
+
},
|
|
910
910
|
};
|
|
911
911
|
export const ServerForUpdate = {
|
|
912
912
|
type: {
|
|
@@ -917,105 +917,105 @@ export const ServerForUpdate = {
|
|
|
917
917
|
serializedName: "sku",
|
|
918
918
|
type: {
|
|
919
919
|
name: "Composite",
|
|
920
|
-
className: "Sku"
|
|
921
|
-
}
|
|
920
|
+
className: "Sku",
|
|
921
|
+
},
|
|
922
922
|
},
|
|
923
923
|
identity: {
|
|
924
924
|
serializedName: "identity",
|
|
925
925
|
type: {
|
|
926
926
|
name: "Composite",
|
|
927
|
-
className: "UserAssignedIdentity"
|
|
928
|
-
}
|
|
927
|
+
className: "UserAssignedIdentity",
|
|
928
|
+
},
|
|
929
929
|
},
|
|
930
930
|
tags: {
|
|
931
931
|
serializedName: "tags",
|
|
932
932
|
type: {
|
|
933
933
|
name: "Dictionary",
|
|
934
|
-
value: { type: { name: "String" } }
|
|
935
|
-
}
|
|
934
|
+
value: { type: { name: "String" } },
|
|
935
|
+
},
|
|
936
936
|
},
|
|
937
937
|
administratorLoginPassword: {
|
|
938
938
|
serializedName: "properties.administratorLoginPassword",
|
|
939
939
|
type: {
|
|
940
|
-
name: "String"
|
|
941
|
-
}
|
|
940
|
+
name: "String",
|
|
941
|
+
},
|
|
942
942
|
},
|
|
943
943
|
version: {
|
|
944
944
|
serializedName: "properties.version",
|
|
945
945
|
type: {
|
|
946
|
-
name: "String"
|
|
947
|
-
}
|
|
946
|
+
name: "String",
|
|
947
|
+
},
|
|
948
948
|
},
|
|
949
949
|
storage: {
|
|
950
950
|
serializedName: "properties.storage",
|
|
951
951
|
type: {
|
|
952
952
|
name: "Composite",
|
|
953
|
-
className: "Storage"
|
|
954
|
-
}
|
|
953
|
+
className: "Storage",
|
|
954
|
+
},
|
|
955
955
|
},
|
|
956
956
|
backup: {
|
|
957
957
|
serializedName: "properties.backup",
|
|
958
958
|
type: {
|
|
959
959
|
name: "Composite",
|
|
960
|
-
className: "Backup"
|
|
961
|
-
}
|
|
960
|
+
className: "Backup",
|
|
961
|
+
},
|
|
962
962
|
},
|
|
963
963
|
highAvailability: {
|
|
964
964
|
serializedName: "properties.highAvailability",
|
|
965
965
|
type: {
|
|
966
966
|
name: "Composite",
|
|
967
|
-
className: "HighAvailability"
|
|
968
|
-
}
|
|
967
|
+
className: "HighAvailability",
|
|
968
|
+
},
|
|
969
969
|
},
|
|
970
970
|
maintenanceWindow: {
|
|
971
971
|
serializedName: "properties.maintenanceWindow",
|
|
972
972
|
type: {
|
|
973
973
|
name: "Composite",
|
|
974
|
-
className: "MaintenanceWindow"
|
|
975
|
-
}
|
|
974
|
+
className: "MaintenanceWindow",
|
|
975
|
+
},
|
|
976
976
|
},
|
|
977
977
|
authConfig: {
|
|
978
978
|
serializedName: "properties.authConfig",
|
|
979
979
|
type: {
|
|
980
980
|
name: "Composite",
|
|
981
|
-
className: "AuthConfig"
|
|
982
|
-
}
|
|
981
|
+
className: "AuthConfig",
|
|
982
|
+
},
|
|
983
983
|
},
|
|
984
984
|
dataEncryption: {
|
|
985
985
|
serializedName: "properties.dataEncryption",
|
|
986
986
|
type: {
|
|
987
987
|
name: "Composite",
|
|
988
|
-
className: "DataEncryption"
|
|
989
|
-
}
|
|
988
|
+
className: "DataEncryption",
|
|
989
|
+
},
|
|
990
990
|
},
|
|
991
991
|
createMode: {
|
|
992
992
|
serializedName: "properties.createMode",
|
|
993
993
|
type: {
|
|
994
|
-
name: "String"
|
|
995
|
-
}
|
|
994
|
+
name: "String",
|
|
995
|
+
},
|
|
996
996
|
},
|
|
997
997
|
replicationRole: {
|
|
998
998
|
serializedName: "properties.replicationRole",
|
|
999
999
|
type: {
|
|
1000
|
-
name: "String"
|
|
1001
|
-
}
|
|
1000
|
+
name: "String",
|
|
1001
|
+
},
|
|
1002
1002
|
},
|
|
1003
1003
|
replica: {
|
|
1004
1004
|
serializedName: "properties.replica",
|
|
1005
1005
|
type: {
|
|
1006
1006
|
name: "Composite",
|
|
1007
|
-
className: "Replica"
|
|
1008
|
-
}
|
|
1007
|
+
className: "Replica",
|
|
1008
|
+
},
|
|
1009
1009
|
},
|
|
1010
1010
|
network: {
|
|
1011
1011
|
serializedName: "properties.network",
|
|
1012
1012
|
type: {
|
|
1013
1013
|
name: "Composite",
|
|
1014
|
-
className: "Network"
|
|
1015
|
-
}
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
|
-
}
|
|
1014
|
+
className: "Network",
|
|
1015
|
+
},
|
|
1016
|
+
},
|
|
1017
|
+
},
|
|
1018
|
+
},
|
|
1019
1019
|
};
|
|
1020
1020
|
export const ServerListResult = {
|
|
1021
1021
|
type: {
|
|
@@ -1029,19 +1029,19 @@ export const ServerListResult = {
|
|
|
1029
1029
|
element: {
|
|
1030
1030
|
type: {
|
|
1031
1031
|
name: "Composite",
|
|
1032
|
-
className: "Server"
|
|
1033
|
-
}
|
|
1034
|
-
}
|
|
1035
|
-
}
|
|
1032
|
+
className: "Server",
|
|
1033
|
+
},
|
|
1034
|
+
},
|
|
1035
|
+
},
|
|
1036
1036
|
},
|
|
1037
1037
|
nextLink: {
|
|
1038
1038
|
serializedName: "nextLink",
|
|
1039
1039
|
type: {
|
|
1040
|
-
name: "String"
|
|
1041
|
-
}
|
|
1042
|
-
}
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1040
|
+
name: "String",
|
|
1041
|
+
},
|
|
1042
|
+
},
|
|
1043
|
+
},
|
|
1044
|
+
},
|
|
1045
1045
|
};
|
|
1046
1046
|
export const BackupRequestBase = {
|
|
1047
1047
|
type: {
|
|
@@ -1052,11 +1052,11 @@ export const BackupRequestBase = {
|
|
|
1052
1052
|
serializedName: "backupSettings",
|
|
1053
1053
|
type: {
|
|
1054
1054
|
name: "Composite",
|
|
1055
|
-
className: "BackupSettings"
|
|
1056
|
-
}
|
|
1057
|
-
}
|
|
1058
|
-
}
|
|
1059
|
-
}
|
|
1055
|
+
className: "BackupSettings",
|
|
1056
|
+
},
|
|
1057
|
+
},
|
|
1058
|
+
},
|
|
1059
|
+
},
|
|
1060
1060
|
};
|
|
1061
1061
|
export const BackupSettings = {
|
|
1062
1062
|
type: {
|
|
@@ -1067,11 +1067,11 @@ export const BackupSettings = {
|
|
|
1067
1067
|
serializedName: "backupName",
|
|
1068
1068
|
required: true,
|
|
1069
1069
|
type: {
|
|
1070
|
-
name: "String"
|
|
1071
|
-
}
|
|
1072
|
-
}
|
|
1073
|
-
}
|
|
1074
|
-
}
|
|
1070
|
+
name: "String",
|
|
1071
|
+
},
|
|
1072
|
+
},
|
|
1073
|
+
},
|
|
1074
|
+
},
|
|
1075
1075
|
};
|
|
1076
1076
|
export const LtrPreBackupResponse = {
|
|
1077
1077
|
type: {
|
|
@@ -1082,11 +1082,11 @@ export const LtrPreBackupResponse = {
|
|
|
1082
1082
|
serializedName: "properties.numberOfContainers",
|
|
1083
1083
|
required: true,
|
|
1084
1084
|
type: {
|
|
1085
|
-
name: "Number"
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1085
|
+
name: "Number",
|
|
1086
|
+
},
|
|
1087
|
+
},
|
|
1088
|
+
},
|
|
1089
|
+
},
|
|
1090
1090
|
};
|
|
1091
1091
|
export const BackupStoreDetails = {
|
|
1092
1092
|
type: {
|
|
@@ -1100,13 +1100,13 @@ export const BackupStoreDetails = {
|
|
|
1100
1100
|
name: "Sequence",
|
|
1101
1101
|
element: {
|
|
1102
1102
|
type: {
|
|
1103
|
-
name: "String"
|
|
1104
|
-
}
|
|
1105
|
-
}
|
|
1106
|
-
}
|
|
1107
|
-
}
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1103
|
+
name: "String",
|
|
1104
|
+
},
|
|
1105
|
+
},
|
|
1106
|
+
},
|
|
1107
|
+
},
|
|
1108
|
+
},
|
|
1109
|
+
},
|
|
1110
1110
|
};
|
|
1111
1111
|
export const LtrBackupResponse = {
|
|
1112
1112
|
type: {
|
|
@@ -1116,71 +1116,71 @@ export const LtrBackupResponse = {
|
|
|
1116
1116
|
datasourceSizeInBytes: {
|
|
1117
1117
|
serializedName: "properties.datasourceSizeInBytes",
|
|
1118
1118
|
type: {
|
|
1119
|
-
name: "Number"
|
|
1120
|
-
}
|
|
1119
|
+
name: "Number",
|
|
1120
|
+
},
|
|
1121
1121
|
},
|
|
1122
1122
|
dataTransferredInBytes: {
|
|
1123
1123
|
serializedName: "properties.dataTransferredInBytes",
|
|
1124
1124
|
type: {
|
|
1125
|
-
name: "Number"
|
|
1126
|
-
}
|
|
1125
|
+
name: "Number",
|
|
1126
|
+
},
|
|
1127
1127
|
},
|
|
1128
1128
|
backupName: {
|
|
1129
1129
|
serializedName: "properties.backupName",
|
|
1130
1130
|
type: {
|
|
1131
|
-
name: "String"
|
|
1132
|
-
}
|
|
1131
|
+
name: "String",
|
|
1132
|
+
},
|
|
1133
1133
|
},
|
|
1134
1134
|
backupMetadata: {
|
|
1135
1135
|
serializedName: "properties.backupMetadata",
|
|
1136
1136
|
type: {
|
|
1137
|
-
name: "String"
|
|
1138
|
-
}
|
|
1137
|
+
name: "String",
|
|
1138
|
+
},
|
|
1139
1139
|
},
|
|
1140
1140
|
status: {
|
|
1141
1141
|
serializedName: "properties.status",
|
|
1142
1142
|
type: {
|
|
1143
|
-
name: "String"
|
|
1144
|
-
}
|
|
1143
|
+
name: "String",
|
|
1144
|
+
},
|
|
1145
1145
|
},
|
|
1146
1146
|
startTime: {
|
|
1147
1147
|
serializedName: "properties.startTime",
|
|
1148
1148
|
type: {
|
|
1149
|
-
name: "DateTime"
|
|
1150
|
-
}
|
|
1149
|
+
name: "DateTime",
|
|
1150
|
+
},
|
|
1151
1151
|
},
|
|
1152
1152
|
endTime: {
|
|
1153
1153
|
serializedName: "properties.endTime",
|
|
1154
1154
|
type: {
|
|
1155
|
-
name: "DateTime"
|
|
1156
|
-
}
|
|
1155
|
+
name: "DateTime",
|
|
1156
|
+
},
|
|
1157
1157
|
},
|
|
1158
1158
|
percentComplete: {
|
|
1159
1159
|
constraints: {
|
|
1160
1160
|
InclusiveMaximum: 100,
|
|
1161
|
-
InclusiveMinimum: 0
|
|
1161
|
+
InclusiveMinimum: 0,
|
|
1162
1162
|
},
|
|
1163
1163
|
serializedName: "properties.percentComplete",
|
|
1164
1164
|
type: {
|
|
1165
|
-
name: "Number"
|
|
1166
|
-
}
|
|
1165
|
+
name: "Number",
|
|
1166
|
+
},
|
|
1167
1167
|
},
|
|
1168
1168
|
errorCode: {
|
|
1169
1169
|
serializedName: "properties.errorCode",
|
|
1170
1170
|
readOnly: true,
|
|
1171
1171
|
type: {
|
|
1172
|
-
name: "String"
|
|
1173
|
-
}
|
|
1172
|
+
name: "String",
|
|
1173
|
+
},
|
|
1174
1174
|
},
|
|
1175
1175
|
errorMessage: {
|
|
1176
1176
|
serializedName: "properties.errorMessage",
|
|
1177
1177
|
readOnly: true,
|
|
1178
1178
|
type: {
|
|
1179
|
-
name: "String"
|
|
1180
|
-
}
|
|
1181
|
-
}
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1179
|
+
name: "String",
|
|
1180
|
+
},
|
|
1181
|
+
},
|
|
1182
|
+
},
|
|
1183
|
+
},
|
|
1184
1184
|
};
|
|
1185
1185
|
export const LtrServerBackupOperationList = {
|
|
1186
1186
|
type: {
|
|
@@ -1194,19 +1194,19 @@ export const LtrServerBackupOperationList = {
|
|
|
1194
1194
|
element: {
|
|
1195
1195
|
type: {
|
|
1196
1196
|
name: "Composite",
|
|
1197
|
-
className: "LtrServerBackupOperation"
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1197
|
+
className: "LtrServerBackupOperation",
|
|
1198
|
+
},
|
|
1199
|
+
},
|
|
1200
|
+
},
|
|
1201
1201
|
},
|
|
1202
1202
|
nextLink: {
|
|
1203
1203
|
serializedName: "nextLink",
|
|
1204
1204
|
type: {
|
|
1205
|
-
name: "String"
|
|
1206
|
-
}
|
|
1207
|
-
}
|
|
1208
|
-
}
|
|
1209
|
-
}
|
|
1205
|
+
name: "String",
|
|
1206
|
+
},
|
|
1207
|
+
},
|
|
1208
|
+
},
|
|
1209
|
+
},
|
|
1210
1210
|
};
|
|
1211
1211
|
export const MigrationStatus = {
|
|
1212
1212
|
type: {
|
|
@@ -1217,25 +1217,25 @@ export const MigrationStatus = {
|
|
|
1217
1217
|
serializedName: "state",
|
|
1218
1218
|
readOnly: true,
|
|
1219
1219
|
type: {
|
|
1220
|
-
name: "String"
|
|
1221
|
-
}
|
|
1220
|
+
name: "String",
|
|
1221
|
+
},
|
|
1222
1222
|
},
|
|
1223
1223
|
error: {
|
|
1224
1224
|
serializedName: "error",
|
|
1225
1225
|
readOnly: true,
|
|
1226
1226
|
type: {
|
|
1227
|
-
name: "String"
|
|
1228
|
-
}
|
|
1227
|
+
name: "String",
|
|
1228
|
+
},
|
|
1229
1229
|
},
|
|
1230
1230
|
currentSubStateDetails: {
|
|
1231
1231
|
serializedName: "currentSubStateDetails",
|
|
1232
1232
|
type: {
|
|
1233
1233
|
name: "Composite",
|
|
1234
|
-
className: "MigrationSubStateDetails"
|
|
1235
|
-
}
|
|
1236
|
-
}
|
|
1237
|
-
}
|
|
1238
|
-
}
|
|
1234
|
+
className: "MigrationSubStateDetails",
|
|
1235
|
+
},
|
|
1236
|
+
},
|
|
1237
|
+
},
|
|
1238
|
+
},
|
|
1239
1239
|
};
|
|
1240
1240
|
export const MigrationSubStateDetails = {
|
|
1241
1241
|
type: {
|
|
@@ -1246,25 +1246,27 @@ export const MigrationSubStateDetails = {
|
|
|
1246
1246
|
serializedName: "currentSubState",
|
|
1247
1247
|
readOnly: true,
|
|
1248
1248
|
type: {
|
|
1249
|
-
name: "String"
|
|
1250
|
-
}
|
|
1249
|
+
name: "String",
|
|
1250
|
+
},
|
|
1251
1251
|
},
|
|
1252
1252
|
dbDetails: {
|
|
1253
1253
|
serializedName: "dbDetails",
|
|
1254
1254
|
type: {
|
|
1255
1255
|
name: "Dictionary",
|
|
1256
|
-
value: {
|
|
1257
|
-
|
|
1256
|
+
value: {
|
|
1257
|
+
type: { name: "Composite", className: "DbMigrationStatus" },
|
|
1258
|
+
},
|
|
1259
|
+
},
|
|
1258
1260
|
},
|
|
1259
1261
|
validationDetails: {
|
|
1260
1262
|
serializedName: "validationDetails",
|
|
1261
1263
|
type: {
|
|
1262
1264
|
name: "Composite",
|
|
1263
|
-
className: "ValidationDetails"
|
|
1264
|
-
}
|
|
1265
|
-
}
|
|
1266
|
-
}
|
|
1267
|
-
}
|
|
1265
|
+
className: "ValidationDetails",
|
|
1266
|
+
},
|
|
1267
|
+
},
|
|
1268
|
+
},
|
|
1269
|
+
},
|
|
1268
1270
|
};
|
|
1269
1271
|
export const DbMigrationStatus = {
|
|
1270
1272
|
type: {
|
|
@@ -1274,101 +1276,101 @@ export const DbMigrationStatus = {
|
|
|
1274
1276
|
databaseName: {
|
|
1275
1277
|
serializedName: "databaseName",
|
|
1276
1278
|
type: {
|
|
1277
|
-
name: "String"
|
|
1278
|
-
}
|
|
1279
|
+
name: "String",
|
|
1280
|
+
},
|
|
1279
1281
|
},
|
|
1280
1282
|
migrationState: {
|
|
1281
1283
|
serializedName: "migrationState",
|
|
1282
1284
|
type: {
|
|
1283
|
-
name: "String"
|
|
1284
|
-
}
|
|
1285
|
+
name: "String",
|
|
1286
|
+
},
|
|
1285
1287
|
},
|
|
1286
1288
|
migrationOperation: {
|
|
1287
1289
|
serializedName: "migrationOperation",
|
|
1288
1290
|
type: {
|
|
1289
|
-
name: "String"
|
|
1290
|
-
}
|
|
1291
|
+
name: "String",
|
|
1292
|
+
},
|
|
1291
1293
|
},
|
|
1292
1294
|
startedOn: {
|
|
1293
1295
|
serializedName: "startedOn",
|
|
1294
1296
|
type: {
|
|
1295
|
-
name: "DateTime"
|
|
1296
|
-
}
|
|
1297
|
+
name: "DateTime",
|
|
1298
|
+
},
|
|
1297
1299
|
},
|
|
1298
1300
|
endedOn: {
|
|
1299
1301
|
serializedName: "endedOn",
|
|
1300
1302
|
type: {
|
|
1301
|
-
name: "DateTime"
|
|
1302
|
-
}
|
|
1303
|
+
name: "DateTime",
|
|
1304
|
+
},
|
|
1303
1305
|
},
|
|
1304
1306
|
fullLoadQueuedTables: {
|
|
1305
1307
|
serializedName: "fullLoadQueuedTables",
|
|
1306
1308
|
type: {
|
|
1307
|
-
name: "Number"
|
|
1308
|
-
}
|
|
1309
|
+
name: "Number",
|
|
1310
|
+
},
|
|
1309
1311
|
},
|
|
1310
1312
|
fullLoadErroredTables: {
|
|
1311
1313
|
serializedName: "fullLoadErroredTables",
|
|
1312
1314
|
type: {
|
|
1313
|
-
name: "Number"
|
|
1314
|
-
}
|
|
1315
|
+
name: "Number",
|
|
1316
|
+
},
|
|
1315
1317
|
},
|
|
1316
1318
|
fullLoadLoadingTables: {
|
|
1317
1319
|
serializedName: "fullLoadLoadingTables",
|
|
1318
1320
|
type: {
|
|
1319
|
-
name: "Number"
|
|
1320
|
-
}
|
|
1321
|
+
name: "Number",
|
|
1322
|
+
},
|
|
1321
1323
|
},
|
|
1322
1324
|
fullLoadCompletedTables: {
|
|
1323
1325
|
serializedName: "fullLoadCompletedTables",
|
|
1324
1326
|
type: {
|
|
1325
|
-
name: "Number"
|
|
1326
|
-
}
|
|
1327
|
+
name: "Number",
|
|
1328
|
+
},
|
|
1327
1329
|
},
|
|
1328
1330
|
cdcUpdateCounter: {
|
|
1329
1331
|
serializedName: "cdcUpdateCounter",
|
|
1330
1332
|
type: {
|
|
1331
|
-
name: "Number"
|
|
1332
|
-
}
|
|
1333
|
+
name: "Number",
|
|
1334
|
+
},
|
|
1333
1335
|
},
|
|
1334
1336
|
cdcDeleteCounter: {
|
|
1335
1337
|
serializedName: "cdcDeleteCounter",
|
|
1336
1338
|
type: {
|
|
1337
|
-
name: "Number"
|
|
1338
|
-
}
|
|
1339
|
+
name: "Number",
|
|
1340
|
+
},
|
|
1339
1341
|
},
|
|
1340
1342
|
cdcInsertCounter: {
|
|
1341
1343
|
serializedName: "cdcInsertCounter",
|
|
1342
1344
|
type: {
|
|
1343
|
-
name: "Number"
|
|
1344
|
-
}
|
|
1345
|
+
name: "Number",
|
|
1346
|
+
},
|
|
1345
1347
|
},
|
|
1346
1348
|
appliedChanges: {
|
|
1347
1349
|
serializedName: "appliedChanges",
|
|
1348
1350
|
type: {
|
|
1349
|
-
name: "Number"
|
|
1350
|
-
}
|
|
1351
|
+
name: "Number",
|
|
1352
|
+
},
|
|
1351
1353
|
},
|
|
1352
1354
|
incomingChanges: {
|
|
1353
1355
|
serializedName: "incomingChanges",
|
|
1354
1356
|
type: {
|
|
1355
|
-
name: "Number"
|
|
1356
|
-
}
|
|
1357
|
+
name: "Number",
|
|
1358
|
+
},
|
|
1357
1359
|
},
|
|
1358
1360
|
latency: {
|
|
1359
1361
|
serializedName: "latency",
|
|
1360
1362
|
type: {
|
|
1361
|
-
name: "Number"
|
|
1362
|
-
}
|
|
1363
|
+
name: "Number",
|
|
1364
|
+
},
|
|
1363
1365
|
},
|
|
1364
1366
|
message: {
|
|
1365
1367
|
serializedName: "message",
|
|
1366
1368
|
type: {
|
|
1367
|
-
name: "String"
|
|
1368
|
-
}
|
|
1369
|
-
}
|
|
1370
|
-
}
|
|
1371
|
-
}
|
|
1369
|
+
name: "String",
|
|
1370
|
+
},
|
|
1371
|
+
},
|
|
1372
|
+
},
|
|
1373
|
+
},
|
|
1372
1374
|
};
|
|
1373
1375
|
export const ValidationDetails = {
|
|
1374
1376
|
type: {
|
|
@@ -1378,20 +1380,20 @@ export const ValidationDetails = {
|
|
|
1378
1380
|
status: {
|
|
1379
1381
|
serializedName: "status",
|
|
1380
1382
|
type: {
|
|
1381
|
-
name: "String"
|
|
1382
|
-
}
|
|
1383
|
+
name: "String",
|
|
1384
|
+
},
|
|
1383
1385
|
},
|
|
1384
1386
|
validationStartTimeInUtc: {
|
|
1385
1387
|
serializedName: "validationStartTimeInUtc",
|
|
1386
1388
|
type: {
|
|
1387
|
-
name: "DateTime"
|
|
1388
|
-
}
|
|
1389
|
+
name: "DateTime",
|
|
1390
|
+
},
|
|
1389
1391
|
},
|
|
1390
1392
|
validationEndTimeInUtc: {
|
|
1391
1393
|
serializedName: "validationEndTimeInUtc",
|
|
1392
1394
|
type: {
|
|
1393
|
-
name: "DateTime"
|
|
1394
|
-
}
|
|
1395
|
+
name: "DateTime",
|
|
1396
|
+
},
|
|
1395
1397
|
},
|
|
1396
1398
|
serverLevelValidationDetails: {
|
|
1397
1399
|
serializedName: "serverLevelValidationDetails",
|
|
@@ -1400,10 +1402,10 @@ export const ValidationDetails = {
|
|
|
1400
1402
|
element: {
|
|
1401
1403
|
type: {
|
|
1402
1404
|
name: "Composite",
|
|
1403
|
-
className: "ValidationSummaryItem"
|
|
1404
|
-
}
|
|
1405
|
-
}
|
|
1406
|
-
}
|
|
1405
|
+
className: "ValidationSummaryItem",
|
|
1406
|
+
},
|
|
1407
|
+
},
|
|
1408
|
+
},
|
|
1407
1409
|
},
|
|
1408
1410
|
dbLevelValidationDetails: {
|
|
1409
1411
|
serializedName: "dbLevelValidationDetails",
|
|
@@ -1412,13 +1414,13 @@ export const ValidationDetails = {
|
|
|
1412
1414
|
element: {
|
|
1413
1415
|
type: {
|
|
1414
1416
|
name: "Composite",
|
|
1415
|
-
className: "DbLevelValidationStatus"
|
|
1416
|
-
}
|
|
1417
|
-
}
|
|
1418
|
-
}
|
|
1419
|
-
}
|
|
1420
|
-
}
|
|
1421
|
-
}
|
|
1417
|
+
className: "DbLevelValidationStatus",
|
|
1418
|
+
},
|
|
1419
|
+
},
|
|
1420
|
+
},
|
|
1421
|
+
},
|
|
1422
|
+
},
|
|
1423
|
+
},
|
|
1422
1424
|
};
|
|
1423
1425
|
export const ValidationSummaryItem = {
|
|
1424
1426
|
type: {
|
|
@@ -1428,14 +1430,14 @@ export const ValidationSummaryItem = {
|
|
|
1428
1430
|
type: {
|
|
1429
1431
|
serializedName: "type",
|
|
1430
1432
|
type: {
|
|
1431
|
-
name: "String"
|
|
1432
|
-
}
|
|
1433
|
+
name: "String",
|
|
1434
|
+
},
|
|
1433
1435
|
},
|
|
1434
1436
|
state: {
|
|
1435
1437
|
serializedName: "state",
|
|
1436
1438
|
type: {
|
|
1437
|
-
name: "String"
|
|
1438
|
-
}
|
|
1439
|
+
name: "String",
|
|
1440
|
+
},
|
|
1439
1441
|
},
|
|
1440
1442
|
messages: {
|
|
1441
1443
|
serializedName: "messages",
|
|
@@ -1444,13 +1446,13 @@ export const ValidationSummaryItem = {
|
|
|
1444
1446
|
element: {
|
|
1445
1447
|
type: {
|
|
1446
1448
|
name: "Composite",
|
|
1447
|
-
className: "ValidationMessage"
|
|
1448
|
-
}
|
|
1449
|
-
}
|
|
1450
|
-
}
|
|
1451
|
-
}
|
|
1452
|
-
}
|
|
1453
|
-
}
|
|
1449
|
+
className: "ValidationMessage",
|
|
1450
|
+
},
|
|
1451
|
+
},
|
|
1452
|
+
},
|
|
1453
|
+
},
|
|
1454
|
+
},
|
|
1455
|
+
},
|
|
1454
1456
|
};
|
|
1455
1457
|
export const ValidationMessage = {
|
|
1456
1458
|
type: {
|
|
@@ -1460,17 +1462,17 @@ export const ValidationMessage = {
|
|
|
1460
1462
|
state: {
|
|
1461
1463
|
serializedName: "state",
|
|
1462
1464
|
type: {
|
|
1463
|
-
name: "String"
|
|
1464
|
-
}
|
|
1465
|
+
name: "String",
|
|
1466
|
+
},
|
|
1465
1467
|
},
|
|
1466
1468
|
message: {
|
|
1467
1469
|
serializedName: "message",
|
|
1468
1470
|
type: {
|
|
1469
|
-
name: "String"
|
|
1470
|
-
}
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
|
-
}
|
|
1471
|
+
name: "String",
|
|
1472
|
+
},
|
|
1473
|
+
},
|
|
1474
|
+
},
|
|
1475
|
+
},
|
|
1474
1476
|
};
|
|
1475
1477
|
export const DbLevelValidationStatus = {
|
|
1476
1478
|
type: {
|
|
@@ -1480,20 +1482,20 @@ export const DbLevelValidationStatus = {
|
|
|
1480
1482
|
databaseName: {
|
|
1481
1483
|
serializedName: "databaseName",
|
|
1482
1484
|
type: {
|
|
1483
|
-
name: "String"
|
|
1484
|
-
}
|
|
1485
|
+
name: "String",
|
|
1486
|
+
},
|
|
1485
1487
|
},
|
|
1486
1488
|
startedOn: {
|
|
1487
1489
|
serializedName: "startedOn",
|
|
1488
1490
|
type: {
|
|
1489
|
-
name: "DateTime"
|
|
1490
|
-
}
|
|
1491
|
+
name: "DateTime",
|
|
1492
|
+
},
|
|
1491
1493
|
},
|
|
1492
1494
|
endedOn: {
|
|
1493
1495
|
serializedName: "endedOn",
|
|
1494
1496
|
type: {
|
|
1495
|
-
name: "DateTime"
|
|
1496
|
-
}
|
|
1497
|
+
name: "DateTime",
|
|
1498
|
+
},
|
|
1497
1499
|
},
|
|
1498
1500
|
summary: {
|
|
1499
1501
|
serializedName: "summary",
|
|
@@ -1502,13 +1504,13 @@ export const DbLevelValidationStatus = {
|
|
|
1502
1504
|
element: {
|
|
1503
1505
|
type: {
|
|
1504
1506
|
name: "Composite",
|
|
1505
|
-
className: "ValidationSummaryItem"
|
|
1506
|
-
}
|
|
1507
|
-
}
|
|
1508
|
-
}
|
|
1509
|
-
}
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1507
|
+
className: "ValidationSummaryItem",
|
|
1508
|
+
},
|
|
1509
|
+
},
|
|
1510
|
+
},
|
|
1511
|
+
},
|
|
1512
|
+
},
|
|
1513
|
+
},
|
|
1512
1514
|
};
|
|
1513
1515
|
export const DbServerMetadata = {
|
|
1514
1516
|
type: {
|
|
@@ -1519,30 +1521,30 @@ export const DbServerMetadata = {
|
|
|
1519
1521
|
serializedName: "location",
|
|
1520
1522
|
readOnly: true,
|
|
1521
1523
|
type: {
|
|
1522
|
-
name: "String"
|
|
1523
|
-
}
|
|
1524
|
+
name: "String",
|
|
1525
|
+
},
|
|
1524
1526
|
},
|
|
1525
1527
|
version: {
|
|
1526
1528
|
serializedName: "version",
|
|
1527
1529
|
type: {
|
|
1528
|
-
name: "String"
|
|
1529
|
-
}
|
|
1530
|
+
name: "String",
|
|
1531
|
+
},
|
|
1530
1532
|
},
|
|
1531
1533
|
storageMb: {
|
|
1532
1534
|
serializedName: "storageMb",
|
|
1533
1535
|
type: {
|
|
1534
|
-
name: "Number"
|
|
1535
|
-
}
|
|
1536
|
+
name: "Number",
|
|
1537
|
+
},
|
|
1536
1538
|
},
|
|
1537
1539
|
sku: {
|
|
1538
1540
|
serializedName: "sku",
|
|
1539
1541
|
type: {
|
|
1540
1542
|
name: "Composite",
|
|
1541
|
-
className: "ServerSku"
|
|
1542
|
-
}
|
|
1543
|
-
}
|
|
1544
|
-
}
|
|
1545
|
-
}
|
|
1543
|
+
className: "ServerSku",
|
|
1544
|
+
},
|
|
1545
|
+
},
|
|
1546
|
+
},
|
|
1547
|
+
},
|
|
1546
1548
|
};
|
|
1547
1549
|
export const ServerSku = {
|
|
1548
1550
|
type: {
|
|
@@ -1552,17 +1554,17 @@ export const ServerSku = {
|
|
|
1552
1554
|
name: {
|
|
1553
1555
|
serializedName: "name",
|
|
1554
1556
|
type: {
|
|
1555
|
-
name: "String"
|
|
1556
|
-
}
|
|
1557
|
+
name: "String",
|
|
1558
|
+
},
|
|
1557
1559
|
},
|
|
1558
1560
|
tier: {
|
|
1559
1561
|
serializedName: "tier",
|
|
1560
1562
|
type: {
|
|
1561
|
-
name: "String"
|
|
1562
|
-
}
|
|
1563
|
-
}
|
|
1564
|
-
}
|
|
1565
|
-
}
|
|
1563
|
+
name: "String",
|
|
1564
|
+
},
|
|
1565
|
+
},
|
|
1566
|
+
},
|
|
1567
|
+
},
|
|
1566
1568
|
};
|
|
1567
1569
|
export const MigrationSecretParameters = {
|
|
1568
1570
|
type: {
|
|
@@ -1573,23 +1575,23 @@ export const MigrationSecretParameters = {
|
|
|
1573
1575
|
serializedName: "adminCredentials",
|
|
1574
1576
|
type: {
|
|
1575
1577
|
name: "Composite",
|
|
1576
|
-
className: "AdminCredentials"
|
|
1577
|
-
}
|
|
1578
|
+
className: "AdminCredentials",
|
|
1579
|
+
},
|
|
1578
1580
|
},
|
|
1579
1581
|
sourceServerUsername: {
|
|
1580
1582
|
serializedName: "sourceServerUsername",
|
|
1581
1583
|
type: {
|
|
1582
|
-
name: "String"
|
|
1583
|
-
}
|
|
1584
|
+
name: "String",
|
|
1585
|
+
},
|
|
1584
1586
|
},
|
|
1585
1587
|
targetServerUsername: {
|
|
1586
1588
|
serializedName: "targetServerUsername",
|
|
1587
1589
|
type: {
|
|
1588
|
-
name: "String"
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
|
-
}
|
|
1592
|
-
}
|
|
1590
|
+
name: "String",
|
|
1591
|
+
},
|
|
1592
|
+
},
|
|
1593
|
+
},
|
|
1594
|
+
},
|
|
1593
1595
|
};
|
|
1594
1596
|
export const AdminCredentials = {
|
|
1595
1597
|
type: {
|
|
@@ -1600,18 +1602,18 @@ export const AdminCredentials = {
|
|
|
1600
1602
|
serializedName: "sourceServerPassword",
|
|
1601
1603
|
required: true,
|
|
1602
1604
|
type: {
|
|
1603
|
-
name: "String"
|
|
1604
|
-
}
|
|
1605
|
+
name: "String",
|
|
1606
|
+
},
|
|
1605
1607
|
},
|
|
1606
1608
|
targetServerPassword: {
|
|
1607
1609
|
serializedName: "targetServerPassword",
|
|
1608
1610
|
required: true,
|
|
1609
1611
|
type: {
|
|
1610
|
-
name: "String"
|
|
1611
|
-
}
|
|
1612
|
-
}
|
|
1613
|
-
}
|
|
1614
|
-
}
|
|
1612
|
+
name: "String",
|
|
1613
|
+
},
|
|
1614
|
+
},
|
|
1615
|
+
},
|
|
1616
|
+
},
|
|
1615
1617
|
};
|
|
1616
1618
|
export const MigrationResourceForPatch = {
|
|
1617
1619
|
type: {
|
|
@@ -1622,77 +1624,83 @@ export const MigrationResourceForPatch = {
|
|
|
1622
1624
|
serializedName: "tags",
|
|
1623
1625
|
type: {
|
|
1624
1626
|
name: "Dictionary",
|
|
1625
|
-
value: { type: { name: "String" } }
|
|
1626
|
-
}
|
|
1627
|
+
value: { type: { name: "String" } },
|
|
1628
|
+
},
|
|
1627
1629
|
},
|
|
1628
1630
|
sourceDbServerResourceId: {
|
|
1629
1631
|
serializedName: "properties.sourceDbServerResourceId",
|
|
1630
1632
|
type: {
|
|
1631
|
-
name: "String"
|
|
1632
|
-
}
|
|
1633
|
+
name: "String",
|
|
1634
|
+
},
|
|
1633
1635
|
},
|
|
1634
1636
|
sourceDbServerFullyQualifiedDomainName: {
|
|
1635
1637
|
serializedName: "properties.sourceDbServerFullyQualifiedDomainName",
|
|
1636
1638
|
type: {
|
|
1637
|
-
name: "String"
|
|
1638
|
-
}
|
|
1639
|
+
name: "String",
|
|
1640
|
+
},
|
|
1639
1641
|
},
|
|
1640
1642
|
targetDbServerFullyQualifiedDomainName: {
|
|
1641
1643
|
serializedName: "properties.targetDbServerFullyQualifiedDomainName",
|
|
1642
1644
|
type: {
|
|
1643
|
-
name: "String"
|
|
1644
|
-
}
|
|
1645
|
+
name: "String",
|
|
1646
|
+
},
|
|
1645
1647
|
},
|
|
1646
1648
|
secretParameters: {
|
|
1647
1649
|
serializedName: "properties.secretParameters",
|
|
1648
1650
|
type: {
|
|
1649
1651
|
name: "Composite",
|
|
1650
|
-
className: "MigrationSecretParameters"
|
|
1651
|
-
}
|
|
1652
|
+
className: "MigrationSecretParameters",
|
|
1653
|
+
},
|
|
1652
1654
|
},
|
|
1653
1655
|
dbsToMigrate: {
|
|
1654
1656
|
constraints: {
|
|
1655
|
-
MaxItems: 50
|
|
1657
|
+
MaxItems: 50,
|
|
1656
1658
|
},
|
|
1657
1659
|
serializedName: "properties.dbsToMigrate",
|
|
1658
1660
|
type: {
|
|
1659
1661
|
name: "Sequence",
|
|
1660
1662
|
element: {
|
|
1661
1663
|
type: {
|
|
1662
|
-
name: "String"
|
|
1663
|
-
}
|
|
1664
|
-
}
|
|
1665
|
-
}
|
|
1664
|
+
name: "String",
|
|
1665
|
+
},
|
|
1666
|
+
},
|
|
1667
|
+
},
|
|
1666
1668
|
},
|
|
1667
1669
|
setupLogicalReplicationOnSourceDbIfNeeded: {
|
|
1668
1670
|
serializedName: "properties.setupLogicalReplicationOnSourceDbIfNeeded",
|
|
1669
1671
|
type: {
|
|
1670
|
-
name: "String"
|
|
1671
|
-
}
|
|
1672
|
+
name: "String",
|
|
1673
|
+
},
|
|
1672
1674
|
},
|
|
1673
1675
|
overwriteDbsInTarget: {
|
|
1674
1676
|
serializedName: "properties.overwriteDbsInTarget",
|
|
1675
1677
|
type: {
|
|
1676
|
-
name: "String"
|
|
1677
|
-
}
|
|
1678
|
+
name: "String",
|
|
1679
|
+
},
|
|
1678
1680
|
},
|
|
1679
1681
|
migrationWindowStartTimeInUtc: {
|
|
1680
1682
|
serializedName: "properties.migrationWindowStartTimeInUtc",
|
|
1681
1683
|
type: {
|
|
1682
|
-
name: "DateTime"
|
|
1683
|
-
}
|
|
1684
|
+
name: "DateTime",
|
|
1685
|
+
},
|
|
1686
|
+
},
|
|
1687
|
+
migrateRoles: {
|
|
1688
|
+
serializedName: "properties.migrateRoles",
|
|
1689
|
+
type: {
|
|
1690
|
+
name: "String",
|
|
1691
|
+
},
|
|
1684
1692
|
},
|
|
1685
1693
|
startDataMigration: {
|
|
1686
1694
|
serializedName: "properties.startDataMigration",
|
|
1687
1695
|
type: {
|
|
1688
|
-
name: "String"
|
|
1689
|
-
}
|
|
1696
|
+
name: "String",
|
|
1697
|
+
},
|
|
1690
1698
|
},
|
|
1691
1699
|
triggerCutover: {
|
|
1692
1700
|
serializedName: "properties.triggerCutover",
|
|
1693
1701
|
type: {
|
|
1694
|
-
name: "String"
|
|
1695
|
-
}
|
|
1702
|
+
name: "String",
|
|
1703
|
+
},
|
|
1696
1704
|
},
|
|
1697
1705
|
dbsToTriggerCutoverOn: {
|
|
1698
1706
|
serializedName: "properties.dbsToTriggerCutoverOn",
|
|
@@ -1700,16 +1708,16 @@ export const MigrationResourceForPatch = {
|
|
|
1700
1708
|
name: "Sequence",
|
|
1701
1709
|
element: {
|
|
1702
1710
|
type: {
|
|
1703
|
-
name: "String"
|
|
1704
|
-
}
|
|
1705
|
-
}
|
|
1706
|
-
}
|
|
1711
|
+
name: "String",
|
|
1712
|
+
},
|
|
1713
|
+
},
|
|
1714
|
+
},
|
|
1707
1715
|
},
|
|
1708
1716
|
cancel: {
|
|
1709
1717
|
serializedName: "properties.cancel",
|
|
1710
1718
|
type: {
|
|
1711
|
-
name: "String"
|
|
1712
|
-
}
|
|
1719
|
+
name: "String",
|
|
1720
|
+
},
|
|
1713
1721
|
},
|
|
1714
1722
|
dbsToCancelMigrationOn: {
|
|
1715
1723
|
serializedName: "properties.dbsToCancelMigrationOn",
|
|
@@ -1717,19 +1725,19 @@ export const MigrationResourceForPatch = {
|
|
|
1717
1725
|
name: "Sequence",
|
|
1718
1726
|
element: {
|
|
1719
1727
|
type: {
|
|
1720
|
-
name: "String"
|
|
1721
|
-
}
|
|
1722
|
-
}
|
|
1723
|
-
}
|
|
1728
|
+
name: "String",
|
|
1729
|
+
},
|
|
1730
|
+
},
|
|
1731
|
+
},
|
|
1724
1732
|
},
|
|
1725
1733
|
migrationMode: {
|
|
1726
1734
|
serializedName: "properties.migrationMode",
|
|
1727
1735
|
type: {
|
|
1728
|
-
name: "String"
|
|
1729
|
-
}
|
|
1730
|
-
}
|
|
1731
|
-
}
|
|
1732
|
-
}
|
|
1736
|
+
name: "String",
|
|
1737
|
+
},
|
|
1738
|
+
},
|
|
1739
|
+
},
|
|
1740
|
+
},
|
|
1733
1741
|
};
|
|
1734
1742
|
export const MigrationResourceListResult = {
|
|
1735
1743
|
type: {
|
|
@@ -1744,20 +1752,20 @@ export const MigrationResourceListResult = {
|
|
|
1744
1752
|
element: {
|
|
1745
1753
|
type: {
|
|
1746
1754
|
name: "Composite",
|
|
1747
|
-
className: "MigrationResource"
|
|
1748
|
-
}
|
|
1749
|
-
}
|
|
1750
|
-
}
|
|
1755
|
+
className: "MigrationResource",
|
|
1756
|
+
},
|
|
1757
|
+
},
|
|
1758
|
+
},
|
|
1751
1759
|
},
|
|
1752
1760
|
nextLink: {
|
|
1753
1761
|
serializedName: "nextLink",
|
|
1754
1762
|
readOnly: true,
|
|
1755
1763
|
type: {
|
|
1756
|
-
name: "String"
|
|
1757
|
-
}
|
|
1758
|
-
}
|
|
1759
|
-
}
|
|
1760
|
-
}
|
|
1764
|
+
name: "String",
|
|
1765
|
+
},
|
|
1766
|
+
},
|
|
1767
|
+
},
|
|
1768
|
+
},
|
|
1761
1769
|
};
|
|
1762
1770
|
export const MigrationNameAvailabilityResource = {
|
|
1763
1771
|
type: {
|
|
@@ -1768,39 +1776,39 @@ export const MigrationNameAvailabilityResource = {
|
|
|
1768
1776
|
serializedName: "name",
|
|
1769
1777
|
required: true,
|
|
1770
1778
|
type: {
|
|
1771
|
-
name: "String"
|
|
1772
|
-
}
|
|
1779
|
+
name: "String",
|
|
1780
|
+
},
|
|
1773
1781
|
},
|
|
1774
1782
|
type: {
|
|
1775
1783
|
serializedName: "type",
|
|
1776
1784
|
required: true,
|
|
1777
1785
|
type: {
|
|
1778
|
-
name: "String"
|
|
1779
|
-
}
|
|
1786
|
+
name: "String",
|
|
1787
|
+
},
|
|
1780
1788
|
},
|
|
1781
1789
|
nameAvailable: {
|
|
1782
1790
|
serializedName: "nameAvailable",
|
|
1783
1791
|
readOnly: true,
|
|
1784
1792
|
type: {
|
|
1785
|
-
name: "Boolean"
|
|
1786
|
-
}
|
|
1793
|
+
name: "Boolean",
|
|
1794
|
+
},
|
|
1787
1795
|
},
|
|
1788
1796
|
reason: {
|
|
1789
1797
|
serializedName: "reason",
|
|
1790
1798
|
readOnly: true,
|
|
1791
1799
|
type: {
|
|
1792
|
-
name: "String"
|
|
1793
|
-
}
|
|
1800
|
+
name: "String",
|
|
1801
|
+
},
|
|
1794
1802
|
},
|
|
1795
1803
|
message: {
|
|
1796
1804
|
serializedName: "message",
|
|
1797
1805
|
readOnly: true,
|
|
1798
1806
|
type: {
|
|
1799
|
-
name: "String"
|
|
1800
|
-
}
|
|
1801
|
-
}
|
|
1802
|
-
}
|
|
1803
|
-
}
|
|
1807
|
+
name: "String",
|
|
1808
|
+
},
|
|
1809
|
+
},
|
|
1810
|
+
},
|
|
1811
|
+
},
|
|
1804
1812
|
};
|
|
1805
1813
|
export const OperationListResult = {
|
|
1806
1814
|
type: {
|
|
@@ -1814,19 +1822,19 @@ export const OperationListResult = {
|
|
|
1814
1822
|
element: {
|
|
1815
1823
|
type: {
|
|
1816
1824
|
name: "Composite",
|
|
1817
|
-
className: "Operation"
|
|
1818
|
-
}
|
|
1819
|
-
}
|
|
1820
|
-
}
|
|
1825
|
+
className: "Operation",
|
|
1826
|
+
},
|
|
1827
|
+
},
|
|
1828
|
+
},
|
|
1821
1829
|
},
|
|
1822
1830
|
nextLink: {
|
|
1823
1831
|
serializedName: "nextLink",
|
|
1824
1832
|
type: {
|
|
1825
|
-
name: "String"
|
|
1826
|
-
}
|
|
1827
|
-
}
|
|
1828
|
-
}
|
|
1829
|
-
}
|
|
1833
|
+
name: "String",
|
|
1834
|
+
},
|
|
1835
|
+
},
|
|
1836
|
+
},
|
|
1837
|
+
},
|
|
1830
1838
|
};
|
|
1831
1839
|
export const Operation = {
|
|
1832
1840
|
type: {
|
|
@@ -1837,28 +1845,28 @@ export const Operation = {
|
|
|
1837
1845
|
serializedName: "name",
|
|
1838
1846
|
readOnly: true,
|
|
1839
1847
|
type: {
|
|
1840
|
-
name: "String"
|
|
1841
|
-
}
|
|
1848
|
+
name: "String",
|
|
1849
|
+
},
|
|
1842
1850
|
},
|
|
1843
1851
|
display: {
|
|
1844
1852
|
serializedName: "display",
|
|
1845
1853
|
type: {
|
|
1846
1854
|
name: "Composite",
|
|
1847
|
-
className: "OperationDisplay"
|
|
1848
|
-
}
|
|
1855
|
+
className: "OperationDisplay",
|
|
1856
|
+
},
|
|
1849
1857
|
},
|
|
1850
1858
|
isDataAction: {
|
|
1851
1859
|
serializedName: "isDataAction",
|
|
1852
1860
|
type: {
|
|
1853
|
-
name: "Boolean"
|
|
1854
|
-
}
|
|
1861
|
+
name: "Boolean",
|
|
1862
|
+
},
|
|
1855
1863
|
},
|
|
1856
1864
|
origin: {
|
|
1857
1865
|
serializedName: "origin",
|
|
1858
1866
|
readOnly: true,
|
|
1859
1867
|
type: {
|
|
1860
|
-
name: "String"
|
|
1861
|
-
}
|
|
1868
|
+
name: "String",
|
|
1869
|
+
},
|
|
1862
1870
|
},
|
|
1863
1871
|
properties: {
|
|
1864
1872
|
serializedName: "properties",
|
|
@@ -1866,12 +1874,12 @@ export const Operation = {
|
|
|
1866
1874
|
type: {
|
|
1867
1875
|
name: "Dictionary",
|
|
1868
1876
|
value: {
|
|
1869
|
-
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
1870
|
-
}
|
|
1871
|
-
}
|
|
1872
|
-
}
|
|
1873
|
-
}
|
|
1874
|
-
}
|
|
1877
|
+
type: { name: "Dictionary", value: { type: { name: "any" } } },
|
|
1878
|
+
},
|
|
1879
|
+
},
|
|
1880
|
+
},
|
|
1881
|
+
},
|
|
1882
|
+
},
|
|
1875
1883
|
};
|
|
1876
1884
|
export const OperationDisplay = {
|
|
1877
1885
|
type: {
|
|
@@ -1882,32 +1890,32 @@ export const OperationDisplay = {
|
|
|
1882
1890
|
serializedName: "provider",
|
|
1883
1891
|
readOnly: true,
|
|
1884
1892
|
type: {
|
|
1885
|
-
name: "String"
|
|
1886
|
-
}
|
|
1893
|
+
name: "String",
|
|
1894
|
+
},
|
|
1887
1895
|
},
|
|
1888
1896
|
resource: {
|
|
1889
1897
|
serializedName: "resource",
|
|
1890
1898
|
readOnly: true,
|
|
1891
1899
|
type: {
|
|
1892
|
-
name: "String"
|
|
1893
|
-
}
|
|
1900
|
+
name: "String",
|
|
1901
|
+
},
|
|
1894
1902
|
},
|
|
1895
1903
|
operation: {
|
|
1896
1904
|
serializedName: "operation",
|
|
1897
1905
|
readOnly: true,
|
|
1898
1906
|
type: {
|
|
1899
|
-
name: "String"
|
|
1900
|
-
}
|
|
1907
|
+
name: "String",
|
|
1908
|
+
},
|
|
1901
1909
|
},
|
|
1902
1910
|
description: {
|
|
1903
1911
|
serializedName: "description",
|
|
1904
1912
|
readOnly: true,
|
|
1905
1913
|
type: {
|
|
1906
|
-
name: "String"
|
|
1907
|
-
}
|
|
1908
|
-
}
|
|
1909
|
-
}
|
|
1910
|
-
}
|
|
1914
|
+
name: "String",
|
|
1915
|
+
},
|
|
1916
|
+
},
|
|
1917
|
+
},
|
|
1918
|
+
},
|
|
1911
1919
|
};
|
|
1912
1920
|
export const PrivateEndpointConnectionListResult = {
|
|
1913
1921
|
type: {
|
|
@@ -1922,20 +1930,20 @@ export const PrivateEndpointConnectionListResult = {
|
|
|
1922
1930
|
element: {
|
|
1923
1931
|
type: {
|
|
1924
1932
|
name: "Composite",
|
|
1925
|
-
className: "PrivateEndpointConnection"
|
|
1926
|
-
}
|
|
1927
|
-
}
|
|
1928
|
-
}
|
|
1933
|
+
className: "PrivateEndpointConnection",
|
|
1934
|
+
},
|
|
1935
|
+
},
|
|
1936
|
+
},
|
|
1929
1937
|
},
|
|
1930
1938
|
nextLink: {
|
|
1931
1939
|
serializedName: "nextLink",
|
|
1932
1940
|
readOnly: true,
|
|
1933
1941
|
type: {
|
|
1934
|
-
name: "String"
|
|
1935
|
-
}
|
|
1936
|
-
}
|
|
1937
|
-
}
|
|
1938
|
-
}
|
|
1942
|
+
name: "String",
|
|
1943
|
+
},
|
|
1944
|
+
},
|
|
1945
|
+
},
|
|
1946
|
+
},
|
|
1939
1947
|
};
|
|
1940
1948
|
export const PrivateLinkResourceListResult = {
|
|
1941
1949
|
type: {
|
|
@@ -1950,20 +1958,20 @@ export const PrivateLinkResourceListResult = {
|
|
|
1950
1958
|
element: {
|
|
1951
1959
|
type: {
|
|
1952
1960
|
name: "Composite",
|
|
1953
|
-
className: "PrivateLinkResource"
|
|
1954
|
-
}
|
|
1955
|
-
}
|
|
1956
|
-
}
|
|
1961
|
+
className: "PrivateLinkResource",
|
|
1962
|
+
},
|
|
1963
|
+
},
|
|
1964
|
+
},
|
|
1957
1965
|
},
|
|
1958
1966
|
nextLink: {
|
|
1959
1967
|
serializedName: "nextLink",
|
|
1960
1968
|
readOnly: true,
|
|
1961
1969
|
type: {
|
|
1962
|
-
name: "String"
|
|
1963
|
-
}
|
|
1964
|
-
}
|
|
1965
|
-
}
|
|
1966
|
-
}
|
|
1970
|
+
name: "String",
|
|
1971
|
+
},
|
|
1972
|
+
},
|
|
1973
|
+
},
|
|
1974
|
+
},
|
|
1967
1975
|
};
|
|
1968
1976
|
export const QuotaUsagesListResult = {
|
|
1969
1977
|
type: {
|
|
@@ -1978,20 +1986,20 @@ export const QuotaUsagesListResult = {
|
|
|
1978
1986
|
element: {
|
|
1979
1987
|
type: {
|
|
1980
1988
|
name: "Composite",
|
|
1981
|
-
className: "QuotaUsage"
|
|
1982
|
-
}
|
|
1983
|
-
}
|
|
1984
|
-
}
|
|
1989
|
+
className: "QuotaUsage",
|
|
1990
|
+
},
|
|
1991
|
+
},
|
|
1992
|
+
},
|
|
1985
1993
|
},
|
|
1986
1994
|
nextLink: {
|
|
1987
1995
|
serializedName: "nextLink",
|
|
1988
1996
|
readOnly: true,
|
|
1989
1997
|
type: {
|
|
1990
|
-
name: "String"
|
|
1991
|
-
}
|
|
1992
|
-
}
|
|
1993
|
-
}
|
|
1994
|
-
}
|
|
1998
|
+
name: "String",
|
|
1999
|
+
},
|
|
2000
|
+
},
|
|
2001
|
+
},
|
|
2002
|
+
},
|
|
1995
2003
|
};
|
|
1996
2004
|
export const QuotaUsage = {
|
|
1997
2005
|
type: {
|
|
@@ -2002,36 +2010,36 @@ export const QuotaUsage = {
|
|
|
2002
2010
|
serializedName: "name",
|
|
2003
2011
|
type: {
|
|
2004
2012
|
name: "Composite",
|
|
2005
|
-
className: "NameProperty"
|
|
2006
|
-
}
|
|
2013
|
+
className: "NameProperty",
|
|
2014
|
+
},
|
|
2007
2015
|
},
|
|
2008
2016
|
limit: {
|
|
2009
2017
|
serializedName: "limit",
|
|
2010
2018
|
type: {
|
|
2011
|
-
name: "Number"
|
|
2012
|
-
}
|
|
2019
|
+
name: "Number",
|
|
2020
|
+
},
|
|
2013
2021
|
},
|
|
2014
2022
|
unit: {
|
|
2015
2023
|
defaultValue: "Count",
|
|
2016
2024
|
serializedName: "unit",
|
|
2017
2025
|
type: {
|
|
2018
|
-
name: "String"
|
|
2019
|
-
}
|
|
2026
|
+
name: "String",
|
|
2027
|
+
},
|
|
2020
2028
|
},
|
|
2021
2029
|
currentValue: {
|
|
2022
2030
|
serializedName: "currentValue",
|
|
2023
2031
|
type: {
|
|
2024
|
-
name: "Number"
|
|
2025
|
-
}
|
|
2032
|
+
name: "Number",
|
|
2033
|
+
},
|
|
2026
2034
|
},
|
|
2027
2035
|
id: {
|
|
2028
2036
|
serializedName: "id",
|
|
2029
2037
|
type: {
|
|
2030
|
-
name: "String"
|
|
2031
|
-
}
|
|
2032
|
-
}
|
|
2033
|
-
}
|
|
2034
|
-
}
|
|
2038
|
+
name: "String",
|
|
2039
|
+
},
|
|
2040
|
+
},
|
|
2041
|
+
},
|
|
2042
|
+
},
|
|
2035
2043
|
};
|
|
2036
2044
|
export const NameProperty = {
|
|
2037
2045
|
type: {
|
|
@@ -2041,17 +2049,17 @@ export const NameProperty = {
|
|
|
2041
2049
|
value: {
|
|
2042
2050
|
serializedName: "value",
|
|
2043
2051
|
type: {
|
|
2044
|
-
name: "String"
|
|
2045
|
-
}
|
|
2052
|
+
name: "String",
|
|
2053
|
+
},
|
|
2046
2054
|
},
|
|
2047
2055
|
localizedValue: {
|
|
2048
2056
|
serializedName: "localizedValue",
|
|
2049
2057
|
type: {
|
|
2050
|
-
name: "String"
|
|
2051
|
-
}
|
|
2052
|
-
}
|
|
2053
|
-
}
|
|
2054
|
-
}
|
|
2058
|
+
name: "String",
|
|
2059
|
+
},
|
|
2060
|
+
},
|
|
2061
|
+
},
|
|
2062
|
+
},
|
|
2055
2063
|
};
|
|
2056
2064
|
export const LogFileListResult = {
|
|
2057
2065
|
type: {
|
|
@@ -2065,19 +2073,19 @@ export const LogFileListResult = {
|
|
|
2065
2073
|
element: {
|
|
2066
2074
|
type: {
|
|
2067
2075
|
name: "Composite",
|
|
2068
|
-
className: "LogFile"
|
|
2069
|
-
}
|
|
2070
|
-
}
|
|
2071
|
-
}
|
|
2076
|
+
className: "LogFile",
|
|
2077
|
+
},
|
|
2078
|
+
},
|
|
2079
|
+
},
|
|
2072
2080
|
},
|
|
2073
2081
|
nextLink: {
|
|
2074
2082
|
serializedName: "nextLink",
|
|
2075
2083
|
type: {
|
|
2076
|
-
name: "String"
|
|
2077
|
-
}
|
|
2078
|
-
}
|
|
2079
|
-
}
|
|
2080
|
-
}
|
|
2084
|
+
name: "String",
|
|
2085
|
+
},
|
|
2086
|
+
},
|
|
2087
|
+
},
|
|
2088
|
+
},
|
|
2081
2089
|
};
|
|
2082
2090
|
export const RestartParameter = {
|
|
2083
2091
|
type: {
|
|
@@ -2087,17 +2095,17 @@ export const RestartParameter = {
|
|
|
2087
2095
|
restartWithFailover: {
|
|
2088
2096
|
serializedName: "restartWithFailover",
|
|
2089
2097
|
type: {
|
|
2090
|
-
name: "Boolean"
|
|
2091
|
-
}
|
|
2098
|
+
name: "Boolean",
|
|
2099
|
+
},
|
|
2092
2100
|
},
|
|
2093
2101
|
failoverMode: {
|
|
2094
2102
|
serializedName: "failoverMode",
|
|
2095
2103
|
type: {
|
|
2096
|
-
name: "String"
|
|
2097
|
-
}
|
|
2098
|
-
}
|
|
2099
|
-
}
|
|
2100
|
-
}
|
|
2104
|
+
name: "String",
|
|
2105
|
+
},
|
|
2106
|
+
},
|
|
2107
|
+
},
|
|
2108
|
+
},
|
|
2101
2109
|
};
|
|
2102
2110
|
export const ServerThreatProtectionListResult = {
|
|
2103
2111
|
type: {
|
|
@@ -2112,20 +2120,20 @@ export const ServerThreatProtectionListResult = {
|
|
|
2112
2120
|
element: {
|
|
2113
2121
|
type: {
|
|
2114
2122
|
name: "Composite",
|
|
2115
|
-
className: "ServerThreatProtectionSettingsModel"
|
|
2116
|
-
}
|
|
2117
|
-
}
|
|
2118
|
-
}
|
|
2123
|
+
className: "ServerThreatProtectionSettingsModel",
|
|
2124
|
+
},
|
|
2125
|
+
},
|
|
2126
|
+
},
|
|
2119
2127
|
},
|
|
2120
2128
|
nextLink: {
|
|
2121
2129
|
serializedName: "nextLink",
|
|
2122
2130
|
readOnly: true,
|
|
2123
2131
|
type: {
|
|
2124
|
-
name: "String"
|
|
2125
|
-
}
|
|
2126
|
-
}
|
|
2127
|
-
}
|
|
2128
|
-
}
|
|
2132
|
+
name: "String",
|
|
2133
|
+
},
|
|
2134
|
+
},
|
|
2135
|
+
},
|
|
2136
|
+
},
|
|
2129
2137
|
};
|
|
2130
2138
|
export const VirtualEndpointResourceForPatch = {
|
|
2131
2139
|
type: {
|
|
@@ -2135,8 +2143,8 @@ export const VirtualEndpointResourceForPatch = {
|
|
|
2135
2143
|
endpointType: {
|
|
2136
2144
|
serializedName: "properties.endpointType",
|
|
2137
2145
|
type: {
|
|
2138
|
-
name: "String"
|
|
2139
|
-
}
|
|
2146
|
+
name: "String",
|
|
2147
|
+
},
|
|
2140
2148
|
},
|
|
2141
2149
|
members: {
|
|
2142
2150
|
serializedName: "properties.members",
|
|
@@ -2144,10 +2152,10 @@ export const VirtualEndpointResourceForPatch = {
|
|
|
2144
2152
|
name: "Sequence",
|
|
2145
2153
|
element: {
|
|
2146
2154
|
type: {
|
|
2147
|
-
name: "String"
|
|
2148
|
-
}
|
|
2149
|
-
}
|
|
2150
|
-
}
|
|
2155
|
+
name: "String",
|
|
2156
|
+
},
|
|
2157
|
+
},
|
|
2158
|
+
},
|
|
2151
2159
|
},
|
|
2152
2160
|
virtualEndpoints: {
|
|
2153
2161
|
serializedName: "properties.virtualEndpoints",
|
|
@@ -2156,13 +2164,13 @@ export const VirtualEndpointResourceForPatch = {
|
|
|
2156
2164
|
name: "Sequence",
|
|
2157
2165
|
element: {
|
|
2158
2166
|
type: {
|
|
2159
|
-
name: "String"
|
|
2160
|
-
}
|
|
2161
|
-
}
|
|
2162
|
-
}
|
|
2163
|
-
}
|
|
2164
|
-
}
|
|
2165
|
-
}
|
|
2167
|
+
name: "String",
|
|
2168
|
+
},
|
|
2169
|
+
},
|
|
2170
|
+
},
|
|
2171
|
+
},
|
|
2172
|
+
},
|
|
2173
|
+
},
|
|
2166
2174
|
};
|
|
2167
2175
|
export const VirtualEndpointsListResult = {
|
|
2168
2176
|
type: {
|
|
@@ -2176,19 +2184,19 @@ export const VirtualEndpointsListResult = {
|
|
|
2176
2184
|
element: {
|
|
2177
2185
|
type: {
|
|
2178
2186
|
name: "Composite",
|
|
2179
|
-
className: "VirtualEndpointResource"
|
|
2180
|
-
}
|
|
2181
|
-
}
|
|
2182
|
-
}
|
|
2187
|
+
className: "VirtualEndpointResource",
|
|
2188
|
+
},
|
|
2189
|
+
},
|
|
2190
|
+
},
|
|
2183
2191
|
},
|
|
2184
2192
|
nextLink: {
|
|
2185
2193
|
serializedName: "nextLink",
|
|
2186
2194
|
type: {
|
|
2187
|
-
name: "String"
|
|
2188
|
-
}
|
|
2189
|
-
}
|
|
2190
|
-
}
|
|
2191
|
-
}
|
|
2195
|
+
name: "String",
|
|
2196
|
+
},
|
|
2197
|
+
},
|
|
2198
|
+
},
|
|
2199
|
+
},
|
|
2192
2200
|
};
|
|
2193
2201
|
export const VirtualNetworkSubnetUsageParameter = {
|
|
2194
2202
|
type: {
|
|
@@ -2198,11 +2206,11 @@ export const VirtualNetworkSubnetUsageParameter = {
|
|
|
2198
2206
|
virtualNetworkArmResourceId: {
|
|
2199
2207
|
serializedName: "virtualNetworkArmResourceId",
|
|
2200
2208
|
type: {
|
|
2201
|
-
name: "String"
|
|
2202
|
-
}
|
|
2203
|
-
}
|
|
2204
|
-
}
|
|
2205
|
-
}
|
|
2209
|
+
name: "String",
|
|
2210
|
+
},
|
|
2211
|
+
},
|
|
2212
|
+
},
|
|
2213
|
+
},
|
|
2206
2214
|
};
|
|
2207
2215
|
export const VirtualNetworkSubnetUsageResult = {
|
|
2208
2216
|
type: {
|
|
@@ -2217,27 +2225,27 @@ export const VirtualNetworkSubnetUsageResult = {
|
|
|
2217
2225
|
element: {
|
|
2218
2226
|
type: {
|
|
2219
2227
|
name: "Composite",
|
|
2220
|
-
className: "DelegatedSubnetUsage"
|
|
2221
|
-
}
|
|
2222
|
-
}
|
|
2223
|
-
}
|
|
2228
|
+
className: "DelegatedSubnetUsage",
|
|
2229
|
+
},
|
|
2230
|
+
},
|
|
2231
|
+
},
|
|
2224
2232
|
},
|
|
2225
2233
|
location: {
|
|
2226
2234
|
serializedName: "location",
|
|
2227
2235
|
readOnly: true,
|
|
2228
2236
|
type: {
|
|
2229
|
-
name: "String"
|
|
2230
|
-
}
|
|
2237
|
+
name: "String",
|
|
2238
|
+
},
|
|
2231
2239
|
},
|
|
2232
2240
|
subscriptionId: {
|
|
2233
2241
|
serializedName: "subscriptionId",
|
|
2234
2242
|
readOnly: true,
|
|
2235
2243
|
type: {
|
|
2236
|
-
name: "String"
|
|
2237
|
-
}
|
|
2238
|
-
}
|
|
2239
|
-
}
|
|
2240
|
-
}
|
|
2244
|
+
name: "String",
|
|
2245
|
+
},
|
|
2246
|
+
},
|
|
2247
|
+
},
|
|
2248
|
+
},
|
|
2241
2249
|
};
|
|
2242
2250
|
export const DelegatedSubnetUsage = {
|
|
2243
2251
|
type: {
|
|
@@ -2248,25 +2256,25 @@ export const DelegatedSubnetUsage = {
|
|
|
2248
2256
|
serializedName: "subnetName",
|
|
2249
2257
|
readOnly: true,
|
|
2250
2258
|
type: {
|
|
2251
|
-
name: "String"
|
|
2252
|
-
}
|
|
2259
|
+
name: "String",
|
|
2260
|
+
},
|
|
2253
2261
|
},
|
|
2254
2262
|
usage: {
|
|
2255
2263
|
serializedName: "usage",
|
|
2256
2264
|
readOnly: true,
|
|
2257
2265
|
type: {
|
|
2258
|
-
name: "Number"
|
|
2259
|
-
}
|
|
2260
|
-
}
|
|
2261
|
-
}
|
|
2262
|
-
}
|
|
2266
|
+
name: "Number",
|
|
2267
|
+
},
|
|
2268
|
+
},
|
|
2269
|
+
},
|
|
2270
|
+
},
|
|
2263
2271
|
};
|
|
2264
2272
|
export const ProxyResource = {
|
|
2265
2273
|
type: {
|
|
2266
2274
|
name: "Composite",
|
|
2267
2275
|
className: "ProxyResource",
|
|
2268
|
-
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
2269
|
-
}
|
|
2276
|
+
modelProperties: Object.assign({}, Resource.type.modelProperties),
|
|
2277
|
+
},
|
|
2270
2278
|
};
|
|
2271
2279
|
export const PrivateEndpointConnection = {
|
|
2272
2280
|
type: {
|
|
@@ -2279,30 +2287,30 @@ export const PrivateEndpointConnection = {
|
|
|
2279
2287
|
name: "Sequence",
|
|
2280
2288
|
element: {
|
|
2281
2289
|
type: {
|
|
2282
|
-
name: "String"
|
|
2283
|
-
}
|
|
2284
|
-
}
|
|
2285
|
-
}
|
|
2290
|
+
name: "String",
|
|
2291
|
+
},
|
|
2292
|
+
},
|
|
2293
|
+
},
|
|
2286
2294
|
}, privateEndpoint: {
|
|
2287
2295
|
serializedName: "properties.privateEndpoint",
|
|
2288
2296
|
type: {
|
|
2289
2297
|
name: "Composite",
|
|
2290
|
-
className: "PrivateEndpoint"
|
|
2291
|
-
}
|
|
2298
|
+
className: "PrivateEndpoint",
|
|
2299
|
+
},
|
|
2292
2300
|
}, privateLinkServiceConnectionState: {
|
|
2293
2301
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
2294
2302
|
type: {
|
|
2295
2303
|
name: "Composite",
|
|
2296
|
-
className: "PrivateLinkServiceConnectionState"
|
|
2297
|
-
}
|
|
2304
|
+
className: "PrivateLinkServiceConnectionState",
|
|
2305
|
+
},
|
|
2298
2306
|
}, provisioningState: {
|
|
2299
2307
|
serializedName: "properties.provisioningState",
|
|
2300
2308
|
readOnly: true,
|
|
2301
2309
|
type: {
|
|
2302
|
-
name: "String"
|
|
2303
|
-
}
|
|
2304
|
-
} })
|
|
2305
|
-
}
|
|
2310
|
+
name: "String",
|
|
2311
|
+
},
|
|
2312
|
+
} }),
|
|
2313
|
+
},
|
|
2306
2314
|
};
|
|
2307
2315
|
export const TrackedResource = {
|
|
2308
2316
|
type: {
|
|
@@ -2312,16 +2320,16 @@ export const TrackedResource = {
|
|
|
2312
2320
|
serializedName: "tags",
|
|
2313
2321
|
type: {
|
|
2314
2322
|
name: "Dictionary",
|
|
2315
|
-
value: { type: { name: "String" } }
|
|
2316
|
-
}
|
|
2323
|
+
value: { type: { name: "String" } },
|
|
2324
|
+
},
|
|
2317
2325
|
}, location: {
|
|
2318
2326
|
serializedName: "location",
|
|
2319
2327
|
required: true,
|
|
2320
2328
|
type: {
|
|
2321
|
-
name: "String"
|
|
2322
|
-
}
|
|
2323
|
-
} })
|
|
2324
|
-
}
|
|
2329
|
+
name: "String",
|
|
2330
|
+
},
|
|
2331
|
+
} }),
|
|
2332
|
+
},
|
|
2325
2333
|
};
|
|
2326
2334
|
export const PrivateLinkResource = {
|
|
2327
2335
|
type: {
|
|
@@ -2331,8 +2339,8 @@ export const PrivateLinkResource = {
|
|
|
2331
2339
|
serializedName: "properties.groupId",
|
|
2332
2340
|
readOnly: true,
|
|
2333
2341
|
type: {
|
|
2334
|
-
name: "String"
|
|
2335
|
-
}
|
|
2342
|
+
name: "String",
|
|
2343
|
+
},
|
|
2336
2344
|
}, requiredMembers: {
|
|
2337
2345
|
serializedName: "properties.requiredMembers",
|
|
2338
2346
|
readOnly: true,
|
|
@@ -2340,29 +2348,29 @@ export const PrivateLinkResource = {
|
|
|
2340
2348
|
name: "Sequence",
|
|
2341
2349
|
element: {
|
|
2342
2350
|
type: {
|
|
2343
|
-
name: "String"
|
|
2344
|
-
}
|
|
2345
|
-
}
|
|
2346
|
-
}
|
|
2351
|
+
name: "String",
|
|
2352
|
+
},
|
|
2353
|
+
},
|
|
2354
|
+
},
|
|
2347
2355
|
}, requiredZoneNames: {
|
|
2348
2356
|
serializedName: "properties.requiredZoneNames",
|
|
2349
2357
|
type: {
|
|
2350
2358
|
name: "Sequence",
|
|
2351
2359
|
element: {
|
|
2352
2360
|
type: {
|
|
2353
|
-
name: "String"
|
|
2354
|
-
}
|
|
2355
|
-
}
|
|
2356
|
-
}
|
|
2357
|
-
} })
|
|
2358
|
-
}
|
|
2361
|
+
name: "String",
|
|
2362
|
+
},
|
|
2363
|
+
},
|
|
2364
|
+
},
|
|
2365
|
+
} }),
|
|
2366
|
+
},
|
|
2359
2367
|
};
|
|
2360
2368
|
export const VirtualEndpointResource = {
|
|
2361
2369
|
type: {
|
|
2362
2370
|
name: "Composite",
|
|
2363
2371
|
className: "VirtualEndpointResource",
|
|
2364
|
-
modelProperties: Object.assign(Object.assign({}, VirtualEndpointResourceForPatch.type.modelProperties), Resource.type.modelProperties)
|
|
2365
|
-
}
|
|
2372
|
+
modelProperties: Object.assign(Object.assign({}, VirtualEndpointResourceForPatch.type.modelProperties), Resource.type.modelProperties),
|
|
2373
|
+
},
|
|
2366
2374
|
};
|
|
2367
2375
|
export const StorageTierCapability = {
|
|
2368
2376
|
type: {
|
|
@@ -2372,16 +2380,16 @@ export const StorageTierCapability = {
|
|
|
2372
2380
|
serializedName: "name",
|
|
2373
2381
|
readOnly: true,
|
|
2374
2382
|
type: {
|
|
2375
|
-
name: "String"
|
|
2376
|
-
}
|
|
2383
|
+
name: "String",
|
|
2384
|
+
},
|
|
2377
2385
|
}, iops: {
|
|
2378
2386
|
serializedName: "iops",
|
|
2379
2387
|
readOnly: true,
|
|
2380
2388
|
type: {
|
|
2381
|
-
name: "Number"
|
|
2382
|
-
}
|
|
2383
|
-
} })
|
|
2384
|
-
}
|
|
2389
|
+
name: "Number",
|
|
2390
|
+
},
|
|
2391
|
+
} }),
|
|
2392
|
+
},
|
|
2385
2393
|
};
|
|
2386
2394
|
export const StorageMbCapability = {
|
|
2387
2395
|
type: {
|
|
@@ -2391,44 +2399,44 @@ export const StorageMbCapability = {
|
|
|
2391
2399
|
serializedName: "supportedIops",
|
|
2392
2400
|
readOnly: true,
|
|
2393
2401
|
type: {
|
|
2394
|
-
name: "Number"
|
|
2395
|
-
}
|
|
2402
|
+
name: "Number",
|
|
2403
|
+
},
|
|
2396
2404
|
}, supportedMaximumIops: {
|
|
2397
2405
|
serializedName: "supportedMaximumIops",
|
|
2398
2406
|
readOnly: true,
|
|
2399
2407
|
type: {
|
|
2400
|
-
name: "Number"
|
|
2401
|
-
}
|
|
2408
|
+
name: "Number",
|
|
2409
|
+
},
|
|
2402
2410
|
}, storageSizeMb: {
|
|
2403
2411
|
serializedName: "storageSizeMb",
|
|
2404
2412
|
readOnly: true,
|
|
2405
2413
|
type: {
|
|
2406
|
-
name: "Number"
|
|
2407
|
-
}
|
|
2414
|
+
name: "Number",
|
|
2415
|
+
},
|
|
2408
2416
|
}, maximumStorageSizeMb: {
|
|
2409
2417
|
serializedName: "maximumStorageSizeMb",
|
|
2410
2418
|
readOnly: true,
|
|
2411
2419
|
type: {
|
|
2412
|
-
name: "Number"
|
|
2413
|
-
}
|
|
2420
|
+
name: "Number",
|
|
2421
|
+
},
|
|
2414
2422
|
}, supportedThroughput: {
|
|
2415
2423
|
serializedName: "supportedThroughput",
|
|
2416
2424
|
readOnly: true,
|
|
2417
2425
|
type: {
|
|
2418
|
-
name: "Number"
|
|
2419
|
-
}
|
|
2426
|
+
name: "Number",
|
|
2427
|
+
},
|
|
2420
2428
|
}, supportedMaximumThroughput: {
|
|
2421
2429
|
serializedName: "supportedMaximumThroughput",
|
|
2422
2430
|
readOnly: true,
|
|
2423
2431
|
type: {
|
|
2424
|
-
name: "Number"
|
|
2425
|
-
}
|
|
2432
|
+
name: "Number",
|
|
2433
|
+
},
|
|
2426
2434
|
}, defaultIopsTier: {
|
|
2427
2435
|
serializedName: "defaultIopsTier",
|
|
2428
2436
|
readOnly: true,
|
|
2429
2437
|
type: {
|
|
2430
|
-
name: "String"
|
|
2431
|
-
}
|
|
2438
|
+
name: "String",
|
|
2439
|
+
},
|
|
2432
2440
|
}, supportedIopsTiers: {
|
|
2433
2441
|
serializedName: "supportedIopsTiers",
|
|
2434
2442
|
readOnly: true,
|
|
@@ -2437,12 +2445,12 @@ export const StorageMbCapability = {
|
|
|
2437
2445
|
element: {
|
|
2438
2446
|
type: {
|
|
2439
2447
|
name: "Composite",
|
|
2440
|
-
className: "StorageTierCapability"
|
|
2441
|
-
}
|
|
2442
|
-
}
|
|
2443
|
-
}
|
|
2444
|
-
} })
|
|
2445
|
-
}
|
|
2448
|
+
className: "StorageTierCapability",
|
|
2449
|
+
},
|
|
2450
|
+
},
|
|
2451
|
+
},
|
|
2452
|
+
} }),
|
|
2453
|
+
},
|
|
2446
2454
|
};
|
|
2447
2455
|
export const StorageEditionCapability = {
|
|
2448
2456
|
type: {
|
|
@@ -2452,14 +2460,14 @@ export const StorageEditionCapability = {
|
|
|
2452
2460
|
serializedName: "name",
|
|
2453
2461
|
readOnly: true,
|
|
2454
2462
|
type: {
|
|
2455
|
-
name: "String"
|
|
2456
|
-
}
|
|
2463
|
+
name: "String",
|
|
2464
|
+
},
|
|
2457
2465
|
}, defaultStorageSizeMb: {
|
|
2458
2466
|
serializedName: "defaultStorageSizeMb",
|
|
2459
2467
|
readOnly: true,
|
|
2460
2468
|
type: {
|
|
2461
|
-
name: "Number"
|
|
2462
|
-
}
|
|
2469
|
+
name: "Number",
|
|
2470
|
+
},
|
|
2463
2471
|
}, supportedStorageMb: {
|
|
2464
2472
|
serializedName: "supportedStorageMb",
|
|
2465
2473
|
readOnly: true,
|
|
@@ -2468,12 +2476,12 @@ export const StorageEditionCapability = {
|
|
|
2468
2476
|
element: {
|
|
2469
2477
|
type: {
|
|
2470
2478
|
name: "Composite",
|
|
2471
|
-
className: "StorageMbCapability"
|
|
2472
|
-
}
|
|
2473
|
-
}
|
|
2474
|
-
}
|
|
2475
|
-
} })
|
|
2476
|
-
}
|
|
2479
|
+
className: "StorageMbCapability",
|
|
2480
|
+
},
|
|
2481
|
+
},
|
|
2482
|
+
},
|
|
2483
|
+
} }),
|
|
2484
|
+
},
|
|
2477
2485
|
};
|
|
2478
2486
|
export const ServerSkuCapability = {
|
|
2479
2487
|
type: {
|
|
@@ -2483,26 +2491,26 @@ export const ServerSkuCapability = {
|
|
|
2483
2491
|
serializedName: "name",
|
|
2484
2492
|
readOnly: true,
|
|
2485
2493
|
type: {
|
|
2486
|
-
name: "String"
|
|
2487
|
-
}
|
|
2494
|
+
name: "String",
|
|
2495
|
+
},
|
|
2488
2496
|
}, vCores: {
|
|
2489
2497
|
serializedName: "vCores",
|
|
2490
2498
|
readOnly: true,
|
|
2491
2499
|
type: {
|
|
2492
|
-
name: "Number"
|
|
2493
|
-
}
|
|
2500
|
+
name: "Number",
|
|
2501
|
+
},
|
|
2494
2502
|
}, supportedIops: {
|
|
2495
2503
|
serializedName: "supportedIops",
|
|
2496
2504
|
readOnly: true,
|
|
2497
2505
|
type: {
|
|
2498
|
-
name: "Number"
|
|
2499
|
-
}
|
|
2506
|
+
name: "Number",
|
|
2507
|
+
},
|
|
2500
2508
|
}, supportedMemoryPerVcoreMb: {
|
|
2501
2509
|
serializedName: "supportedMemoryPerVcoreMb",
|
|
2502
2510
|
readOnly: true,
|
|
2503
2511
|
type: {
|
|
2504
|
-
name: "Number"
|
|
2505
|
-
}
|
|
2512
|
+
name: "Number",
|
|
2513
|
+
},
|
|
2506
2514
|
}, supportedZones: {
|
|
2507
2515
|
serializedName: "supportedZones",
|
|
2508
2516
|
readOnly: true,
|
|
@@ -2510,10 +2518,10 @@ export const ServerSkuCapability = {
|
|
|
2510
2518
|
name: "Sequence",
|
|
2511
2519
|
element: {
|
|
2512
2520
|
type: {
|
|
2513
|
-
name: "String"
|
|
2514
|
-
}
|
|
2515
|
-
}
|
|
2516
|
-
}
|
|
2521
|
+
name: "String",
|
|
2522
|
+
},
|
|
2523
|
+
},
|
|
2524
|
+
},
|
|
2517
2525
|
}, supportedHaMode: {
|
|
2518
2526
|
serializedName: "supportedHaMode",
|
|
2519
2527
|
readOnly: true,
|
|
@@ -2521,12 +2529,12 @@ export const ServerSkuCapability = {
|
|
|
2521
2529
|
name: "Sequence",
|
|
2522
2530
|
element: {
|
|
2523
2531
|
type: {
|
|
2524
|
-
name: "String"
|
|
2525
|
-
}
|
|
2526
|
-
}
|
|
2527
|
-
}
|
|
2528
|
-
} })
|
|
2529
|
-
}
|
|
2532
|
+
name: "String",
|
|
2533
|
+
},
|
|
2534
|
+
},
|
|
2535
|
+
},
|
|
2536
|
+
} }),
|
|
2537
|
+
},
|
|
2530
2538
|
};
|
|
2531
2539
|
export const FlexibleServerEditionCapability = {
|
|
2532
2540
|
type: {
|
|
@@ -2536,14 +2544,14 @@ export const FlexibleServerEditionCapability = {
|
|
|
2536
2544
|
serializedName: "name",
|
|
2537
2545
|
readOnly: true,
|
|
2538
2546
|
type: {
|
|
2539
|
-
name: "String"
|
|
2540
|
-
}
|
|
2547
|
+
name: "String",
|
|
2548
|
+
},
|
|
2541
2549
|
}, defaultSkuName: {
|
|
2542
2550
|
serializedName: "defaultSkuName",
|
|
2543
2551
|
readOnly: true,
|
|
2544
2552
|
type: {
|
|
2545
|
-
name: "String"
|
|
2546
|
-
}
|
|
2553
|
+
name: "String",
|
|
2554
|
+
},
|
|
2547
2555
|
}, supportedStorageEditions: {
|
|
2548
2556
|
serializedName: "supportedStorageEditions",
|
|
2549
2557
|
readOnly: true,
|
|
@@ -2552,10 +2560,10 @@ export const FlexibleServerEditionCapability = {
|
|
|
2552
2560
|
element: {
|
|
2553
2561
|
type: {
|
|
2554
2562
|
name: "Composite",
|
|
2555
|
-
className: "StorageEditionCapability"
|
|
2556
|
-
}
|
|
2557
|
-
}
|
|
2558
|
-
}
|
|
2563
|
+
className: "StorageEditionCapability",
|
|
2564
|
+
},
|
|
2565
|
+
},
|
|
2566
|
+
},
|
|
2559
2567
|
}, supportedServerSkus: {
|
|
2560
2568
|
serializedName: "supportedServerSkus",
|
|
2561
2569
|
readOnly: true,
|
|
@@ -2564,12 +2572,12 @@ export const FlexibleServerEditionCapability = {
|
|
|
2564
2572
|
element: {
|
|
2565
2573
|
type: {
|
|
2566
2574
|
name: "Composite",
|
|
2567
|
-
className: "ServerSkuCapability"
|
|
2568
|
-
}
|
|
2569
|
-
}
|
|
2570
|
-
}
|
|
2571
|
-
} })
|
|
2572
|
-
}
|
|
2575
|
+
className: "ServerSkuCapability",
|
|
2576
|
+
},
|
|
2577
|
+
},
|
|
2578
|
+
},
|
|
2579
|
+
} }),
|
|
2580
|
+
},
|
|
2573
2581
|
};
|
|
2574
2582
|
export const ServerVersionCapability = {
|
|
2575
2583
|
type: {
|
|
@@ -2579,8 +2587,8 @@ export const ServerVersionCapability = {
|
|
|
2579
2587
|
serializedName: "name",
|
|
2580
2588
|
readOnly: true,
|
|
2581
2589
|
type: {
|
|
2582
|
-
name: "String"
|
|
2583
|
-
}
|
|
2590
|
+
name: "String",
|
|
2591
|
+
},
|
|
2584
2592
|
}, supportedVersionsToUpgrade: {
|
|
2585
2593
|
serializedName: "supportedVersionsToUpgrade",
|
|
2586
2594
|
readOnly: true,
|
|
@@ -2588,12 +2596,12 @@ export const ServerVersionCapability = {
|
|
|
2588
2596
|
name: "Sequence",
|
|
2589
2597
|
element: {
|
|
2590
2598
|
type: {
|
|
2591
|
-
name: "String"
|
|
2592
|
-
}
|
|
2593
|
-
}
|
|
2594
|
-
}
|
|
2595
|
-
} })
|
|
2596
|
-
}
|
|
2599
|
+
name: "String",
|
|
2600
|
+
},
|
|
2601
|
+
},
|
|
2602
|
+
},
|
|
2603
|
+
} }),
|
|
2604
|
+
},
|
|
2597
2605
|
};
|
|
2598
2606
|
export const FastProvisioningEditionCapability = {
|
|
2599
2607
|
type: {
|
|
@@ -2603,34 +2611,34 @@ export const FastProvisioningEditionCapability = {
|
|
|
2603
2611
|
serializedName: "supportedTier",
|
|
2604
2612
|
readOnly: true,
|
|
2605
2613
|
type: {
|
|
2606
|
-
name: "String"
|
|
2607
|
-
}
|
|
2614
|
+
name: "String",
|
|
2615
|
+
},
|
|
2608
2616
|
}, supportedSku: {
|
|
2609
2617
|
serializedName: "supportedSku",
|
|
2610
2618
|
readOnly: true,
|
|
2611
2619
|
type: {
|
|
2612
|
-
name: "String"
|
|
2613
|
-
}
|
|
2620
|
+
name: "String",
|
|
2621
|
+
},
|
|
2614
2622
|
}, supportedStorageGb: {
|
|
2615
2623
|
serializedName: "supportedStorageGb",
|
|
2616
2624
|
readOnly: true,
|
|
2617
2625
|
type: {
|
|
2618
|
-
name: "Number"
|
|
2619
|
-
}
|
|
2626
|
+
name: "Number",
|
|
2627
|
+
},
|
|
2620
2628
|
}, supportedServerVersions: {
|
|
2621
2629
|
serializedName: "supportedServerVersions",
|
|
2622
2630
|
readOnly: true,
|
|
2623
2631
|
type: {
|
|
2624
|
-
name: "String"
|
|
2625
|
-
}
|
|
2632
|
+
name: "String",
|
|
2633
|
+
},
|
|
2626
2634
|
}, serverCount: {
|
|
2627
2635
|
serializedName: "serverCount",
|
|
2628
2636
|
readOnly: true,
|
|
2629
2637
|
type: {
|
|
2630
|
-
name: "Number"
|
|
2631
|
-
}
|
|
2632
|
-
} })
|
|
2633
|
-
}
|
|
2638
|
+
name: "Number",
|
|
2639
|
+
},
|
|
2640
|
+
} }),
|
|
2641
|
+
},
|
|
2634
2642
|
};
|
|
2635
2643
|
export const FlexibleServerCapability = {
|
|
2636
2644
|
type: {
|
|
@@ -2639,8 +2647,8 @@ export const FlexibleServerCapability = {
|
|
|
2639
2647
|
modelProperties: Object.assign(Object.assign({}, CapabilityBase.type.modelProperties), { name: {
|
|
2640
2648
|
serializedName: "name",
|
|
2641
2649
|
type: {
|
|
2642
|
-
name: "String"
|
|
2643
|
-
}
|
|
2650
|
+
name: "String",
|
|
2651
|
+
},
|
|
2644
2652
|
}, supportedServerEditions: {
|
|
2645
2653
|
serializedName: "supportedServerEditions",
|
|
2646
2654
|
readOnly: true,
|
|
@@ -2649,10 +2657,10 @@ export const FlexibleServerCapability = {
|
|
|
2649
2657
|
element: {
|
|
2650
2658
|
type: {
|
|
2651
2659
|
name: "Composite",
|
|
2652
|
-
className: "FlexibleServerEditionCapability"
|
|
2653
|
-
}
|
|
2654
|
-
}
|
|
2655
|
-
}
|
|
2660
|
+
className: "FlexibleServerEditionCapability",
|
|
2661
|
+
},
|
|
2662
|
+
},
|
|
2663
|
+
},
|
|
2656
2664
|
}, supportedServerVersions: {
|
|
2657
2665
|
serializedName: "supportedServerVersions",
|
|
2658
2666
|
readOnly: true,
|
|
@@ -2661,16 +2669,16 @@ export const FlexibleServerCapability = {
|
|
|
2661
2669
|
element: {
|
|
2662
2670
|
type: {
|
|
2663
2671
|
name: "Composite",
|
|
2664
|
-
className: "ServerVersionCapability"
|
|
2665
|
-
}
|
|
2666
|
-
}
|
|
2667
|
-
}
|
|
2672
|
+
className: "ServerVersionCapability",
|
|
2673
|
+
},
|
|
2674
|
+
},
|
|
2675
|
+
},
|
|
2668
2676
|
}, fastProvisioningSupported: {
|
|
2669
2677
|
serializedName: "fastProvisioningSupported",
|
|
2670
2678
|
readOnly: true,
|
|
2671
2679
|
type: {
|
|
2672
|
-
name: "String"
|
|
2673
|
-
}
|
|
2680
|
+
name: "String",
|
|
2681
|
+
},
|
|
2674
2682
|
}, supportedFastProvisioningEditions: {
|
|
2675
2683
|
serializedName: "supportedFastProvisioningEditions",
|
|
2676
2684
|
readOnly: true,
|
|
@@ -2679,48 +2687,48 @@ export const FlexibleServerCapability = {
|
|
|
2679
2687
|
element: {
|
|
2680
2688
|
type: {
|
|
2681
2689
|
name: "Composite",
|
|
2682
|
-
className: "FastProvisioningEditionCapability"
|
|
2683
|
-
}
|
|
2684
|
-
}
|
|
2685
|
-
}
|
|
2690
|
+
className: "FastProvisioningEditionCapability",
|
|
2691
|
+
},
|
|
2692
|
+
},
|
|
2693
|
+
},
|
|
2686
2694
|
}, geoBackupSupported: {
|
|
2687
2695
|
serializedName: "geoBackupSupported",
|
|
2688
2696
|
readOnly: true,
|
|
2689
2697
|
type: {
|
|
2690
|
-
name: "String"
|
|
2691
|
-
}
|
|
2698
|
+
name: "String",
|
|
2699
|
+
},
|
|
2692
2700
|
}, zoneRedundantHaSupported: {
|
|
2693
2701
|
serializedName: "zoneRedundantHaSupported",
|
|
2694
2702
|
readOnly: true,
|
|
2695
2703
|
type: {
|
|
2696
|
-
name: "String"
|
|
2697
|
-
}
|
|
2704
|
+
name: "String",
|
|
2705
|
+
},
|
|
2698
2706
|
}, zoneRedundantHaAndGeoBackupSupported: {
|
|
2699
2707
|
serializedName: "zoneRedundantHaAndGeoBackupSupported",
|
|
2700
2708
|
readOnly: true,
|
|
2701
2709
|
type: {
|
|
2702
|
-
name: "String"
|
|
2703
|
-
}
|
|
2710
|
+
name: "String",
|
|
2711
|
+
},
|
|
2704
2712
|
}, storageAutoGrowthSupported: {
|
|
2705
2713
|
serializedName: "storageAutoGrowthSupported",
|
|
2706
2714
|
readOnly: true,
|
|
2707
2715
|
type: {
|
|
2708
|
-
name: "String"
|
|
2709
|
-
}
|
|
2716
|
+
name: "String",
|
|
2717
|
+
},
|
|
2710
2718
|
}, onlineResizeSupported: {
|
|
2711
2719
|
serializedName: "onlineResizeSupported",
|
|
2712
2720
|
readOnly: true,
|
|
2713
2721
|
type: {
|
|
2714
|
-
name: "String"
|
|
2715
|
-
}
|
|
2722
|
+
name: "String",
|
|
2723
|
+
},
|
|
2716
2724
|
}, restricted: {
|
|
2717
2725
|
serializedName: "restricted",
|
|
2718
2726
|
readOnly: true,
|
|
2719
2727
|
type: {
|
|
2720
|
-
name: "String"
|
|
2721
|
-
}
|
|
2722
|
-
} })
|
|
2723
|
-
}
|
|
2728
|
+
name: "String",
|
|
2729
|
+
},
|
|
2730
|
+
} }),
|
|
2731
|
+
},
|
|
2724
2732
|
};
|
|
2725
2733
|
export const NameAvailability = {
|
|
2726
2734
|
type: {
|
|
@@ -2730,23 +2738,23 @@ export const NameAvailability = {
|
|
|
2730
2738
|
serializedName: "name",
|
|
2731
2739
|
readOnly: true,
|
|
2732
2740
|
type: {
|
|
2733
|
-
name: "String"
|
|
2734
|
-
}
|
|
2741
|
+
name: "String",
|
|
2742
|
+
},
|
|
2735
2743
|
}, type: {
|
|
2736
2744
|
serializedName: "type",
|
|
2737
2745
|
readOnly: true,
|
|
2738
2746
|
type: {
|
|
2739
|
-
name: "String"
|
|
2740
|
-
}
|
|
2741
|
-
} })
|
|
2742
|
-
}
|
|
2747
|
+
name: "String",
|
|
2748
|
+
},
|
|
2749
|
+
} }),
|
|
2750
|
+
},
|
|
2743
2751
|
};
|
|
2744
2752
|
export const LtrPreBackupRequest = {
|
|
2745
2753
|
type: {
|
|
2746
2754
|
name: "Composite",
|
|
2747
2755
|
className: "LtrPreBackupRequest",
|
|
2748
|
-
modelProperties: Object.assign({}, BackupRequestBase.type.modelProperties)
|
|
2749
|
-
}
|
|
2756
|
+
modelProperties: Object.assign({}, BackupRequestBase.type.modelProperties),
|
|
2757
|
+
},
|
|
2750
2758
|
};
|
|
2751
2759
|
export const LtrBackupRequest = {
|
|
2752
2760
|
type: {
|
|
@@ -2756,10 +2764,10 @@ export const LtrBackupRequest = {
|
|
|
2756
2764
|
serializedName: "targetDetails",
|
|
2757
2765
|
type: {
|
|
2758
2766
|
name: "Composite",
|
|
2759
|
-
className: "BackupStoreDetails"
|
|
2760
|
-
}
|
|
2761
|
-
} })
|
|
2762
|
-
}
|
|
2767
|
+
className: "BackupStoreDetails",
|
|
2768
|
+
},
|
|
2769
|
+
} }),
|
|
2770
|
+
},
|
|
2763
2771
|
};
|
|
2764
2772
|
export const ActiveDirectoryAdministrator = {
|
|
2765
2773
|
type: {
|
|
@@ -2768,25 +2776,25 @@ export const ActiveDirectoryAdministrator = {
|
|
|
2768
2776
|
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { principalType: {
|
|
2769
2777
|
serializedName: "properties.principalType",
|
|
2770
2778
|
type: {
|
|
2771
|
-
name: "String"
|
|
2772
|
-
}
|
|
2779
|
+
name: "String",
|
|
2780
|
+
},
|
|
2773
2781
|
}, principalName: {
|
|
2774
2782
|
serializedName: "properties.principalName",
|
|
2775
2783
|
type: {
|
|
2776
|
-
name: "String"
|
|
2777
|
-
}
|
|
2784
|
+
name: "String",
|
|
2785
|
+
},
|
|
2778
2786
|
}, objectId: {
|
|
2779
2787
|
serializedName: "properties.objectId",
|
|
2780
2788
|
type: {
|
|
2781
|
-
name: "String"
|
|
2782
|
-
}
|
|
2789
|
+
name: "String",
|
|
2790
|
+
},
|
|
2783
2791
|
}, tenantId: {
|
|
2784
2792
|
serializedName: "properties.tenantId",
|
|
2785
2793
|
type: {
|
|
2786
|
-
name: "String"
|
|
2787
|
-
}
|
|
2788
|
-
} })
|
|
2789
|
-
}
|
|
2794
|
+
name: "String",
|
|
2795
|
+
},
|
|
2796
|
+
} }),
|
|
2797
|
+
},
|
|
2790
2798
|
};
|
|
2791
2799
|
export const ServerBackup = {
|
|
2792
2800
|
type: {
|
|
@@ -2795,20 +2803,20 @@ export const ServerBackup = {
|
|
|
2795
2803
|
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { backupType: {
|
|
2796
2804
|
serializedName: "properties.backupType",
|
|
2797
2805
|
type: {
|
|
2798
|
-
name: "String"
|
|
2799
|
-
}
|
|
2806
|
+
name: "String",
|
|
2807
|
+
},
|
|
2800
2808
|
}, completedTime: {
|
|
2801
2809
|
serializedName: "properties.completedTime",
|
|
2802
2810
|
type: {
|
|
2803
|
-
name: "DateTime"
|
|
2804
|
-
}
|
|
2811
|
+
name: "DateTime",
|
|
2812
|
+
},
|
|
2805
2813
|
}, source: {
|
|
2806
2814
|
serializedName: "properties.source",
|
|
2807
2815
|
type: {
|
|
2808
|
-
name: "String"
|
|
2809
|
-
}
|
|
2810
|
-
} })
|
|
2811
|
-
}
|
|
2816
|
+
name: "String",
|
|
2817
|
+
},
|
|
2818
|
+
} }),
|
|
2819
|
+
},
|
|
2812
2820
|
};
|
|
2813
2821
|
export const Configuration = {
|
|
2814
2822
|
type: {
|
|
@@ -2817,69 +2825,69 @@ export const Configuration = {
|
|
|
2817
2825
|
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { value: {
|
|
2818
2826
|
serializedName: "properties.value",
|
|
2819
2827
|
type: {
|
|
2820
|
-
name: "String"
|
|
2821
|
-
}
|
|
2828
|
+
name: "String",
|
|
2829
|
+
},
|
|
2822
2830
|
}, description: {
|
|
2823
2831
|
serializedName: "properties.description",
|
|
2824
2832
|
readOnly: true,
|
|
2825
2833
|
type: {
|
|
2826
|
-
name: "String"
|
|
2827
|
-
}
|
|
2834
|
+
name: "String",
|
|
2835
|
+
},
|
|
2828
2836
|
}, defaultValue: {
|
|
2829
2837
|
serializedName: "properties.defaultValue",
|
|
2830
2838
|
readOnly: true,
|
|
2831
2839
|
type: {
|
|
2832
|
-
name: "String"
|
|
2833
|
-
}
|
|
2840
|
+
name: "String",
|
|
2841
|
+
},
|
|
2834
2842
|
}, dataType: {
|
|
2835
2843
|
serializedName: "properties.dataType",
|
|
2836
2844
|
readOnly: true,
|
|
2837
2845
|
type: {
|
|
2838
|
-
name: "String"
|
|
2839
|
-
}
|
|
2846
|
+
name: "String",
|
|
2847
|
+
},
|
|
2840
2848
|
}, allowedValues: {
|
|
2841
2849
|
serializedName: "properties.allowedValues",
|
|
2842
2850
|
readOnly: true,
|
|
2843
2851
|
type: {
|
|
2844
|
-
name: "String"
|
|
2845
|
-
}
|
|
2852
|
+
name: "String",
|
|
2853
|
+
},
|
|
2846
2854
|
}, source: {
|
|
2847
2855
|
serializedName: "properties.source",
|
|
2848
2856
|
type: {
|
|
2849
|
-
name: "String"
|
|
2850
|
-
}
|
|
2857
|
+
name: "String",
|
|
2858
|
+
},
|
|
2851
2859
|
}, isDynamicConfig: {
|
|
2852
2860
|
serializedName: "properties.isDynamicConfig",
|
|
2853
2861
|
readOnly: true,
|
|
2854
2862
|
type: {
|
|
2855
|
-
name: "Boolean"
|
|
2856
|
-
}
|
|
2863
|
+
name: "Boolean",
|
|
2864
|
+
},
|
|
2857
2865
|
}, isReadOnly: {
|
|
2858
2866
|
serializedName: "properties.isReadOnly",
|
|
2859
2867
|
readOnly: true,
|
|
2860
2868
|
type: {
|
|
2861
|
-
name: "Boolean"
|
|
2862
|
-
}
|
|
2869
|
+
name: "Boolean",
|
|
2870
|
+
},
|
|
2863
2871
|
}, isConfigPendingRestart: {
|
|
2864
2872
|
serializedName: "properties.isConfigPendingRestart",
|
|
2865
2873
|
readOnly: true,
|
|
2866
2874
|
type: {
|
|
2867
|
-
name: "Boolean"
|
|
2868
|
-
}
|
|
2875
|
+
name: "Boolean",
|
|
2876
|
+
},
|
|
2869
2877
|
}, unit: {
|
|
2870
2878
|
serializedName: "properties.unit",
|
|
2871
2879
|
readOnly: true,
|
|
2872
2880
|
type: {
|
|
2873
|
-
name: "String"
|
|
2874
|
-
}
|
|
2881
|
+
name: "String",
|
|
2882
|
+
},
|
|
2875
2883
|
}, documentationLink: {
|
|
2876
2884
|
serializedName: "properties.documentationLink",
|
|
2877
2885
|
readOnly: true,
|
|
2878
2886
|
type: {
|
|
2879
|
-
name: "String"
|
|
2880
|
-
}
|
|
2881
|
-
} })
|
|
2882
|
-
}
|
|
2887
|
+
name: "String",
|
|
2888
|
+
},
|
|
2889
|
+
} }),
|
|
2890
|
+
},
|
|
2883
2891
|
};
|
|
2884
2892
|
export const Database = {
|
|
2885
2893
|
type: {
|
|
@@ -2887,22 +2895,22 @@ export const Database = {
|
|
|
2887
2895
|
className: "Database",
|
|
2888
2896
|
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { charset: {
|
|
2889
2897
|
constraints: {
|
|
2890
|
-
Pattern: new RegExp("^[a-zA-Z]+\\w*$")
|
|
2898
|
+
Pattern: new RegExp("^[a-zA-Z]+\\w*$"),
|
|
2891
2899
|
},
|
|
2892
2900
|
serializedName: "properties.charset",
|
|
2893
2901
|
type: {
|
|
2894
|
-
name: "String"
|
|
2895
|
-
}
|
|
2902
|
+
name: "String",
|
|
2903
|
+
},
|
|
2896
2904
|
}, collation: {
|
|
2897
2905
|
constraints: {
|
|
2898
|
-
Pattern: new RegExp("^[a-zA-Z\\-]+([. ]|\\w)*$")
|
|
2906
|
+
Pattern: new RegExp("^[a-zA-Z\\-]+([. ]|\\w)*$"),
|
|
2899
2907
|
},
|
|
2900
2908
|
serializedName: "properties.collation",
|
|
2901
2909
|
type: {
|
|
2902
|
-
name: "String"
|
|
2903
|
-
}
|
|
2904
|
-
} })
|
|
2905
|
-
}
|
|
2910
|
+
name: "String",
|
|
2911
|
+
},
|
|
2912
|
+
} }),
|
|
2913
|
+
},
|
|
2906
2914
|
};
|
|
2907
2915
|
export const FirewallRule = {
|
|
2908
2916
|
type: {
|
|
@@ -2910,24 +2918,24 @@ export const FirewallRule = {
|
|
|
2910
2918
|
className: "FirewallRule",
|
|
2911
2919
|
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { startIpAddress: {
|
|
2912
2920
|
constraints: {
|
|
2913
|
-
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])$")
|
|
2921
|
+
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])$"),
|
|
2914
2922
|
},
|
|
2915
2923
|
serializedName: "properties.startIpAddress",
|
|
2916
2924
|
required: true,
|
|
2917
2925
|
type: {
|
|
2918
|
-
name: "String"
|
|
2919
|
-
}
|
|
2926
|
+
name: "String",
|
|
2927
|
+
},
|
|
2920
2928
|
}, endIpAddress: {
|
|
2921
2929
|
constraints: {
|
|
2922
|
-
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])$")
|
|
2930
|
+
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])$"),
|
|
2923
2931
|
},
|
|
2924
2932
|
serializedName: "properties.endIpAddress",
|
|
2925
2933
|
required: true,
|
|
2926
2934
|
type: {
|
|
2927
|
-
name: "String"
|
|
2928
|
-
}
|
|
2929
|
-
} })
|
|
2930
|
-
}
|
|
2935
|
+
name: "String",
|
|
2936
|
+
},
|
|
2937
|
+
} }),
|
|
2938
|
+
},
|
|
2931
2939
|
};
|
|
2932
2940
|
export const LtrServerBackupOperation = {
|
|
2933
2941
|
type: {
|
|
@@ -2936,61 +2944,61 @@ export const LtrServerBackupOperation = {
|
|
|
2936
2944
|
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { datasourceSizeInBytes: {
|
|
2937
2945
|
serializedName: "properties.datasourceSizeInBytes",
|
|
2938
2946
|
type: {
|
|
2939
|
-
name: "Number"
|
|
2940
|
-
}
|
|
2947
|
+
name: "Number",
|
|
2948
|
+
},
|
|
2941
2949
|
}, dataTransferredInBytes: {
|
|
2942
2950
|
serializedName: "properties.dataTransferredInBytes",
|
|
2943
2951
|
type: {
|
|
2944
|
-
name: "Number"
|
|
2945
|
-
}
|
|
2952
|
+
name: "Number",
|
|
2953
|
+
},
|
|
2946
2954
|
}, backupName: {
|
|
2947
2955
|
serializedName: "properties.backupName",
|
|
2948
2956
|
type: {
|
|
2949
|
-
name: "String"
|
|
2950
|
-
}
|
|
2957
|
+
name: "String",
|
|
2958
|
+
},
|
|
2951
2959
|
}, backupMetadata: {
|
|
2952
2960
|
serializedName: "properties.backupMetadata",
|
|
2953
2961
|
type: {
|
|
2954
|
-
name: "String"
|
|
2955
|
-
}
|
|
2962
|
+
name: "String",
|
|
2963
|
+
},
|
|
2956
2964
|
}, status: {
|
|
2957
2965
|
serializedName: "properties.status",
|
|
2958
2966
|
type: {
|
|
2959
|
-
name: "String"
|
|
2960
|
-
}
|
|
2967
|
+
name: "String",
|
|
2968
|
+
},
|
|
2961
2969
|
}, startTime: {
|
|
2962
2970
|
serializedName: "properties.startTime",
|
|
2963
2971
|
type: {
|
|
2964
|
-
name: "DateTime"
|
|
2965
|
-
}
|
|
2972
|
+
name: "DateTime",
|
|
2973
|
+
},
|
|
2966
2974
|
}, endTime: {
|
|
2967
2975
|
serializedName: "properties.endTime",
|
|
2968
2976
|
type: {
|
|
2969
|
-
name: "DateTime"
|
|
2970
|
-
}
|
|
2977
|
+
name: "DateTime",
|
|
2978
|
+
},
|
|
2971
2979
|
}, percentComplete: {
|
|
2972
2980
|
constraints: {
|
|
2973
2981
|
InclusiveMaximum: 100,
|
|
2974
|
-
InclusiveMinimum: 0
|
|
2982
|
+
InclusiveMinimum: 0,
|
|
2975
2983
|
},
|
|
2976
2984
|
serializedName: "properties.percentComplete",
|
|
2977
2985
|
type: {
|
|
2978
|
-
name: "Number"
|
|
2979
|
-
}
|
|
2986
|
+
name: "Number",
|
|
2987
|
+
},
|
|
2980
2988
|
}, errorCode: {
|
|
2981
2989
|
serializedName: "properties.errorCode",
|
|
2982
2990
|
readOnly: true,
|
|
2983
2991
|
type: {
|
|
2984
|
-
name: "String"
|
|
2985
|
-
}
|
|
2992
|
+
name: "String",
|
|
2993
|
+
},
|
|
2986
2994
|
}, errorMessage: {
|
|
2987
2995
|
serializedName: "properties.errorMessage",
|
|
2988
2996
|
readOnly: true,
|
|
2989
2997
|
type: {
|
|
2990
|
-
name: "String"
|
|
2991
|
-
}
|
|
2992
|
-
} })
|
|
2993
|
-
}
|
|
2998
|
+
name: "String",
|
|
2999
|
+
},
|
|
3000
|
+
} }),
|
|
3001
|
+
},
|
|
2994
3002
|
};
|
|
2995
3003
|
export const LogFile = {
|
|
2996
3004
|
type: {
|
|
@@ -2999,30 +3007,30 @@ export const LogFile = {
|
|
|
2999
3007
|
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { createdTime: {
|
|
3000
3008
|
serializedName: "properties.createdTime",
|
|
3001
3009
|
type: {
|
|
3002
|
-
name: "DateTime"
|
|
3003
|
-
}
|
|
3010
|
+
name: "DateTime",
|
|
3011
|
+
},
|
|
3004
3012
|
}, lastModifiedTime: {
|
|
3005
3013
|
serializedName: "properties.lastModifiedTime",
|
|
3006
3014
|
type: {
|
|
3007
|
-
name: "DateTime"
|
|
3008
|
-
}
|
|
3015
|
+
name: "DateTime",
|
|
3016
|
+
},
|
|
3009
3017
|
}, sizeInKb: {
|
|
3010
3018
|
serializedName: "properties.sizeInKb",
|
|
3011
3019
|
type: {
|
|
3012
|
-
name: "Number"
|
|
3013
|
-
}
|
|
3020
|
+
name: "Number",
|
|
3021
|
+
},
|
|
3014
3022
|
}, typePropertiesType: {
|
|
3015
3023
|
serializedName: "properties.type",
|
|
3016
3024
|
type: {
|
|
3017
|
-
name: "String"
|
|
3018
|
-
}
|
|
3025
|
+
name: "String",
|
|
3026
|
+
},
|
|
3019
3027
|
}, url: {
|
|
3020
3028
|
serializedName: "properties.url",
|
|
3021
3029
|
type: {
|
|
3022
|
-
name: "String"
|
|
3023
|
-
}
|
|
3024
|
-
} })
|
|
3025
|
-
}
|
|
3030
|
+
name: "String",
|
|
3031
|
+
},
|
|
3032
|
+
} }),
|
|
3033
|
+
},
|
|
3026
3034
|
};
|
|
3027
3035
|
export const ServerThreatProtectionSettingsModel = {
|
|
3028
3036
|
type: {
|
|
@@ -3032,16 +3040,16 @@ export const ServerThreatProtectionSettingsModel = {
|
|
|
3032
3040
|
serializedName: "properties.state",
|
|
3033
3041
|
type: {
|
|
3034
3042
|
name: "Enum",
|
|
3035
|
-
allowedValues: ["Enabled", "Disabled"]
|
|
3036
|
-
}
|
|
3043
|
+
allowedValues: ["Enabled", "Disabled"],
|
|
3044
|
+
},
|
|
3037
3045
|
}, creationTime: {
|
|
3038
3046
|
serializedName: "properties.creationTime",
|
|
3039
3047
|
readOnly: true,
|
|
3040
3048
|
type: {
|
|
3041
|
-
name: "DateTime"
|
|
3042
|
-
}
|
|
3043
|
-
} })
|
|
3044
|
-
}
|
|
3049
|
+
name: "DateTime",
|
|
3050
|
+
},
|
|
3051
|
+
} }),
|
|
3052
|
+
},
|
|
3045
3053
|
};
|
|
3046
3054
|
export const Server = {
|
|
3047
3055
|
type: {
|
|
@@ -3051,127 +3059,127 @@ export const Server = {
|
|
|
3051
3059
|
serializedName: "sku",
|
|
3052
3060
|
type: {
|
|
3053
3061
|
name: "Composite",
|
|
3054
|
-
className: "Sku"
|
|
3055
|
-
}
|
|
3062
|
+
className: "Sku",
|
|
3063
|
+
},
|
|
3056
3064
|
}, identity: {
|
|
3057
3065
|
serializedName: "identity",
|
|
3058
3066
|
type: {
|
|
3059
3067
|
name: "Composite",
|
|
3060
|
-
className: "UserAssignedIdentity"
|
|
3061
|
-
}
|
|
3068
|
+
className: "UserAssignedIdentity",
|
|
3069
|
+
},
|
|
3062
3070
|
}, administratorLogin: {
|
|
3063
3071
|
serializedName: "properties.administratorLogin",
|
|
3064
3072
|
type: {
|
|
3065
|
-
name: "String"
|
|
3066
|
-
}
|
|
3073
|
+
name: "String",
|
|
3074
|
+
},
|
|
3067
3075
|
}, administratorLoginPassword: {
|
|
3068
3076
|
serializedName: "properties.administratorLoginPassword",
|
|
3069
3077
|
type: {
|
|
3070
|
-
name: "String"
|
|
3071
|
-
}
|
|
3078
|
+
name: "String",
|
|
3079
|
+
},
|
|
3072
3080
|
}, version: {
|
|
3073
3081
|
serializedName: "properties.version",
|
|
3074
3082
|
type: {
|
|
3075
|
-
name: "String"
|
|
3076
|
-
}
|
|
3083
|
+
name: "String",
|
|
3084
|
+
},
|
|
3077
3085
|
}, minorVersion: {
|
|
3078
3086
|
serializedName: "properties.minorVersion",
|
|
3079
3087
|
readOnly: true,
|
|
3080
3088
|
type: {
|
|
3081
|
-
name: "String"
|
|
3082
|
-
}
|
|
3089
|
+
name: "String",
|
|
3090
|
+
},
|
|
3083
3091
|
}, state: {
|
|
3084
3092
|
serializedName: "properties.state",
|
|
3085
3093
|
readOnly: true,
|
|
3086
3094
|
type: {
|
|
3087
|
-
name: "String"
|
|
3088
|
-
}
|
|
3095
|
+
name: "String",
|
|
3096
|
+
},
|
|
3089
3097
|
}, fullyQualifiedDomainName: {
|
|
3090
3098
|
serializedName: "properties.fullyQualifiedDomainName",
|
|
3091
3099
|
readOnly: true,
|
|
3092
3100
|
type: {
|
|
3093
|
-
name: "String"
|
|
3094
|
-
}
|
|
3101
|
+
name: "String",
|
|
3102
|
+
},
|
|
3095
3103
|
}, storage: {
|
|
3096
3104
|
serializedName: "properties.storage",
|
|
3097
3105
|
type: {
|
|
3098
3106
|
name: "Composite",
|
|
3099
|
-
className: "Storage"
|
|
3100
|
-
}
|
|
3107
|
+
className: "Storage",
|
|
3108
|
+
},
|
|
3101
3109
|
}, authConfig: {
|
|
3102
3110
|
serializedName: "properties.authConfig",
|
|
3103
3111
|
type: {
|
|
3104
3112
|
name: "Composite",
|
|
3105
|
-
className: "AuthConfig"
|
|
3106
|
-
}
|
|
3113
|
+
className: "AuthConfig",
|
|
3114
|
+
},
|
|
3107
3115
|
}, dataEncryption: {
|
|
3108
3116
|
serializedName: "properties.dataEncryption",
|
|
3109
3117
|
type: {
|
|
3110
3118
|
name: "Composite",
|
|
3111
|
-
className: "DataEncryption"
|
|
3112
|
-
}
|
|
3119
|
+
className: "DataEncryption",
|
|
3120
|
+
},
|
|
3113
3121
|
}, backup: {
|
|
3114
3122
|
serializedName: "properties.backup",
|
|
3115
3123
|
type: {
|
|
3116
3124
|
name: "Composite",
|
|
3117
|
-
className: "Backup"
|
|
3118
|
-
}
|
|
3125
|
+
className: "Backup",
|
|
3126
|
+
},
|
|
3119
3127
|
}, network: {
|
|
3120
3128
|
serializedName: "properties.network",
|
|
3121
3129
|
type: {
|
|
3122
3130
|
name: "Composite",
|
|
3123
|
-
className: "Network"
|
|
3124
|
-
}
|
|
3131
|
+
className: "Network",
|
|
3132
|
+
},
|
|
3125
3133
|
}, highAvailability: {
|
|
3126
3134
|
serializedName: "properties.highAvailability",
|
|
3127
3135
|
type: {
|
|
3128
3136
|
name: "Composite",
|
|
3129
|
-
className: "HighAvailability"
|
|
3130
|
-
}
|
|
3137
|
+
className: "HighAvailability",
|
|
3138
|
+
},
|
|
3131
3139
|
}, maintenanceWindow: {
|
|
3132
3140
|
serializedName: "properties.maintenanceWindow",
|
|
3133
3141
|
type: {
|
|
3134
3142
|
name: "Composite",
|
|
3135
|
-
className: "MaintenanceWindow"
|
|
3136
|
-
}
|
|
3143
|
+
className: "MaintenanceWindow",
|
|
3144
|
+
},
|
|
3137
3145
|
}, sourceServerResourceId: {
|
|
3138
3146
|
serializedName: "properties.sourceServerResourceId",
|
|
3139
3147
|
type: {
|
|
3140
|
-
name: "String"
|
|
3141
|
-
}
|
|
3148
|
+
name: "String",
|
|
3149
|
+
},
|
|
3142
3150
|
}, pointInTimeUTC: {
|
|
3143
3151
|
serializedName: "properties.pointInTimeUTC",
|
|
3144
3152
|
type: {
|
|
3145
|
-
name: "DateTime"
|
|
3146
|
-
}
|
|
3153
|
+
name: "DateTime",
|
|
3154
|
+
},
|
|
3147
3155
|
}, availabilityZone: {
|
|
3148
3156
|
defaultValue: "",
|
|
3149
3157
|
serializedName: "properties.availabilityZone",
|
|
3150
3158
|
type: {
|
|
3151
|
-
name: "String"
|
|
3152
|
-
}
|
|
3159
|
+
name: "String",
|
|
3160
|
+
},
|
|
3153
3161
|
}, replicationRole: {
|
|
3154
3162
|
serializedName: "properties.replicationRole",
|
|
3155
3163
|
type: {
|
|
3156
|
-
name: "String"
|
|
3157
|
-
}
|
|
3164
|
+
name: "String",
|
|
3165
|
+
},
|
|
3158
3166
|
}, replicaCapacity: {
|
|
3159
3167
|
serializedName: "properties.replicaCapacity",
|
|
3160
3168
|
readOnly: true,
|
|
3161
3169
|
type: {
|
|
3162
|
-
name: "Number"
|
|
3163
|
-
}
|
|
3170
|
+
name: "Number",
|
|
3171
|
+
},
|
|
3164
3172
|
}, replica: {
|
|
3165
3173
|
serializedName: "properties.replica",
|
|
3166
3174
|
type: {
|
|
3167
3175
|
name: "Composite",
|
|
3168
|
-
className: "Replica"
|
|
3169
|
-
}
|
|
3176
|
+
className: "Replica",
|
|
3177
|
+
},
|
|
3170
3178
|
}, createMode: {
|
|
3171
3179
|
serializedName: "properties.createMode",
|
|
3172
3180
|
type: {
|
|
3173
|
-
name: "String"
|
|
3174
|
-
}
|
|
3181
|
+
name: "String",
|
|
3182
|
+
},
|
|
3175
3183
|
}, privateEndpointConnections: {
|
|
3176
3184
|
serializedName: "properties.privateEndpointConnections",
|
|
3177
3185
|
readOnly: true,
|
|
@@ -3180,12 +3188,12 @@ export const Server = {
|
|
|
3180
3188
|
element: {
|
|
3181
3189
|
type: {
|
|
3182
3190
|
name: "Composite",
|
|
3183
|
-
className: "PrivateEndpointConnection"
|
|
3184
|
-
}
|
|
3185
|
-
}
|
|
3186
|
-
}
|
|
3187
|
-
} })
|
|
3188
|
-
}
|
|
3191
|
+
className: "PrivateEndpointConnection",
|
|
3192
|
+
},
|
|
3193
|
+
},
|
|
3194
|
+
},
|
|
3195
|
+
} }),
|
|
3196
|
+
},
|
|
3189
3197
|
};
|
|
3190
3198
|
export const MigrationResource = {
|
|
3191
3199
|
type: {
|
|
@@ -3195,143 +3203,153 @@ export const MigrationResource = {
|
|
|
3195
3203
|
serializedName: "properties.migrationId",
|
|
3196
3204
|
readOnly: true,
|
|
3197
3205
|
type: {
|
|
3198
|
-
name: "String"
|
|
3199
|
-
}
|
|
3206
|
+
name: "String",
|
|
3207
|
+
},
|
|
3200
3208
|
}, currentStatus: {
|
|
3201
3209
|
serializedName: "properties.currentStatus",
|
|
3202
3210
|
type: {
|
|
3203
3211
|
name: "Composite",
|
|
3204
|
-
className: "MigrationStatus"
|
|
3205
|
-
}
|
|
3212
|
+
className: "MigrationStatus",
|
|
3213
|
+
},
|
|
3214
|
+
}, migrationInstanceResourceId: {
|
|
3215
|
+
serializedName: "properties.migrationInstanceResourceId",
|
|
3216
|
+
type: {
|
|
3217
|
+
name: "String",
|
|
3218
|
+
},
|
|
3206
3219
|
}, migrationMode: {
|
|
3207
3220
|
serializedName: "properties.migrationMode",
|
|
3208
3221
|
type: {
|
|
3209
|
-
name: "String"
|
|
3210
|
-
}
|
|
3222
|
+
name: "String",
|
|
3223
|
+
},
|
|
3211
3224
|
}, migrationOption: {
|
|
3212
3225
|
serializedName: "properties.migrationOption",
|
|
3213
3226
|
type: {
|
|
3214
|
-
name: "String"
|
|
3215
|
-
}
|
|
3227
|
+
name: "String",
|
|
3228
|
+
},
|
|
3216
3229
|
}, sourceType: {
|
|
3217
3230
|
serializedName: "properties.sourceType",
|
|
3218
3231
|
type: {
|
|
3219
|
-
name: "String"
|
|
3220
|
-
}
|
|
3232
|
+
name: "String",
|
|
3233
|
+
},
|
|
3221
3234
|
}, sslMode: {
|
|
3222
3235
|
serializedName: "properties.sslMode",
|
|
3223
3236
|
type: {
|
|
3224
|
-
name: "String"
|
|
3225
|
-
}
|
|
3237
|
+
name: "String",
|
|
3238
|
+
},
|
|
3226
3239
|
}, sourceDbServerMetadata: {
|
|
3227
3240
|
serializedName: "properties.sourceDbServerMetadata",
|
|
3228
3241
|
type: {
|
|
3229
3242
|
name: "Composite",
|
|
3230
|
-
className: "DbServerMetadata"
|
|
3231
|
-
}
|
|
3243
|
+
className: "DbServerMetadata",
|
|
3244
|
+
},
|
|
3232
3245
|
}, targetDbServerMetadata: {
|
|
3233
3246
|
serializedName: "properties.targetDbServerMetadata",
|
|
3234
3247
|
type: {
|
|
3235
3248
|
name: "Composite",
|
|
3236
|
-
className: "DbServerMetadata"
|
|
3237
|
-
}
|
|
3249
|
+
className: "DbServerMetadata",
|
|
3250
|
+
},
|
|
3238
3251
|
}, sourceDbServerResourceId: {
|
|
3239
3252
|
serializedName: "properties.sourceDbServerResourceId",
|
|
3240
3253
|
type: {
|
|
3241
|
-
name: "String"
|
|
3242
|
-
}
|
|
3254
|
+
name: "String",
|
|
3255
|
+
},
|
|
3243
3256
|
}, sourceDbServerFullyQualifiedDomainName: {
|
|
3244
3257
|
serializedName: "properties.sourceDbServerFullyQualifiedDomainName",
|
|
3245
3258
|
type: {
|
|
3246
|
-
name: "String"
|
|
3247
|
-
}
|
|
3259
|
+
name: "String",
|
|
3260
|
+
},
|
|
3248
3261
|
}, targetDbServerResourceId: {
|
|
3249
3262
|
serializedName: "properties.targetDbServerResourceId",
|
|
3250
3263
|
readOnly: true,
|
|
3251
3264
|
type: {
|
|
3252
|
-
name: "String"
|
|
3253
|
-
}
|
|
3265
|
+
name: "String",
|
|
3266
|
+
},
|
|
3254
3267
|
}, targetDbServerFullyQualifiedDomainName: {
|
|
3255
3268
|
serializedName: "properties.targetDbServerFullyQualifiedDomainName",
|
|
3256
3269
|
type: {
|
|
3257
|
-
name: "String"
|
|
3258
|
-
}
|
|
3270
|
+
name: "String",
|
|
3271
|
+
},
|
|
3259
3272
|
}, secretParameters: {
|
|
3260
3273
|
serializedName: "properties.secretParameters",
|
|
3261
3274
|
type: {
|
|
3262
3275
|
name: "Composite",
|
|
3263
|
-
className: "MigrationSecretParameters"
|
|
3264
|
-
}
|
|
3276
|
+
className: "MigrationSecretParameters",
|
|
3277
|
+
},
|
|
3265
3278
|
}, dbsToMigrate: {
|
|
3266
3279
|
constraints: {
|
|
3267
|
-
MaxItems: 50
|
|
3280
|
+
MaxItems: 50,
|
|
3268
3281
|
},
|
|
3269
3282
|
serializedName: "properties.dbsToMigrate",
|
|
3270
3283
|
type: {
|
|
3271
3284
|
name: "Sequence",
|
|
3272
3285
|
element: {
|
|
3273
3286
|
type: {
|
|
3274
|
-
name: "String"
|
|
3275
|
-
}
|
|
3276
|
-
}
|
|
3277
|
-
}
|
|
3287
|
+
name: "String",
|
|
3288
|
+
},
|
|
3289
|
+
},
|
|
3290
|
+
},
|
|
3278
3291
|
}, setupLogicalReplicationOnSourceDbIfNeeded: {
|
|
3279
3292
|
serializedName: "properties.setupLogicalReplicationOnSourceDbIfNeeded",
|
|
3280
3293
|
type: {
|
|
3281
|
-
name: "String"
|
|
3282
|
-
}
|
|
3294
|
+
name: "String",
|
|
3295
|
+
},
|
|
3283
3296
|
}, overwriteDbsInTarget: {
|
|
3284
3297
|
serializedName: "properties.overwriteDbsInTarget",
|
|
3285
3298
|
type: {
|
|
3286
|
-
name: "String"
|
|
3287
|
-
}
|
|
3299
|
+
name: "String",
|
|
3300
|
+
},
|
|
3288
3301
|
}, migrationWindowStartTimeInUtc: {
|
|
3289
3302
|
serializedName: "properties.migrationWindowStartTimeInUtc",
|
|
3290
3303
|
type: {
|
|
3291
|
-
name: "DateTime"
|
|
3292
|
-
}
|
|
3304
|
+
name: "DateTime",
|
|
3305
|
+
},
|
|
3293
3306
|
}, migrationWindowEndTimeInUtc: {
|
|
3294
3307
|
serializedName: "properties.migrationWindowEndTimeInUtc",
|
|
3295
3308
|
type: {
|
|
3296
|
-
name: "DateTime"
|
|
3297
|
-
}
|
|
3309
|
+
name: "DateTime",
|
|
3310
|
+
},
|
|
3311
|
+
}, migrateRoles: {
|
|
3312
|
+
serializedName: "properties.migrateRoles",
|
|
3313
|
+
type: {
|
|
3314
|
+
name: "String",
|
|
3315
|
+
},
|
|
3298
3316
|
}, startDataMigration: {
|
|
3299
3317
|
serializedName: "properties.startDataMigration",
|
|
3300
3318
|
type: {
|
|
3301
|
-
name: "String"
|
|
3302
|
-
}
|
|
3319
|
+
name: "String",
|
|
3320
|
+
},
|
|
3303
3321
|
}, triggerCutover: {
|
|
3304
3322
|
serializedName: "properties.triggerCutover",
|
|
3305
3323
|
type: {
|
|
3306
|
-
name: "String"
|
|
3307
|
-
}
|
|
3324
|
+
name: "String",
|
|
3325
|
+
},
|
|
3308
3326
|
}, dbsToTriggerCutoverOn: {
|
|
3309
3327
|
serializedName: "properties.dbsToTriggerCutoverOn",
|
|
3310
3328
|
type: {
|
|
3311
3329
|
name: "Sequence",
|
|
3312
3330
|
element: {
|
|
3313
3331
|
type: {
|
|
3314
|
-
name: "String"
|
|
3315
|
-
}
|
|
3316
|
-
}
|
|
3317
|
-
}
|
|
3332
|
+
name: "String",
|
|
3333
|
+
},
|
|
3334
|
+
},
|
|
3335
|
+
},
|
|
3318
3336
|
}, cancel: {
|
|
3319
3337
|
serializedName: "properties.cancel",
|
|
3320
3338
|
type: {
|
|
3321
|
-
name: "String"
|
|
3322
|
-
}
|
|
3339
|
+
name: "String",
|
|
3340
|
+
},
|
|
3323
3341
|
}, dbsToCancelMigrationOn: {
|
|
3324
3342
|
serializedName: "properties.dbsToCancelMigrationOn",
|
|
3325
3343
|
type: {
|
|
3326
3344
|
name: "Sequence",
|
|
3327
3345
|
element: {
|
|
3328
3346
|
type: {
|
|
3329
|
-
name: "String"
|
|
3330
|
-
}
|
|
3331
|
-
}
|
|
3332
|
-
}
|
|
3333
|
-
} })
|
|
3334
|
-
}
|
|
3347
|
+
name: "String",
|
|
3348
|
+
},
|
|
3349
|
+
},
|
|
3350
|
+
},
|
|
3351
|
+
} }),
|
|
3352
|
+
},
|
|
3335
3353
|
};
|
|
3336
3354
|
export const AdministratorsCreateHeaders = {
|
|
3337
3355
|
type: {
|
|
@@ -3341,11 +3359,11 @@ export const AdministratorsCreateHeaders = {
|
|
|
3341
3359
|
location: {
|
|
3342
3360
|
serializedName: "location",
|
|
3343
3361
|
type: {
|
|
3344
|
-
name: "String"
|
|
3345
|
-
}
|
|
3346
|
-
}
|
|
3347
|
-
}
|
|
3348
|
-
}
|
|
3362
|
+
name: "String",
|
|
3363
|
+
},
|
|
3364
|
+
},
|
|
3365
|
+
},
|
|
3366
|
+
},
|
|
3349
3367
|
};
|
|
3350
3368
|
export const AdministratorsDeleteHeaders = {
|
|
3351
3369
|
type: {
|
|
@@ -3355,11 +3373,11 @@ export const AdministratorsDeleteHeaders = {
|
|
|
3355
3373
|
location: {
|
|
3356
3374
|
serializedName: "location",
|
|
3357
3375
|
type: {
|
|
3358
|
-
name: "String"
|
|
3359
|
-
}
|
|
3360
|
-
}
|
|
3361
|
-
}
|
|
3362
|
-
}
|
|
3376
|
+
name: "String",
|
|
3377
|
+
},
|
|
3378
|
+
},
|
|
3379
|
+
},
|
|
3380
|
+
},
|
|
3363
3381
|
};
|
|
3364
3382
|
export const ConfigurationsUpdateHeaders = {
|
|
3365
3383
|
type: {
|
|
@@ -3369,11 +3387,11 @@ export const ConfigurationsUpdateHeaders = {
|
|
|
3369
3387
|
location: {
|
|
3370
3388
|
serializedName: "location",
|
|
3371
3389
|
type: {
|
|
3372
|
-
name: "String"
|
|
3373
|
-
}
|
|
3374
|
-
}
|
|
3375
|
-
}
|
|
3376
|
-
}
|
|
3390
|
+
name: "String",
|
|
3391
|
+
},
|
|
3392
|
+
},
|
|
3393
|
+
},
|
|
3394
|
+
},
|
|
3377
3395
|
};
|
|
3378
3396
|
export const ConfigurationsPutHeaders = {
|
|
3379
3397
|
type: {
|
|
@@ -3383,11 +3401,11 @@ export const ConfigurationsPutHeaders = {
|
|
|
3383
3401
|
location: {
|
|
3384
3402
|
serializedName: "location",
|
|
3385
3403
|
type: {
|
|
3386
|
-
name: "String"
|
|
3387
|
-
}
|
|
3388
|
-
}
|
|
3389
|
-
}
|
|
3390
|
-
}
|
|
3404
|
+
name: "String",
|
|
3405
|
+
},
|
|
3406
|
+
},
|
|
3407
|
+
},
|
|
3408
|
+
},
|
|
3391
3409
|
};
|
|
3392
3410
|
export const DatabasesCreateHeaders = {
|
|
3393
3411
|
type: {
|
|
@@ -3397,11 +3415,11 @@ export const DatabasesCreateHeaders = {
|
|
|
3397
3415
|
location: {
|
|
3398
3416
|
serializedName: "location",
|
|
3399
3417
|
type: {
|
|
3400
|
-
name: "String"
|
|
3401
|
-
}
|
|
3402
|
-
}
|
|
3403
|
-
}
|
|
3404
|
-
}
|
|
3418
|
+
name: "String",
|
|
3419
|
+
},
|
|
3420
|
+
},
|
|
3421
|
+
},
|
|
3422
|
+
},
|
|
3405
3423
|
};
|
|
3406
3424
|
export const DatabasesDeleteHeaders = {
|
|
3407
3425
|
type: {
|
|
@@ -3411,11 +3429,11 @@ export const DatabasesDeleteHeaders = {
|
|
|
3411
3429
|
location: {
|
|
3412
3430
|
serializedName: "location",
|
|
3413
3431
|
type: {
|
|
3414
|
-
name: "String"
|
|
3415
|
-
}
|
|
3416
|
-
}
|
|
3417
|
-
}
|
|
3418
|
-
}
|
|
3432
|
+
name: "String",
|
|
3433
|
+
},
|
|
3434
|
+
},
|
|
3435
|
+
},
|
|
3436
|
+
},
|
|
3419
3437
|
};
|
|
3420
3438
|
export const FirewallRulesCreateOrUpdateHeaders = {
|
|
3421
3439
|
type: {
|
|
@@ -3425,11 +3443,11 @@ export const FirewallRulesCreateOrUpdateHeaders = {
|
|
|
3425
3443
|
location: {
|
|
3426
3444
|
serializedName: "location",
|
|
3427
3445
|
type: {
|
|
3428
|
-
name: "String"
|
|
3429
|
-
}
|
|
3430
|
-
}
|
|
3431
|
-
}
|
|
3432
|
-
}
|
|
3446
|
+
name: "String",
|
|
3447
|
+
},
|
|
3448
|
+
},
|
|
3449
|
+
},
|
|
3450
|
+
},
|
|
3433
3451
|
};
|
|
3434
3452
|
export const FirewallRulesDeleteHeaders = {
|
|
3435
3453
|
type: {
|
|
@@ -3439,11 +3457,11 @@ export const FirewallRulesDeleteHeaders = {
|
|
|
3439
3457
|
location: {
|
|
3440
3458
|
serializedName: "location",
|
|
3441
3459
|
type: {
|
|
3442
|
-
name: "String"
|
|
3443
|
-
}
|
|
3444
|
-
}
|
|
3445
|
-
}
|
|
3446
|
-
}
|
|
3460
|
+
name: "String",
|
|
3461
|
+
},
|
|
3462
|
+
},
|
|
3463
|
+
},
|
|
3464
|
+
},
|
|
3447
3465
|
};
|
|
3448
3466
|
export const ServersCreateHeaders = {
|
|
3449
3467
|
type: {
|
|
@@ -3453,11 +3471,11 @@ export const ServersCreateHeaders = {
|
|
|
3453
3471
|
location: {
|
|
3454
3472
|
serializedName: "location",
|
|
3455
3473
|
type: {
|
|
3456
|
-
name: "String"
|
|
3457
|
-
}
|
|
3458
|
-
}
|
|
3459
|
-
}
|
|
3460
|
-
}
|
|
3474
|
+
name: "String",
|
|
3475
|
+
},
|
|
3476
|
+
},
|
|
3477
|
+
},
|
|
3478
|
+
},
|
|
3461
3479
|
};
|
|
3462
3480
|
export const ServersUpdateHeaders = {
|
|
3463
3481
|
type: {
|
|
@@ -3467,11 +3485,11 @@ export const ServersUpdateHeaders = {
|
|
|
3467
3485
|
location: {
|
|
3468
3486
|
serializedName: "location",
|
|
3469
3487
|
type: {
|
|
3470
|
-
name: "String"
|
|
3471
|
-
}
|
|
3472
|
-
}
|
|
3473
|
-
}
|
|
3474
|
-
}
|
|
3488
|
+
name: "String",
|
|
3489
|
+
},
|
|
3490
|
+
},
|
|
3491
|
+
},
|
|
3492
|
+
},
|
|
3475
3493
|
};
|
|
3476
3494
|
export const ServersDeleteHeaders = {
|
|
3477
3495
|
type: {
|
|
@@ -3481,11 +3499,11 @@ export const ServersDeleteHeaders = {
|
|
|
3481
3499
|
location: {
|
|
3482
3500
|
serializedName: "location",
|
|
3483
3501
|
type: {
|
|
3484
|
-
name: "String"
|
|
3485
|
-
}
|
|
3486
|
-
}
|
|
3487
|
-
}
|
|
3488
|
-
}
|
|
3502
|
+
name: "String",
|
|
3503
|
+
},
|
|
3504
|
+
},
|
|
3505
|
+
},
|
|
3506
|
+
},
|
|
3489
3507
|
};
|
|
3490
3508
|
export const ServersRestartHeaders = {
|
|
3491
3509
|
type: {
|
|
@@ -3495,11 +3513,11 @@ export const ServersRestartHeaders = {
|
|
|
3495
3513
|
location: {
|
|
3496
3514
|
serializedName: "location",
|
|
3497
3515
|
type: {
|
|
3498
|
-
name: "String"
|
|
3499
|
-
}
|
|
3500
|
-
}
|
|
3501
|
-
}
|
|
3502
|
-
}
|
|
3516
|
+
name: "String",
|
|
3517
|
+
},
|
|
3518
|
+
},
|
|
3519
|
+
},
|
|
3520
|
+
},
|
|
3503
3521
|
};
|
|
3504
3522
|
export const ServersStartHeaders = {
|
|
3505
3523
|
type: {
|
|
@@ -3509,11 +3527,11 @@ export const ServersStartHeaders = {
|
|
|
3509
3527
|
location: {
|
|
3510
3528
|
serializedName: "location",
|
|
3511
3529
|
type: {
|
|
3512
|
-
name: "String"
|
|
3513
|
-
}
|
|
3514
|
-
}
|
|
3515
|
-
}
|
|
3516
|
-
}
|
|
3530
|
+
name: "String",
|
|
3531
|
+
},
|
|
3532
|
+
},
|
|
3533
|
+
},
|
|
3534
|
+
},
|
|
3517
3535
|
};
|
|
3518
3536
|
export const ServersStopHeaders = {
|
|
3519
3537
|
type: {
|
|
@@ -3523,11 +3541,11 @@ export const ServersStopHeaders = {
|
|
|
3523
3541
|
location: {
|
|
3524
3542
|
serializedName: "location",
|
|
3525
3543
|
type: {
|
|
3526
|
-
name: "String"
|
|
3527
|
-
}
|
|
3528
|
-
}
|
|
3529
|
-
}
|
|
3530
|
-
}
|
|
3544
|
+
name: "String",
|
|
3545
|
+
},
|
|
3546
|
+
},
|
|
3547
|
+
},
|
|
3548
|
+
},
|
|
3531
3549
|
};
|
|
3532
3550
|
export const FlexibleServerTriggerLtrPreBackupHeaders = {
|
|
3533
3551
|
type: {
|
|
@@ -3537,11 +3555,11 @@ export const FlexibleServerTriggerLtrPreBackupHeaders = {
|
|
|
3537
3555
|
xMsRequestId: {
|
|
3538
3556
|
serializedName: "x-ms-request-id",
|
|
3539
3557
|
type: {
|
|
3540
|
-
name: "String"
|
|
3541
|
-
}
|
|
3542
|
-
}
|
|
3543
|
-
}
|
|
3544
|
-
}
|
|
3558
|
+
name: "String",
|
|
3559
|
+
},
|
|
3560
|
+
},
|
|
3561
|
+
},
|
|
3562
|
+
},
|
|
3545
3563
|
};
|
|
3546
3564
|
export const FlexibleServerTriggerLtrPreBackupExceptionHeaders = {
|
|
3547
3565
|
type: {
|
|
@@ -3551,17 +3569,17 @@ export const FlexibleServerTriggerLtrPreBackupExceptionHeaders = {
|
|
|
3551
3569
|
xMsErrorCode: {
|
|
3552
3570
|
serializedName: "x-ms-error-code",
|
|
3553
3571
|
type: {
|
|
3554
|
-
name: "String"
|
|
3555
|
-
}
|
|
3572
|
+
name: "String",
|
|
3573
|
+
},
|
|
3556
3574
|
},
|
|
3557
3575
|
xMsRequestId: {
|
|
3558
3576
|
serializedName: "x-ms-request-id",
|
|
3559
3577
|
type: {
|
|
3560
|
-
name: "String"
|
|
3561
|
-
}
|
|
3562
|
-
}
|
|
3563
|
-
}
|
|
3564
|
-
}
|
|
3578
|
+
name: "String",
|
|
3579
|
+
},
|
|
3580
|
+
},
|
|
3581
|
+
},
|
|
3582
|
+
},
|
|
3565
3583
|
};
|
|
3566
3584
|
export const FlexibleServerStartLtrBackupHeaders = {
|
|
3567
3585
|
type: {
|
|
@@ -3571,11 +3589,11 @@ export const FlexibleServerStartLtrBackupHeaders = {
|
|
|
3571
3589
|
xMsRequestId: {
|
|
3572
3590
|
serializedName: "x-ms-request-id",
|
|
3573
3591
|
type: {
|
|
3574
|
-
name: "String"
|
|
3575
|
-
}
|
|
3576
|
-
}
|
|
3577
|
-
}
|
|
3578
|
-
}
|
|
3592
|
+
name: "String",
|
|
3593
|
+
},
|
|
3594
|
+
},
|
|
3595
|
+
},
|
|
3596
|
+
},
|
|
3579
3597
|
};
|
|
3580
3598
|
export const FlexibleServerStartLtrBackupExceptionHeaders = {
|
|
3581
3599
|
type: {
|
|
@@ -3585,17 +3603,17 @@ export const FlexibleServerStartLtrBackupExceptionHeaders = {
|
|
|
3585
3603
|
xMsErrorCode: {
|
|
3586
3604
|
serializedName: "x-ms-error-code",
|
|
3587
3605
|
type: {
|
|
3588
|
-
name: "String"
|
|
3589
|
-
}
|
|
3606
|
+
name: "String",
|
|
3607
|
+
},
|
|
3590
3608
|
},
|
|
3591
3609
|
xMsRequestId: {
|
|
3592
3610
|
serializedName: "x-ms-request-id",
|
|
3593
3611
|
type: {
|
|
3594
|
-
name: "String"
|
|
3595
|
-
}
|
|
3596
|
-
}
|
|
3597
|
-
}
|
|
3598
|
-
}
|
|
3612
|
+
name: "String",
|
|
3613
|
+
},
|
|
3614
|
+
},
|
|
3615
|
+
},
|
|
3616
|
+
},
|
|
3599
3617
|
};
|
|
3600
3618
|
export const PrivateEndpointConnectionUpdateHeaders = {
|
|
3601
3619
|
type: {
|
|
@@ -3605,11 +3623,11 @@ export const PrivateEndpointConnectionUpdateHeaders = {
|
|
|
3605
3623
|
location: {
|
|
3606
3624
|
serializedName: "location",
|
|
3607
3625
|
type: {
|
|
3608
|
-
name: "String"
|
|
3609
|
-
}
|
|
3610
|
-
}
|
|
3611
|
-
}
|
|
3612
|
-
}
|
|
3626
|
+
name: "String",
|
|
3627
|
+
},
|
|
3628
|
+
},
|
|
3629
|
+
},
|
|
3630
|
+
},
|
|
3613
3631
|
};
|
|
3614
3632
|
export const PrivateEndpointConnectionDeleteHeaders = {
|
|
3615
3633
|
type: {
|
|
@@ -3619,11 +3637,25 @@ export const PrivateEndpointConnectionDeleteHeaders = {
|
|
|
3619
3637
|
location: {
|
|
3620
3638
|
serializedName: "location",
|
|
3621
3639
|
type: {
|
|
3622
|
-
name: "String"
|
|
3623
|
-
}
|
|
3624
|
-
}
|
|
3625
|
-
}
|
|
3626
|
-
}
|
|
3640
|
+
name: "String",
|
|
3641
|
+
},
|
|
3642
|
+
},
|
|
3643
|
+
},
|
|
3644
|
+
},
|
|
3645
|
+
};
|
|
3646
|
+
export const ServerThreatProtectionSettingsCreateOrUpdateHeaders = {
|
|
3647
|
+
type: {
|
|
3648
|
+
name: "Composite",
|
|
3649
|
+
className: "ServerThreatProtectionSettingsCreateOrUpdateHeaders",
|
|
3650
|
+
modelProperties: {
|
|
3651
|
+
location: {
|
|
3652
|
+
serializedName: "location",
|
|
3653
|
+
type: {
|
|
3654
|
+
name: "String",
|
|
3655
|
+
},
|
|
3656
|
+
},
|
|
3657
|
+
},
|
|
3658
|
+
},
|
|
3627
3659
|
};
|
|
3628
3660
|
export const VirtualEndpointsCreateHeaders = {
|
|
3629
3661
|
type: {
|
|
@@ -3633,11 +3665,11 @@ export const VirtualEndpointsCreateHeaders = {
|
|
|
3633
3665
|
location: {
|
|
3634
3666
|
serializedName: "location",
|
|
3635
3667
|
type: {
|
|
3636
|
-
name: "String"
|
|
3637
|
-
}
|
|
3638
|
-
}
|
|
3639
|
-
}
|
|
3640
|
-
}
|
|
3668
|
+
name: "String",
|
|
3669
|
+
},
|
|
3670
|
+
},
|
|
3671
|
+
},
|
|
3672
|
+
},
|
|
3641
3673
|
};
|
|
3642
3674
|
export const VirtualEndpointsUpdateHeaders = {
|
|
3643
3675
|
type: {
|
|
@@ -3647,11 +3679,11 @@ export const VirtualEndpointsUpdateHeaders = {
|
|
|
3647
3679
|
location: {
|
|
3648
3680
|
serializedName: "location",
|
|
3649
3681
|
type: {
|
|
3650
|
-
name: "String"
|
|
3651
|
-
}
|
|
3652
|
-
}
|
|
3653
|
-
}
|
|
3654
|
-
}
|
|
3682
|
+
name: "String",
|
|
3683
|
+
},
|
|
3684
|
+
},
|
|
3685
|
+
},
|
|
3686
|
+
},
|
|
3655
3687
|
};
|
|
3656
3688
|
export const VirtualEndpointsDeleteHeaders = {
|
|
3657
3689
|
type: {
|
|
@@ -3661,10 +3693,10 @@ export const VirtualEndpointsDeleteHeaders = {
|
|
|
3661
3693
|
location: {
|
|
3662
3694
|
serializedName: "location",
|
|
3663
3695
|
type: {
|
|
3664
|
-
name: "String"
|
|
3665
|
-
}
|
|
3666
|
-
}
|
|
3667
|
-
}
|
|
3668
|
-
}
|
|
3696
|
+
name: "String",
|
|
3697
|
+
},
|
|
3698
|
+
},
|
|
3699
|
+
},
|
|
3700
|
+
},
|
|
3669
3701
|
};
|
|
3670
3702
|
//# sourceMappingURL=mappers.js.map
|