@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,31 +0,0 @@
|
|
|
1
|
-
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
2
|
-
import type { LtrPreBackupRequest, FlexibleServerTriggerLtrPreBackupOptionalParams, FlexibleServerTriggerLtrPreBackupResponse, LtrBackupRequest, FlexibleServerStartLtrBackupOptionalParams, FlexibleServerStartLtrBackupResponse } from "../models/index.js";
|
|
3
|
-
/** Interface representing a FlexibleServer. */
|
|
4
|
-
export interface FlexibleServer {
|
|
5
|
-
/**
|
|
6
|
-
* PreBackup operation performs all the checks that are needed for the subsequent long term retention
|
|
7
|
-
* backup operation to succeed.
|
|
8
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
-
* @param serverName The name of the server.
|
|
10
|
-
* @param parameters Request body for operation
|
|
11
|
-
* @param options The options parameters.
|
|
12
|
-
*/
|
|
13
|
-
triggerLtrPreBackup(resourceGroupName: string, serverName: string, parameters: LtrPreBackupRequest, options?: FlexibleServerTriggerLtrPreBackupOptionalParams): Promise<FlexibleServerTriggerLtrPreBackupResponse>;
|
|
14
|
-
/**
|
|
15
|
-
* Start the Long Term Retention Backup operation
|
|
16
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
-
* @param serverName The name of the server.
|
|
18
|
-
* @param parameters Request body for operation
|
|
19
|
-
* @param options The options parameters.
|
|
20
|
-
*/
|
|
21
|
-
beginStartLtrBackup(resourceGroupName: string, serverName: string, parameters: LtrBackupRequest, options?: FlexibleServerStartLtrBackupOptionalParams): Promise<SimplePollerLike<OperationState<FlexibleServerStartLtrBackupResponse>, FlexibleServerStartLtrBackupResponse>>;
|
|
22
|
-
/**
|
|
23
|
-
* Start the Long Term Retention Backup operation
|
|
24
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
-
* @param serverName The name of the server.
|
|
26
|
-
* @param parameters Request body for operation
|
|
27
|
-
* @param options The options parameters.
|
|
28
|
-
*/
|
|
29
|
-
beginStartLtrBackupAndWait(resourceGroupName: string, serverName: string, parameters: LtrBackupRequest, options?: FlexibleServerStartLtrBackupOptionalParams): Promise<FlexibleServerStartLtrBackupResponse>;
|
|
30
|
-
}
|
|
31
|
-
//# sourceMappingURL=flexibleServer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"flexibleServer.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/flexibleServer.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,mBAAmB,EACnB,+CAA+C,EAC/C,yCAAyC,EACzC,gBAAgB,EAChB,0CAA0C,EAC1C,oCAAoC,EACrC,MAAM,oBAAoB,CAAC;AAE5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,mBAAmB,EAC/B,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC,CAAC;IACtD;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;OAMG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;CAClD"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=flexibleServer.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"flexibleServer.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/flexibleServer.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n LtrPreBackupRequest,\n FlexibleServerTriggerLtrPreBackupOptionalParams,\n FlexibleServerTriggerLtrPreBackupResponse,\n LtrBackupRequest,\n FlexibleServerStartLtrBackupOptionalParams,\n FlexibleServerStartLtrBackupResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a FlexibleServer. */\nexport interface FlexibleServer {\n /**\n * PreBackup operation performs all the checks that are needed for the subsequent long term retention\n * backup operation to succeed.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters Request body for operation\n * @param options The options parameters.\n */\n triggerLtrPreBackup(\n resourceGroupName: string,\n serverName: string,\n parameters: LtrPreBackupRequest,\n options?: FlexibleServerTriggerLtrPreBackupOptionalParams,\n ): Promise<FlexibleServerTriggerLtrPreBackupResponse>;\n /**\n * Start the Long Term Retention Backup operation\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters Request body for operation\n * @param options The options parameters.\n */\n beginStartLtrBackup(\n resourceGroupName: string,\n serverName: string,\n parameters: LtrBackupRequest,\n options?: FlexibleServerStartLtrBackupOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<FlexibleServerStartLtrBackupResponse>,\n FlexibleServerStartLtrBackupResponse\n >\n >;\n /**\n * Start the Long Term Retention Backup operation\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters Request body for operation\n * @param options The options parameters.\n */\n beginStartLtrBackupAndWait(\n resourceGroupName: string,\n serverName: string,\n parameters: LtrBackupRequest,\n options?: FlexibleServerStartLtrBackupOptionalParams,\n ): Promise<FlexibleServerStartLtrBackupResponse>;\n}\n"]}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { GetPrivateDnsZoneSuffixExecuteOptionalParams, GetPrivateDnsZoneSuffixExecuteResponse } from "../models/index.js";
|
|
2
|
-
/** Interface representing a GetPrivateDnsZoneSuffix. */
|
|
3
|
-
export interface GetPrivateDnsZoneSuffix {
|
|
4
|
-
/**
|
|
5
|
-
* Get private DNS zone suffix in the cloud
|
|
6
|
-
* @param options The options parameters.
|
|
7
|
-
*/
|
|
8
|
-
execute(options?: GetPrivateDnsZoneSuffixExecuteOptionalParams): Promise<GetPrivateDnsZoneSuffixExecuteResponse>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=getPrivateDnsZoneSuffix.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getPrivateDnsZoneSuffix.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/getPrivateDnsZoneSuffix.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACV,4CAA4C,EAC5C,sCAAsC,EACvC,MAAM,oBAAoB,CAAC;AAE5B,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,OAAO,CACL,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;CACpD"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=getPrivateDnsZoneSuffix.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getPrivateDnsZoneSuffix.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/getPrivateDnsZoneSuffix.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type {\n GetPrivateDnsZoneSuffixExecuteOptionalParams,\n GetPrivateDnsZoneSuffixExecuteResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a GetPrivateDnsZoneSuffix. */\nexport interface GetPrivateDnsZoneSuffix {\n /**\n * Get private DNS zone suffix in the cloud\n * @param options The options parameters.\n */\n execute(\n options?: GetPrivateDnsZoneSuffixExecuteOptionalParams,\n ): Promise<GetPrivateDnsZoneSuffixExecuteResponse>;\n}\n"]}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import type { FlexibleServerCapability, LocationBasedCapabilitiesExecuteOptionalParams } from "../models/index.js";
|
|
3
|
-
/** Interface representing a LocationBasedCapabilities. */
|
|
4
|
-
export interface LocationBasedCapabilities {
|
|
5
|
-
/**
|
|
6
|
-
* Get capabilities at specified location in a given subscription.
|
|
7
|
-
* @param locationName The name of the location.
|
|
8
|
-
* @param options The options parameters.
|
|
9
|
-
*/
|
|
10
|
-
listExecute(locationName: string, options?: LocationBasedCapabilitiesExecuteOptionalParams): PagedAsyncIterableIterator<FlexibleServerCapability>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=locationBasedCapabilities.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"locationBasedCapabilities.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/locationBasedCapabilities.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EACV,wBAAwB,EACxB,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAG5B,0DAA0D;AAC1D,MAAM,WAAW,yBAAyB;IACxC;;;;OAIG;IACH,WAAW,CACT,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,wBAAwB,CAAC,CAAC;CACzD"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=locationBasedCapabilities.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"locationBasedCapabilities.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/locationBasedCapabilities.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type {\n FlexibleServerCapability,\n LocationBasedCapabilitiesExecuteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a LocationBasedCapabilities. */\nexport interface LocationBasedCapabilities {\n /**\n * Get capabilities at specified location in a given subscription.\n * @param locationName The name of the location.\n * @param options The options parameters.\n */\n listExecute(\n locationName: string,\n options?: LocationBasedCapabilitiesExecuteOptionalParams,\n ): PagedAsyncIterableIterator<FlexibleServerCapability>;\n}\n"]}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import type { LogFile, LogFilesListByServerOptionalParams } from "../models/index.js";
|
|
3
|
-
/** Interface representing a LogFiles. */
|
|
4
|
-
export interface LogFiles {
|
|
5
|
-
/**
|
|
6
|
-
* List all the server log files in a given server.
|
|
7
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
-
* @param serverName The name of the server.
|
|
9
|
-
* @param options The options parameters.
|
|
10
|
-
*/
|
|
11
|
-
listByServer(resourceGroupName: string, serverName: string, options?: LogFilesListByServerOptionalParams): PagedAsyncIterableIterator<LogFile>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=logFiles.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logFiles.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/logFiles.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,OAAO,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AAGtF,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,OAAO,CAAC,CAAC;CACxC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=logFiles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logFiles.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/logFiles.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { LogFile, LogFilesListByServerOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a LogFiles. */\nexport interface LogFiles {\n /**\n * List all the server log files in a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: LogFilesListByServerOptionalParams,\n ): PagedAsyncIterableIterator<LogFile>;\n}\n"]}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import type { LtrServerBackupOperation, LtrBackupOperationsListByServerOptionalParams, LtrBackupOperationsGetOptionalParams, LtrBackupOperationsGetResponse } from "../models/index.js";
|
|
3
|
-
/** Interface representing a LtrBackupOperations. */
|
|
4
|
-
export interface LtrBackupOperations {
|
|
5
|
-
/**
|
|
6
|
-
* Gets the result of the give long term retention backup operations for the flexible server.
|
|
7
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
-
* @param serverName The name of the server.
|
|
9
|
-
* @param options The options parameters.
|
|
10
|
-
*/
|
|
11
|
-
listByServer(resourceGroupName: string, serverName: string, options?: LtrBackupOperationsListByServerOptionalParams): PagedAsyncIterableIterator<LtrServerBackupOperation>;
|
|
12
|
-
/**
|
|
13
|
-
* Gets the result of the give long term retention backup operation for the flexible server.
|
|
14
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
-
* @param serverName The name of the server.
|
|
16
|
-
* @param backupName The name of the backup.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
get(resourceGroupName: string, serverName: string, backupName: string, options?: LtrBackupOperationsGetOptionalParams): Promise<LtrBackupOperationsGetResponse>;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=ltrBackupOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ltrBackupOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/ltrBackupOperations.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EACV,wBAAwB,EACxB,6CAA6C,EAC7C,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAG5B,oDAAoD;AACpD,MAAM,WAAW,mBAAmB;IAClC;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,wBAAwB,CAAC,CAAC;IACxD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;CAC5C"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=ltrBackupOperations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ltrBackupOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/ltrBackupOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type {\n LtrServerBackupOperation,\n LtrBackupOperationsListByServerOptionalParams,\n LtrBackupOperationsGetOptionalParams,\n LtrBackupOperationsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a LtrBackupOperations. */\nexport interface LtrBackupOperations {\n /**\n * Gets the result of the give long term retention backup operations for the flexible server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: LtrBackupOperationsListByServerOptionalParams,\n ): PagedAsyncIterableIterator<LtrServerBackupOperation>;\n /**\n * Gets the result of the give long term retention backup operation for the flexible server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param backupName The name of the backup.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n serverName: string,\n backupName: string,\n options?: LtrBackupOperationsGetOptionalParams,\n ): Promise<LtrBackupOperationsGetResponse>;\n}\n"]}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
2
|
-
import type { PrivateEndpointConnection, PrivateEndpointConnectionUpdateOptionalParams, PrivateEndpointConnectionUpdateResponse, PrivateEndpointConnectionDeleteOptionalParams, PrivateEndpointConnectionDeleteResponse } from "../models/index.js";
|
|
3
|
-
/** Interface representing a PrivateEndpointConnectionOperations. */
|
|
4
|
-
export interface PrivateEndpointConnectionOperations {
|
|
5
|
-
/**
|
|
6
|
-
* Approve or reject a private endpoint connection with a given name.
|
|
7
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
-
* @param serverName The name of the server.
|
|
9
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
10
|
-
* @param parameters The required parameters for updating private endpoint connection.
|
|
11
|
-
* @param options The options parameters.
|
|
12
|
-
*/
|
|
13
|
-
beginUpdate(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionUpdateResponse>, PrivateEndpointConnectionUpdateResponse>>;
|
|
14
|
-
/**
|
|
15
|
-
* Approve or reject a private endpoint connection with a given name.
|
|
16
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
-
* @param serverName The name of the server.
|
|
18
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
19
|
-
* @param parameters The required parameters for updating private endpoint connection.
|
|
20
|
-
* @param options The options parameters.
|
|
21
|
-
*/
|
|
22
|
-
beginUpdateAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<PrivateEndpointConnectionUpdateResponse>;
|
|
23
|
-
/**
|
|
24
|
-
* Deletes a private endpoint connection with a given name.
|
|
25
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
-
* @param serverName The name of the server.
|
|
27
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
beginDelete(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionDeleteResponse>, PrivateEndpointConnectionDeleteResponse>>;
|
|
31
|
-
/**
|
|
32
|
-
* Deletes a private endpoint connection with a given name.
|
|
33
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
-
* @param serverName The name of the server.
|
|
35
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
36
|
-
* @param options The options parameters.
|
|
37
|
-
*/
|
|
38
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<PrivateEndpointConnectionDeleteResponse>;
|
|
39
|
-
}
|
|
40
|
-
//# sourceMappingURL=privateEndpointConnectionOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnectionOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnectionOperations.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,yBAAyB,EACzB,6CAA6C,EAC7C,uCAAuC,EACvC,6CAA6C,EAC7C,uCAAuC,EACxC,MAAM,oBAAoB,CAAC;AAE5B,oEAAoE;AACpE,MAAM,WAAW,mCAAmC;IAClD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uCAAuC,CAAC,EACvD,uCAAuC,CACxC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uCAAuC,CAAC,EACvD,uCAAuC,CACxC,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;CACrD"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=privateEndpointConnectionOperations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnectionOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnectionOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n PrivateEndpointConnection,\n PrivateEndpointConnectionUpdateOptionalParams,\n PrivateEndpointConnectionUpdateResponse,\n PrivateEndpointConnectionDeleteOptionalParams,\n PrivateEndpointConnectionDeleteResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a PrivateEndpointConnectionOperations. */\nexport interface PrivateEndpointConnectionOperations {\n /**\n * Approve or reject a private endpoint connection with a given name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters The required parameters for updating private endpoint connection.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n serverName: string,\n privateEndpointConnectionName: string,\n parameters: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PrivateEndpointConnectionUpdateResponse>,\n PrivateEndpointConnectionUpdateResponse\n >\n >;\n /**\n * Approve or reject a private endpoint connection with a given name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters The required parameters for updating private endpoint connection.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n serverName: string,\n privateEndpointConnectionName: string,\n parameters: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionUpdateOptionalParams,\n ): Promise<PrivateEndpointConnectionUpdateResponse>;\n /**\n * Deletes a private endpoint connection with a given name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n serverName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PrivateEndpointConnectionDeleteResponse>,\n PrivateEndpointConnectionDeleteResponse\n >\n >;\n /**\n * Deletes a private endpoint connection with a given name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n serverName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionDeleteOptionalParams,\n ): Promise<PrivateEndpointConnectionDeleteResponse>;\n}\n"]}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import type { FlexibleServerCapability, ServerCapabilitiesListOptionalParams } from "../models/index.js";
|
|
3
|
-
/** Interface representing a ServerCapabilities. */
|
|
4
|
-
export interface ServerCapabilities {
|
|
5
|
-
/**
|
|
6
|
-
* Get capabilities for a flexible server.
|
|
7
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
-
* @param serverName The name of the server.
|
|
9
|
-
* @param options The options parameters.
|
|
10
|
-
*/
|
|
11
|
-
list(resourceGroupName: string, serverName: string, options?: ServerCapabilitiesListOptionalParams): PagedAsyncIterableIterator<FlexibleServerCapability>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=serverCapabilities.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"serverCapabilities.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverCapabilities.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EACV,wBAAwB,EACxB,oCAAoC,EACrC,MAAM,oBAAoB,CAAC;AAG5B,mDAAmD;AACnD,MAAM,WAAW,kBAAkB;IACjC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,0BAA0B,CAAC,wBAAwB,CAAC,CAAC;CACzD"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=serverCapabilities.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"serverCapabilities.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/serverCapabilities.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type {\n FlexibleServerCapability,\n ServerCapabilitiesListOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ServerCapabilities. */\nexport interface ServerCapabilities {\n /**\n * Get capabilities for a flexible server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n serverName: string,\n options?: ServerCapabilitiesListOptionalParams,\n ): PagedAsyncIterableIterator<FlexibleServerCapability>;\n}\n"]}
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import type { SessionResource, TuningOptionEnum, TuningConfigurationListSessionsOptionalParams, SessionDetailsResource, TuningConfigurationListSessionDetailsOptionalParams, TuningConfigurationEnableOptionalParams, TuningConfigurationEnableResponse, TuningConfigurationDisableOptionalParams, TuningConfigurationDisableResponse, ConfigTuningRequestParameter, TuningConfigurationStartSessionOptionalParams, TuningConfigurationStartSessionResponse, TuningConfigurationStopSessionOptionalParams, TuningConfigurationStopSessionResponse } from "../models/index.js";
|
|
4
|
-
/** Interface representing a TuningConfiguration. */
|
|
5
|
-
export interface TuningConfiguration {
|
|
6
|
-
/**
|
|
7
|
-
* Gets up the config tuning session status.
|
|
8
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
-
* @param serverName The name of the server.
|
|
10
|
-
* @param tuningOption The name of the tuning option.
|
|
11
|
-
* @param options The options parameters.
|
|
12
|
-
*/
|
|
13
|
-
listSessions(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningConfigurationListSessionsOptionalParams): PagedAsyncIterableIterator<SessionResource>;
|
|
14
|
-
/**
|
|
15
|
-
* Gets the session details of a config tuning session.
|
|
16
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
-
* @param serverName The name of the server.
|
|
18
|
-
* @param tuningOption The name of the tuning option.
|
|
19
|
-
* @param sessionId Guid of the objectId for the session.
|
|
20
|
-
* @param options The options parameters.
|
|
21
|
-
*/
|
|
22
|
-
listSessionDetails(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, sessionId: string, options?: TuningConfigurationListSessionDetailsOptionalParams): PagedAsyncIterableIterator<SessionDetailsResource>;
|
|
23
|
-
/**
|
|
24
|
-
* Enables the config tuning.
|
|
25
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
-
* @param serverName The name of the server.
|
|
27
|
-
* @param tuningOption The name of the tuning option.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
beginEnable(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningConfigurationEnableOptionalParams): Promise<SimplePollerLike<OperationState<TuningConfigurationEnableResponse>, TuningConfigurationEnableResponse>>;
|
|
31
|
-
/**
|
|
32
|
-
* Enables the config tuning.
|
|
33
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
-
* @param serverName The name of the server.
|
|
35
|
-
* @param tuningOption The name of the tuning option.
|
|
36
|
-
* @param options The options parameters.
|
|
37
|
-
*/
|
|
38
|
-
beginEnableAndWait(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningConfigurationEnableOptionalParams): Promise<TuningConfigurationEnableResponse>;
|
|
39
|
-
/**
|
|
40
|
-
* Disables the config tuning.
|
|
41
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
-
* @param serverName The name of the server.
|
|
43
|
-
* @param tuningOption The name of the tuning option.
|
|
44
|
-
* @param options The options parameters.
|
|
45
|
-
*/
|
|
46
|
-
beginDisable(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningConfigurationDisableOptionalParams): Promise<SimplePollerLike<OperationState<TuningConfigurationDisableResponse>, TuningConfigurationDisableResponse>>;
|
|
47
|
-
/**
|
|
48
|
-
* Disables the config tuning.
|
|
49
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
-
* @param serverName The name of the server.
|
|
51
|
-
* @param tuningOption The name of the tuning option.
|
|
52
|
-
* @param options The options parameters.
|
|
53
|
-
*/
|
|
54
|
-
beginDisableAndWait(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningConfigurationDisableOptionalParams): Promise<TuningConfigurationDisableResponse>;
|
|
55
|
-
/**
|
|
56
|
-
* Starts up the config tuning session.
|
|
57
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
58
|
-
* @param serverName The name of the server.
|
|
59
|
-
* @param tuningOption The name of the tuning option.
|
|
60
|
-
* @param configTuningRequest The parameters for tuning request.
|
|
61
|
-
* @param options The options parameters.
|
|
62
|
-
*/
|
|
63
|
-
beginStartSession(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, configTuningRequest: ConfigTuningRequestParameter, options?: TuningConfigurationStartSessionOptionalParams): Promise<SimplePollerLike<OperationState<TuningConfigurationStartSessionResponse>, TuningConfigurationStartSessionResponse>>;
|
|
64
|
-
/**
|
|
65
|
-
* Starts up the config tuning session.
|
|
66
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
67
|
-
* @param serverName The name of the server.
|
|
68
|
-
* @param tuningOption The name of the tuning option.
|
|
69
|
-
* @param configTuningRequest The parameters for tuning request.
|
|
70
|
-
* @param options The options parameters.
|
|
71
|
-
*/
|
|
72
|
-
beginStartSessionAndWait(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, configTuningRequest: ConfigTuningRequestParameter, options?: TuningConfigurationStartSessionOptionalParams): Promise<TuningConfigurationStartSessionResponse>;
|
|
73
|
-
/**
|
|
74
|
-
* Stops the config tuning session.
|
|
75
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
76
|
-
* @param serverName The name of the server.
|
|
77
|
-
* @param tuningOption The name of the tuning option.
|
|
78
|
-
* @param options The options parameters.
|
|
79
|
-
*/
|
|
80
|
-
beginStopSession(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningConfigurationStopSessionOptionalParams): Promise<SimplePollerLike<OperationState<TuningConfigurationStopSessionResponse>, TuningConfigurationStopSessionResponse>>;
|
|
81
|
-
/**
|
|
82
|
-
* Stops the config tuning session.
|
|
83
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
84
|
-
* @param serverName The name of the server.
|
|
85
|
-
* @param tuningOption The name of the tuning option.
|
|
86
|
-
* @param options The options parameters.
|
|
87
|
-
*/
|
|
88
|
-
beginStopSessionAndWait(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningConfigurationStopSessionOptionalParams): Promise<TuningConfigurationStopSessionResponse>;
|
|
89
|
-
}
|
|
90
|
-
//# sourceMappingURL=tuningConfiguration.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tuningConfiguration.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/tuningConfiguration.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,eAAe,EACf,gBAAgB,EAChB,6CAA6C,EAC7C,sBAAsB,EACtB,mDAAmD,EACnD,uCAAuC,EACvC,iCAAiC,EACjC,wCAAwC,EACxC,kCAAkC,EAClC,4BAA4B,EAC5B,6CAA6C,EAC7C,uCAAuC,EACvC,4CAA4C,EAC5C,sCAAsC,EACvC,MAAM,oBAAoB,CAAC;AAG5B,oDAAoD;AACpD,MAAM,WAAW,mBAAmB;IAClC;;;;;;OAMG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,gBAAgB,EAC9B,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,gBAAgB,EAC9B,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,0BAA0B,CAAC,sBAAsB,CAAC,CAAC;IACtD;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,gBAAgB,EAC9B,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,gBAAgB,EAC9B,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;OAMG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,gBAAgB,EAC9B,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,kCAAkC,CAAC,EAClD,kCAAkC,CACnC,CACF,CAAC;IACF;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,gBAAgB,EAC9B,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,gBAAgB,EAC9B,mBAAmB,EAAE,4BAA4B,EACjD,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uCAAuC,CAAC,EACvD,uCAAuC,CACxC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,gBAAgB,EAC9B,mBAAmB,EAAE,4BAA4B,EACjD,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;OAMG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,gBAAgB,EAC9B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sCAAsC,CAAC,EACtD,sCAAsC,CACvC,CACF,CAAC;IACF;;;;;;OAMG;IACH,uBAAuB,CACrB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,gBAAgB,EAC9B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;CACpD"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=tuningConfiguration.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tuningConfiguration.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/tuningConfiguration.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n SessionResource,\n TuningOptionEnum,\n TuningConfigurationListSessionsOptionalParams,\n SessionDetailsResource,\n TuningConfigurationListSessionDetailsOptionalParams,\n TuningConfigurationEnableOptionalParams,\n TuningConfigurationEnableResponse,\n TuningConfigurationDisableOptionalParams,\n TuningConfigurationDisableResponse,\n ConfigTuningRequestParameter,\n TuningConfigurationStartSessionOptionalParams,\n TuningConfigurationStartSessionResponse,\n TuningConfigurationStopSessionOptionalParams,\n TuningConfigurationStopSessionResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a TuningConfiguration. */\nexport interface TuningConfiguration {\n /**\n * Gets up the config tuning session status.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param tuningOption The name of the tuning option.\n * @param options The options parameters.\n */\n listSessions(\n resourceGroupName: string,\n serverName: string,\n tuningOption: TuningOptionEnum,\n options?: TuningConfigurationListSessionsOptionalParams,\n ): PagedAsyncIterableIterator<SessionResource>;\n /**\n * Gets the session details of a config tuning session.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param tuningOption The name of the tuning option.\n * @param sessionId Guid of the objectId for the session.\n * @param options The options parameters.\n */\n listSessionDetails(\n resourceGroupName: string,\n serverName: string,\n tuningOption: TuningOptionEnum,\n sessionId: string,\n options?: TuningConfigurationListSessionDetailsOptionalParams,\n ): PagedAsyncIterableIterator<SessionDetailsResource>;\n /**\n * Enables the config tuning.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param tuningOption The name of the tuning option.\n * @param options The options parameters.\n */\n beginEnable(\n resourceGroupName: string,\n serverName: string,\n tuningOption: TuningOptionEnum,\n options?: TuningConfigurationEnableOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<TuningConfigurationEnableResponse>,\n TuningConfigurationEnableResponse\n >\n >;\n /**\n * Enables the config tuning.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param tuningOption The name of the tuning option.\n * @param options The options parameters.\n */\n beginEnableAndWait(\n resourceGroupName: string,\n serverName: string,\n tuningOption: TuningOptionEnum,\n options?: TuningConfigurationEnableOptionalParams,\n ): Promise<TuningConfigurationEnableResponse>;\n /**\n * Disables the config tuning.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param tuningOption The name of the tuning option.\n * @param options The options parameters.\n */\n beginDisable(\n resourceGroupName: string,\n serverName: string,\n tuningOption: TuningOptionEnum,\n options?: TuningConfigurationDisableOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<TuningConfigurationDisableResponse>,\n TuningConfigurationDisableResponse\n >\n >;\n /**\n * Disables the config tuning.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param tuningOption The name of the tuning option.\n * @param options The options parameters.\n */\n beginDisableAndWait(\n resourceGroupName: string,\n serverName: string,\n tuningOption: TuningOptionEnum,\n options?: TuningConfigurationDisableOptionalParams,\n ): Promise<TuningConfigurationDisableResponse>;\n /**\n * Starts up the config tuning session.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param tuningOption The name of the tuning option.\n * @param configTuningRequest The parameters for tuning request.\n * @param options The options parameters.\n */\n beginStartSession(\n resourceGroupName: string,\n serverName: string,\n tuningOption: TuningOptionEnum,\n configTuningRequest: ConfigTuningRequestParameter,\n options?: TuningConfigurationStartSessionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<TuningConfigurationStartSessionResponse>,\n TuningConfigurationStartSessionResponse\n >\n >;\n /**\n * Starts up the config tuning session.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param tuningOption The name of the tuning option.\n * @param configTuningRequest The parameters for tuning request.\n * @param options The options parameters.\n */\n beginStartSessionAndWait(\n resourceGroupName: string,\n serverName: string,\n tuningOption: TuningOptionEnum,\n configTuningRequest: ConfigTuningRequestParameter,\n options?: TuningConfigurationStartSessionOptionalParams,\n ): Promise<TuningConfigurationStartSessionResponse>;\n /**\n * Stops the config tuning session.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param tuningOption The name of the tuning option.\n * @param options The options parameters.\n */\n beginStopSession(\n resourceGroupName: string,\n serverName: string,\n tuningOption: TuningOptionEnum,\n options?: TuningConfigurationStopSessionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<TuningConfigurationStopSessionResponse>,\n TuningConfigurationStopSessionResponse\n >\n >;\n /**\n * Stops the config tuning session.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param tuningOption The name of the tuning option.\n * @param options The options parameters.\n */\n beginStopSessionAndWait(\n resourceGroupName: string,\n serverName: string,\n tuningOption: TuningOptionEnum,\n options?: TuningConfigurationStopSessionOptionalParams,\n ): Promise<TuningConfigurationStopSessionResponse>;\n}\n"]}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import type { IndexRecommendationResource, TuningOptionEnum, TuningIndexListRecommendationsOptionalParams } from "../models/index.js";
|
|
3
|
-
/** Interface representing a TuningIndex. */
|
|
4
|
-
export interface TuningIndex {
|
|
5
|
-
/**
|
|
6
|
-
* Retrieve the list of available tuning index recommendations.
|
|
7
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
-
* @param serverName The name of the server.
|
|
9
|
-
* @param tuningOption The name of the tuning option.
|
|
10
|
-
* @param options The options parameters.
|
|
11
|
-
*/
|
|
12
|
-
listRecommendations(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningIndexListRecommendationsOptionalParams): PagedAsyncIterableIterator<IndexRecommendationResource>;
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=tuningIndex.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tuningIndex.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/tuningIndex.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EACV,2BAA2B,EAC3B,gBAAgB,EAChB,4CAA4C,EAC7C,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,gBAAgB,EAC9B,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,2BAA2B,CAAC,CAAC;CAC5D"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=tuningIndex.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tuningIndex.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/tuningIndex.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type {\n IndexRecommendationResource,\n TuningOptionEnum,\n TuningIndexListRecommendationsOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a TuningIndex. */\nexport interface TuningIndex {\n /**\n * Retrieve the list of available tuning index recommendations.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param tuningOption The name of the tuning option.\n * @param options The options parameters.\n */\n listRecommendations(\n resourceGroupName: string,\n serverName: string,\n tuningOption: TuningOptionEnum,\n options?: TuningIndexListRecommendationsOptionalParams,\n ): PagedAsyncIterableIterator<IndexRecommendationResource>;\n}\n"]}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import type { TuningOptionsResource, TuningOptionsListByServerOptionalParams, TuningOptionEnum, TuningOptionsGetOptionalParams, TuningOptionsGetResponse } from "../models/index.js";
|
|
3
|
-
/** Interface representing a TuningOptions. */
|
|
4
|
-
export interface TuningOptions {
|
|
5
|
-
/**
|
|
6
|
-
* Retrieve the list of available tuning options.
|
|
7
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
-
* @param serverName The name of the server.
|
|
9
|
-
* @param options The options parameters.
|
|
10
|
-
*/
|
|
11
|
-
listByServer(resourceGroupName: string, serverName: string, options?: TuningOptionsListByServerOptionalParams): PagedAsyncIterableIterator<TuningOptionsResource>;
|
|
12
|
-
/**
|
|
13
|
-
* Retrieve the tuning option on a server.
|
|
14
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
-
* @param serverName The name of the server.
|
|
16
|
-
* @param tuningOption The name of the tuning option.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
get(resourceGroupName: string, serverName: string, tuningOption: TuningOptionEnum, options?: TuningOptionsGetOptionalParams): Promise<TuningOptionsGetResponse>;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=tuningOptions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tuningOptions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/tuningOptions.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EACV,qBAAqB,EACrB,uCAAuC,EACvC,gBAAgB,EAChB,8BAA8B,EAC9B,wBAAwB,EACzB,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,qBAAqB,CAAC,CAAC;IACrD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,gBAAgB,EAC9B,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;CACtC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=tuningOptions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tuningOptions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/tuningOptions.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type {\n TuningOptionsResource,\n TuningOptionsListByServerOptionalParams,\n TuningOptionEnum,\n TuningOptionsGetOptionalParams,\n TuningOptionsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a TuningOptions. */\nexport interface TuningOptions {\n /**\n * Retrieve the list of available tuning options.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: TuningOptionsListByServerOptionalParams,\n ): PagedAsyncIterableIterator<TuningOptionsResource>;\n /**\n * Retrieve the tuning option on a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param tuningOption The name of the tuning option.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n serverName: string,\n tuningOption: TuningOptionEnum,\n options?: TuningOptionsGetOptionalParams,\n ): Promise<TuningOptionsGetResponse>;\n}\n"]}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import type { Administrators } from "../operationsInterfaces/index.js";
|
|
3
|
-
import type { PostgreSQLManagementFlexibleServerClient } from "../postgreSQLManagementFlexibleServerClient.js";
|
|
4
|
-
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
-
import type { ActiveDirectoryAdministrator, AdministratorsListByServerOptionalParams, ActiveDirectoryAdministratorAdd, AdministratorsCreateOptionalParams, AdministratorsCreateResponse, AdministratorsDeleteOptionalParams, AdministratorsGetOptionalParams, AdministratorsGetResponse } from "../models/index.js";
|
|
6
|
-
/** Class containing Administrators operations. */
|
|
7
|
-
export declare class AdministratorsImpl implements Administrators {
|
|
8
|
-
private readonly client;
|
|
9
|
-
/**
|
|
10
|
-
* Initialize a new instance of the class Administrators class.
|
|
11
|
-
* @param client Reference to the service client
|
|
12
|
-
*/
|
|
13
|
-
constructor(client: PostgreSQLManagementFlexibleServerClient);
|
|
14
|
-
/**
|
|
15
|
-
* List all the AAD administrators for a given server.
|
|
16
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
-
* @param serverName The name of the server.
|
|
18
|
-
* @param options The options parameters.
|
|
19
|
-
*/
|
|
20
|
-
listByServer(resourceGroupName: string, serverName: string, options?: AdministratorsListByServerOptionalParams): PagedAsyncIterableIterator<ActiveDirectoryAdministrator>;
|
|
21
|
-
private listByServerPagingPage;
|
|
22
|
-
private listByServerPagingAll;
|
|
23
|
-
/**
|
|
24
|
-
* Creates a new server.
|
|
25
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
-
* @param serverName The name of the server.
|
|
27
|
-
* @param objectId Guid of the objectId for the administrator.
|
|
28
|
-
* @param parameters The required parameters for adding an Microsoft Entra Administrator for a server.
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
beginCreate(resourceGroupName: string, serverName: string, objectId: string, parameters: ActiveDirectoryAdministratorAdd, options?: AdministratorsCreateOptionalParams): Promise<SimplePollerLike<OperationState<AdministratorsCreateResponse>, AdministratorsCreateResponse>>;
|
|
32
|
-
/**
|
|
33
|
-
* Creates a new server.
|
|
34
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
35
|
-
* @param serverName The name of the server.
|
|
36
|
-
* @param objectId Guid of the objectId for the administrator.
|
|
37
|
-
* @param parameters The required parameters for adding an Microsoft Entra Administrator for a server.
|
|
38
|
-
* @param options The options parameters.
|
|
39
|
-
*/
|
|
40
|
-
beginCreateAndWait(resourceGroupName: string, serverName: string, objectId: string, parameters: ActiveDirectoryAdministratorAdd, options?: AdministratorsCreateOptionalParams): Promise<AdministratorsCreateResponse>;
|
|
41
|
-
/**
|
|
42
|
-
* Deletes an Microsoft Entra Administrator associated with the server.
|
|
43
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
44
|
-
* @param serverName The name of the server.
|
|
45
|
-
* @param objectId Guid of the objectId for the administrator.
|
|
46
|
-
* @param options The options parameters.
|
|
47
|
-
*/
|
|
48
|
-
beginDelete(resourceGroupName: string, serverName: string, objectId: string, options?: AdministratorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
49
|
-
/**
|
|
50
|
-
* Deletes an Microsoft Entra Administrator associated with the server.
|
|
51
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
52
|
-
* @param serverName The name of the server.
|
|
53
|
-
* @param objectId Guid of the objectId for the administrator.
|
|
54
|
-
* @param options The options parameters.
|
|
55
|
-
*/
|
|
56
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, objectId: string, options?: AdministratorsDeleteOptionalParams): Promise<void>;
|
|
57
|
-
/**
|
|
58
|
-
* Gets information about a server.
|
|
59
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
60
|
-
* @param serverName The name of the server.
|
|
61
|
-
* @param objectId Guid of the objectId for the administrator.
|
|
62
|
-
* @param options The options parameters.
|
|
63
|
-
*/
|
|
64
|
-
get(resourceGroupName: string, serverName: string, objectId: string, options?: AdministratorsGetOptionalParams): Promise<AdministratorsGetResponse>;
|
|
65
|
-
/**
|
|
66
|
-
* List all the AAD administrators for a given server.
|
|
67
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
68
|
-
* @param serverName The name of the server.
|
|
69
|
-
* @param options The options parameters.
|
|
70
|
-
*/
|
|
71
|
-
private _listByServer;
|
|
72
|
-
/**
|
|
73
|
-
* ListByServerNext
|
|
74
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
|
-
* @param serverName The name of the server.
|
|
76
|
-
* @param nextLink The nextLink from the previous successful call to the ListByServer method.
|
|
77
|
-
* @param options The options parameters.
|
|
78
|
-
*/
|
|
79
|
-
private _listByServerNext;
|
|
80
|
-
}
|
|
81
|
-
//# sourceMappingURL=administrators.d.ts.map
|