@azure/arm-postgresql-flexible 8.1.0-beta.1 → 9.0.0
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/README.md +2 -2
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +9 -10
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +1911 -1961
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +553 -556
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +76 -78
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1945 -1644
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +7 -13
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +48 -106
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/administratorsMicrosoftEntra.d.ts +83 -0
- package/dist/browser/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/{react-native/operations/administrators.js → browser/operations/administratorsMicrosoftEntra.js} +91 -93
- package/dist/browser/operations/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/browser/operations/{tuningOptions.d.ts → advancedThreatProtectionSettings.d.ts} +13 -13
- package/dist/browser/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/{react-native/operations/tuningOptions.js → browser/operations/advancedThreatProtectionSettings.js} +45 -67
- package/dist/browser/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/browser/operations/{backups.d.ts → backupsAutomaticAndOnDemand.d.ts} +24 -24
- package/dist/browser/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/browser/operations/{backups.js → backupsAutomaticAndOnDemand.js} +74 -86
- package/dist/browser/operations/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/browser/operations/backupsLongTermRetention.d.ts +71 -0
- package/dist/browser/operations/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/browser/operations/backupsLongTermRetention.js +293 -0
- package/dist/browser/operations/backupsLongTermRetention.js.map +1 -0
- package/dist/browser/operations/capabilitiesByLocation.d.ts +35 -0
- package/dist/browser/operations/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/browser/operations/capabilitiesByLocation.js +119 -0
- package/dist/browser/operations/capabilitiesByLocation.js.map +1 -0
- package/dist/browser/operations/{serverCapabilities.d.ts → capabilitiesByServer.d.ts} +9 -9
- package/dist/browser/operations/capabilitiesByServer.d.ts.map +1 -0
- package/dist/{esm/operations/serverCapabilities.js → browser/operations/capabilitiesByServer.js} +33 -55
- package/dist/browser/operations/capabilitiesByServer.js.map +1 -0
- package/dist/{esm/operations/logFiles.d.ts → browser/operations/capturedLogs.d.ts} +9 -9
- package/dist/browser/operations/capturedLogs.d.ts.map +1 -0
- package/dist/browser/operations/{logFiles.js → capturedLogs.js} +33 -55
- package/dist/browser/operations/capturedLogs.js.map +1 -0
- package/dist/browser/operations/configurations.d.ts +26 -18
- package/dist/browser/operations/configurations.d.ts.map +1 -1
- package/dist/browser/operations/configurations.js +75 -79
- package/dist/browser/operations/configurations.js.map +1 -1
- package/dist/browser/operations/databases.d.ts +22 -17
- package/dist/browser/operations/databases.d.ts.map +1 -1
- package/dist/browser/operations/databases.js +80 -79
- package/dist/browser/operations/databases.js.map +1 -1
- package/dist/browser/operations/firewallRules.d.ts +15 -15
- package/dist/browser/operations/firewallRules.d.ts.map +1 -1
- package/dist/browser/operations/firewallRules.js +73 -77
- package/dist/browser/operations/firewallRules.js.map +1 -1
- package/dist/browser/operations/index.d.ts +12 -16
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +16 -23
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/migrations.d.ts +38 -37
- package/dist/browser/operations/migrations.d.ts.map +1 -1
- package/dist/browser/operations/migrations.js +132 -158
- package/dist/browser/operations/migrations.js.map +1 -1
- package/dist/browser/operations/nameAvailability.d.ts +29 -0
- package/dist/browser/operations/nameAvailability.d.ts.map +1 -0
- package/dist/browser/operations/nameAvailability.js +75 -0
- package/dist/browser/operations/nameAvailability.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +2 -2
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +29 -51
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/privateDnsZoneSuffix.d.ts +18 -0
- package/dist/browser/operations/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +11 -15
- package/dist/browser/operations/privateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +38 -3
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +226 -51
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +27 -49
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/quotaUsages.d.ts.map +1 -1
- package/dist/browser/operations/quotaUsages.js +27 -49
- package/dist/browser/operations/quotaUsages.js.map +1 -1
- package/dist/browser/operations/replicas.d.ts +2 -2
- package/dist/browser/operations/replicas.d.ts.map +1 -1
- package/dist/browser/operations/replicas.js +15 -37
- package/dist/browser/operations/replicas.js.map +1 -1
- package/dist/browser/operations/serverThreatProtectionSettings.d.ts +7 -40
- package/dist/browser/operations/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/browser/operations/serverThreatProtectionSettings.js +23 -181
- package/dist/browser/operations/serverThreatProtectionSettings.js.map +1 -1
- package/dist/browser/operations/servers.d.ts +39 -39
- package/dist/browser/operations/servers.d.ts.map +1 -1
- package/dist/browser/operations/servers.js +203 -180
- package/dist/browser/operations/servers.js.map +1 -1
- package/dist/browser/operations/tuningOptionsOperations.d.ts +73 -0
- package/dist/browser/operations/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/browser/operations/tuningOptionsOperations.js +272 -0
- package/dist/browser/operations/tuningOptionsOperations.js.map +1 -0
- package/dist/browser/operations/virtualEndpoints.d.ts +24 -26
- package/dist/browser/operations/virtualEndpoints.d.ts.map +1 -1
- package/dist/browser/operations/virtualEndpoints.js +89 -98
- package/dist/browser/operations/virtualEndpoints.js.map +1 -1
- package/dist/browser/operations/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/browser/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/browser/operations/virtualNetworkSubnetUsage.js +8 -12
- package/dist/browser/operations/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
- package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.js +4 -0
- package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js +4 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
- package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.js +4 -0
- package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/browser/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
- package/dist/browser/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backupsLongTermRetention.js +4 -0
- package/dist/browser/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
- package/dist/browser/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
- package/dist/browser/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/capabilitiesByLocation.js +4 -0
- package/dist/browser/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
- package/dist/browser/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
- package/dist/browser/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/capabilitiesByServer.js +4 -0
- package/dist/browser/operationsInterfaces/capabilitiesByServer.js.map +1 -0
- package/dist/browser/operationsInterfaces/capturedLogs.d.ts +13 -0
- package/dist/browser/operationsInterfaces/capturedLogs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/capturedLogs.js +4 -0
- package/dist/browser/operationsInterfaces/capturedLogs.js.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts +25 -17
- package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/configurations.js +2 -7
- package/dist/browser/operationsInterfaces/configurations.js.map +1 -1
- package/dist/browser/operationsInterfaces/databases.d.ts +21 -16
- package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databases.js +2 -7
- package/dist/browser/operationsInterfaces/databases.js.map +1 -1
- package/dist/browser/operationsInterfaces/firewallRules.d.ts +14 -14
- package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/firewallRules.js +2 -7
- package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +12 -16
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +16 -23
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/migrations.d.ts +33 -30
- package/dist/browser/operationsInterfaces/migrations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/migrations.js +2 -7
- package/dist/browser/operationsInterfaces/migrations.js.map +1 -1
- package/dist/browser/operationsInterfaces/nameAvailability.d.ts +21 -0
- package/dist/browser/operationsInterfaces/nameAvailability.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/nameAvailability.js +4 -0
- package/dist/browser/operationsInterfaces/nameAvailability.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
- package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.js +4 -0
- package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/quotaUsages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/quotaUsages.js +2 -7
- package/dist/browser/operationsInterfaces/quotaUsages.js.map +1 -1
- package/dist/browser/operationsInterfaces/replicas.d.ts +1 -1
- package/dist/browser/operationsInterfaces/replicas.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/replicas.js +2 -7
- package/dist/browser/operationsInterfaces/replicas.js.map +1 -1
- package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
- package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
- package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
- package/dist/browser/operationsInterfaces/servers.d.ts +31 -31
- package/dist/browser/operationsInterfaces/servers.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/servers.js +2 -7
- package/dist/browser/operationsInterfaces/servers.js.map +1 -1
- package/dist/browser/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
- package/dist/browser/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tuningOptionsOperations.js +4 -0
- package/dist/browser/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualEndpoints.d.ts +23 -25
- package/dist/browser/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/virtualEndpoints.js +2 -7
- package/dist/browser/operationsInterfaces/virtualEndpoints.js.map +1 -1
- package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
- package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +4 -11
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
- package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
- package/dist/browser/postgreSQLManagementFlexibleServerClient.js +54 -75
- package/dist/browser/postgreSQLManagementFlexibleServerClient.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +9 -10
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1911 -1961
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +555 -558
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +76 -78
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1948 -1647
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +7 -13
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +48 -106
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/administratorsMicrosoftEntra.d.ts +83 -0
- package/dist/commonjs/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/commonjs/operations/{administrators.js → administratorsMicrosoftEntra.js} +93 -94
- package/dist/commonjs/operations/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/{browser/operations/ltrBackupOperations.d.ts → commonjs/operations/advancedThreatProtectionSettings.d.ts} +13 -13
- package/dist/commonjs/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/{tuningOptions.js → advancedThreatProtectionSettings.js} +47 -68
- package/dist/commonjs/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/{esm/operations/backups.d.ts → commonjs/operations/backupsAutomaticAndOnDemand.d.ts} +24 -24
- package/dist/commonjs/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/commonjs/operations/{backups.js → backupsAutomaticAndOnDemand.js} +76 -87
- package/dist/commonjs/operations/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/commonjs/operations/backupsLongTermRetention.d.ts +71 -0
- package/dist/commonjs/operations/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/commonjs/operations/backupsLongTermRetention.js +298 -0
- package/dist/commonjs/operations/backupsLongTermRetention.js.map +1 -0
- package/dist/commonjs/operations/capabilitiesByLocation.d.ts +35 -0
- package/dist/commonjs/operations/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/commonjs/operations/capabilitiesByLocation.js +124 -0
- package/dist/commonjs/operations/capabilitiesByLocation.js.map +1 -0
- package/dist/{esm/operations/serverCapabilities.d.ts → commonjs/operations/capabilitiesByServer.d.ts} +9 -9
- package/dist/commonjs/operations/capabilitiesByServer.d.ts.map +1 -0
- package/dist/commonjs/operations/{serverCapabilities.js → capabilitiesByServer.js} +35 -56
- package/dist/commonjs/operations/capabilitiesByServer.js.map +1 -0
- package/dist/{browser/operations/logFiles.d.ts → commonjs/operations/capturedLogs.d.ts} +9 -9
- package/dist/commonjs/operations/capturedLogs.d.ts.map +1 -0
- package/dist/commonjs/operations/{logFiles.js → capturedLogs.js} +35 -56
- package/dist/commonjs/operations/capturedLogs.js.map +1 -0
- package/dist/commonjs/operations/configurations.d.ts +26 -18
- package/dist/commonjs/operations/configurations.d.ts.map +1 -1
- package/dist/commonjs/operations/configurations.js +75 -78
- package/dist/commonjs/operations/configurations.js.map +1 -1
- package/dist/commonjs/operations/databases.d.ts +22 -17
- package/dist/commonjs/operations/databases.d.ts.map +1 -1
- package/dist/commonjs/operations/databases.js +80 -78
- package/dist/commonjs/operations/databases.js.map +1 -1
- package/dist/commonjs/operations/firewallRules.d.ts +15 -15
- package/dist/commonjs/operations/firewallRules.d.ts.map +1 -1
- package/dist/commonjs/operations/firewallRules.js +73 -76
- package/dist/commonjs/operations/firewallRules.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +12 -16
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +16 -23
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/migrations.d.ts +38 -37
- package/dist/commonjs/operations/migrations.d.ts.map +1 -1
- package/dist/commonjs/operations/migrations.js +132 -157
- package/dist/commonjs/operations/migrations.js.map +1 -1
- package/dist/commonjs/operations/nameAvailability.d.ts +29 -0
- package/dist/commonjs/operations/nameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operations/nameAvailability.js +80 -0
- package/dist/commonjs/operations/nameAvailability.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +2 -2
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +29 -50
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/privateDnsZoneSuffix.d.ts +18 -0
- package/dist/commonjs/operations/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +13 -17
- package/dist/commonjs/operations/privateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +38 -3
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +226 -50
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +27 -48
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/quotaUsages.d.ts.map +1 -1
- package/dist/commonjs/operations/quotaUsages.js +27 -48
- package/dist/commonjs/operations/quotaUsages.js.map +1 -1
- package/dist/commonjs/operations/replicas.d.ts +2 -2
- package/dist/commonjs/operations/replicas.d.ts.map +1 -1
- package/dist/commonjs/operations/replicas.js +15 -36
- package/dist/commonjs/operations/replicas.js.map +1 -1
- package/dist/commonjs/operations/serverThreatProtectionSettings.d.ts +7 -40
- package/dist/commonjs/operations/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/commonjs/operations/serverThreatProtectionSettings.js +23 -180
- package/dist/commonjs/operations/serverThreatProtectionSettings.js.map +1 -1
- package/dist/commonjs/operations/servers.d.ts +39 -39
- package/dist/commonjs/operations/servers.d.ts.map +1 -1
- package/dist/commonjs/operations/servers.js +203 -179
- package/dist/commonjs/operations/servers.js.map +1 -1
- package/dist/commonjs/operations/tuningOptionsOperations.d.ts +73 -0
- package/dist/commonjs/operations/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/tuningOptionsOperations.js +277 -0
- package/dist/commonjs/operations/tuningOptionsOperations.js.map +1 -0
- package/dist/commonjs/operations/virtualEndpoints.d.ts +24 -26
- package/dist/commonjs/operations/virtualEndpoints.d.ts.map +1 -1
- package/dist/commonjs/operations/virtualEndpoints.js +89 -97
- package/dist/commonjs/operations/virtualEndpoints.js.map +1 -1
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.js +8 -12
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.js +5 -0
- package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js +5 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.js +5 -0
- package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.js +5 -0
- package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.js +5 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByServer.js +5 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByServer.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/capturedLogs.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/capturedLogs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/capturedLogs.js +5 -0
- package/dist/commonjs/operationsInterfaces/capturedLogs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts +25 -17
- package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/configurations.js +2 -7
- package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databases.d.ts +21 -16
- package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databases.js +2 -7
- package/dist/commonjs/operationsInterfaces/databases.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +14 -14
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/firewallRules.js +2 -7
- package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +12 -16
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +16 -23
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/migrations.d.ts +33 -30
- package/dist/commonjs/operationsInterfaces/migrations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/migrations.js +2 -7
- package/dist/commonjs/operationsInterfaces/migrations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/nameAvailability.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/nameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/nameAvailability.js +5 -0
- package/dist/commonjs/operationsInterfaces/nameAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.js +5 -0
- package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/quotaUsages.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/quotaUsages.js +2 -7
- package/dist/commonjs/operationsInterfaces/quotaUsages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/replicas.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/replicas.js +2 -7
- package/dist/commonjs/operationsInterfaces/replicas.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/servers.d.ts +31 -31
- package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/servers.js +2 -7
- package/dist/commonjs/operationsInterfaces/servers.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.js +5 -0
- package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.d.ts +23 -25
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.js +2 -7
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +4 -11
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js +53 -74
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +9 -10
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +1911 -1961
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +553 -556
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +76 -78
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1945 -1644
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +7 -13
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +48 -106
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/administratorsMicrosoftEntra.d.ts +83 -0
- package/dist/esm/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/esm/operations/{administrators.js → administratorsMicrosoftEntra.js} +91 -93
- package/dist/esm/operations/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/{commonjs/operations/ltrBackupOperations.d.ts → esm/operations/advancedThreatProtectionSettings.d.ts} +13 -13
- package/dist/esm/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operations/{tuningOptions.js → advancedThreatProtectionSettings.js} +45 -67
- package/dist/esm/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/{react-native/operations/backups.d.ts → esm/operations/backupsAutomaticAndOnDemand.d.ts} +24 -24
- package/dist/esm/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/esm/operations/{backups.js → backupsAutomaticAndOnDemand.js} +74 -86
- package/dist/esm/operations/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/esm/operations/backupsLongTermRetention.d.ts +71 -0
- package/dist/esm/operations/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/esm/operations/backupsLongTermRetention.js +293 -0
- package/dist/esm/operations/backupsLongTermRetention.js.map +1 -0
- package/dist/esm/operations/capabilitiesByLocation.d.ts +35 -0
- package/dist/esm/operations/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/esm/operations/capabilitiesByLocation.js +119 -0
- package/dist/esm/operations/capabilitiesByLocation.js.map +1 -0
- package/dist/{react-native/operations/serverCapabilities.d.ts → esm/operations/capabilitiesByServer.d.ts} +9 -9
- package/dist/esm/operations/capabilitiesByServer.d.ts.map +1 -0
- package/dist/{browser/operations/serverCapabilities.js → esm/operations/capabilitiesByServer.js} +33 -55
- package/dist/esm/operations/capabilitiesByServer.js.map +1 -0
- package/dist/{commonjs/operations/logFiles.d.ts → esm/operations/capturedLogs.d.ts} +9 -9
- package/dist/esm/operations/capturedLogs.d.ts.map +1 -0
- package/dist/esm/operations/{logFiles.js → capturedLogs.js} +33 -55
- package/dist/esm/operations/capturedLogs.js.map +1 -0
- package/dist/esm/operations/configurations.d.ts +26 -18
- package/dist/esm/operations/configurations.d.ts.map +1 -1
- package/dist/esm/operations/configurations.js +75 -79
- package/dist/esm/operations/configurations.js.map +1 -1
- package/dist/esm/operations/databases.d.ts +22 -17
- package/dist/esm/operations/databases.d.ts.map +1 -1
- package/dist/esm/operations/databases.js +80 -79
- package/dist/esm/operations/databases.js.map +1 -1
- package/dist/esm/operations/firewallRules.d.ts +15 -15
- package/dist/esm/operations/firewallRules.d.ts.map +1 -1
- package/dist/esm/operations/firewallRules.js +73 -77
- package/dist/esm/operations/firewallRules.js.map +1 -1
- package/dist/esm/operations/index.d.ts +12 -16
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +16 -23
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/migrations.d.ts +38 -37
- package/dist/esm/operations/migrations.d.ts.map +1 -1
- package/dist/esm/operations/migrations.js +132 -158
- package/dist/esm/operations/migrations.js.map +1 -1
- package/dist/esm/operations/nameAvailability.d.ts +29 -0
- package/dist/esm/operations/nameAvailability.d.ts.map +1 -0
- package/dist/esm/operations/nameAvailability.js +75 -0
- package/dist/esm/operations/nameAvailability.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +2 -2
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +29 -51
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/privateDnsZoneSuffix.d.ts +18 -0
- package/dist/esm/operations/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +11 -15
- package/dist/esm/operations/privateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +38 -3
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +226 -51
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +27 -49
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/quotaUsages.d.ts.map +1 -1
- package/dist/esm/operations/quotaUsages.js +27 -49
- package/dist/esm/operations/quotaUsages.js.map +1 -1
- package/dist/esm/operations/replicas.d.ts +2 -2
- package/dist/esm/operations/replicas.d.ts.map +1 -1
- package/dist/esm/operations/replicas.js +15 -37
- package/dist/esm/operations/replicas.js.map +1 -1
- package/dist/esm/operations/serverThreatProtectionSettings.d.ts +7 -40
- package/dist/esm/operations/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/esm/operations/serverThreatProtectionSettings.js +23 -181
- package/dist/esm/operations/serverThreatProtectionSettings.js.map +1 -1
- package/dist/esm/operations/servers.d.ts +39 -39
- package/dist/esm/operations/servers.d.ts.map +1 -1
- package/dist/esm/operations/servers.js +203 -180
- package/dist/esm/operations/servers.js.map +1 -1
- package/dist/esm/operations/tuningOptionsOperations.d.ts +73 -0
- package/dist/esm/operations/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/esm/operations/tuningOptionsOperations.js +272 -0
- package/dist/esm/operations/tuningOptionsOperations.js.map +1 -0
- package/dist/esm/operations/virtualEndpoints.d.ts +24 -26
- package/dist/esm/operations/virtualEndpoints.d.ts.map +1 -1
- package/dist/esm/operations/virtualEndpoints.js +89 -98
- package/dist/esm/operations/virtualEndpoints.js.map +1 -1
- package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/esm/operations/virtualNetworkSubnetUsage.js +8 -12
- package/dist/esm/operations/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
- package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.js +4 -0
- package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js +4 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
- package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.js +4 -0
- package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/esm/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
- package/dist/esm/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backupsLongTermRetention.js +4 -0
- package/dist/esm/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
- package/dist/esm/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
- package/dist/esm/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/capabilitiesByLocation.js +4 -0
- package/dist/esm/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
- package/dist/esm/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
- package/dist/esm/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/capabilitiesByServer.js +4 -0
- package/dist/esm/operationsInterfaces/capabilitiesByServer.js.map +1 -0
- package/dist/esm/operationsInterfaces/capturedLogs.d.ts +13 -0
- package/dist/esm/operationsInterfaces/capturedLogs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/capturedLogs.js +4 -0
- package/dist/esm/operationsInterfaces/capturedLogs.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts +25 -17
- package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/configurations.js +2 -7
- package/dist/esm/operationsInterfaces/configurations.js.map +1 -1
- package/dist/esm/operationsInterfaces/databases.d.ts +21 -16
- package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databases.js +2 -7
- package/dist/esm/operationsInterfaces/databases.js.map +1 -1
- package/dist/esm/operationsInterfaces/firewallRules.d.ts +14 -14
- package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/firewallRules.js +2 -7
- package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +12 -16
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +16 -23
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/migrations.d.ts +33 -30
- package/dist/esm/operationsInterfaces/migrations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/migrations.js +2 -7
- package/dist/esm/operationsInterfaces/migrations.js.map +1 -1
- package/dist/esm/operationsInterfaces/nameAvailability.d.ts +21 -0
- package/dist/esm/operationsInterfaces/nameAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/nameAvailability.js +4 -0
- package/dist/esm/operationsInterfaces/nameAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
- package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.js +4 -0
- package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/quotaUsages.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/quotaUsages.js +2 -7
- package/dist/esm/operationsInterfaces/quotaUsages.js.map +1 -1
- package/dist/esm/operationsInterfaces/replicas.d.ts +1 -1
- package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/replicas.js +2 -7
- package/dist/esm/operationsInterfaces/replicas.js.map +1 -1
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
- package/dist/esm/operationsInterfaces/servers.d.ts +31 -31
- package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/servers.js +2 -7
- package/dist/esm/operationsInterfaces/servers.js.map +1 -1
- package/dist/esm/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
- package/dist/esm/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tuningOptionsOperations.js +4 -0
- package/dist/esm/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts +23 -25
- package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/virtualEndpoints.js +2 -7
- package/dist/esm/operationsInterfaces/virtualEndpoints.js.map +1 -1
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +4 -11
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
- package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
- package/dist/esm/postgreSQLManagementFlexibleServerClient.js +54 -75
- package/dist/esm/postgreSQLManagementFlexibleServerClient.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +9 -10
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1911 -1961
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +553 -556
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +76 -78
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1945 -1644
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +7 -13
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +48 -106
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/administratorsMicrosoftEntra.d.ts +83 -0
- package/dist/react-native/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/{browser/operations/administrators.js → react-native/operations/administratorsMicrosoftEntra.js} +91 -93
- package/dist/react-native/operations/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/{commonjs/operations/tuningOptions.d.ts → react-native/operations/advancedThreatProtectionSettings.d.ts} +13 -13
- package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/{browser/operations/tuningOptions.js → react-native/operations/advancedThreatProtectionSettings.js} +45 -67
- package/dist/react-native/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/{commonjs/operations/backups.d.ts → react-native/operations/backupsAutomaticAndOnDemand.d.ts} +24 -24
- package/dist/react-native/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/react-native/operations/{backups.js → backupsAutomaticAndOnDemand.js} +74 -86
- package/dist/react-native/operations/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/react-native/operations/backupsLongTermRetention.d.ts +71 -0
- package/dist/react-native/operations/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/react-native/operations/backupsLongTermRetention.js +293 -0
- package/dist/react-native/operations/backupsLongTermRetention.js.map +1 -0
- package/dist/react-native/operations/capabilitiesByLocation.d.ts +35 -0
- package/dist/react-native/operations/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/react-native/operations/capabilitiesByLocation.js +119 -0
- package/dist/react-native/operations/capabilitiesByLocation.js.map +1 -0
- package/dist/{commonjs/operations/serverCapabilities.d.ts → react-native/operations/capabilitiesByServer.d.ts} +9 -9
- package/dist/react-native/operations/capabilitiesByServer.d.ts.map +1 -0
- package/dist/react-native/operations/{serverCapabilities.js → capabilitiesByServer.js} +33 -55
- package/dist/react-native/operations/capabilitiesByServer.js.map +1 -0
- package/dist/react-native/operations/{logFiles.d.ts → capturedLogs.d.ts} +9 -9
- package/dist/react-native/operations/capturedLogs.d.ts.map +1 -0
- package/dist/react-native/operations/{logFiles.js → capturedLogs.js} +33 -55
- package/dist/react-native/operations/capturedLogs.js.map +1 -0
- package/dist/react-native/operations/configurations.d.ts +26 -18
- package/dist/react-native/operations/configurations.d.ts.map +1 -1
- package/dist/react-native/operations/configurations.js +75 -79
- package/dist/react-native/operations/configurations.js.map +1 -1
- package/dist/react-native/operations/databases.d.ts +22 -17
- package/dist/react-native/operations/databases.d.ts.map +1 -1
- package/dist/react-native/operations/databases.js +80 -79
- package/dist/react-native/operations/databases.js.map +1 -1
- package/dist/react-native/operations/firewallRules.d.ts +15 -15
- package/dist/react-native/operations/firewallRules.d.ts.map +1 -1
- package/dist/react-native/operations/firewallRules.js +73 -77
- package/dist/react-native/operations/firewallRules.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +12 -16
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +16 -23
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/migrations.d.ts +38 -37
- package/dist/react-native/operations/migrations.d.ts.map +1 -1
- package/dist/react-native/operations/migrations.js +132 -158
- package/dist/react-native/operations/migrations.js.map +1 -1
- package/dist/react-native/operations/nameAvailability.d.ts +29 -0
- package/dist/react-native/operations/nameAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/nameAvailability.js +75 -0
- package/dist/react-native/operations/nameAvailability.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +2 -2
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +29 -51
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/privateDnsZoneSuffix.d.ts +18 -0
- package/dist/react-native/operations/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +11 -15
- package/dist/react-native/operations/privateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +38 -3
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +226 -51
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +27 -49
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/quotaUsages.d.ts.map +1 -1
- package/dist/react-native/operations/quotaUsages.js +27 -49
- package/dist/react-native/operations/quotaUsages.js.map +1 -1
- package/dist/react-native/operations/replicas.d.ts +2 -2
- package/dist/react-native/operations/replicas.d.ts.map +1 -1
- package/dist/react-native/operations/replicas.js +15 -37
- package/dist/react-native/operations/replicas.js.map +1 -1
- package/dist/react-native/operations/serverThreatProtectionSettings.d.ts +7 -40
- package/dist/react-native/operations/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/react-native/operations/serverThreatProtectionSettings.js +23 -181
- package/dist/react-native/operations/serverThreatProtectionSettings.js.map +1 -1
- package/dist/react-native/operations/servers.d.ts +39 -39
- package/dist/react-native/operations/servers.d.ts.map +1 -1
- package/dist/react-native/operations/servers.js +203 -180
- package/dist/react-native/operations/servers.js.map +1 -1
- package/dist/react-native/operations/tuningOptionsOperations.d.ts +73 -0
- package/dist/react-native/operations/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/tuningOptionsOperations.js +272 -0
- package/dist/react-native/operations/tuningOptionsOperations.js.map +1 -0
- package/dist/react-native/operations/virtualEndpoints.d.ts +24 -26
- package/dist/react-native/operations/virtualEndpoints.d.ts.map +1 -1
- package/dist/react-native/operations/virtualEndpoints.js +89 -98
- package/dist/react-native/operations/virtualEndpoints.js.map +1 -1
- package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/react-native/operations/virtualNetworkSubnetUsage.js +8 -12
- package/dist/react-native/operations/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.js +4 -0
- package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js +4 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.js +4 -0
- package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backupsLongTermRetention.js +4 -0
- package/dist/react-native/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByLocation.js +4 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByServer.js +4 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByServer.js.map +1 -0
- package/dist/react-native/operationsInterfaces/capturedLogs.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/capturedLogs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/capturedLogs.js +4 -0
- package/dist/react-native/operationsInterfaces/capturedLogs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts +25 -17
- package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/configurations.js +2 -7
- package/dist/react-native/operationsInterfaces/configurations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databases.d.ts +21 -16
- package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databases.js +2 -7
- package/dist/react-native/operationsInterfaces/databases.js.map +1 -1
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts +14 -14
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/firewallRules.js +2 -7
- package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +12 -16
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +16 -23
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/migrations.d.ts +33 -30
- package/dist/react-native/operationsInterfaces/migrations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/migrations.js +2 -7
- package/dist/react-native/operationsInterfaces/migrations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/nameAvailability.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/nameAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/nameAvailability.js +4 -0
- package/dist/react-native/operationsInterfaces/nameAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.js +4 -0
- package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/quotaUsages.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/quotaUsages.js +2 -7
- package/dist/react-native/operationsInterfaces/quotaUsages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/replicas.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/replicas.js +2 -7
- package/dist/react-native/operationsInterfaces/replicas.js.map +1 -1
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
- package/dist/react-native/operationsInterfaces/servers.d.ts +31 -31
- package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/servers.js +2 -7
- package/dist/react-native/operationsInterfaces/servers.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tuningOptionsOperations.js +4 -0
- package/dist/react-native/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts +23 -25
- package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/virtualEndpoints.js +2 -7
- package/dist/react-native/operationsInterfaces/virtualEndpoints.js.map +1 -1
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +4 -11
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.js +54 -75
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.js.map +1 -1
- package/package.json +41 -39
- package/CHANGELOG.md +0 -1707
- package/dist/browser/operations/administrators.d.ts +0 -81
- package/dist/browser/operations/administrators.d.ts.map +0 -1
- package/dist/browser/operations/administrators.js.map +0 -1
- package/dist/browser/operations/backups.d.ts.map +0 -1
- package/dist/browser/operations/backups.js.map +0 -1
- package/dist/browser/operations/checkNameAvailability.d.ts +0 -19
- package/dist/browser/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist/browser/operations/checkNameAvailability.js +0 -49
- package/dist/browser/operations/checkNameAvailability.js.map +0 -1
- package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
- package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/browser/operations/checkNameAvailabilityWithLocation.js +0 -50
- package/dist/browser/operations/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/browser/operations/flexibleServer.d.ts +0 -39
- package/dist/browser/operations/flexibleServer.d.ts.map +0 -1
- package/dist/browser/operations/flexibleServer.js +0 -152
- package/dist/browser/operations/flexibleServer.js.map +0 -1
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/browser/operations/locationBasedCapabilities.d.ts +0 -35
- package/dist/browser/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/browser/operations/locationBasedCapabilities.js +0 -141
- package/dist/browser/operations/locationBasedCapabilities.js.map +0 -1
- package/dist/browser/operations/logFiles.d.ts.map +0 -1
- package/dist/browser/operations/logFiles.js.map +0 -1
- package/dist/browser/operations/ltrBackupOperations.d.ts.map +0 -1
- package/dist/browser/operations/ltrBackupOperations.js +0 -182
- package/dist/browser/operations/ltrBackupOperations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnectionOperations.d.ts +0 -48
- package/dist/browser/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnectionOperations.js +0 -209
- package/dist/browser/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/browser/operations/serverCapabilities.d.ts.map +0 -1
- package/dist/browser/operations/serverCapabilities.js.map +0 -1
- package/dist/browser/operations/tuningConfiguration.d.ts +0 -137
- package/dist/browser/operations/tuningConfiguration.d.ts.map +0 -1
- package/dist/browser/operations/tuningConfiguration.js +0 -638
- package/dist/browser/operations/tuningConfiguration.js.map +0 -1
- package/dist/browser/operations/tuningIndex.d.ts +0 -41
- package/dist/browser/operations/tuningIndex.d.ts.map +0 -1
- package/dist/browser/operations/tuningIndex.js +0 -155
- package/dist/browser/operations/tuningIndex.js.map +0 -1
- package/dist/browser/operations/tuningOptions.d.ts.map +0 -1
- package/dist/browser/operations/tuningOptions.js.map +0 -1
- package/dist/browser/operationsInterfaces/administrators.d.ts +0 -56
- package/dist/browser/operationsInterfaces/administrators.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/administrators.js +0 -9
- package/dist/browser/operationsInterfaces/administrators.js.map +0 -1
- package/dist/browser/operationsInterfaces/backups.d.ts +0 -54
- package/dist/browser/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backups.js +0 -9
- package/dist/browser/operationsInterfaces/backups.js.map +0 -1
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +0 -11
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/checkNameAvailability.js +0 -9
- package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/browser/operationsInterfaces/flexibleServer.d.ts +0 -31
- package/dist/browser/operationsInterfaces/flexibleServer.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/flexibleServer.js +0 -9
- package/dist/browser/operationsInterfaces/flexibleServer.js.map +0 -1
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.js +0 -9
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
- package/dist/browser/operationsInterfaces/logFiles.d.ts +0 -13
- package/dist/browser/operationsInterfaces/logFiles.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/logFiles.js +0 -9
- package/dist/browser/operationsInterfaces/logFiles.js.map +0 -1
- package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
- package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/ltrBackupOperations.js +0 -9
- package/dist/browser/operationsInterfaces/ltrBackupOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/serverCapabilities.d.ts +0 -13
- package/dist/browser/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/serverCapabilities.js +0 -9
- package/dist/browser/operationsInterfaces/serverCapabilities.js.map +0 -1
- package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts +0 -90
- package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/tuningConfiguration.js +0 -9
- package/dist/browser/operationsInterfaces/tuningConfiguration.js.map +0 -1
- package/dist/browser/operationsInterfaces/tuningIndex.d.ts +0 -14
- package/dist/browser/operationsInterfaces/tuningIndex.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/tuningIndex.js +0 -9
- package/dist/browser/operationsInterfaces/tuningIndex.js.map +0 -1
- package/dist/browser/operationsInterfaces/tuningOptions.d.ts +0 -21
- package/dist/browser/operationsInterfaces/tuningOptions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/tuningOptions.js +0 -9
- package/dist/browser/operationsInterfaces/tuningOptions.js.map +0 -1
- package/dist/commonjs/operations/administrators.d.ts +0 -81
- package/dist/commonjs/operations/administrators.d.ts.map +0 -1
- package/dist/commonjs/operations/administrators.js.map +0 -1
- package/dist/commonjs/operations/backups.d.ts.map +0 -1
- package/dist/commonjs/operations/backups.js.map +0 -1
- package/dist/commonjs/operations/checkNameAvailability.d.ts +0 -19
- package/dist/commonjs/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist/commonjs/operations/checkNameAvailability.js +0 -54
- package/dist/commonjs/operations/checkNameAvailability.js.map +0 -1
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js +0 -55
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/commonjs/operations/flexibleServer.d.ts +0 -39
- package/dist/commonjs/operations/flexibleServer.d.ts.map +0 -1
- package/dist/commonjs/operations/flexibleServer.js +0 -157
- package/dist/commonjs/operations/flexibleServer.js.map +0 -1
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts +0 -35
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/commonjs/operations/locationBasedCapabilities.js +0 -145
- package/dist/commonjs/operations/locationBasedCapabilities.js.map +0 -1
- package/dist/commonjs/operations/logFiles.d.ts.map +0 -1
- package/dist/commonjs/operations/logFiles.js.map +0 -1
- package/dist/commonjs/operations/ltrBackupOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/ltrBackupOperations.js +0 -186
- package/dist/commonjs/operations/ltrBackupOperations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts +0 -48
- package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js +0 -214
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/commonjs/operations/serverCapabilities.d.ts.map +0 -1
- package/dist/commonjs/operations/serverCapabilities.js.map +0 -1
- package/dist/commonjs/operations/tuningConfiguration.d.ts +0 -137
- package/dist/commonjs/operations/tuningConfiguration.d.ts.map +0 -1
- package/dist/commonjs/operations/tuningConfiguration.js +0 -642
- package/dist/commonjs/operations/tuningConfiguration.js.map +0 -1
- package/dist/commonjs/operations/tuningIndex.d.ts +0 -41
- package/dist/commonjs/operations/tuningIndex.d.ts.map +0 -1
- package/dist/commonjs/operations/tuningIndex.js +0 -159
- package/dist/commonjs/operations/tuningIndex.js.map +0 -1
- package/dist/commonjs/operations/tuningOptions.d.ts.map +0 -1
- package/dist/commonjs/operations/tuningOptions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/administrators.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/administrators.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/administrators.js +0 -10
- package/dist/commonjs/operationsInterfaces/administrators.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backups.d.ts +0 -54
- package/dist/commonjs/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backups.js +0 -10
- package/dist/commonjs/operationsInterfaces/backups.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +0 -10
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -10
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts +0 -31
- package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/flexibleServer.js +0 -10
- package/dist/commonjs/operationsInterfaces/flexibleServer.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -10
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js +0 -10
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/logFiles.js +0 -10
- package/dist/commonjs/operationsInterfaces/logFiles.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/serverCapabilities.js +0 -10
- package/dist/commonjs/operationsInterfaces/serverCapabilities.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts +0 -90
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.js +0 -10
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/tuningIndex.js +0 -10
- package/dist/commonjs/operationsInterfaces/tuningIndex.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts +0 -21
- package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/tuningOptions.js +0 -10
- package/dist/commonjs/operationsInterfaces/tuningOptions.js.map +0 -1
- package/dist/esm/operations/administrators.d.ts +0 -81
- package/dist/esm/operations/administrators.d.ts.map +0 -1
- package/dist/esm/operations/administrators.js.map +0 -1
- package/dist/esm/operations/backups.d.ts.map +0 -1
- package/dist/esm/operations/backups.js.map +0 -1
- package/dist/esm/operations/checkNameAvailability.d.ts +0 -19
- package/dist/esm/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist/esm/operations/checkNameAvailability.js +0 -49
- package/dist/esm/operations/checkNameAvailability.js.map +0 -1
- package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
- package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/esm/operations/checkNameAvailabilityWithLocation.js +0 -50
- package/dist/esm/operations/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/esm/operations/flexibleServer.d.ts +0 -39
- package/dist/esm/operations/flexibleServer.d.ts.map +0 -1
- package/dist/esm/operations/flexibleServer.js +0 -152
- package/dist/esm/operations/flexibleServer.js.map +0 -1
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/esm/operations/locationBasedCapabilities.d.ts +0 -35
- package/dist/esm/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/esm/operations/locationBasedCapabilities.js +0 -141
- package/dist/esm/operations/locationBasedCapabilities.js.map +0 -1
- package/dist/esm/operations/logFiles.d.ts.map +0 -1
- package/dist/esm/operations/logFiles.js.map +0 -1
- package/dist/esm/operations/ltrBackupOperations.d.ts +0 -46
- package/dist/esm/operations/ltrBackupOperations.d.ts.map +0 -1
- package/dist/esm/operations/ltrBackupOperations.js +0 -182
- package/dist/esm/operations/ltrBackupOperations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnectionOperations.d.ts +0 -48
- package/dist/esm/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnectionOperations.js +0 -209
- package/dist/esm/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/esm/operations/serverCapabilities.d.ts.map +0 -1
- package/dist/esm/operations/serverCapabilities.js.map +0 -1
- package/dist/esm/operations/tuningConfiguration.d.ts +0 -137
- package/dist/esm/operations/tuningConfiguration.d.ts.map +0 -1
- package/dist/esm/operations/tuningConfiguration.js +0 -638
- package/dist/esm/operations/tuningConfiguration.js.map +0 -1
- package/dist/esm/operations/tuningIndex.d.ts +0 -41
- package/dist/esm/operations/tuningIndex.d.ts.map +0 -1
- package/dist/esm/operations/tuningIndex.js +0 -155
- package/dist/esm/operations/tuningIndex.js.map +0 -1
- package/dist/esm/operations/tuningOptions.d.ts +0 -46
- package/dist/esm/operations/tuningOptions.d.ts.map +0 -1
- package/dist/esm/operations/tuningOptions.js.map +0 -1
- package/dist/esm/operationsInterfaces/administrators.d.ts +0 -56
- package/dist/esm/operationsInterfaces/administrators.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/administrators.js +0 -9
- package/dist/esm/operationsInterfaces/administrators.js.map +0 -1
- package/dist/esm/operationsInterfaces/backups.d.ts +0 -54
- package/dist/esm/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backups.js +0 -9
- package/dist/esm/operationsInterfaces/backups.js.map +0 -1
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +0 -11
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/checkNameAvailability.js +0 -9
- package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/esm/operationsInterfaces/flexibleServer.d.ts +0 -31
- package/dist/esm/operationsInterfaces/flexibleServer.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/flexibleServer.js +0 -9
- package/dist/esm/operationsInterfaces/flexibleServer.js.map +0 -1
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js +0 -9
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
- package/dist/esm/operationsInterfaces/logFiles.d.ts +0 -13
- package/dist/esm/operationsInterfaces/logFiles.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/logFiles.js +0 -9
- package/dist/esm/operationsInterfaces/logFiles.js.map +0 -1
- package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
- package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/ltrBackupOperations.js +0 -9
- package/dist/esm/operationsInterfaces/ltrBackupOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/serverCapabilities.d.ts +0 -13
- package/dist/esm/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/serverCapabilities.js +0 -9
- package/dist/esm/operationsInterfaces/serverCapabilities.js.map +0 -1
- package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts +0 -90
- package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/tuningConfiguration.js +0 -9
- package/dist/esm/operationsInterfaces/tuningConfiguration.js.map +0 -1
- package/dist/esm/operationsInterfaces/tuningIndex.d.ts +0 -14
- package/dist/esm/operationsInterfaces/tuningIndex.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/tuningIndex.js +0 -9
- package/dist/esm/operationsInterfaces/tuningIndex.js.map +0 -1
- package/dist/esm/operationsInterfaces/tuningOptions.d.ts +0 -21
- package/dist/esm/operationsInterfaces/tuningOptions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/tuningOptions.js +0 -9
- package/dist/esm/operationsInterfaces/tuningOptions.js.map +0 -1
- package/dist/react-native/operations/administrators.d.ts +0 -81
- package/dist/react-native/operations/administrators.d.ts.map +0 -1
- package/dist/react-native/operations/administrators.js.map +0 -1
- package/dist/react-native/operations/backups.d.ts.map +0 -1
- package/dist/react-native/operations/backups.js.map +0 -1
- package/dist/react-native/operations/checkNameAvailability.d.ts +0 -19
- package/dist/react-native/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist/react-native/operations/checkNameAvailability.js +0 -49
- package/dist/react-native/operations/checkNameAvailability.js.map +0 -1
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.js +0 -50
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/react-native/operations/flexibleServer.d.ts +0 -39
- package/dist/react-native/operations/flexibleServer.d.ts.map +0 -1
- package/dist/react-native/operations/flexibleServer.js +0 -152
- package/dist/react-native/operations/flexibleServer.js.map +0 -1
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/react-native/operations/locationBasedCapabilities.d.ts +0 -35
- package/dist/react-native/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/react-native/operations/locationBasedCapabilities.js +0 -141
- package/dist/react-native/operations/locationBasedCapabilities.js.map +0 -1
- package/dist/react-native/operations/logFiles.d.ts.map +0 -1
- package/dist/react-native/operations/logFiles.js.map +0 -1
- package/dist/react-native/operations/ltrBackupOperations.d.ts +0 -46
- package/dist/react-native/operations/ltrBackupOperations.d.ts.map +0 -1
- package/dist/react-native/operations/ltrBackupOperations.js +0 -182
- package/dist/react-native/operations/ltrBackupOperations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts +0 -48
- package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnectionOperations.js +0 -209
- package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/react-native/operations/serverCapabilities.d.ts.map +0 -1
- package/dist/react-native/operations/serverCapabilities.js.map +0 -1
- package/dist/react-native/operations/tuningConfiguration.d.ts +0 -137
- package/dist/react-native/operations/tuningConfiguration.d.ts.map +0 -1
- package/dist/react-native/operations/tuningConfiguration.js +0 -638
- package/dist/react-native/operations/tuningConfiguration.js.map +0 -1
- package/dist/react-native/operations/tuningIndex.d.ts +0 -41
- package/dist/react-native/operations/tuningIndex.d.ts.map +0 -1
- package/dist/react-native/operations/tuningIndex.js +0 -155
- package/dist/react-native/operations/tuningIndex.js.map +0 -1
- package/dist/react-native/operations/tuningOptions.d.ts +0 -46
- package/dist/react-native/operations/tuningOptions.d.ts.map +0 -1
- package/dist/react-native/operations/tuningOptions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/administrators.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/administrators.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/administrators.js +0 -9
- package/dist/react-native/operationsInterfaces/administrators.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backups.d.ts +0 -54
- package/dist/react-native/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backups.js +0 -9
- package/dist/react-native/operationsInterfaces/backups.js.map +0 -1
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js +0 -9
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/react-native/operationsInterfaces/flexibleServer.d.ts +0 -31
- package/dist/react-native/operationsInterfaces/flexibleServer.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/flexibleServer.js +0 -9
- package/dist/react-native/operationsInterfaces/flexibleServer.js.map +0 -1
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js +0 -9
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
- package/dist/react-native/operationsInterfaces/logFiles.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/logFiles.js +0 -9
- package/dist/react-native/operationsInterfaces/logFiles.js.map +0 -1
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/serverCapabilities.js +0 -9
- package/dist/react-native/operationsInterfaces/serverCapabilities.js.map +0 -1
- package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts +0 -90
- package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/tuningConfiguration.js +0 -9
- package/dist/react-native/operationsInterfaces/tuningConfiguration.js.map +0 -1
- package/dist/react-native/operationsInterfaces/tuningIndex.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/tuningIndex.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/tuningIndex.js +0 -9
- package/dist/react-native/operationsInterfaces/tuningIndex.js.map +0 -1
- package/dist/react-native/operationsInterfaces/tuningOptions.d.ts +0 -21
- package/dist/react-native/operationsInterfaces/tuningOptions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/tuningOptions.js +0 -9
- package/dist/react-native/operationsInterfaces/tuningOptions.js.map +0 -1
- package/review/arm-postgresql-flexible.api.md +0 -2724
|
@@ -1,2724 +0,0 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-postgresql-flexible"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import type * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import type { OperationState } from '@azure/core-lro';
|
|
10
|
-
import type { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
-
import type { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export interface ActiveDirectoryAdministrator extends ProxyResource {
|
|
15
|
-
objectId?: string;
|
|
16
|
-
principalName?: string;
|
|
17
|
-
principalType?: PrincipalType;
|
|
18
|
-
tenantId?: string;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
// @public
|
|
22
|
-
export interface ActiveDirectoryAdministratorAdd {
|
|
23
|
-
principalName?: string;
|
|
24
|
-
principalType?: PrincipalType;
|
|
25
|
-
tenantId?: string;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// @public
|
|
29
|
-
export type ActiveDirectoryAuthEnum = string;
|
|
30
|
-
|
|
31
|
-
// @public
|
|
32
|
-
export interface AdminCredentials {
|
|
33
|
-
sourceServerPassword: string;
|
|
34
|
-
targetServerPassword: string;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
// @public
|
|
38
|
-
export interface AdministratorListResult {
|
|
39
|
-
nextLink?: string;
|
|
40
|
-
value?: ActiveDirectoryAdministrator[];
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
// @public
|
|
44
|
-
export interface Administrators {
|
|
45
|
-
beginCreate(resourceGroupName: string, serverName: string, objectId: string, parameters: ActiveDirectoryAdministratorAdd, options?: AdministratorsCreateOptionalParams): Promise<SimplePollerLike<OperationState<AdministratorsCreateResponse>, AdministratorsCreateResponse>>;
|
|
46
|
-
beginCreateAndWait(resourceGroupName: string, serverName: string, objectId: string, parameters: ActiveDirectoryAdministratorAdd, options?: AdministratorsCreateOptionalParams): Promise<AdministratorsCreateResponse>;
|
|
47
|
-
beginDelete(resourceGroupName: string, serverName: string, objectId: string, options?: AdministratorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
48
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, objectId: string, options?: AdministratorsDeleteOptionalParams): Promise<void>;
|
|
49
|
-
get(resourceGroupName: string, serverName: string, objectId: string, options?: AdministratorsGetOptionalParams): Promise<AdministratorsGetResponse>;
|
|
50
|
-
listByServer(resourceGroupName: string, serverName: string, options?: AdministratorsListByServerOptionalParams): PagedAsyncIterableIterator<ActiveDirectoryAdministrator>;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
// @public
|
|
54
|
-
export interface AdministratorsCreateHeaders {
|
|
55
|
-
// (undocumented)
|
|
56
|
-
location?: string;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
// @public
|
|
60
|
-
export interface AdministratorsCreateOptionalParams extends coreClient.OperationOptions {
|
|
61
|
-
resumeFrom?: string;
|
|
62
|
-
updateIntervalInMs?: number;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
// @public
|
|
66
|
-
export type AdministratorsCreateResponse = ActiveDirectoryAdministrator;
|
|
67
|
-
|
|
68
|
-
// @public
|
|
69
|
-
export interface AdministratorsDeleteHeaders {
|
|
70
|
-
// (undocumented)
|
|
71
|
-
location?: string;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
// @public
|
|
75
|
-
export interface AdministratorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
76
|
-
resumeFrom?: string;
|
|
77
|
-
updateIntervalInMs?: number;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// @public
|
|
81
|
-
export interface AdministratorsGetOptionalParams extends coreClient.OperationOptions {
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
// @public
|
|
85
|
-
export type AdministratorsGetResponse = ActiveDirectoryAdministrator;
|
|
86
|
-
|
|
87
|
-
// @public
|
|
88
|
-
export interface AdministratorsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
// @public
|
|
92
|
-
export type AdministratorsListByServerNextResponse = AdministratorListResult;
|
|
93
|
-
|
|
94
|
-
// @public
|
|
95
|
-
export interface AdministratorsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
// @public
|
|
99
|
-
export type AdministratorsListByServerResponse = AdministratorListResult;
|
|
100
|
-
|
|
101
|
-
// @public
|
|
102
|
-
export type ArmServerKeyType = string;
|
|
103
|
-
|
|
104
|
-
// @public
|
|
105
|
-
export interface AuthConfig {
|
|
106
|
-
activeDirectoryAuth?: ActiveDirectoryAuthEnum;
|
|
107
|
-
passwordAuth?: PasswordAuthEnum;
|
|
108
|
-
tenantId?: string;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
// @public
|
|
112
|
-
export type AzureManagedDiskPerformanceTiers = string;
|
|
113
|
-
|
|
114
|
-
// @public
|
|
115
|
-
export interface Backup {
|
|
116
|
-
backupRetentionDays?: number;
|
|
117
|
-
readonly earliestRestoreDate?: Date;
|
|
118
|
-
geoRedundantBackup?: GeoRedundantBackupEnum;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
// @public
|
|
122
|
-
export interface BackupRequestBase {
|
|
123
|
-
backupSettings: BackupSettings;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
// @public
|
|
127
|
-
export interface Backups {
|
|
128
|
-
beginCreate(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsCreateOptionalParams): Promise<SimplePollerLike<OperationState<BackupsCreateResponse>, BackupsCreateResponse>>;
|
|
129
|
-
beginCreateAndWait(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsCreateOptionalParams): Promise<BackupsCreateResponse>;
|
|
130
|
-
beginDelete(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<BackupsDeleteResponse>, BackupsDeleteResponse>>;
|
|
131
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsDeleteOptionalParams): Promise<BackupsDeleteResponse>;
|
|
132
|
-
get(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsGetOptionalParams): Promise<BackupsGetResponse>;
|
|
133
|
-
listByServer(resourceGroupName: string, serverName: string, options?: BackupsListByServerOptionalParams): PagedAsyncIterableIterator<ServerBackup>;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
// @public
|
|
137
|
-
export interface BackupsCreateHeaders {
|
|
138
|
-
// (undocumented)
|
|
139
|
-
location?: string;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
// @public
|
|
143
|
-
export interface BackupsCreateOptionalParams extends coreClient.OperationOptions {
|
|
144
|
-
resumeFrom?: string;
|
|
145
|
-
updateIntervalInMs?: number;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
// @public
|
|
149
|
-
export type BackupsCreateResponse = ServerBackup;
|
|
150
|
-
|
|
151
|
-
// @public
|
|
152
|
-
export interface BackupsDeleteHeaders {
|
|
153
|
-
// (undocumented)
|
|
154
|
-
location?: string;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
// @public
|
|
158
|
-
export interface BackupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
159
|
-
resumeFrom?: string;
|
|
160
|
-
updateIntervalInMs?: number;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
// @public
|
|
164
|
-
export type BackupsDeleteResponse = BackupsDeleteHeaders;
|
|
165
|
-
|
|
166
|
-
// @public
|
|
167
|
-
export interface BackupSettings {
|
|
168
|
-
backupName: string;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
// @public
|
|
172
|
-
export interface BackupsGetOptionalParams extends coreClient.OperationOptions {
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
// @public
|
|
176
|
-
export type BackupsGetResponse = ServerBackup;
|
|
177
|
-
|
|
178
|
-
// @public
|
|
179
|
-
export interface BackupsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
// @public
|
|
183
|
-
export type BackupsListByServerNextResponse = ServerBackupListResult;
|
|
184
|
-
|
|
185
|
-
// @public
|
|
186
|
-
export interface BackupsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
// @public
|
|
190
|
-
export type BackupsListByServerResponse = ServerBackupListResult;
|
|
191
|
-
|
|
192
|
-
// @public
|
|
193
|
-
export interface BackupStoreDetails {
|
|
194
|
-
sasUriList: string[];
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
// @public
|
|
198
|
-
export type CancelEnum = string;
|
|
199
|
-
|
|
200
|
-
// @public
|
|
201
|
-
export interface CapabilitiesListResult {
|
|
202
|
-
readonly nextLink?: string;
|
|
203
|
-
readonly value?: FlexibleServerCapability[];
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
// @public
|
|
207
|
-
export interface CapabilityBase {
|
|
208
|
-
readonly reason?: string;
|
|
209
|
-
readonly status?: CapabilityStatus;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
// @public
|
|
213
|
-
export type CapabilityStatus = "Visible" | "Available" | "Default" | "Disabled";
|
|
214
|
-
|
|
215
|
-
// @public
|
|
216
|
-
export interface CheckMigrationNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
// @public
|
|
220
|
-
export type CheckMigrationNameAvailabilityResponse = MigrationNameAvailabilityResource;
|
|
221
|
-
|
|
222
|
-
// @public
|
|
223
|
-
export interface CheckNameAvailability {
|
|
224
|
-
execute(nameAvailabilityRequest: CheckNameAvailabilityRequest, options?: CheckNameAvailabilityExecuteOptionalParams): Promise<CheckNameAvailabilityExecuteResponse>;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
// @public
|
|
228
|
-
export interface CheckNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
// @public
|
|
232
|
-
export type CheckNameAvailabilityExecuteResponse = NameAvailability;
|
|
233
|
-
|
|
234
|
-
// @public
|
|
235
|
-
export type CheckNameAvailabilityReason = string;
|
|
236
|
-
|
|
237
|
-
// @public
|
|
238
|
-
export interface CheckNameAvailabilityRequest {
|
|
239
|
-
name?: string;
|
|
240
|
-
type?: string;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
// @public
|
|
244
|
-
export interface CheckNameAvailabilityResponse {
|
|
245
|
-
message?: string;
|
|
246
|
-
nameAvailable?: boolean;
|
|
247
|
-
reason?: CheckNameAvailabilityReason;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
// @public
|
|
251
|
-
export interface CheckNameAvailabilityWithLocation {
|
|
252
|
-
execute(locationName: string, nameAvailabilityRequest: CheckNameAvailabilityRequest, options?: CheckNameAvailabilityWithLocationExecuteOptionalParams): Promise<CheckNameAvailabilityWithLocationExecuteResponse>;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
// @public
|
|
256
|
-
export interface CheckNameAvailabilityWithLocationExecuteOptionalParams extends coreClient.OperationOptions {
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
// @public
|
|
260
|
-
export type CheckNameAvailabilityWithLocationExecuteResponse = NameAvailability;
|
|
261
|
-
|
|
262
|
-
// @public
|
|
263
|
-
export interface Cluster {
|
|
264
|
-
clusterSize?: number;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
// @public
|
|
268
|
-
export interface ConfigTuningRequestParameter {
|
|
269
|
-
allowServerRestarts?: boolean;
|
|
270
|
-
configTuningUsageMode?: boolean;
|
|
271
|
-
serverName?: string;
|
|
272
|
-
targetImprovementMetric?: string;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
// @public
|
|
276
|
-
export interface Configuration extends ProxyResource {
|
|
277
|
-
readonly allowedValues?: string;
|
|
278
|
-
readonly dataType?: ConfigurationDataType;
|
|
279
|
-
readonly defaultValue?: string;
|
|
280
|
-
readonly description?: string;
|
|
281
|
-
readonly documentationLink?: string;
|
|
282
|
-
readonly isConfigPendingRestart?: boolean;
|
|
283
|
-
readonly isDynamicConfig?: boolean;
|
|
284
|
-
readonly isReadOnly?: boolean;
|
|
285
|
-
source?: string;
|
|
286
|
-
readonly unit?: string;
|
|
287
|
-
value?: string;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
// @public
|
|
291
|
-
export type ConfigurationDataType = string;
|
|
292
|
-
|
|
293
|
-
// @public
|
|
294
|
-
export interface ConfigurationForUpdate {
|
|
295
|
-
readonly allowedValues?: string;
|
|
296
|
-
readonly dataType?: ConfigurationDataType;
|
|
297
|
-
readonly defaultValue?: string;
|
|
298
|
-
readonly description?: string;
|
|
299
|
-
readonly documentationLink?: string;
|
|
300
|
-
readonly isConfigPendingRestart?: boolean;
|
|
301
|
-
readonly isDynamicConfig?: boolean;
|
|
302
|
-
readonly isReadOnly?: boolean;
|
|
303
|
-
source?: string;
|
|
304
|
-
readonly unit?: string;
|
|
305
|
-
value?: string;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
// @public
|
|
309
|
-
export interface ConfigurationListResult {
|
|
310
|
-
nextLink?: string;
|
|
311
|
-
value?: Configuration[];
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
// @public
|
|
315
|
-
export interface Configurations {
|
|
316
|
-
beginPut(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsPutOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsPutResponse>, ConfigurationsPutResponse>>;
|
|
317
|
-
beginPutAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsPutOptionalParams): Promise<ConfigurationsPutResponse>;
|
|
318
|
-
beginUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: ConfigurationForUpdate, options?: ConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsUpdateResponse>, ConfigurationsUpdateResponse>>;
|
|
319
|
-
beginUpdateAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: ConfigurationForUpdate, options?: ConfigurationsUpdateOptionalParams): Promise<ConfigurationsUpdateResponse>;
|
|
320
|
-
get(resourceGroupName: string, serverName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>;
|
|
321
|
-
listByServer(resourceGroupName: string, serverName: string, options?: ConfigurationsListByServerOptionalParams): PagedAsyncIterableIterator<Configuration>;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
// @public
|
|
325
|
-
export interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
// @public
|
|
329
|
-
export type ConfigurationsGetResponse = Configuration;
|
|
330
|
-
|
|
331
|
-
// @public
|
|
332
|
-
export interface ConfigurationsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
// @public
|
|
336
|
-
export type ConfigurationsListByServerNextResponse = ConfigurationListResult;
|
|
337
|
-
|
|
338
|
-
// @public
|
|
339
|
-
export interface ConfigurationsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
// @public
|
|
343
|
-
export type ConfigurationsListByServerResponse = ConfigurationListResult;
|
|
344
|
-
|
|
345
|
-
// @public
|
|
346
|
-
export interface ConfigurationsPutHeaders {
|
|
347
|
-
// (undocumented)
|
|
348
|
-
location?: string;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
// @public
|
|
352
|
-
export interface ConfigurationsPutOptionalParams extends coreClient.OperationOptions {
|
|
353
|
-
resumeFrom?: string;
|
|
354
|
-
updateIntervalInMs?: number;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
// @public
|
|
358
|
-
export type ConfigurationsPutResponse = Configuration;
|
|
359
|
-
|
|
360
|
-
// @public
|
|
361
|
-
export interface ConfigurationsUpdateHeaders {
|
|
362
|
-
// (undocumented)
|
|
363
|
-
location?: string;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
// @public
|
|
367
|
-
export interface ConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
368
|
-
resumeFrom?: string;
|
|
369
|
-
updateIntervalInMs?: number;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
// @public
|
|
373
|
-
export type ConfigurationsUpdateResponse = Configuration;
|
|
374
|
-
|
|
375
|
-
// @public
|
|
376
|
-
export type CreatedByType = string;
|
|
377
|
-
|
|
378
|
-
// @public
|
|
379
|
-
export type CreateMode = string;
|
|
380
|
-
|
|
381
|
-
// @public
|
|
382
|
-
export type CreateModeForUpdate = string;
|
|
383
|
-
|
|
384
|
-
// @public
|
|
385
|
-
export interface Database extends ProxyResource {
|
|
386
|
-
charset?: string;
|
|
387
|
-
collation?: string;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
// @public
|
|
391
|
-
export interface DatabaseListResult {
|
|
392
|
-
nextLink?: string;
|
|
393
|
-
value?: Database[];
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
// @public
|
|
397
|
-
export interface Databases {
|
|
398
|
-
beginCreate(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesCreateResponse>, DatabasesCreateResponse>>;
|
|
399
|
-
beginCreateAndWait(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOptionalParams): Promise<DatabasesCreateResponse>;
|
|
400
|
-
beginDelete(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
401
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
|
|
402
|
-
get(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesGetOptionalParams): Promise<DatabasesGetResponse>;
|
|
403
|
-
listByServer(resourceGroupName: string, serverName: string, options?: DatabasesListByServerOptionalParams): PagedAsyncIterableIterator<Database>;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
// @public
|
|
407
|
-
export interface DatabasesCreateHeaders {
|
|
408
|
-
// (undocumented)
|
|
409
|
-
location?: string;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
// @public
|
|
413
|
-
export interface DatabasesCreateOptionalParams extends coreClient.OperationOptions {
|
|
414
|
-
resumeFrom?: string;
|
|
415
|
-
updateIntervalInMs?: number;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
// @public
|
|
419
|
-
export type DatabasesCreateResponse = Database;
|
|
420
|
-
|
|
421
|
-
// @public
|
|
422
|
-
export interface DatabasesDeleteHeaders {
|
|
423
|
-
// (undocumented)
|
|
424
|
-
location?: string;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
// @public
|
|
428
|
-
export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
429
|
-
resumeFrom?: string;
|
|
430
|
-
updateIntervalInMs?: number;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
// @public
|
|
434
|
-
export interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
// @public
|
|
438
|
-
export type DatabasesGetResponse = Database;
|
|
439
|
-
|
|
440
|
-
// @public
|
|
441
|
-
export interface DatabasesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
// @public
|
|
445
|
-
export type DatabasesListByServerNextResponse = DatabaseListResult;
|
|
446
|
-
|
|
447
|
-
// @public
|
|
448
|
-
export interface DatabasesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
// @public
|
|
452
|
-
export type DatabasesListByServerResponse = DatabaseListResult;
|
|
453
|
-
|
|
454
|
-
// @public
|
|
455
|
-
export interface DataEncryption {
|
|
456
|
-
geoBackupEncryptionKeyStatus?: KeyStatusEnum;
|
|
457
|
-
geoBackupKeyURI?: string;
|
|
458
|
-
geoBackupUserAssignedIdentityId?: string;
|
|
459
|
-
primaryEncryptionKeyStatus?: KeyStatusEnum;
|
|
460
|
-
primaryKeyURI?: string;
|
|
461
|
-
primaryUserAssignedIdentityId?: string;
|
|
462
|
-
type?: ArmServerKeyType;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
// @public
|
|
466
|
-
export interface DbLevelValidationStatus {
|
|
467
|
-
databaseName?: string;
|
|
468
|
-
endedOn?: Date;
|
|
469
|
-
startedOn?: Date;
|
|
470
|
-
summary?: ValidationSummaryItem[];
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
// @public
|
|
474
|
-
export interface DbMigrationStatus {
|
|
475
|
-
appliedChanges?: number;
|
|
476
|
-
cdcDeleteCounter?: number;
|
|
477
|
-
cdcInsertCounter?: number;
|
|
478
|
-
cdcUpdateCounter?: number;
|
|
479
|
-
databaseName?: string;
|
|
480
|
-
endedOn?: Date;
|
|
481
|
-
fullLoadCompletedTables?: number;
|
|
482
|
-
fullLoadErroredTables?: number;
|
|
483
|
-
fullLoadLoadingTables?: number;
|
|
484
|
-
fullLoadQueuedTables?: number;
|
|
485
|
-
incomingChanges?: number;
|
|
486
|
-
latency?: number;
|
|
487
|
-
message?: string;
|
|
488
|
-
migrationOperation?: string;
|
|
489
|
-
migrationState?: MigrationDbState;
|
|
490
|
-
startedOn?: Date;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
// @public
|
|
494
|
-
export interface DbServerMetadata {
|
|
495
|
-
readonly location?: string;
|
|
496
|
-
sku?: ServerSku;
|
|
497
|
-
storageMb?: number;
|
|
498
|
-
version?: string;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
// @public
|
|
502
|
-
export interface DelegatedSubnetUsage {
|
|
503
|
-
readonly subnetName?: string;
|
|
504
|
-
readonly usage?: number;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
// @public
|
|
508
|
-
export interface ErrorAdditionalInfo {
|
|
509
|
-
readonly info?: Record<string, unknown>;
|
|
510
|
-
readonly type?: string;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
// @public
|
|
514
|
-
export interface ErrorDetail {
|
|
515
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
516
|
-
readonly code?: string;
|
|
517
|
-
readonly details?: ErrorDetail[];
|
|
518
|
-
readonly message?: string;
|
|
519
|
-
readonly target?: string;
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
// @public
|
|
523
|
-
export interface ErrorResponse {
|
|
524
|
-
error?: ErrorDetail;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
// @public
|
|
528
|
-
export type ExecutionStatus = string;
|
|
529
|
-
|
|
530
|
-
// @public
|
|
531
|
-
export type FailoverMode = string;
|
|
532
|
-
|
|
533
|
-
// @public
|
|
534
|
-
export interface FastProvisioningEditionCapability extends CapabilityBase {
|
|
535
|
-
readonly serverCount?: number;
|
|
536
|
-
readonly supportedServerVersions?: string;
|
|
537
|
-
readonly supportedSku?: string;
|
|
538
|
-
readonly supportedStorageGb?: number;
|
|
539
|
-
readonly supportedTier?: string;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
// @public
|
|
543
|
-
export type FastProvisioningSupportedEnum = string;
|
|
544
|
-
|
|
545
|
-
// @public
|
|
546
|
-
export interface FirewallRule extends ProxyResource {
|
|
547
|
-
endIpAddress: string;
|
|
548
|
-
startIpAddress: string;
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
// @public
|
|
552
|
-
export interface FirewallRuleListResult {
|
|
553
|
-
nextLink?: string;
|
|
554
|
-
value?: FirewallRule[];
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
// @public
|
|
558
|
-
export interface FirewallRules {
|
|
559
|
-
beginCreateOrUpdate(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FirewallRulesCreateOrUpdateResponse>, FirewallRulesCreateOrUpdateResponse>>;
|
|
560
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<FirewallRulesCreateOrUpdateResponse>;
|
|
561
|
-
beginDelete(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
562
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<void>;
|
|
563
|
-
get(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesGetOptionalParams): Promise<FirewallRulesGetResponse>;
|
|
564
|
-
listByServer(resourceGroupName: string, serverName: string, options?: FirewallRulesListByServerOptionalParams): PagedAsyncIterableIterator<FirewallRule>;
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
// @public
|
|
568
|
-
export interface FirewallRulesCreateOrUpdateHeaders {
|
|
569
|
-
// (undocumented)
|
|
570
|
-
location?: string;
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
// @public
|
|
574
|
-
export interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
575
|
-
resumeFrom?: string;
|
|
576
|
-
updateIntervalInMs?: number;
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
// @public
|
|
580
|
-
export type FirewallRulesCreateOrUpdateResponse = FirewallRule;
|
|
581
|
-
|
|
582
|
-
// @public
|
|
583
|
-
export interface FirewallRulesDeleteHeaders {
|
|
584
|
-
// (undocumented)
|
|
585
|
-
location?: string;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
// @public
|
|
589
|
-
export interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
590
|
-
resumeFrom?: string;
|
|
591
|
-
updateIntervalInMs?: number;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
// @public
|
|
595
|
-
export interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
// @public
|
|
599
|
-
export type FirewallRulesGetResponse = FirewallRule;
|
|
600
|
-
|
|
601
|
-
// @public
|
|
602
|
-
export interface FirewallRulesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
// @public
|
|
606
|
-
export type FirewallRulesListByServerNextResponse = FirewallRuleListResult;
|
|
607
|
-
|
|
608
|
-
// @public
|
|
609
|
-
export interface FirewallRulesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
// @public
|
|
613
|
-
export type FirewallRulesListByServerResponse = FirewallRuleListResult;
|
|
614
|
-
|
|
615
|
-
// @public
|
|
616
|
-
export interface FlexibleServer {
|
|
617
|
-
beginStartLtrBackup(resourceGroupName: string, serverName: string, parameters: LtrBackupRequest, options?: FlexibleServerStartLtrBackupOptionalParams): Promise<SimplePollerLike<OperationState<FlexibleServerStartLtrBackupResponse>, FlexibleServerStartLtrBackupResponse>>;
|
|
618
|
-
beginStartLtrBackupAndWait(resourceGroupName: string, serverName: string, parameters: LtrBackupRequest, options?: FlexibleServerStartLtrBackupOptionalParams): Promise<FlexibleServerStartLtrBackupResponse>;
|
|
619
|
-
triggerLtrPreBackup(resourceGroupName: string, serverName: string, parameters: LtrPreBackupRequest, options?: FlexibleServerTriggerLtrPreBackupOptionalParams): Promise<FlexibleServerTriggerLtrPreBackupResponse>;
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
// @public
|
|
623
|
-
export interface FlexibleServerCapability extends CapabilityBase {
|
|
624
|
-
readonly fastProvisioningSupported?: FastProvisioningSupportedEnum;
|
|
625
|
-
readonly geoBackupSupported?: GeoBackupSupportedEnum;
|
|
626
|
-
name?: string;
|
|
627
|
-
readonly onlineResizeSupported?: OnlineResizeSupportedEnum;
|
|
628
|
-
readonly restricted?: RestrictedEnum;
|
|
629
|
-
readonly storageAutoGrowthSupported?: StorageAutoGrowthSupportedEnum;
|
|
630
|
-
readonly supportedFastProvisioningEditions?: FastProvisioningEditionCapability[];
|
|
631
|
-
readonly supportedFeatures?: SupportedFeature[];
|
|
632
|
-
readonly supportedServerEditions?: FlexibleServerEditionCapability[];
|
|
633
|
-
readonly supportedServerVersions?: ServerVersionCapability[];
|
|
634
|
-
readonly zoneRedundantHaAndGeoBackupSupported?: ZoneRedundantHaAndGeoBackupSupportedEnum;
|
|
635
|
-
readonly zoneRedundantHaSupported?: ZoneRedundantHaSupportedEnum;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
// @public
|
|
639
|
-
export interface FlexibleServerEditionCapability extends CapabilityBase {
|
|
640
|
-
readonly defaultSkuName?: string;
|
|
641
|
-
readonly name?: string;
|
|
642
|
-
readonly supportedServerSkus?: ServerSkuCapability[];
|
|
643
|
-
readonly supportedStorageEditions?: StorageEditionCapability[];
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
// @public
|
|
647
|
-
export interface FlexibleServerStartLtrBackupExceptionHeaders {
|
|
648
|
-
xMsErrorCode?: string;
|
|
649
|
-
xMsRequestId?: string;
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
// @public
|
|
653
|
-
export interface FlexibleServerStartLtrBackupHeaders {
|
|
654
|
-
xMsRequestId?: string;
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
// @public
|
|
658
|
-
export interface FlexibleServerStartLtrBackupOptionalParams extends coreClient.OperationOptions {
|
|
659
|
-
resumeFrom?: string;
|
|
660
|
-
updateIntervalInMs?: number;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
// @public
|
|
664
|
-
export type FlexibleServerStartLtrBackupResponse = FlexibleServerStartLtrBackupHeaders & LtrBackupResponse;
|
|
665
|
-
|
|
666
|
-
// @public
|
|
667
|
-
export interface FlexibleServerTriggerLtrPreBackupExceptionHeaders {
|
|
668
|
-
xMsErrorCode?: string;
|
|
669
|
-
xMsRequestId?: string;
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
// @public
|
|
673
|
-
export interface FlexibleServerTriggerLtrPreBackupHeaders {
|
|
674
|
-
xMsRequestId?: string;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
// @public
|
|
678
|
-
export interface FlexibleServerTriggerLtrPreBackupOptionalParams extends coreClient.OperationOptions {
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
// @public
|
|
682
|
-
export type FlexibleServerTriggerLtrPreBackupResponse = FlexibleServerTriggerLtrPreBackupHeaders & LtrPreBackupResponse;
|
|
683
|
-
|
|
684
|
-
// @public
|
|
685
|
-
export type GeoBackupSupportedEnum = string;
|
|
686
|
-
|
|
687
|
-
// @public
|
|
688
|
-
export type GeoRedundantBackupEnum = string;
|
|
689
|
-
|
|
690
|
-
// @public
|
|
691
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
692
|
-
|
|
693
|
-
// @public
|
|
694
|
-
export interface GetPrivateDnsZoneSuffix {
|
|
695
|
-
execute(options?: GetPrivateDnsZoneSuffixExecuteOptionalParams): Promise<GetPrivateDnsZoneSuffixExecuteResponse>;
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
// @public
|
|
699
|
-
export interface GetPrivateDnsZoneSuffixExecuteOptionalParams extends coreClient.OperationOptions {
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
// @public
|
|
703
|
-
export type GetPrivateDnsZoneSuffixExecuteResponse = {
|
|
704
|
-
body: string;
|
|
705
|
-
};
|
|
706
|
-
|
|
707
|
-
// @public
|
|
708
|
-
export type HaMode = string;
|
|
709
|
-
|
|
710
|
-
// @public
|
|
711
|
-
export interface HighAvailability {
|
|
712
|
-
mode?: HighAvailabilityMode;
|
|
713
|
-
standbyAvailabilityZone?: string;
|
|
714
|
-
readonly state?: ServerHAState;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
// @public
|
|
718
|
-
export type HighAvailabilityMode = string;
|
|
719
|
-
|
|
720
|
-
// @public
|
|
721
|
-
export type IdentityType = string;
|
|
722
|
-
|
|
723
|
-
// @public
|
|
724
|
-
export interface ImpactRecord {
|
|
725
|
-
absoluteValue?: number;
|
|
726
|
-
dimensionName?: string;
|
|
727
|
-
queryId?: number;
|
|
728
|
-
unit?: string;
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
// @public
|
|
732
|
-
export interface IndexRecommendationDetails {
|
|
733
|
-
databaseName?: string;
|
|
734
|
-
includedColumns?: string[];
|
|
735
|
-
indexColumns?: string[];
|
|
736
|
-
indexName?: string;
|
|
737
|
-
indexType?: string;
|
|
738
|
-
schema?: string;
|
|
739
|
-
table?: string;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
// @public
|
|
743
|
-
export interface IndexRecommendationListResult {
|
|
744
|
-
nextLink?: string;
|
|
745
|
-
value?: IndexRecommendationResource[];
|
|
746
|
-
}
|
|
747
|
-
|
|
748
|
-
// @public
|
|
749
|
-
export interface IndexRecommendationResource extends ProxyResource {
|
|
750
|
-
analyzedWorkload?: IndexRecommendationResourcePropertiesAnalyzedWorkload;
|
|
751
|
-
readonly details?: IndexRecommendationDetails;
|
|
752
|
-
readonly estimatedImpact?: ImpactRecord[];
|
|
753
|
-
implementationDetails?: IndexRecommendationResourcePropertiesImplementationDetails;
|
|
754
|
-
improvedQueryIds?: number[];
|
|
755
|
-
initialRecommendedTime?: Date;
|
|
756
|
-
lastRecommendedTime?: Date;
|
|
757
|
-
recommendationReason?: string;
|
|
758
|
-
recommendationType?: RecommendationTypeEnum;
|
|
759
|
-
timesRecommended?: number;
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
// @public
|
|
763
|
-
export interface IndexRecommendationResourcePropertiesAnalyzedWorkload {
|
|
764
|
-
endTime?: Date;
|
|
765
|
-
queryCount?: number;
|
|
766
|
-
startTime?: Date;
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
// @public
|
|
770
|
-
export interface IndexRecommendationResourcePropertiesImplementationDetails {
|
|
771
|
-
method?: string;
|
|
772
|
-
script?: string;
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
// @public
|
|
776
|
-
export type KeyStatusEnum = string;
|
|
777
|
-
|
|
778
|
-
// @public
|
|
779
|
-
export enum KnownActiveDirectoryAuthEnum {
|
|
780
|
-
Disabled = "Disabled",
|
|
781
|
-
Enabled = "Enabled"
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
// @public
|
|
785
|
-
export enum KnownArmServerKeyType {
|
|
786
|
-
AzureKeyVault = "AzureKeyVault",
|
|
787
|
-
SystemManaged = "SystemManaged"
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
// @public
|
|
791
|
-
export enum KnownAzureManagedDiskPerformanceTiers {
|
|
792
|
-
P1 = "P1",
|
|
793
|
-
P10 = "P10",
|
|
794
|
-
P15 = "P15",
|
|
795
|
-
P2 = "P2",
|
|
796
|
-
P20 = "P20",
|
|
797
|
-
P3 = "P3",
|
|
798
|
-
P30 = "P30",
|
|
799
|
-
P4 = "P4",
|
|
800
|
-
P40 = "P40",
|
|
801
|
-
P50 = "P50",
|
|
802
|
-
P6 = "P6",
|
|
803
|
-
P60 = "P60",
|
|
804
|
-
P70 = "P70",
|
|
805
|
-
P80 = "P80"
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
// @public
|
|
809
|
-
export enum KnownCancelEnum {
|
|
810
|
-
False = "False",
|
|
811
|
-
True = "True"
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
// @public
|
|
815
|
-
export enum KnownCheckNameAvailabilityReason {
|
|
816
|
-
AlreadyExists = "AlreadyExists",
|
|
817
|
-
Invalid = "Invalid"
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
// @public
|
|
821
|
-
export enum KnownConfigurationDataType {
|
|
822
|
-
Boolean = "Boolean",
|
|
823
|
-
Enumeration = "Enumeration",
|
|
824
|
-
Integer = "Integer",
|
|
825
|
-
Numeric = "Numeric"
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
// @public
|
|
829
|
-
export enum KnownCreatedByType {
|
|
830
|
-
Application = "Application",
|
|
831
|
-
Key = "Key",
|
|
832
|
-
ManagedIdentity = "ManagedIdentity",
|
|
833
|
-
User = "User"
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
// @public
|
|
837
|
-
export enum KnownCreateMode {
|
|
838
|
-
Create = "Create",
|
|
839
|
-
Default = "Default",
|
|
840
|
-
GeoRestore = "GeoRestore",
|
|
841
|
-
PointInTimeRestore = "PointInTimeRestore",
|
|
842
|
-
Replica = "Replica",
|
|
843
|
-
ReviveDropped = "ReviveDropped",
|
|
844
|
-
Update = "Update"
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
// @public
|
|
848
|
-
export enum KnownCreateModeForUpdate {
|
|
849
|
-
Default = "Default",
|
|
850
|
-
Update = "Update"
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
// @public
|
|
854
|
-
export enum KnownExecutionStatus {
|
|
855
|
-
Cancelled = "Cancelled",
|
|
856
|
-
Failed = "Failed",
|
|
857
|
-
Running = "Running",
|
|
858
|
-
Succeeded = "Succeeded"
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
// @public
|
|
862
|
-
export enum KnownFailoverMode {
|
|
863
|
-
ForcedFailover = "ForcedFailover",
|
|
864
|
-
ForcedSwitchover = "ForcedSwitchover",
|
|
865
|
-
PlannedFailover = "PlannedFailover",
|
|
866
|
-
PlannedSwitchover = "PlannedSwitchover"
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
// @public
|
|
870
|
-
export enum KnownFastProvisioningSupportedEnum {
|
|
871
|
-
Disabled = "Disabled",
|
|
872
|
-
Enabled = "Enabled"
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
// @public
|
|
876
|
-
export enum KnownGeoBackupSupportedEnum {
|
|
877
|
-
Disabled = "Disabled",
|
|
878
|
-
Enabled = "Enabled"
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
// @public
|
|
882
|
-
export enum KnownGeoRedundantBackupEnum {
|
|
883
|
-
Disabled = "Disabled",
|
|
884
|
-
Enabled = "Enabled"
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
// @public
|
|
888
|
-
export enum KnownHaMode {
|
|
889
|
-
SameZone = "SameZone",
|
|
890
|
-
ZoneRedundant = "ZoneRedundant"
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
// @public
|
|
894
|
-
export enum KnownHighAvailabilityMode {
|
|
895
|
-
Disabled = "Disabled",
|
|
896
|
-
SameZone = "SameZone",
|
|
897
|
-
ZoneRedundant = "ZoneRedundant"
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
// @public
|
|
901
|
-
export enum KnownIdentityType {
|
|
902
|
-
None = "None",
|
|
903
|
-
SystemAssigned = "SystemAssigned",
|
|
904
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
905
|
-
UserAssigned = "UserAssigned"
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
// @public
|
|
909
|
-
export enum KnownKeyStatusEnum {
|
|
910
|
-
Invalid = "Invalid",
|
|
911
|
-
Valid = "Valid"
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
// @public
|
|
915
|
-
export enum KnownLogicalReplicationOnSourceDbEnum {
|
|
916
|
-
False = "False",
|
|
917
|
-
True = "True"
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
// @public
|
|
921
|
-
export enum KnownMigrateRolesEnum {
|
|
922
|
-
False = "False",
|
|
923
|
-
True = "True"
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
// @public
|
|
927
|
-
export enum KnownMigrationDbState {
|
|
928
|
-
Canceled = "Canceled",
|
|
929
|
-
Canceling = "Canceling",
|
|
930
|
-
Failed = "Failed",
|
|
931
|
-
InProgress = "InProgress",
|
|
932
|
-
Succeeded = "Succeeded",
|
|
933
|
-
WaitingForCutoverTrigger = "WaitingForCutoverTrigger"
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
// @public
|
|
937
|
-
export enum KnownMigrationDetailsLevel {
|
|
938
|
-
Default = "Default",
|
|
939
|
-
Full = "Full",
|
|
940
|
-
Summary = "Summary"
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
// @public
|
|
944
|
-
export enum KnownMigrationListFilter {
|
|
945
|
-
Active = "Active",
|
|
946
|
-
All = "All"
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
// @public
|
|
950
|
-
export enum KnownMigrationMode {
|
|
951
|
-
Offline = "Offline",
|
|
952
|
-
Online = "Online"
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
// @public
|
|
956
|
-
export enum KnownMigrationNameAvailabilityReason {
|
|
957
|
-
AlreadyExists = "AlreadyExists",
|
|
958
|
-
Invalid = "Invalid"
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
// @public
|
|
962
|
-
export enum KnownMigrationOption {
|
|
963
|
-
Migrate = "Migrate",
|
|
964
|
-
Validate = "Validate",
|
|
965
|
-
ValidateAndMigrate = "ValidateAndMigrate"
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
// @public
|
|
969
|
-
export enum KnownMigrationState {
|
|
970
|
-
Canceled = "Canceled",
|
|
971
|
-
CleaningUp = "CleaningUp",
|
|
972
|
-
Failed = "Failed",
|
|
973
|
-
InProgress = "InProgress",
|
|
974
|
-
Succeeded = "Succeeded",
|
|
975
|
-
ValidationFailed = "ValidationFailed",
|
|
976
|
-
WaitingForUserAction = "WaitingForUserAction"
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
// @public
|
|
980
|
-
export enum KnownMigrationSubState {
|
|
981
|
-
CancelingRequestedDBMigrations = "CancelingRequestedDBMigrations",
|
|
982
|
-
Completed = "Completed",
|
|
983
|
-
CompletingMigration = "CompletingMigration",
|
|
984
|
-
MigratingData = "MigratingData",
|
|
985
|
-
PerformingPreRequisiteSteps = "PerformingPreRequisiteSteps",
|
|
986
|
-
ValidationInProgress = "ValidationInProgress",
|
|
987
|
-
WaitingForCutoverTrigger = "WaitingForCutoverTrigger",
|
|
988
|
-
WaitingForDataMigrationScheduling = "WaitingForDataMigrationScheduling",
|
|
989
|
-
WaitingForDataMigrationWindow = "WaitingForDataMigrationWindow",
|
|
990
|
-
WaitingForDBsToMigrateSpecification = "WaitingForDBsToMigrateSpecification",
|
|
991
|
-
WaitingForLogicalReplicationSetupRequestOnSourceDB = "WaitingForLogicalReplicationSetupRequestOnSourceDB",
|
|
992
|
-
WaitingForTargetDBOverwriteConfirmation = "WaitingForTargetDBOverwriteConfirmation"
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
// @public
|
|
996
|
-
export enum KnownOnlineResizeSupportedEnum {
|
|
997
|
-
Disabled = "Disabled",
|
|
998
|
-
Enabled = "Enabled"
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
// @public
|
|
1002
|
-
export enum KnownOperationOrigin {
|
|
1003
|
-
NotSpecified = "NotSpecified",
|
|
1004
|
-
System = "system",
|
|
1005
|
-
User = "user"
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
|
-
// @public
|
|
1009
|
-
export enum KnownOrigin {
|
|
1010
|
-
CustomerOnDemand = "Customer On-Demand",
|
|
1011
|
-
Full = "Full"
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
// @public
|
|
1015
|
-
export enum KnownOverwriteDbsInTargetEnum {
|
|
1016
|
-
False = "False",
|
|
1017
|
-
True = "True"
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
// @public
|
|
1021
|
-
export enum KnownPasswordAuthEnum {
|
|
1022
|
-
Disabled = "Disabled",
|
|
1023
|
-
Enabled = "Enabled"
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
// @public
|
|
1027
|
-
export enum KnownPrincipalType {
|
|
1028
|
-
Group = "Group",
|
|
1029
|
-
ServicePrincipal = "ServicePrincipal",
|
|
1030
|
-
Unknown = "Unknown",
|
|
1031
|
-
User = "User"
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
// @public
|
|
1035
|
-
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
1036
|
-
Creating = "Creating",
|
|
1037
|
-
Deleting = "Deleting",
|
|
1038
|
-
Failed = "Failed",
|
|
1039
|
-
Succeeded = "Succeeded"
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
// @public
|
|
1043
|
-
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
1044
|
-
Approved = "Approved",
|
|
1045
|
-
Pending = "Pending",
|
|
1046
|
-
Rejected = "Rejected"
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
// @public
|
|
1050
|
-
export enum KnownReadReplicaPromoteMode {
|
|
1051
|
-
Standalone = "standalone",
|
|
1052
|
-
Switchover = "switchover"
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
// @public
|
|
1056
|
-
export enum KnownRecommendationType {
|
|
1057
|
-
CreateIndex = "CreateIndex",
|
|
1058
|
-
DropIndex = "DropIndex"
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
// @public
|
|
1062
|
-
export enum KnownRecommendationTypeEnum {
|
|
1063
|
-
CreateIndex = "CreateIndex",
|
|
1064
|
-
DropIndex = "DropIndex",
|
|
1065
|
-
ReIndex = "ReIndex"
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
// @public
|
|
1069
|
-
export enum KnownReplicationPromoteOption {
|
|
1070
|
-
Forced = "forced",
|
|
1071
|
-
Planned = "planned"
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
// @public
|
|
1075
|
-
export enum KnownReplicationRole {
|
|
1076
|
-
AsyncReplica = "AsyncReplica",
|
|
1077
|
-
GeoAsyncReplica = "GeoAsyncReplica",
|
|
1078
|
-
None = "None",
|
|
1079
|
-
Primary = "Primary"
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
// @public
|
|
1083
|
-
export enum KnownReplicationState {
|
|
1084
|
-
Active = "Active",
|
|
1085
|
-
Broken = "Broken",
|
|
1086
|
-
Catchup = "Catchup",
|
|
1087
|
-
Provisioning = "Provisioning",
|
|
1088
|
-
Reconfiguring = "Reconfiguring",
|
|
1089
|
-
Updating = "Updating"
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
|
-
// @public
|
|
1093
|
-
export enum KnownRestrictedEnum {
|
|
1094
|
-
Disabled = "Disabled",
|
|
1095
|
-
Enabled = "Enabled"
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
// @public
|
|
1099
|
-
export enum KnownServerHAState {
|
|
1100
|
-
CreatingStandby = "CreatingStandby",
|
|
1101
|
-
FailingOver = "FailingOver",
|
|
1102
|
-
Healthy = "Healthy",
|
|
1103
|
-
NotEnabled = "NotEnabled",
|
|
1104
|
-
RemovingStandby = "RemovingStandby",
|
|
1105
|
-
ReplicatingData = "ReplicatingData"
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
// @public
|
|
1109
|
-
export enum KnownServerPublicNetworkAccessState {
|
|
1110
|
-
Disabled = "Disabled",
|
|
1111
|
-
Enabled = "Enabled"
|
|
1112
|
-
}
|
|
1113
|
-
|
|
1114
|
-
// @public
|
|
1115
|
-
export enum KnownServerState {
|
|
1116
|
-
Disabled = "Disabled",
|
|
1117
|
-
Dropping = "Dropping",
|
|
1118
|
-
Inaccessible = "Inaccessible",
|
|
1119
|
-
Provisioning = "Provisioning",
|
|
1120
|
-
Ready = "Ready",
|
|
1121
|
-
Restarting = "Restarting",
|
|
1122
|
-
Starting = "Starting",
|
|
1123
|
-
Stopped = "Stopped",
|
|
1124
|
-
Stopping = "Stopping",
|
|
1125
|
-
Updating = "Updating"
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
// @public
|
|
1129
|
-
export enum KnownServerVersion {
|
|
1130
|
-
Eleven = "11",
|
|
1131
|
-
Fifteen = "15",
|
|
1132
|
-
Fourteen = "14",
|
|
1133
|
-
Seventeen = "17",
|
|
1134
|
-
Sixteen = "16",
|
|
1135
|
-
Thirteen = "13",
|
|
1136
|
-
Twelve = "12"
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
// @public
|
|
1140
|
-
export enum KnownSkuTier {
|
|
1141
|
-
Burstable = "Burstable",
|
|
1142
|
-
GeneralPurpose = "GeneralPurpose",
|
|
1143
|
-
MemoryOptimized = "MemoryOptimized"
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
// @public
|
|
1147
|
-
export enum KnownSourceType {
|
|
1148
|
-
ApsaraDBRDS = "ApsaraDB_RDS",
|
|
1149
|
-
AWS = "AWS",
|
|
1150
|
-
AWSAurora = "AWS_AURORA",
|
|
1151
|
-
AWSEC2 = "AWS_EC2",
|
|
1152
|
-
AWSRDS = "AWS_RDS",
|
|
1153
|
-
AzureVM = "AzureVM",
|
|
1154
|
-
CrunchyPostgreSQL = "Crunchy_PostgreSQL",
|
|
1155
|
-
DigitalOceanDroplets = "Digital_Ocean_Droplets",
|
|
1156
|
-
DigitalOceanPostgreSQL = "Digital_Ocean_PostgreSQL",
|
|
1157
|
-
EDB = "EDB",
|
|
1158
|
-
EDBOracleServer = "EDB_Oracle_Server",
|
|
1159
|
-
EDBPostgreSQL = "EDB_PostgreSQL",
|
|
1160
|
-
GCP = "GCP",
|
|
1161
|
-
GCPAlloyDB = "GCP_AlloyDB",
|
|
1162
|
-
GCPCloudSQL = "GCP_CloudSQL",
|
|
1163
|
-
GCPCompute = "GCP_Compute",
|
|
1164
|
-
HerokuPostgreSQL = "Heroku_PostgreSQL",
|
|
1165
|
-
HuaweiCompute = "Huawei_Compute",
|
|
1166
|
-
HuaweiRDS = "Huawei_RDS",
|
|
1167
|
-
OnPremises = "OnPremises",
|
|
1168
|
-
PostgreSQLCosmosDB = "PostgreSQLCosmosDB",
|
|
1169
|
-
PostgreSQLFlexibleServer = "PostgreSQLFlexibleServer",
|
|
1170
|
-
PostgreSQLSingleServer = "PostgreSQLSingleServer",
|
|
1171
|
-
SupabasePostgreSQL = "Supabase_PostgreSQL"
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
// @public
|
|
1175
|
-
export enum KnownSslMode {
|
|
1176
|
-
Prefer = "Prefer",
|
|
1177
|
-
Require = "Require",
|
|
1178
|
-
VerifyCA = "VerifyCA",
|
|
1179
|
-
VerifyFull = "VerifyFull"
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
// @public
|
|
1183
|
-
export enum KnownStartDataMigrationEnum {
|
|
1184
|
-
False = "False",
|
|
1185
|
-
True = "True"
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
// @public
|
|
1189
|
-
export enum KnownStorageAutoGrow {
|
|
1190
|
-
Disabled = "Disabled",
|
|
1191
|
-
Enabled = "Enabled"
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
// @public
|
|
1195
|
-
export enum KnownStorageAutoGrowthSupportedEnum {
|
|
1196
|
-
Disabled = "Disabled",
|
|
1197
|
-
Enabled = "Enabled"
|
|
1198
|
-
}
|
|
1199
|
-
|
|
1200
|
-
// @public
|
|
1201
|
-
export enum KnownStorageType {
|
|
1202
|
-
PremiumLRS = "Premium_LRS",
|
|
1203
|
-
PremiumV2LRS = "PremiumV2_LRS",
|
|
1204
|
-
UltraSSDLRS = "UltraSSD_LRS"
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
// @public
|
|
1208
|
-
export enum KnownSupportedFeatureStatusEnum {
|
|
1209
|
-
Disabled = "Disabled",
|
|
1210
|
-
Enabled = "Enabled"
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1213
|
-
// @public
|
|
1214
|
-
export enum KnownThreatProtectionName {
|
|
1215
|
-
Default = "Default"
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
// @public
|
|
1219
|
-
export enum KnownTriggerCutoverEnum {
|
|
1220
|
-
False = "False",
|
|
1221
|
-
True = "True"
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
// @public
|
|
1225
|
-
export enum KnownTuningOptionEnum {
|
|
1226
|
-
Configuration = "configuration",
|
|
1227
|
-
Index = "index"
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
// @public
|
|
1231
|
-
export enum KnownValidationState {
|
|
1232
|
-
Failed = "Failed",
|
|
1233
|
-
Succeeded = "Succeeded",
|
|
1234
|
-
Warning = "Warning"
|
|
1235
|
-
}
|
|
1236
|
-
|
|
1237
|
-
// @public
|
|
1238
|
-
export enum KnownVirtualEndpointType {
|
|
1239
|
-
ReadWrite = "ReadWrite"
|
|
1240
|
-
}
|
|
1241
|
-
|
|
1242
|
-
// @public
|
|
1243
|
-
export enum KnownZoneRedundantHaAndGeoBackupSupportedEnum {
|
|
1244
|
-
Disabled = "Disabled",
|
|
1245
|
-
Enabled = "Enabled"
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
// @public
|
|
1249
|
-
export enum KnownZoneRedundantHaSupportedEnum {
|
|
1250
|
-
Disabled = "Disabled",
|
|
1251
|
-
Enabled = "Enabled"
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
// @public
|
|
1255
|
-
export interface LocationBasedCapabilities {
|
|
1256
|
-
listExecute(locationName: string, options?: LocationBasedCapabilitiesExecuteOptionalParams): PagedAsyncIterableIterator<FlexibleServerCapability>;
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
// @public
|
|
1260
|
-
export interface LocationBasedCapabilitiesExecuteNextOptionalParams extends coreClient.OperationOptions {
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
// @public
|
|
1264
|
-
export type LocationBasedCapabilitiesExecuteNextResponse = CapabilitiesListResult;
|
|
1265
|
-
|
|
1266
|
-
// @public
|
|
1267
|
-
export interface LocationBasedCapabilitiesExecuteOptionalParams extends coreClient.OperationOptions {
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
// @public
|
|
1271
|
-
export type LocationBasedCapabilitiesExecuteResponse = CapabilitiesListResult;
|
|
1272
|
-
|
|
1273
|
-
// @public
|
|
1274
|
-
export interface LogFile extends ProxyResource {
|
|
1275
|
-
createdTime?: Date;
|
|
1276
|
-
lastModifiedTime?: Date;
|
|
1277
|
-
sizeInKb?: number;
|
|
1278
|
-
typePropertiesType?: string;
|
|
1279
|
-
url?: string;
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
|
-
// @public
|
|
1283
|
-
export interface LogFileListResult {
|
|
1284
|
-
nextLink?: string;
|
|
1285
|
-
value?: LogFile[];
|
|
1286
|
-
}
|
|
1287
|
-
|
|
1288
|
-
// @public
|
|
1289
|
-
export interface LogFiles {
|
|
1290
|
-
listByServer(resourceGroupName: string, serverName: string, options?: LogFilesListByServerOptionalParams): PagedAsyncIterableIterator<LogFile>;
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
// @public
|
|
1294
|
-
export interface LogFilesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
|
-
// @public
|
|
1298
|
-
export type LogFilesListByServerNextResponse = LogFileListResult;
|
|
1299
|
-
|
|
1300
|
-
// @public
|
|
1301
|
-
export interface LogFilesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
// @public
|
|
1305
|
-
export type LogFilesListByServerResponse = LogFileListResult;
|
|
1306
|
-
|
|
1307
|
-
// @public
|
|
1308
|
-
export type LogicalReplicationOnSourceDbEnum = string;
|
|
1309
|
-
|
|
1310
|
-
// @public
|
|
1311
|
-
export interface LtrBackupOperations {
|
|
1312
|
-
get(resourceGroupName: string, serverName: string, backupName: string, options?: LtrBackupOperationsGetOptionalParams): Promise<LtrBackupOperationsGetResponse>;
|
|
1313
|
-
listByServer(resourceGroupName: string, serverName: string, options?: LtrBackupOperationsListByServerOptionalParams): PagedAsyncIterableIterator<LtrServerBackupOperation>;
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
// @public
|
|
1317
|
-
export interface LtrBackupOperationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1318
|
-
}
|
|
1319
|
-
|
|
1320
|
-
// @public
|
|
1321
|
-
export type LtrBackupOperationsGetResponse = LtrServerBackupOperation;
|
|
1322
|
-
|
|
1323
|
-
// @public
|
|
1324
|
-
export interface LtrBackupOperationsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
|
-
// @public
|
|
1328
|
-
export type LtrBackupOperationsListByServerNextResponse = LtrServerBackupOperationList;
|
|
1329
|
-
|
|
1330
|
-
// @public
|
|
1331
|
-
export interface LtrBackupOperationsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
// @public
|
|
1335
|
-
export type LtrBackupOperationsListByServerResponse = LtrServerBackupOperationList;
|
|
1336
|
-
|
|
1337
|
-
// @public
|
|
1338
|
-
export interface LtrBackupRequest extends BackupRequestBase {
|
|
1339
|
-
targetDetails: BackupStoreDetails;
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
// @public
|
|
1343
|
-
export interface LtrBackupResponse {
|
|
1344
|
-
backupMetadata?: string;
|
|
1345
|
-
backupName?: string;
|
|
1346
|
-
datasourceSizeInBytes?: number;
|
|
1347
|
-
dataTransferredInBytes?: number;
|
|
1348
|
-
endTime?: Date;
|
|
1349
|
-
readonly errorCode?: string;
|
|
1350
|
-
readonly errorMessage?: string;
|
|
1351
|
-
percentComplete?: number;
|
|
1352
|
-
startTime?: Date;
|
|
1353
|
-
status?: ExecutionStatus;
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
// @public
|
|
1357
|
-
export interface LtrPreBackupRequest extends BackupRequestBase {
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
// @public
|
|
1361
|
-
export interface LtrPreBackupResponse {
|
|
1362
|
-
numberOfContainers: number;
|
|
1363
|
-
}
|
|
1364
|
-
|
|
1365
|
-
// @public
|
|
1366
|
-
export interface LtrServerBackupOperation extends ProxyResource {
|
|
1367
|
-
backupMetadata?: string;
|
|
1368
|
-
backupName?: string;
|
|
1369
|
-
datasourceSizeInBytes?: number;
|
|
1370
|
-
dataTransferredInBytes?: number;
|
|
1371
|
-
endTime?: Date;
|
|
1372
|
-
readonly errorCode?: string;
|
|
1373
|
-
readonly errorMessage?: string;
|
|
1374
|
-
percentComplete?: number;
|
|
1375
|
-
startTime?: Date;
|
|
1376
|
-
status?: ExecutionStatus;
|
|
1377
|
-
}
|
|
1378
|
-
|
|
1379
|
-
// @public
|
|
1380
|
-
export interface LtrServerBackupOperationList {
|
|
1381
|
-
nextLink?: string;
|
|
1382
|
-
value?: LtrServerBackupOperation[];
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
// @public
|
|
1386
|
-
export interface MaintenanceWindow {
|
|
1387
|
-
customWindow?: string;
|
|
1388
|
-
dayOfWeek?: number;
|
|
1389
|
-
startHour?: number;
|
|
1390
|
-
startMinute?: number;
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
// @public
|
|
1394
|
-
export type MigrateRolesEnum = string;
|
|
1395
|
-
|
|
1396
|
-
// @public
|
|
1397
|
-
export type MigrationDbState = string;
|
|
1398
|
-
|
|
1399
|
-
// @public
|
|
1400
|
-
export type MigrationDetailsLevel = string;
|
|
1401
|
-
|
|
1402
|
-
// @public
|
|
1403
|
-
export type MigrationListFilter = string;
|
|
1404
|
-
|
|
1405
|
-
// @public
|
|
1406
|
-
export type MigrationMode = string;
|
|
1407
|
-
|
|
1408
|
-
// @public
|
|
1409
|
-
export type MigrationNameAvailabilityReason = string;
|
|
1410
|
-
|
|
1411
|
-
// @public
|
|
1412
|
-
export interface MigrationNameAvailabilityResource {
|
|
1413
|
-
readonly message?: string;
|
|
1414
|
-
name: string;
|
|
1415
|
-
readonly nameAvailable?: boolean;
|
|
1416
|
-
readonly reason?: MigrationNameAvailabilityReason;
|
|
1417
|
-
type: string;
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
|
-
// @public
|
|
1421
|
-
export type MigrationOption = string;
|
|
1422
|
-
|
|
1423
|
-
// @public
|
|
1424
|
-
export interface MigrationResource extends TrackedResource {
|
|
1425
|
-
cancel?: CancelEnum;
|
|
1426
|
-
readonly currentStatus?: MigrationStatus;
|
|
1427
|
-
dbsToCancelMigrationOn?: string[];
|
|
1428
|
-
dbsToMigrate?: string[];
|
|
1429
|
-
dbsToTriggerCutoverOn?: string[];
|
|
1430
|
-
migrateRoles?: MigrateRolesEnum;
|
|
1431
|
-
readonly migrationId?: string;
|
|
1432
|
-
migrationInstanceResourceId?: string;
|
|
1433
|
-
migrationMode?: MigrationMode;
|
|
1434
|
-
migrationOption?: MigrationOption;
|
|
1435
|
-
migrationWindowEndTimeInUtc?: Date;
|
|
1436
|
-
migrationWindowStartTimeInUtc?: Date;
|
|
1437
|
-
overwriteDbsInTarget?: OverwriteDbsInTargetEnum;
|
|
1438
|
-
secretParameters?: MigrationSecretParameters;
|
|
1439
|
-
setupLogicalReplicationOnSourceDbIfNeeded?: LogicalReplicationOnSourceDbEnum;
|
|
1440
|
-
sourceDbServerFullyQualifiedDomainName?: string;
|
|
1441
|
-
readonly sourceDbServerMetadata?: DbServerMetadata;
|
|
1442
|
-
sourceDbServerResourceId?: string;
|
|
1443
|
-
sourceType?: SourceType;
|
|
1444
|
-
sslMode?: SslMode;
|
|
1445
|
-
startDataMigration?: StartDataMigrationEnum;
|
|
1446
|
-
targetDbServerFullyQualifiedDomainName?: string;
|
|
1447
|
-
readonly targetDbServerMetadata?: DbServerMetadata;
|
|
1448
|
-
readonly targetDbServerResourceId?: string;
|
|
1449
|
-
triggerCutover?: TriggerCutoverEnum;
|
|
1450
|
-
}
|
|
1451
|
-
|
|
1452
|
-
// @public
|
|
1453
|
-
export interface MigrationResourceForPatch {
|
|
1454
|
-
cancel?: CancelEnum;
|
|
1455
|
-
dbsToCancelMigrationOn?: string[];
|
|
1456
|
-
dbsToMigrate?: string[];
|
|
1457
|
-
dbsToTriggerCutoverOn?: string[];
|
|
1458
|
-
migrateRoles?: MigrateRolesEnum;
|
|
1459
|
-
migrationMode?: MigrationMode;
|
|
1460
|
-
migrationWindowStartTimeInUtc?: Date;
|
|
1461
|
-
overwriteDbsInTarget?: OverwriteDbsInTargetEnum;
|
|
1462
|
-
secretParameters?: MigrationSecretParameters;
|
|
1463
|
-
setupLogicalReplicationOnSourceDbIfNeeded?: LogicalReplicationOnSourceDbEnum;
|
|
1464
|
-
sourceDbServerFullyQualifiedDomainName?: string;
|
|
1465
|
-
sourceDbServerResourceId?: string;
|
|
1466
|
-
startDataMigration?: StartDataMigrationEnum;
|
|
1467
|
-
tags?: {
|
|
1468
|
-
[propertyName: string]: string;
|
|
1469
|
-
};
|
|
1470
|
-
targetDbServerFullyQualifiedDomainName?: string;
|
|
1471
|
-
triggerCutover?: TriggerCutoverEnum;
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
// @public
|
|
1475
|
-
export interface MigrationResourceListResult {
|
|
1476
|
-
readonly nextLink?: string;
|
|
1477
|
-
readonly value?: MigrationResource[];
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
// @public
|
|
1481
|
-
export interface Migrations {
|
|
1482
|
-
create(subscriptionId: string, resourceGroupName: string, targetDbServerName: string, migrationName: string, parameters: MigrationResource, options?: MigrationsCreateOptionalParams): Promise<MigrationsCreateResponse>;
|
|
1483
|
-
delete(subscriptionId: string, resourceGroupName: string, targetDbServerName: string, migrationName: string, options?: MigrationsDeleteOptionalParams): Promise<void>;
|
|
1484
|
-
get(subscriptionId: string, resourceGroupName: string, targetDbServerName: string, migrationName: string, options?: MigrationsGetOptionalParams): Promise<MigrationsGetResponse>;
|
|
1485
|
-
listByTargetServer(subscriptionId: string, resourceGroupName: string, targetDbServerName: string, options?: MigrationsListByTargetServerOptionalParams): PagedAsyncIterableIterator<MigrationResource>;
|
|
1486
|
-
update(subscriptionId: string, resourceGroupName: string, targetDbServerName: string, migrationName: string, parameters: MigrationResourceForPatch, options?: MigrationsUpdateOptionalParams): Promise<MigrationsUpdateResponse>;
|
|
1487
|
-
}
|
|
1488
|
-
|
|
1489
|
-
// @public
|
|
1490
|
-
export interface MigrationsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1491
|
-
}
|
|
1492
|
-
|
|
1493
|
-
// @public
|
|
1494
|
-
export type MigrationsCreateResponse = MigrationResource;
|
|
1495
|
-
|
|
1496
|
-
// @public
|
|
1497
|
-
export interface MigrationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1498
|
-
}
|
|
1499
|
-
|
|
1500
|
-
// @public
|
|
1501
|
-
export interface MigrationSecretParameters {
|
|
1502
|
-
adminCredentials: AdminCredentials;
|
|
1503
|
-
sourceServerUsername?: string;
|
|
1504
|
-
targetServerUsername?: string;
|
|
1505
|
-
}
|
|
1506
|
-
|
|
1507
|
-
// @public
|
|
1508
|
-
export interface MigrationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1509
|
-
}
|
|
1510
|
-
|
|
1511
|
-
// @public
|
|
1512
|
-
export type MigrationsGetResponse = MigrationResource;
|
|
1513
|
-
|
|
1514
|
-
// @public
|
|
1515
|
-
export interface MigrationsListByTargetServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1516
|
-
}
|
|
1517
|
-
|
|
1518
|
-
// @public
|
|
1519
|
-
export type MigrationsListByTargetServerNextResponse = MigrationResourceListResult;
|
|
1520
|
-
|
|
1521
|
-
// @public
|
|
1522
|
-
export interface MigrationsListByTargetServerOptionalParams extends coreClient.OperationOptions {
|
|
1523
|
-
migrationListFilter?: MigrationListFilter;
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
// @public
|
|
1527
|
-
export type MigrationsListByTargetServerResponse = MigrationResourceListResult;
|
|
1528
|
-
|
|
1529
|
-
// @public
|
|
1530
|
-
export type MigrationState = string;
|
|
1531
|
-
|
|
1532
|
-
// @public
|
|
1533
|
-
export interface MigrationStatus {
|
|
1534
|
-
readonly currentSubStateDetails?: MigrationSubStateDetails;
|
|
1535
|
-
readonly error?: string;
|
|
1536
|
-
readonly state?: MigrationState;
|
|
1537
|
-
}
|
|
1538
|
-
|
|
1539
|
-
// @public
|
|
1540
|
-
export type MigrationSubState = string;
|
|
1541
|
-
|
|
1542
|
-
// @public
|
|
1543
|
-
export interface MigrationSubStateDetails {
|
|
1544
|
-
readonly currentSubState?: MigrationSubState;
|
|
1545
|
-
dbDetails?: {
|
|
1546
|
-
[propertyName: string]: DbMigrationStatus;
|
|
1547
|
-
};
|
|
1548
|
-
validationDetails?: ValidationDetails;
|
|
1549
|
-
}
|
|
1550
|
-
|
|
1551
|
-
// @public
|
|
1552
|
-
export interface MigrationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
// @public
|
|
1556
|
-
export type MigrationsUpdateResponse = MigrationResource;
|
|
1557
|
-
|
|
1558
|
-
// @public
|
|
1559
|
-
export interface NameAvailability extends CheckNameAvailabilityResponse {
|
|
1560
|
-
readonly name?: string;
|
|
1561
|
-
readonly type?: string;
|
|
1562
|
-
}
|
|
1563
|
-
|
|
1564
|
-
// @public
|
|
1565
|
-
export interface NameProperty {
|
|
1566
|
-
localizedValue?: string;
|
|
1567
|
-
value?: string;
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
|
-
// @public
|
|
1571
|
-
export interface Network {
|
|
1572
|
-
delegatedSubnetResourceId?: string;
|
|
1573
|
-
privateDnsZoneArmResourceId?: string;
|
|
1574
|
-
publicNetworkAccess?: ServerPublicNetworkAccessState;
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
|
-
// @public
|
|
1578
|
-
export type OnlineResizeSupportedEnum = string;
|
|
1579
|
-
|
|
1580
|
-
// @public
|
|
1581
|
-
export interface Operation {
|
|
1582
|
-
readonly display?: OperationDisplay;
|
|
1583
|
-
isDataAction?: boolean;
|
|
1584
|
-
readonly name?: string;
|
|
1585
|
-
readonly origin?: OperationOrigin;
|
|
1586
|
-
readonly properties?: {
|
|
1587
|
-
[propertyName: string]: Record<string, unknown>;
|
|
1588
|
-
};
|
|
1589
|
-
}
|
|
1590
|
-
|
|
1591
|
-
// @public
|
|
1592
|
-
export interface OperationDisplay {
|
|
1593
|
-
readonly description?: string;
|
|
1594
|
-
readonly operation?: string;
|
|
1595
|
-
readonly provider?: string;
|
|
1596
|
-
readonly resource?: string;
|
|
1597
|
-
}
|
|
1598
|
-
|
|
1599
|
-
// @public
|
|
1600
|
-
export interface OperationListResult {
|
|
1601
|
-
nextLink?: string;
|
|
1602
|
-
value?: Operation[];
|
|
1603
|
-
}
|
|
1604
|
-
|
|
1605
|
-
// @public
|
|
1606
|
-
export type OperationOrigin = string;
|
|
1607
|
-
|
|
1608
|
-
// @public
|
|
1609
|
-
export interface Operations {
|
|
1610
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
// @public
|
|
1614
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1615
|
-
}
|
|
1616
|
-
|
|
1617
|
-
// @public
|
|
1618
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
1619
|
-
|
|
1620
|
-
// @public
|
|
1621
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1622
|
-
}
|
|
1623
|
-
|
|
1624
|
-
// @public
|
|
1625
|
-
export type OperationsListResponse = OperationListResult;
|
|
1626
|
-
|
|
1627
|
-
// @public
|
|
1628
|
-
export type Origin = string;
|
|
1629
|
-
|
|
1630
|
-
// @public
|
|
1631
|
-
export type OverwriteDbsInTargetEnum = string;
|
|
1632
|
-
|
|
1633
|
-
// @public
|
|
1634
|
-
export type PasswordAuthEnum = string;
|
|
1635
|
-
|
|
1636
|
-
// @public (undocumented)
|
|
1637
|
-
export class PostgreSQLManagementFlexibleServerClient extends coreClient.ServiceClient {
|
|
1638
|
-
// (undocumented)
|
|
1639
|
-
$host: string;
|
|
1640
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: PostgreSQLManagementFlexibleServerClientOptionalParams);
|
|
1641
|
-
constructor(credentials: coreAuth.TokenCredential, options?: PostgreSQLManagementFlexibleServerClientOptionalParams);
|
|
1642
|
-
// (undocumented)
|
|
1643
|
-
administrators: Administrators;
|
|
1644
|
-
// (undocumented)
|
|
1645
|
-
apiVersion: string;
|
|
1646
|
-
// (undocumented)
|
|
1647
|
-
backups: Backups;
|
|
1648
|
-
checkMigrationNameAvailability(subscriptionId: string, resourceGroupName: string, targetDbServerName: string, parameters: MigrationNameAvailabilityResource, options?: CheckMigrationNameAvailabilityOptionalParams): Promise<CheckMigrationNameAvailabilityResponse>;
|
|
1649
|
-
// (undocumented)
|
|
1650
|
-
checkNameAvailability: CheckNameAvailability;
|
|
1651
|
-
// (undocumented)
|
|
1652
|
-
checkNameAvailabilityWithLocation: CheckNameAvailabilityWithLocation;
|
|
1653
|
-
// (undocumented)
|
|
1654
|
-
configurations: Configurations;
|
|
1655
|
-
// (undocumented)
|
|
1656
|
-
databases: Databases;
|
|
1657
|
-
// (undocumented)
|
|
1658
|
-
firewallRules: FirewallRules;
|
|
1659
|
-
// (undocumented)
|
|
1660
|
-
flexibleServer: FlexibleServer;
|
|
1661
|
-
// (undocumented)
|
|
1662
|
-
getPrivateDnsZoneSuffix: GetPrivateDnsZoneSuffix;
|
|
1663
|
-
// (undocumented)
|
|
1664
|
-
locationBasedCapabilities: LocationBasedCapabilities;
|
|
1665
|
-
// (undocumented)
|
|
1666
|
-
logFiles: LogFiles;
|
|
1667
|
-
// (undocumented)
|
|
1668
|
-
ltrBackupOperations: LtrBackupOperations;
|
|
1669
|
-
// (undocumented)
|
|
1670
|
-
migrations: Migrations;
|
|
1671
|
-
// (undocumented)
|
|
1672
|
-
operations: Operations;
|
|
1673
|
-
// (undocumented)
|
|
1674
|
-
privateEndpointConnectionOperations: PrivateEndpointConnectionOperations;
|
|
1675
|
-
// (undocumented)
|
|
1676
|
-
privateEndpointConnections: PrivateEndpointConnections;
|
|
1677
|
-
// (undocumented)
|
|
1678
|
-
privateLinkResources: PrivateLinkResources;
|
|
1679
|
-
// (undocumented)
|
|
1680
|
-
quotaUsages: QuotaUsages;
|
|
1681
|
-
// (undocumented)
|
|
1682
|
-
replicas: Replicas;
|
|
1683
|
-
// (undocumented)
|
|
1684
|
-
serverCapabilities: ServerCapabilities;
|
|
1685
|
-
// (undocumented)
|
|
1686
|
-
servers: Servers;
|
|
1687
|
-
// (undocumented)
|
|
1688
|
-
serverThreatProtectionSettings: ServerThreatProtectionSettings;
|
|
1689
|
-
// (undocumented)
|
|
1690
|
-
subscriptionId?: string;
|
|
1691
|
-
// (undocumented)
|
|
1692
|
-
tuningConfiguration: TuningConfiguration;
|
|
1693
|
-
// (undocumented)
|
|
1694
|
-
tuningIndex: TuningIndex;
|
|
1695
|
-
// (undocumented)
|
|
1696
|
-
tuningOptions: TuningOptions;
|
|
1697
|
-
// (undocumented)
|
|
1698
|
-
virtualEndpoints: VirtualEndpoints;
|
|
1699
|
-
// (undocumented)
|
|
1700
|
-
virtualNetworkSubnetUsage: VirtualNetworkSubnetUsage;
|
|
1701
|
-
}
|
|
1702
|
-
|
|
1703
|
-
// @public
|
|
1704
|
-
export interface PostgreSQLManagementFlexibleServerClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1705
|
-
$host?: string;
|
|
1706
|
-
apiVersion?: string;
|
|
1707
|
-
endpoint?: string;
|
|
1708
|
-
}
|
|
1709
|
-
|
|
1710
|
-
// @public
|
|
1711
|
-
export type PrincipalType = string;
|
|
1712
|
-
|
|
1713
|
-
// @public
|
|
1714
|
-
export interface PrivateEndpoint {
|
|
1715
|
-
readonly id?: string;
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
|
-
// @public
|
|
1719
|
-
export interface PrivateEndpointConnection extends Resource {
|
|
1720
|
-
readonly groupIds?: string[];
|
|
1721
|
-
privateEndpoint?: PrivateEndpoint;
|
|
1722
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
1723
|
-
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1726
|
-
// @public
|
|
1727
|
-
export interface PrivateEndpointConnectionDeleteHeaders {
|
|
1728
|
-
// (undocumented)
|
|
1729
|
-
location?: string;
|
|
1730
|
-
}
|
|
1731
|
-
|
|
1732
|
-
// @public
|
|
1733
|
-
export interface PrivateEndpointConnectionDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1734
|
-
resumeFrom?: string;
|
|
1735
|
-
updateIntervalInMs?: number;
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
|
-
// @public
|
|
1739
|
-
export type PrivateEndpointConnectionDeleteResponse = PrivateEndpointConnectionDeleteHeaders;
|
|
1740
|
-
|
|
1741
|
-
// @public
|
|
1742
|
-
export interface PrivateEndpointConnectionListResult {
|
|
1743
|
-
readonly nextLink?: string;
|
|
1744
|
-
readonly value?: PrivateEndpointConnection[];
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
// @public
|
|
1748
|
-
export interface PrivateEndpointConnectionOperations {
|
|
1749
|
-
beginDelete(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionDeleteResponse>, PrivateEndpointConnectionDeleteResponse>>;
|
|
1750
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<PrivateEndpointConnectionDeleteResponse>;
|
|
1751
|
-
beginUpdate(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionUpdateResponse>, PrivateEndpointConnectionUpdateResponse>>;
|
|
1752
|
-
beginUpdateAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<PrivateEndpointConnectionUpdateResponse>;
|
|
1753
|
-
}
|
|
1754
|
-
|
|
1755
|
-
// @public
|
|
1756
|
-
export type PrivateEndpointConnectionProvisioningState = string;
|
|
1757
|
-
|
|
1758
|
-
// @public
|
|
1759
|
-
export interface PrivateEndpointConnections {
|
|
1760
|
-
get(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
1761
|
-
listByServer(resourceGroupName: string, serverName: string, options?: PrivateEndpointConnectionsListByServerOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
1762
|
-
}
|
|
1763
|
-
|
|
1764
|
-
// @public
|
|
1765
|
-
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1766
|
-
}
|
|
1767
|
-
|
|
1768
|
-
// @public
|
|
1769
|
-
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1770
|
-
|
|
1771
|
-
// @public
|
|
1772
|
-
export interface PrivateEndpointConnectionsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1775
|
-
// @public
|
|
1776
|
-
export type PrivateEndpointConnectionsListByServerNextResponse = PrivateEndpointConnectionListResult;
|
|
1777
|
-
|
|
1778
|
-
// @public
|
|
1779
|
-
export interface PrivateEndpointConnectionsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1780
|
-
}
|
|
1781
|
-
|
|
1782
|
-
// @public
|
|
1783
|
-
export type PrivateEndpointConnectionsListByServerResponse = PrivateEndpointConnectionListResult;
|
|
1784
|
-
|
|
1785
|
-
// @public
|
|
1786
|
-
export interface PrivateEndpointConnectionUpdateHeaders {
|
|
1787
|
-
// (undocumented)
|
|
1788
|
-
location?: string;
|
|
1789
|
-
}
|
|
1790
|
-
|
|
1791
|
-
// @public
|
|
1792
|
-
export interface PrivateEndpointConnectionUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1793
|
-
resumeFrom?: string;
|
|
1794
|
-
updateIntervalInMs?: number;
|
|
1795
|
-
}
|
|
1796
|
-
|
|
1797
|
-
// @public
|
|
1798
|
-
export type PrivateEndpointConnectionUpdateResponse = PrivateEndpointConnection;
|
|
1799
|
-
|
|
1800
|
-
// @public
|
|
1801
|
-
export type PrivateEndpointServiceConnectionStatus = string;
|
|
1802
|
-
|
|
1803
|
-
// @public
|
|
1804
|
-
export interface PrivateLinkResource extends Resource {
|
|
1805
|
-
readonly groupId?: string;
|
|
1806
|
-
readonly requiredMembers?: string[];
|
|
1807
|
-
requiredZoneNames?: string[];
|
|
1808
|
-
}
|
|
1809
|
-
|
|
1810
|
-
// @public
|
|
1811
|
-
export interface PrivateLinkResourceListResult {
|
|
1812
|
-
readonly nextLink?: string;
|
|
1813
|
-
readonly value?: PrivateLinkResource[];
|
|
1814
|
-
}
|
|
1815
|
-
|
|
1816
|
-
// @public
|
|
1817
|
-
export interface PrivateLinkResources {
|
|
1818
|
-
get(resourceGroupName: string, serverName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
1819
|
-
listByServer(resourceGroupName: string, serverName: string, options?: PrivateLinkResourcesListByServerOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
// @public
|
|
1823
|
-
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
// @public
|
|
1827
|
-
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
1828
|
-
|
|
1829
|
-
// @public
|
|
1830
|
-
export interface PrivateLinkResourcesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1831
|
-
}
|
|
1832
|
-
|
|
1833
|
-
// @public
|
|
1834
|
-
export type PrivateLinkResourcesListByServerNextResponse = PrivateLinkResourceListResult;
|
|
1835
|
-
|
|
1836
|
-
// @public
|
|
1837
|
-
export interface PrivateLinkResourcesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1838
|
-
}
|
|
1839
|
-
|
|
1840
|
-
// @public
|
|
1841
|
-
export type PrivateLinkResourcesListByServerResponse = PrivateLinkResourceListResult;
|
|
1842
|
-
|
|
1843
|
-
// @public
|
|
1844
|
-
export interface PrivateLinkServiceConnectionState {
|
|
1845
|
-
actionsRequired?: string;
|
|
1846
|
-
description?: string;
|
|
1847
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
1848
|
-
}
|
|
1849
|
-
|
|
1850
|
-
// @public
|
|
1851
|
-
export interface ProxyResource extends Resource {
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
// @public
|
|
1855
|
-
export interface QuotaUsage {
|
|
1856
|
-
currentValue?: number;
|
|
1857
|
-
id?: string;
|
|
1858
|
-
limit?: number;
|
|
1859
|
-
name?: NameProperty;
|
|
1860
|
-
unit?: string;
|
|
1861
|
-
}
|
|
1862
|
-
|
|
1863
|
-
// @public
|
|
1864
|
-
export interface QuotaUsages {
|
|
1865
|
-
list(locationName: string, options?: QuotaUsagesListOptionalParams): PagedAsyncIterableIterator<QuotaUsage>;
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
// @public
|
|
1869
|
-
export interface QuotaUsagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1870
|
-
}
|
|
1871
|
-
|
|
1872
|
-
// @public
|
|
1873
|
-
export type QuotaUsagesListNextResponse = QuotaUsagesListResult;
|
|
1874
|
-
|
|
1875
|
-
// @public
|
|
1876
|
-
export interface QuotaUsagesListOptionalParams extends coreClient.OperationOptions {
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
// @public
|
|
1880
|
-
export type QuotaUsagesListResponse = QuotaUsagesListResult;
|
|
1881
|
-
|
|
1882
|
-
// @public
|
|
1883
|
-
export interface QuotaUsagesListResult {
|
|
1884
|
-
readonly nextLink?: string;
|
|
1885
|
-
readonly value?: QuotaUsage[];
|
|
1886
|
-
}
|
|
1887
|
-
|
|
1888
|
-
// @public
|
|
1889
|
-
export type ReadReplicaPromoteMode = string;
|
|
1890
|
-
|
|
1891
|
-
// @public
|
|
1892
|
-
export type RecommendationType = string;
|
|
1893
|
-
|
|
1894
|
-
// @public
|
|
1895
|
-
export type RecommendationTypeEnum = string;
|
|
1896
|
-
|
|
1897
|
-
// @public
|
|
1898
|
-
export interface Replica {
|
|
1899
|
-
readonly capacity?: number;
|
|
1900
|
-
promoteMode?: ReadReplicaPromoteMode;
|
|
1901
|
-
promoteOption?: ReplicationPromoteOption;
|
|
1902
|
-
readonly replicationState?: ReplicationState;
|
|
1903
|
-
role?: ReplicationRole;
|
|
1904
|
-
}
|
|
1905
|
-
|
|
1906
|
-
// @public
|
|
1907
|
-
export interface Replicas {
|
|
1908
|
-
listByServer(resourceGroupName: string, serverName: string, options?: ReplicasListByServerOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
// @public
|
|
1912
|
-
export interface ReplicasListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
// @public
|
|
1916
|
-
export type ReplicasListByServerResponse = ServerListResult;
|
|
1917
|
-
|
|
1918
|
-
// @public
|
|
1919
|
-
export type ReplicationPromoteOption = string;
|
|
1920
|
-
|
|
1921
|
-
// @public
|
|
1922
|
-
export type ReplicationRole = string;
|
|
1923
|
-
|
|
1924
|
-
// @public
|
|
1925
|
-
export type ReplicationState = string;
|
|
1926
|
-
|
|
1927
|
-
// @public
|
|
1928
|
-
export interface Resource {
|
|
1929
|
-
readonly id?: string;
|
|
1930
|
-
readonly name?: string;
|
|
1931
|
-
readonly systemData?: SystemData;
|
|
1932
|
-
readonly type?: string;
|
|
1933
|
-
}
|
|
1934
|
-
|
|
1935
|
-
// @public
|
|
1936
|
-
export interface RestartParameter {
|
|
1937
|
-
failoverMode?: FailoverMode;
|
|
1938
|
-
restartWithFailover?: boolean;
|
|
1939
|
-
}
|
|
1940
|
-
|
|
1941
|
-
// @public
|
|
1942
|
-
export type RestrictedEnum = string;
|
|
1943
|
-
|
|
1944
|
-
// @public
|
|
1945
|
-
export interface Server extends TrackedResource {
|
|
1946
|
-
administratorLogin?: string;
|
|
1947
|
-
administratorLoginPassword?: string;
|
|
1948
|
-
authConfig?: AuthConfig;
|
|
1949
|
-
availabilityZone?: string;
|
|
1950
|
-
backup?: Backup;
|
|
1951
|
-
cluster?: Cluster;
|
|
1952
|
-
createMode?: CreateMode;
|
|
1953
|
-
dataEncryption?: DataEncryption;
|
|
1954
|
-
readonly fullyQualifiedDomainName?: string;
|
|
1955
|
-
highAvailability?: HighAvailability;
|
|
1956
|
-
identity?: UserAssignedIdentity;
|
|
1957
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
1958
|
-
readonly minorVersion?: string;
|
|
1959
|
-
network?: Network;
|
|
1960
|
-
pointInTimeUTC?: Date;
|
|
1961
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1962
|
-
replica?: Replica;
|
|
1963
|
-
readonly replicaCapacity?: number;
|
|
1964
|
-
replicationRole?: ReplicationRole;
|
|
1965
|
-
sku?: Sku;
|
|
1966
|
-
sourceServerResourceId?: string;
|
|
1967
|
-
readonly state?: ServerState;
|
|
1968
|
-
storage?: Storage_2;
|
|
1969
|
-
version?: ServerVersion;
|
|
1970
|
-
}
|
|
1971
|
-
|
|
1972
|
-
// @public
|
|
1973
|
-
export interface ServerBackup extends ProxyResource {
|
|
1974
|
-
backupType?: Origin;
|
|
1975
|
-
completedTime?: Date;
|
|
1976
|
-
source?: string;
|
|
1977
|
-
}
|
|
1978
|
-
|
|
1979
|
-
// @public
|
|
1980
|
-
export interface ServerBackupListResult {
|
|
1981
|
-
nextLink?: string;
|
|
1982
|
-
value?: ServerBackup[];
|
|
1983
|
-
}
|
|
1984
|
-
|
|
1985
|
-
// @public
|
|
1986
|
-
export interface ServerCapabilities {
|
|
1987
|
-
list(resourceGroupName: string, serverName: string, options?: ServerCapabilitiesListOptionalParams): PagedAsyncIterableIterator<FlexibleServerCapability>;
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
|
-
// @public
|
|
1991
|
-
export interface ServerCapabilitiesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1992
|
-
}
|
|
1993
|
-
|
|
1994
|
-
// @public
|
|
1995
|
-
export type ServerCapabilitiesListNextResponse = CapabilitiesListResult;
|
|
1996
|
-
|
|
1997
|
-
// @public
|
|
1998
|
-
export interface ServerCapabilitiesListOptionalParams extends coreClient.OperationOptions {
|
|
1999
|
-
}
|
|
2000
|
-
|
|
2001
|
-
// @public
|
|
2002
|
-
export type ServerCapabilitiesListResponse = CapabilitiesListResult;
|
|
2003
|
-
|
|
2004
|
-
// @public
|
|
2005
|
-
export interface ServerForUpdate {
|
|
2006
|
-
administratorLogin?: string;
|
|
2007
|
-
administratorLoginPassword?: string;
|
|
2008
|
-
authConfig?: AuthConfig;
|
|
2009
|
-
backup?: Backup;
|
|
2010
|
-
cluster?: Cluster;
|
|
2011
|
-
createMode?: CreateModeForUpdate;
|
|
2012
|
-
dataEncryption?: DataEncryption;
|
|
2013
|
-
highAvailability?: HighAvailability;
|
|
2014
|
-
identity?: UserAssignedIdentity;
|
|
2015
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
2016
|
-
network?: Network;
|
|
2017
|
-
replica?: Replica;
|
|
2018
|
-
replicationRole?: ReplicationRole;
|
|
2019
|
-
sku?: Sku;
|
|
2020
|
-
storage?: Storage_2;
|
|
2021
|
-
tags?: {
|
|
2022
|
-
[propertyName: string]: string;
|
|
2023
|
-
};
|
|
2024
|
-
version?: ServerVersion;
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
|
-
// @public
|
|
2028
|
-
export type ServerHAState = string;
|
|
2029
|
-
|
|
2030
|
-
// @public
|
|
2031
|
-
export interface ServerListResult {
|
|
2032
|
-
nextLink?: string;
|
|
2033
|
-
value?: Server[];
|
|
2034
|
-
}
|
|
2035
|
-
|
|
2036
|
-
// @public
|
|
2037
|
-
export type ServerPublicNetworkAccessState = string;
|
|
2038
|
-
|
|
2039
|
-
// @public
|
|
2040
|
-
export interface Servers {
|
|
2041
|
-
beginCreate(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOptionalParams): Promise<SimplePollerLike<OperationState<ServersCreateResponse>, ServersCreateResponse>>;
|
|
2042
|
-
beginCreateAndWait(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOptionalParams): Promise<ServersCreateResponse>;
|
|
2043
|
-
beginDelete(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2044
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<void>;
|
|
2045
|
-
beginRestart(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2046
|
-
beginRestartAndWait(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<void>;
|
|
2047
|
-
beginStart(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2048
|
-
beginStartAndWait(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<void>;
|
|
2049
|
-
beginStop(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2050
|
-
beginStopAndWait(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<void>;
|
|
2051
|
-
beginUpdate(resourceGroupName: string, serverName: string, parameters: ServerForUpdate, options?: ServersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServersUpdateResponse>, ServersUpdateResponse>>;
|
|
2052
|
-
beginUpdateAndWait(resourceGroupName: string, serverName: string, parameters: ServerForUpdate, options?: ServersUpdateOptionalParams): Promise<ServersUpdateResponse>;
|
|
2053
|
-
get(resourceGroupName: string, serverName: string, options?: ServersGetOptionalParams): Promise<ServersGetResponse>;
|
|
2054
|
-
list(options?: ServersListOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
2055
|
-
listByResourceGroup(resourceGroupName: string, options?: ServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
2056
|
-
}
|
|
2057
|
-
|
|
2058
|
-
// @public
|
|
2059
|
-
export interface ServersCreateHeaders {
|
|
2060
|
-
// (undocumented)
|
|
2061
|
-
location?: string;
|
|
2062
|
-
}
|
|
2063
|
-
|
|
2064
|
-
// @public
|
|
2065
|
-
export interface ServersCreateOptionalParams extends coreClient.OperationOptions {
|
|
2066
|
-
resumeFrom?: string;
|
|
2067
|
-
updateIntervalInMs?: number;
|
|
2068
|
-
}
|
|
2069
|
-
|
|
2070
|
-
// @public
|
|
2071
|
-
export type ServersCreateResponse = Server;
|
|
2072
|
-
|
|
2073
|
-
// @public
|
|
2074
|
-
export interface ServersDeleteHeaders {
|
|
2075
|
-
// (undocumented)
|
|
2076
|
-
location?: string;
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
// @public
|
|
2080
|
-
export interface ServersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2081
|
-
resumeFrom?: string;
|
|
2082
|
-
updateIntervalInMs?: number;
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
// @public
|
|
2086
|
-
export interface ServersGetOptionalParams extends coreClient.OperationOptions {
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2089
|
-
// @public
|
|
2090
|
-
export type ServersGetResponse = Server;
|
|
2091
|
-
|
|
2092
|
-
// @public
|
|
2093
|
-
export interface ServerSku {
|
|
2094
|
-
name?: string;
|
|
2095
|
-
tier?: SkuTier;
|
|
2096
|
-
}
|
|
2097
|
-
|
|
2098
|
-
// @public
|
|
2099
|
-
export interface ServerSkuCapability extends CapabilityBase {
|
|
2100
|
-
readonly name?: string;
|
|
2101
|
-
readonly securityProfile?: string;
|
|
2102
|
-
readonly supportedFeatures?: SupportedFeature[];
|
|
2103
|
-
readonly supportedHaMode?: HaMode[];
|
|
2104
|
-
readonly supportedIops?: number;
|
|
2105
|
-
readonly supportedMemoryPerVcoreMb?: number;
|
|
2106
|
-
readonly supportedZones?: string[];
|
|
2107
|
-
readonly vCores?: number;
|
|
2108
|
-
}
|
|
2109
|
-
|
|
2110
|
-
// @public
|
|
2111
|
-
export interface ServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2112
|
-
}
|
|
2113
|
-
|
|
2114
|
-
// @public
|
|
2115
|
-
export type ServersListByResourceGroupNextResponse = ServerListResult;
|
|
2116
|
-
|
|
2117
|
-
// @public
|
|
2118
|
-
export interface ServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2119
|
-
}
|
|
2120
|
-
|
|
2121
|
-
// @public
|
|
2122
|
-
export type ServersListByResourceGroupResponse = ServerListResult;
|
|
2123
|
-
|
|
2124
|
-
// @public
|
|
2125
|
-
export interface ServersListNextOptionalParams extends coreClient.OperationOptions {
|
|
2126
|
-
}
|
|
2127
|
-
|
|
2128
|
-
// @public
|
|
2129
|
-
export type ServersListNextResponse = ServerListResult;
|
|
2130
|
-
|
|
2131
|
-
// @public
|
|
2132
|
-
export interface ServersListOptionalParams extends coreClient.OperationOptions {
|
|
2133
|
-
}
|
|
2134
|
-
|
|
2135
|
-
// @public
|
|
2136
|
-
export type ServersListResponse = ServerListResult;
|
|
2137
|
-
|
|
2138
|
-
// @public
|
|
2139
|
-
export interface ServersRestartHeaders {
|
|
2140
|
-
// (undocumented)
|
|
2141
|
-
location?: string;
|
|
2142
|
-
}
|
|
2143
|
-
|
|
2144
|
-
// @public
|
|
2145
|
-
export interface ServersRestartOptionalParams extends coreClient.OperationOptions {
|
|
2146
|
-
parameters?: RestartParameter;
|
|
2147
|
-
resumeFrom?: string;
|
|
2148
|
-
updateIntervalInMs?: number;
|
|
2149
|
-
}
|
|
2150
|
-
|
|
2151
|
-
// @public
|
|
2152
|
-
export interface ServersStartHeaders {
|
|
2153
|
-
// (undocumented)
|
|
2154
|
-
location?: string;
|
|
2155
|
-
}
|
|
2156
|
-
|
|
2157
|
-
// @public
|
|
2158
|
-
export interface ServersStartOptionalParams extends coreClient.OperationOptions {
|
|
2159
|
-
resumeFrom?: string;
|
|
2160
|
-
updateIntervalInMs?: number;
|
|
2161
|
-
}
|
|
2162
|
-
|
|
2163
|
-
// @public
|
|
2164
|
-
export interface ServersStopHeaders {
|
|
2165
|
-
// (undocumented)
|
|
2166
|
-
location?: string;
|
|
2167
|
-
}
|
|
2168
|
-
|
|
2169
|
-
// @public
|
|
2170
|
-
export interface ServersStopOptionalParams extends coreClient.OperationOptions {
|
|
2171
|
-
resumeFrom?: string;
|
|
2172
|
-
updateIntervalInMs?: number;
|
|
2173
|
-
}
|
|
2174
|
-
|
|
2175
|
-
// @public
|
|
2176
|
-
export type ServerState = string;
|
|
2177
|
-
|
|
2178
|
-
// @public
|
|
2179
|
-
export interface ServersUpdateHeaders {
|
|
2180
|
-
// (undocumented)
|
|
2181
|
-
location?: string;
|
|
2182
|
-
}
|
|
2183
|
-
|
|
2184
|
-
// @public
|
|
2185
|
-
export interface ServersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2186
|
-
resumeFrom?: string;
|
|
2187
|
-
updateIntervalInMs?: number;
|
|
2188
|
-
}
|
|
2189
|
-
|
|
2190
|
-
// @public
|
|
2191
|
-
export type ServersUpdateResponse = Server;
|
|
2192
|
-
|
|
2193
|
-
// @public
|
|
2194
|
-
export interface ServerThreatProtectionListResult {
|
|
2195
|
-
readonly nextLink?: string;
|
|
2196
|
-
readonly value?: ServerThreatProtectionSettingsModel[];
|
|
2197
|
-
}
|
|
2198
|
-
|
|
2199
|
-
// @public
|
|
2200
|
-
export interface ServerThreatProtectionSettings {
|
|
2201
|
-
beginCreateOrUpdate(resourceGroupName: string, serverName: string, threatProtectionName: ThreatProtectionName, parameters: ServerThreatProtectionSettingsModel, options?: ServerThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerThreatProtectionSettingsCreateOrUpdateResponse>, ServerThreatProtectionSettingsCreateOrUpdateResponse>>;
|
|
2202
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, threatProtectionName: ThreatProtectionName, parameters: ServerThreatProtectionSettingsModel, options?: ServerThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<ServerThreatProtectionSettingsCreateOrUpdateResponse>;
|
|
2203
|
-
get(resourceGroupName: string, serverName: string, threatProtectionName: ThreatProtectionName, options?: ServerThreatProtectionSettingsGetOptionalParams): Promise<ServerThreatProtectionSettingsGetResponse>;
|
|
2204
|
-
listByServer(resourceGroupName: string, serverName: string, options?: ServerThreatProtectionSettingsListByServerOptionalParams): PagedAsyncIterableIterator<ServerThreatProtectionSettingsModel>;
|
|
2205
|
-
}
|
|
2206
|
-
|
|
2207
|
-
// @public
|
|
2208
|
-
export interface ServerThreatProtectionSettingsCreateOrUpdateHeaders {
|
|
2209
|
-
// (undocumented)
|
|
2210
|
-
location?: string;
|
|
2211
|
-
}
|
|
2212
|
-
|
|
2213
|
-
// @public
|
|
2214
|
-
export interface ServerThreatProtectionSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2215
|
-
resumeFrom?: string;
|
|
2216
|
-
updateIntervalInMs?: number;
|
|
2217
|
-
}
|
|
2218
|
-
|
|
2219
|
-
// @public
|
|
2220
|
-
export type ServerThreatProtectionSettingsCreateOrUpdateResponse = ServerThreatProtectionSettingsModel;
|
|
2221
|
-
|
|
2222
|
-
// @public
|
|
2223
|
-
export interface ServerThreatProtectionSettingsGetOptionalParams extends coreClient.OperationOptions {
|
|
2224
|
-
}
|
|
2225
|
-
|
|
2226
|
-
// @public
|
|
2227
|
-
export type ServerThreatProtectionSettingsGetResponse = ServerThreatProtectionSettingsModel;
|
|
2228
|
-
|
|
2229
|
-
// @public
|
|
2230
|
-
export interface ServerThreatProtectionSettingsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
2231
|
-
}
|
|
2232
|
-
|
|
2233
|
-
// @public
|
|
2234
|
-
export type ServerThreatProtectionSettingsListByServerNextResponse = ServerThreatProtectionListResult;
|
|
2235
|
-
|
|
2236
|
-
// @public
|
|
2237
|
-
export interface ServerThreatProtectionSettingsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
|
-
// @public
|
|
2241
|
-
export type ServerThreatProtectionSettingsListByServerResponse = ServerThreatProtectionListResult;
|
|
2242
|
-
|
|
2243
|
-
// @public
|
|
2244
|
-
export interface ServerThreatProtectionSettingsModel extends ProxyResource {
|
|
2245
|
-
readonly creationTime?: Date;
|
|
2246
|
-
state?: ThreatProtectionState;
|
|
2247
|
-
}
|
|
2248
|
-
|
|
2249
|
-
// @public
|
|
2250
|
-
export type ServerVersion = string;
|
|
2251
|
-
|
|
2252
|
-
// @public
|
|
2253
|
-
export interface ServerVersionCapability extends CapabilityBase {
|
|
2254
|
-
readonly name?: string;
|
|
2255
|
-
readonly supportedFeatures?: SupportedFeature[];
|
|
2256
|
-
readonly supportedVersionsToUpgrade?: string[];
|
|
2257
|
-
}
|
|
2258
|
-
|
|
2259
|
-
// @public
|
|
2260
|
-
export interface SessionDetailsListResult {
|
|
2261
|
-
nextLink?: string;
|
|
2262
|
-
value?: SessionDetailsResource[];
|
|
2263
|
-
}
|
|
2264
|
-
|
|
2265
|
-
// @public
|
|
2266
|
-
export interface SessionDetailsResource {
|
|
2267
|
-
appliedConfiguration?: string;
|
|
2268
|
-
averageQueryRuntimeMs?: string;
|
|
2269
|
-
iterationId?: string;
|
|
2270
|
-
iterationStartTime?: string;
|
|
2271
|
-
sessionId?: string;
|
|
2272
|
-
transactionsPerSecond?: string;
|
|
2273
|
-
}
|
|
2274
|
-
|
|
2275
|
-
// @public
|
|
2276
|
-
export interface SessionResource {
|
|
2277
|
-
postTuningAqr?: string;
|
|
2278
|
-
postTuningTps?: string;
|
|
2279
|
-
preTuningAqr?: string;
|
|
2280
|
-
preTuningTps?: string;
|
|
2281
|
-
sessionId?: string;
|
|
2282
|
-
sessionStartTime?: string;
|
|
2283
|
-
status?: string;
|
|
2284
|
-
}
|
|
2285
|
-
|
|
2286
|
-
// @public
|
|
2287
|
-
export interface SessionsListResult {
|
|
2288
|
-
nextLink?: string;
|
|
2289
|
-
value?: SessionResource[];
|
|
2290
|
-
}
|
|
2291
|
-
|
|
2292
|
-
// @public
|
|
2293
|
-
export interface Sku {
|
|
2294
|
-
name: string;
|
|
2295
|
-
tier: SkuTier;
|
|
2296
|
-
}
|
|
2297
|
-
|
|
2298
|
-
// @public
|
|
2299
|
-
export type SkuTier = string;
|
|
2300
|
-
|
|
2301
|
-
// @public
|
|
2302
|
-
export type SourceType = string;
|
|
2303
|
-
|
|
2304
|
-
// @public
|
|
2305
|
-
export type SslMode = string;
|
|
2306
|
-
|
|
2307
|
-
// @public
|
|
2308
|
-
export type StartDataMigrationEnum = string;
|
|
2309
|
-
|
|
2310
|
-
// @public
|
|
2311
|
-
interface Storage_2 {
|
|
2312
|
-
autoGrow?: StorageAutoGrow;
|
|
2313
|
-
iops?: number;
|
|
2314
|
-
storageSizeGB?: number;
|
|
2315
|
-
throughput?: number;
|
|
2316
|
-
tier?: AzureManagedDiskPerformanceTiers;
|
|
2317
|
-
type?: StorageType;
|
|
2318
|
-
}
|
|
2319
|
-
export { Storage_2 as Storage }
|
|
2320
|
-
|
|
2321
|
-
// @public
|
|
2322
|
-
export type StorageAutoGrow = string;
|
|
2323
|
-
|
|
2324
|
-
// @public
|
|
2325
|
-
export type StorageAutoGrowthSupportedEnum = string;
|
|
2326
|
-
|
|
2327
|
-
// @public
|
|
2328
|
-
export interface StorageEditionCapability extends CapabilityBase {
|
|
2329
|
-
readonly defaultStorageSizeMb?: number;
|
|
2330
|
-
readonly name?: string;
|
|
2331
|
-
readonly supportedStorageMb?: StorageMbCapability[];
|
|
2332
|
-
}
|
|
2333
|
-
|
|
2334
|
-
// @public
|
|
2335
|
-
export interface StorageMbCapability extends CapabilityBase {
|
|
2336
|
-
readonly defaultIopsTier?: string;
|
|
2337
|
-
readonly maximumStorageSizeMb?: number;
|
|
2338
|
-
readonly storageSizeMb?: number;
|
|
2339
|
-
readonly supportedIops?: number;
|
|
2340
|
-
readonly supportedIopsTiers?: StorageTierCapability[];
|
|
2341
|
-
readonly supportedMaximumIops?: number;
|
|
2342
|
-
readonly supportedMaximumThroughput?: number;
|
|
2343
|
-
readonly supportedThroughput?: number;
|
|
2344
|
-
}
|
|
2345
|
-
|
|
2346
|
-
// @public
|
|
2347
|
-
export interface StorageTierCapability extends CapabilityBase {
|
|
2348
|
-
readonly iops?: number;
|
|
2349
|
-
readonly name?: string;
|
|
2350
|
-
}
|
|
2351
|
-
|
|
2352
|
-
// @public
|
|
2353
|
-
export type StorageType = string;
|
|
2354
|
-
|
|
2355
|
-
// @public
|
|
2356
|
-
export interface SupportedFeature {
|
|
2357
|
-
readonly name?: string;
|
|
2358
|
-
readonly status?: SupportedFeatureStatusEnum;
|
|
2359
|
-
}
|
|
2360
|
-
|
|
2361
|
-
// @public
|
|
2362
|
-
export type SupportedFeatureStatusEnum = string;
|
|
2363
|
-
|
|
2364
|
-
// @public
|
|
2365
|
-
export interface SystemData {
|
|
2366
|
-
createdAt?: Date;
|
|
2367
|
-
createdBy?: string;
|
|
2368
|
-
createdByType?: CreatedByType;
|
|
2369
|
-
lastModifiedAt?: Date;
|
|
2370
|
-
lastModifiedBy?: string;
|
|
2371
|
-
lastModifiedByType?: CreatedByType;
|
|
2372
|
-
}
|
|
2373
|
-
|
|
2374
|
-
// @public
|
|
2375
|
-
export type ThreatProtectionName = string;
|
|
2376
|
-
|
|
2377
|
-
// @public
|
|
2378
|
-
export type ThreatProtectionState = "Enabled" | "Disabled";
|
|
2379
|
-
|
|
2380
|
-
// @public
|
|
2381
|
-
export interface TrackedResource extends Resource {
|
|
2382
|
-
location: string;
|
|
2383
|
-
tags?: {
|
|
2384
|
-
[propertyName: string]: string;
|
|
2385
|
-
};
|
|
2386
|
-
}
|
|
2387
|
-
|
|
2388
|
-
// @public
|
|
2389
|
-
export type TriggerCutoverEnum = string;
|
|
2390
|
-
|
|
2391
|
-
// @public
|
|
2392
|
-
export interface TuningConfiguration {
|
|
2393
|
-
beginDisable(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningConfigurationDisableOptionalParams): Promise<SimplePollerLike<OperationState<TuningConfigurationDisableResponse>, TuningConfigurationDisableResponse>>;
|
|
2394
|
-
beginDisableAndWait(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningConfigurationDisableOptionalParams): Promise<TuningConfigurationDisableResponse>;
|
|
2395
|
-
beginEnable(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningConfigurationEnableOptionalParams): Promise<SimplePollerLike<OperationState<TuningConfigurationEnableResponse>, TuningConfigurationEnableResponse>>;
|
|
2396
|
-
beginEnableAndWait(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningConfigurationEnableOptionalParams): Promise<TuningConfigurationEnableResponse>;
|
|
2397
|
-
beginStartSession(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, configTuningRequest: ConfigTuningRequestParameter, options?: TuningConfigurationStartSessionOptionalParams): Promise<SimplePollerLike<OperationState<TuningConfigurationStartSessionResponse>, TuningConfigurationStartSessionResponse>>;
|
|
2398
|
-
beginStartSessionAndWait(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, configTuningRequest: ConfigTuningRequestParameter, options?: TuningConfigurationStartSessionOptionalParams): Promise<TuningConfigurationStartSessionResponse>;
|
|
2399
|
-
beginStopSession(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningConfigurationStopSessionOptionalParams): Promise<SimplePollerLike<OperationState<TuningConfigurationStopSessionResponse>, TuningConfigurationStopSessionResponse>>;
|
|
2400
|
-
beginStopSessionAndWait(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningConfigurationStopSessionOptionalParams): Promise<TuningConfigurationStopSessionResponse>;
|
|
2401
|
-
listSessionDetails(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, sessionId: string, options?: TuningConfigurationListSessionDetailsOptionalParams): PagedAsyncIterableIterator<SessionDetailsResource>;
|
|
2402
|
-
listSessions(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningConfigurationListSessionsOptionalParams): PagedAsyncIterableIterator<SessionResource>;
|
|
2403
|
-
}
|
|
2404
|
-
|
|
2405
|
-
// @public
|
|
2406
|
-
export interface TuningConfigurationDisableHeaders {
|
|
2407
|
-
// (undocumented)
|
|
2408
|
-
location?: string;
|
|
2409
|
-
}
|
|
2410
|
-
|
|
2411
|
-
// @public
|
|
2412
|
-
export interface TuningConfigurationDisableOptionalParams extends coreClient.OperationOptions {
|
|
2413
|
-
resumeFrom?: string;
|
|
2414
|
-
updateIntervalInMs?: number;
|
|
2415
|
-
}
|
|
2416
|
-
|
|
2417
|
-
// @public
|
|
2418
|
-
export type TuningConfigurationDisableResponse = TuningConfigurationDisableHeaders;
|
|
2419
|
-
|
|
2420
|
-
// @public
|
|
2421
|
-
export interface TuningConfigurationEnableHeaders {
|
|
2422
|
-
// (undocumented)
|
|
2423
|
-
location?: string;
|
|
2424
|
-
}
|
|
2425
|
-
|
|
2426
|
-
// @public
|
|
2427
|
-
export interface TuningConfigurationEnableOptionalParams extends coreClient.OperationOptions {
|
|
2428
|
-
resumeFrom?: string;
|
|
2429
|
-
updateIntervalInMs?: number;
|
|
2430
|
-
}
|
|
2431
|
-
|
|
2432
|
-
// @public
|
|
2433
|
-
export type TuningConfigurationEnableResponse = TuningConfigurationEnableHeaders;
|
|
2434
|
-
|
|
2435
|
-
// @public
|
|
2436
|
-
export interface TuningConfigurationListSessionDetailsNextOptionalParams extends coreClient.OperationOptions {
|
|
2437
|
-
}
|
|
2438
|
-
|
|
2439
|
-
// @public
|
|
2440
|
-
export type TuningConfigurationListSessionDetailsNextResponse = SessionDetailsListResult;
|
|
2441
|
-
|
|
2442
|
-
// @public
|
|
2443
|
-
export interface TuningConfigurationListSessionDetailsOptionalParams extends coreClient.OperationOptions {
|
|
2444
|
-
}
|
|
2445
|
-
|
|
2446
|
-
// @public
|
|
2447
|
-
export type TuningConfigurationListSessionDetailsResponse = SessionDetailsListResult;
|
|
2448
|
-
|
|
2449
|
-
// @public
|
|
2450
|
-
export interface TuningConfigurationListSessionsNextOptionalParams extends coreClient.OperationOptions {
|
|
2451
|
-
}
|
|
2452
|
-
|
|
2453
|
-
// @public
|
|
2454
|
-
export type TuningConfigurationListSessionsNextResponse = SessionsListResult;
|
|
2455
|
-
|
|
2456
|
-
// @public
|
|
2457
|
-
export interface TuningConfigurationListSessionsOptionalParams extends coreClient.OperationOptions {
|
|
2458
|
-
}
|
|
2459
|
-
|
|
2460
|
-
// @public
|
|
2461
|
-
export type TuningConfigurationListSessionsResponse = SessionsListResult;
|
|
2462
|
-
|
|
2463
|
-
// @public
|
|
2464
|
-
export interface TuningConfigurationStartSessionHeaders {
|
|
2465
|
-
// (undocumented)
|
|
2466
|
-
location?: string;
|
|
2467
|
-
}
|
|
2468
|
-
|
|
2469
|
-
// @public
|
|
2470
|
-
export interface TuningConfigurationStartSessionOptionalParams extends coreClient.OperationOptions {
|
|
2471
|
-
resumeFrom?: string;
|
|
2472
|
-
updateIntervalInMs?: number;
|
|
2473
|
-
}
|
|
2474
|
-
|
|
2475
|
-
// @public
|
|
2476
|
-
export type TuningConfigurationStartSessionResponse = TuningConfigurationStartSessionHeaders;
|
|
2477
|
-
|
|
2478
|
-
// @public
|
|
2479
|
-
export interface TuningConfigurationStopSessionHeaders {
|
|
2480
|
-
// (undocumented)
|
|
2481
|
-
location?: string;
|
|
2482
|
-
}
|
|
2483
|
-
|
|
2484
|
-
// @public
|
|
2485
|
-
export interface TuningConfigurationStopSessionOptionalParams extends coreClient.OperationOptions {
|
|
2486
|
-
resumeFrom?: string;
|
|
2487
|
-
updateIntervalInMs?: number;
|
|
2488
|
-
}
|
|
2489
|
-
|
|
2490
|
-
// @public
|
|
2491
|
-
export type TuningConfigurationStopSessionResponse = TuningConfigurationStopSessionHeaders;
|
|
2492
|
-
|
|
2493
|
-
// @public
|
|
2494
|
-
export interface TuningIndex {
|
|
2495
|
-
listRecommendations(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningIndexListRecommendationsOptionalParams): PagedAsyncIterableIterator<IndexRecommendationResource>;
|
|
2496
|
-
}
|
|
2497
|
-
|
|
2498
|
-
// @public
|
|
2499
|
-
export interface TuningIndexListRecommendationsNextOptionalParams extends coreClient.OperationOptions {
|
|
2500
|
-
}
|
|
2501
|
-
|
|
2502
|
-
// @public
|
|
2503
|
-
export type TuningIndexListRecommendationsNextResponse = IndexRecommendationListResult;
|
|
2504
|
-
|
|
2505
|
-
// @public
|
|
2506
|
-
export interface TuningIndexListRecommendationsOptionalParams extends coreClient.OperationOptions {
|
|
2507
|
-
recommendationType?: RecommendationType;
|
|
2508
|
-
}
|
|
2509
|
-
|
|
2510
|
-
// @public
|
|
2511
|
-
export type TuningIndexListRecommendationsResponse = IndexRecommendationListResult;
|
|
2512
|
-
|
|
2513
|
-
// @public
|
|
2514
|
-
export type TuningOptionEnum = string;
|
|
2515
|
-
|
|
2516
|
-
// @public
|
|
2517
|
-
export interface TuningOptions {
|
|
2518
|
-
get(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningOptionsGetOptionalParams): Promise<TuningOptionsGetResponse>;
|
|
2519
|
-
listByServer(resourceGroupName: string, serverName: string, options?: TuningOptionsListByServerOptionalParams): PagedAsyncIterableIterator<TuningOptionsResource>;
|
|
2520
|
-
}
|
|
2521
|
-
|
|
2522
|
-
// @public
|
|
2523
|
-
export interface TuningOptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2524
|
-
}
|
|
2525
|
-
|
|
2526
|
-
// @public
|
|
2527
|
-
export type TuningOptionsGetResponse = TuningOptionsResource;
|
|
2528
|
-
|
|
2529
|
-
// @public
|
|
2530
|
-
export interface TuningOptionsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
2531
|
-
}
|
|
2532
|
-
|
|
2533
|
-
// @public
|
|
2534
|
-
export type TuningOptionsListByServerNextResponse = TuningOptionsListResult;
|
|
2535
|
-
|
|
2536
|
-
// @public
|
|
2537
|
-
export interface TuningOptionsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
2538
|
-
}
|
|
2539
|
-
|
|
2540
|
-
// @public
|
|
2541
|
-
export type TuningOptionsListByServerResponse = TuningOptionsListResult;
|
|
2542
|
-
|
|
2543
|
-
// @public
|
|
2544
|
-
export interface TuningOptionsListResult {
|
|
2545
|
-
nextLink?: string;
|
|
2546
|
-
value?: TuningOptionsResource[];
|
|
2547
|
-
}
|
|
2548
|
-
|
|
2549
|
-
// @public
|
|
2550
|
-
export interface TuningOptionsResource extends ProxyResource {
|
|
2551
|
-
}
|
|
2552
|
-
|
|
2553
|
-
// @public
|
|
2554
|
-
export interface UserAssignedIdentity {
|
|
2555
|
-
principalId?: string;
|
|
2556
|
-
readonly tenantId?: string;
|
|
2557
|
-
type: IdentityType;
|
|
2558
|
-
userAssignedIdentities?: {
|
|
2559
|
-
[propertyName: string]: UserIdentity;
|
|
2560
|
-
};
|
|
2561
|
-
}
|
|
2562
|
-
|
|
2563
|
-
// @public
|
|
2564
|
-
export interface UserIdentity {
|
|
2565
|
-
clientId?: string;
|
|
2566
|
-
principalId?: string;
|
|
2567
|
-
}
|
|
2568
|
-
|
|
2569
|
-
// @public
|
|
2570
|
-
export interface ValidationDetails {
|
|
2571
|
-
dbLevelValidationDetails?: DbLevelValidationStatus[];
|
|
2572
|
-
serverLevelValidationDetails?: ValidationSummaryItem[];
|
|
2573
|
-
status?: ValidationState;
|
|
2574
|
-
validationEndTimeInUtc?: Date;
|
|
2575
|
-
validationStartTimeInUtc?: Date;
|
|
2576
|
-
}
|
|
2577
|
-
|
|
2578
|
-
// @public
|
|
2579
|
-
export interface ValidationMessage {
|
|
2580
|
-
message?: string;
|
|
2581
|
-
state?: ValidationState;
|
|
2582
|
-
}
|
|
2583
|
-
|
|
2584
|
-
// @public
|
|
2585
|
-
export type ValidationState = string;
|
|
2586
|
-
|
|
2587
|
-
// @public
|
|
2588
|
-
export interface ValidationSummaryItem {
|
|
2589
|
-
messages?: ValidationMessage[];
|
|
2590
|
-
state?: ValidationState;
|
|
2591
|
-
type?: string;
|
|
2592
|
-
}
|
|
2593
|
-
|
|
2594
|
-
// @public
|
|
2595
|
-
export interface VirtualEndpointResource extends VirtualEndpointResourceForPatch, Resource {
|
|
2596
|
-
}
|
|
2597
|
-
|
|
2598
|
-
// @public
|
|
2599
|
-
export interface VirtualEndpointResourceForPatch {
|
|
2600
|
-
endpointType?: VirtualEndpointType;
|
|
2601
|
-
members?: string[];
|
|
2602
|
-
readonly virtualEndpoints?: string[];
|
|
2603
|
-
}
|
|
2604
|
-
|
|
2605
|
-
// @public
|
|
2606
|
-
export interface VirtualEndpoints {
|
|
2607
|
-
beginCreate(resourceGroupName: string, serverName: string, virtualEndpointName: string, parameters: VirtualEndpointResource, options?: VirtualEndpointsCreateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualEndpointsCreateResponse>, VirtualEndpointsCreateResponse>>;
|
|
2608
|
-
beginCreateAndWait(resourceGroupName: string, serverName: string, virtualEndpointName: string, parameters: VirtualEndpointResource, options?: VirtualEndpointsCreateOptionalParams): Promise<VirtualEndpointsCreateResponse>;
|
|
2609
|
-
beginDelete(resourceGroupName: string, serverName: string, virtualEndpointName: string, options?: VirtualEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualEndpointsDeleteResponse>, VirtualEndpointsDeleteResponse>>;
|
|
2610
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, virtualEndpointName: string, options?: VirtualEndpointsDeleteOptionalParams): Promise<VirtualEndpointsDeleteResponse>;
|
|
2611
|
-
beginUpdate(resourceGroupName: string, serverName: string, virtualEndpointName: string, parameters: VirtualEndpointResourceForPatch, options?: VirtualEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualEndpointsUpdateResponse>, VirtualEndpointsUpdateResponse>>;
|
|
2612
|
-
beginUpdateAndWait(resourceGroupName: string, serverName: string, virtualEndpointName: string, parameters: VirtualEndpointResourceForPatch, options?: VirtualEndpointsUpdateOptionalParams): Promise<VirtualEndpointsUpdateResponse>;
|
|
2613
|
-
get(resourceGroupName: string, serverName: string, virtualEndpointName: string, options?: VirtualEndpointsGetOptionalParams): Promise<VirtualEndpointsGetResponse>;
|
|
2614
|
-
listByServer(resourceGroupName: string, serverName: string, options?: VirtualEndpointsListByServerOptionalParams): PagedAsyncIterableIterator<VirtualEndpointResource>;
|
|
2615
|
-
}
|
|
2616
|
-
|
|
2617
|
-
// @public
|
|
2618
|
-
export interface VirtualEndpointsCreateHeaders {
|
|
2619
|
-
// (undocumented)
|
|
2620
|
-
location?: string;
|
|
2621
|
-
}
|
|
2622
|
-
|
|
2623
|
-
// @public
|
|
2624
|
-
export interface VirtualEndpointsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2625
|
-
resumeFrom?: string;
|
|
2626
|
-
updateIntervalInMs?: number;
|
|
2627
|
-
}
|
|
2628
|
-
|
|
2629
|
-
// @public
|
|
2630
|
-
export type VirtualEndpointsCreateResponse = VirtualEndpointResource;
|
|
2631
|
-
|
|
2632
|
-
// @public
|
|
2633
|
-
export interface VirtualEndpointsDeleteHeaders {
|
|
2634
|
-
// (undocumented)
|
|
2635
|
-
location?: string;
|
|
2636
|
-
}
|
|
2637
|
-
|
|
2638
|
-
// @public
|
|
2639
|
-
export interface VirtualEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2640
|
-
resumeFrom?: string;
|
|
2641
|
-
updateIntervalInMs?: number;
|
|
2642
|
-
}
|
|
2643
|
-
|
|
2644
|
-
// @public
|
|
2645
|
-
export type VirtualEndpointsDeleteResponse = VirtualEndpointsDeleteHeaders;
|
|
2646
|
-
|
|
2647
|
-
// @public
|
|
2648
|
-
export interface VirtualEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
2649
|
-
}
|
|
2650
|
-
|
|
2651
|
-
// @public
|
|
2652
|
-
export type VirtualEndpointsGetResponse = VirtualEndpointResource;
|
|
2653
|
-
|
|
2654
|
-
// @public
|
|
2655
|
-
export interface VirtualEndpointsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
2656
|
-
}
|
|
2657
|
-
|
|
2658
|
-
// @public
|
|
2659
|
-
export type VirtualEndpointsListByServerNextResponse = VirtualEndpointsListResult;
|
|
2660
|
-
|
|
2661
|
-
// @public
|
|
2662
|
-
export interface VirtualEndpointsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
2663
|
-
}
|
|
2664
|
-
|
|
2665
|
-
// @public
|
|
2666
|
-
export type VirtualEndpointsListByServerResponse = VirtualEndpointsListResult;
|
|
2667
|
-
|
|
2668
|
-
// @public
|
|
2669
|
-
export interface VirtualEndpointsListResult {
|
|
2670
|
-
nextLink?: string;
|
|
2671
|
-
value?: VirtualEndpointResource[];
|
|
2672
|
-
}
|
|
2673
|
-
|
|
2674
|
-
// @public
|
|
2675
|
-
export interface VirtualEndpointsUpdateHeaders {
|
|
2676
|
-
// (undocumented)
|
|
2677
|
-
location?: string;
|
|
2678
|
-
}
|
|
2679
|
-
|
|
2680
|
-
// @public
|
|
2681
|
-
export interface VirtualEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2682
|
-
resumeFrom?: string;
|
|
2683
|
-
updateIntervalInMs?: number;
|
|
2684
|
-
}
|
|
2685
|
-
|
|
2686
|
-
// @public
|
|
2687
|
-
export type VirtualEndpointsUpdateResponse = VirtualEndpointResource;
|
|
2688
|
-
|
|
2689
|
-
// @public
|
|
2690
|
-
export type VirtualEndpointType = string;
|
|
2691
|
-
|
|
2692
|
-
// @public
|
|
2693
|
-
export interface VirtualNetworkSubnetUsage {
|
|
2694
|
-
execute(locationName: string, parameters: VirtualNetworkSubnetUsageParameter, options?: VirtualNetworkSubnetUsageExecuteOptionalParams): Promise<VirtualNetworkSubnetUsageExecuteResponse>;
|
|
2695
|
-
}
|
|
2696
|
-
|
|
2697
|
-
// @public
|
|
2698
|
-
export interface VirtualNetworkSubnetUsageExecuteOptionalParams extends coreClient.OperationOptions {
|
|
2699
|
-
}
|
|
2700
|
-
|
|
2701
|
-
// @public
|
|
2702
|
-
export type VirtualNetworkSubnetUsageExecuteResponse = VirtualNetworkSubnetUsageResult;
|
|
2703
|
-
|
|
2704
|
-
// @public
|
|
2705
|
-
export interface VirtualNetworkSubnetUsageParameter {
|
|
2706
|
-
virtualNetworkArmResourceId?: string;
|
|
2707
|
-
}
|
|
2708
|
-
|
|
2709
|
-
// @public
|
|
2710
|
-
export interface VirtualNetworkSubnetUsageResult {
|
|
2711
|
-
readonly delegatedSubnetsUsage?: DelegatedSubnetUsage[];
|
|
2712
|
-
readonly location?: string;
|
|
2713
|
-
readonly subscriptionId?: string;
|
|
2714
|
-
}
|
|
2715
|
-
|
|
2716
|
-
// @public
|
|
2717
|
-
export type ZoneRedundantHaAndGeoBackupSupportedEnum = string;
|
|
2718
|
-
|
|
2719
|
-
// @public
|
|
2720
|
-
export type ZoneRedundantHaSupportedEnum = string;
|
|
2721
|
-
|
|
2722
|
-
// (No @packageDocumentation comment for this package)
|
|
2723
|
-
|
|
2724
|
-
```
|