@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,115 +1,115 @@
|
|
|
1
1
|
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
2
|
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import type { Server, ServersListByResourceGroupOptionalParams,
|
|
3
|
+
import type { Server, ServersListByResourceGroupOptionalParams, ServersListBySubscriptionOptionalParams, ServersCreateOrUpdateOptionalParams, ServersCreateOrUpdateResponse, ServerForPatch, ServersUpdateOptionalParams, ServersUpdateResponse, ServersDeleteOptionalParams, ServersDeleteResponse, ServersGetOptionalParams, ServersGetResponse, ServersRestartOptionalParams, ServersRestartResponse, ServersStartOptionalParams, ServersStartResponse, ServersStopOptionalParams, ServersStopResponse } from "../models/index.js";
|
|
4
4
|
/** Interface representing a Servers. */
|
|
5
5
|
export interface Servers {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Lists all servers in a resource group.
|
|
8
8
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
9
|
* @param options The options parameters.
|
|
10
10
|
*/
|
|
11
11
|
listByResourceGroup(resourceGroupName: string, options?: ServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Lists all servers in a subscription.
|
|
14
14
|
* @param options The options parameters.
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
listBySubscription(options?: ServersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
17
17
|
/**
|
|
18
18
|
* Creates a new server.
|
|
19
19
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
20
20
|
* @param serverName The name of the server.
|
|
21
|
-
* @param parameters
|
|
21
|
+
* @param parameters Parameters required to create a new server or to update an existing server.
|
|
22
22
|
* @param options The options parameters.
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
beginCreateOrUpdate(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServersCreateOrUpdateResponse>, ServersCreateOrUpdateResponse>>;
|
|
25
25
|
/**
|
|
26
26
|
* Creates a new server.
|
|
27
27
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
28
|
* @param serverName The name of the server.
|
|
29
|
-
* @param parameters
|
|
29
|
+
* @param parameters Parameters required to create a new server or to update an existing server.
|
|
30
30
|
* @param options The options parameters.
|
|
31
31
|
*/
|
|
32
|
-
|
|
32
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOrUpdateOptionalParams): Promise<ServersCreateOrUpdateResponse>;
|
|
33
33
|
/**
|
|
34
|
-
* Updates an existing server. The request body can contain one
|
|
35
|
-
* the normal server definition.
|
|
34
|
+
* Updates an existing server. The request body can contain one or multiple of the properties present
|
|
35
|
+
* in the normal server definition.
|
|
36
36
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
37
37
|
* @param serverName The name of the server.
|
|
38
|
-
* @param parameters
|
|
38
|
+
* @param parameters Parameters required to update a server.
|
|
39
39
|
* @param options The options parameters.
|
|
40
40
|
*/
|
|
41
|
-
beginUpdate(resourceGroupName: string, serverName: string, parameters:
|
|
41
|
+
beginUpdate(resourceGroupName: string, serverName: string, parameters: ServerForPatch, options?: ServersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServersUpdateResponse>, ServersUpdateResponse>>;
|
|
42
42
|
/**
|
|
43
|
-
* Updates an existing server. The request body can contain one
|
|
44
|
-
* the normal server definition.
|
|
43
|
+
* Updates an existing server. The request body can contain one or multiple of the properties present
|
|
44
|
+
* in the normal server definition.
|
|
45
45
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
46
46
|
* @param serverName The name of the server.
|
|
47
|
-
* @param parameters
|
|
47
|
+
* @param parameters Parameters required to update a server.
|
|
48
48
|
* @param options The options parameters.
|
|
49
49
|
*/
|
|
50
|
-
beginUpdateAndWait(resourceGroupName: string, serverName: string, parameters:
|
|
50
|
+
beginUpdateAndWait(resourceGroupName: string, serverName: string, parameters: ServerForPatch, options?: ServersUpdateOptionalParams): Promise<ServersUpdateResponse>;
|
|
51
51
|
/**
|
|
52
|
-
* Deletes
|
|
52
|
+
* Deletes or drops an existing server.
|
|
53
53
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
54
54
|
* @param serverName The name of the server.
|
|
55
55
|
* @param options The options parameters.
|
|
56
56
|
*/
|
|
57
|
-
beginDelete(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<
|
|
57
|
+
beginDelete(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ServersDeleteResponse>, ServersDeleteResponse>>;
|
|
58
58
|
/**
|
|
59
|
-
* Deletes
|
|
59
|
+
* Deletes or drops an existing server.
|
|
60
60
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
61
61
|
* @param serverName The name of the server.
|
|
62
62
|
* @param options The options parameters.
|
|
63
63
|
*/
|
|
64
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<
|
|
64
|
+
beginDeleteAndWait(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<ServersDeleteResponse>;
|
|
65
65
|
/**
|
|
66
|
-
* Gets information about
|
|
66
|
+
* Gets information about an existing server.
|
|
67
67
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
68
68
|
* @param serverName The name of the server.
|
|
69
69
|
* @param options The options parameters.
|
|
70
70
|
*/
|
|
71
71
|
get(resourceGroupName: string, serverName: string, options?: ServersGetOptionalParams): Promise<ServersGetResponse>;
|
|
72
72
|
/**
|
|
73
|
-
* Restarts a server.
|
|
73
|
+
* Restarts PostgreSQL database engine in a server.
|
|
74
74
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
75
|
* @param serverName The name of the server.
|
|
76
76
|
* @param options The options parameters.
|
|
77
77
|
*/
|
|
78
|
-
beginRestart(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<SimplePollerLike<OperationState<
|
|
78
|
+
beginRestart(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<SimplePollerLike<OperationState<ServersRestartResponse>, ServersRestartResponse>>;
|
|
79
79
|
/**
|
|
80
|
-
* Restarts a server.
|
|
80
|
+
* Restarts PostgreSQL database engine in a server.
|
|
81
81
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
82
82
|
* @param serverName The name of the server.
|
|
83
83
|
* @param options The options parameters.
|
|
84
84
|
*/
|
|
85
|
-
beginRestartAndWait(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<
|
|
85
|
+
beginRestartAndWait(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<ServersRestartResponse>;
|
|
86
86
|
/**
|
|
87
|
-
* Starts a server.
|
|
87
|
+
* Starts a stopped server.
|
|
88
88
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
89
89
|
* @param serverName The name of the server.
|
|
90
90
|
* @param options The options parameters.
|
|
91
91
|
*/
|
|
92
|
-
beginStart(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<SimplePollerLike<OperationState<
|
|
92
|
+
beginStart(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<SimplePollerLike<OperationState<ServersStartResponse>, ServersStartResponse>>;
|
|
93
93
|
/**
|
|
94
|
-
* Starts a server.
|
|
94
|
+
* Starts a stopped server.
|
|
95
95
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
96
96
|
* @param serverName The name of the server.
|
|
97
97
|
* @param options The options parameters.
|
|
98
98
|
*/
|
|
99
|
-
beginStartAndWait(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<
|
|
99
|
+
beginStartAndWait(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<ServersStartResponse>;
|
|
100
100
|
/**
|
|
101
101
|
* Stops a server.
|
|
102
102
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
103
103
|
* @param serverName The name of the server.
|
|
104
104
|
* @param options The options parameters.
|
|
105
105
|
*/
|
|
106
|
-
beginStop(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<SimplePollerLike<OperationState<
|
|
106
|
+
beginStop(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<SimplePollerLike<OperationState<ServersStopResponse>, ServersStopResponse>>;
|
|
107
107
|
/**
|
|
108
108
|
* Stops a server.
|
|
109
109
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
110
110
|
* @param serverName The name of the server.
|
|
111
111
|
* @param options The options parameters.
|
|
112
112
|
*/
|
|
113
|
-
beginStopAndWait(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<
|
|
113
|
+
beginStopAndWait(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<ServersStopResponse>;
|
|
114
114
|
}
|
|
115
115
|
//# sourceMappingURL=servers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"servers.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/servers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"servers.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/servers.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,MAAM,EACN,wCAAwC,EACxC,uCAAuC,EACvC,mCAAmC,EACnC,6BAA6B,EAC7B,cAAc,EACd,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC3B,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EAClB,4BAA4B,EAC5B,sBAAsB,EACtB,0BAA0B,EAC1B,oBAAoB,EACpB,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,oBAAoB,CAAC;AAG5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,MAAM,CAAC,CAAC;IACtC;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,MAAM,CAAC,CAAC;IACtC;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,6BAA6B,CAAC,EAAE,6BAA6B,CAAC,CAC/F,CAAC;IACF;;;;;;OAMG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,cAAc,EAC1B,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,qBAAqB,CAAC,EAAE,qBAAqB,CAAC,CAAC,CAAC;IAC3F;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,cAAc,EAC1B,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,qBAAqB,CAAC,EAAE,qBAAqB,CAAC,CAAC,CAAC;IAC3F;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,sBAAsB,CAAC,EAAE,sBAAsB,CAAC,CAAC,CAAC;IAC7F;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;OAKG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,CAAC,CAAC;IACzF;;;;;OAKG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;OAKG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC,CAAC,CAAC;IACvF;;;;;OAKG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACjC"}
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
8
3
|
export {};
|
|
9
4
|
//# sourceMappingURL=servers.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"servers.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/servers.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"servers.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/servers.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// 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\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n Server,\n ServersListByResourceGroupOptionalParams,\n ServersListBySubscriptionOptionalParams,\n ServersCreateOrUpdateOptionalParams,\n ServersCreateOrUpdateResponse,\n ServerForPatch,\n ServersUpdateOptionalParams,\n ServersUpdateResponse,\n ServersDeleteOptionalParams,\n ServersDeleteResponse,\n ServersGetOptionalParams,\n ServersGetResponse,\n ServersRestartOptionalParams,\n ServersRestartResponse,\n ServersStartOptionalParams,\n ServersStartResponse,\n ServersStopOptionalParams,\n ServersStopResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Servers. */\nexport interface Servers {\n /**\n * Lists all servers in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ServersListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Server>;\n /**\n * Lists all servers in a subscription.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: ServersListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<Server>;\n /**\n * Creates a new 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 parameters Parameters required to create a new server or to update an existing server.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n serverName: string,\n parameters: Server,\n options?: ServersCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<ServersCreateOrUpdateResponse>, ServersCreateOrUpdateResponse>\n >;\n /**\n * Creates a new 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 parameters Parameters required to create a new server or to update an existing server.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n serverName: string,\n parameters: Server,\n options?: ServersCreateOrUpdateOptionalParams,\n ): Promise<ServersCreateOrUpdateResponse>;\n /**\n * Updates an existing server. The request body can contain one or multiple of the properties present\n * in the normal server definition.\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 Parameters required to update a server.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n serverName: string,\n parameters: ServerForPatch,\n options?: ServersUpdateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<ServersUpdateResponse>, ServersUpdateResponse>>;\n /**\n * Updates an existing server. The request body can contain one or multiple of the properties present\n * in the normal server definition.\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 Parameters required to update a server.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n serverName: string,\n parameters: ServerForPatch,\n options?: ServersUpdateOptionalParams,\n ): Promise<ServersUpdateResponse>;\n /**\n * Deletes or drops an existing 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 beginDelete(\n resourceGroupName: string,\n serverName: string,\n options?: ServersDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<ServersDeleteResponse>, ServersDeleteResponse>>;\n /**\n * Deletes or drops an existing 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 beginDeleteAndWait(\n resourceGroupName: string,\n serverName: string,\n options?: ServersDeleteOptionalParams,\n ): Promise<ServersDeleteResponse>;\n /**\n * Gets information about an existing 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 get(\n resourceGroupName: string,\n serverName: string,\n options?: ServersGetOptionalParams,\n ): Promise<ServersGetResponse>;\n /**\n * Restarts PostgreSQL database engine in 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 options The options parameters.\n */\n beginRestart(\n resourceGroupName: string,\n serverName: string,\n options?: ServersRestartOptionalParams,\n ): Promise<SimplePollerLike<OperationState<ServersRestartResponse>, ServersRestartResponse>>;\n /**\n * Restarts PostgreSQL database engine in 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 options The options parameters.\n */\n beginRestartAndWait(\n resourceGroupName: string,\n serverName: string,\n options?: ServersRestartOptionalParams,\n ): Promise<ServersRestartResponse>;\n /**\n * Starts a stopped 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 beginStart(\n resourceGroupName: string,\n serverName: string,\n options?: ServersStartOptionalParams,\n ): Promise<SimplePollerLike<OperationState<ServersStartResponse>, ServersStartResponse>>;\n /**\n * Starts a stopped 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 beginStartAndWait(\n resourceGroupName: string,\n serverName: string,\n options?: ServersStartOptionalParams,\n ): Promise<ServersStartResponse>;\n /**\n * Stops 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 options The options parameters.\n */\n beginStop(\n resourceGroupName: string,\n serverName: string,\n options?: ServersStopOptionalParams,\n ): Promise<SimplePollerLike<OperationState<ServersStopResponse>, ServersStopResponse>>;\n /**\n * Stops 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 options The options parameters.\n */\n beginStopAndWait(\n resourceGroupName: string,\n serverName: string,\n options?: ServersStopOptionalParams,\n ): Promise<ServersStopResponse>;\n}\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { ObjectRecommendation, TuningOptionParameterEnum, TuningOptionsListRecommendationsOptionalParams, TuningOptions, TuningOptionsListByServerOptionalParams, TuningOptionsGetOptionalParams, TuningOptionsGetResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a TuningOptionsOperations. */
|
|
4
|
+
export interface TuningOptionsOperations {
|
|
5
|
+
/**
|
|
6
|
+
* Lists available object 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: TuningOptionParameterEnum, options?: TuningOptionsListRecommendationsOptionalParams): PagedAsyncIterableIterator<ObjectRecommendation>;
|
|
13
|
+
/**
|
|
14
|
+
* Lists the tuning options of a server.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param serverName The name of the server.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
listByServer(resourceGroupName: string, serverName: string, options?: TuningOptionsListByServerOptionalParams): PagedAsyncIterableIterator<TuningOptions>;
|
|
20
|
+
/**
|
|
21
|
+
* Gets the tuning options of a server.
|
|
22
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
23
|
+
* @param serverName The name of the server.
|
|
24
|
+
* @param tuningOption The name of the tuning option.
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
get(resourceGroupName: string, serverName: string, tuningOption: TuningOptionParameterEnum, options?: TuningOptionsGetOptionalParams): Promise<TuningOptionsGetResponse>;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=tuningOptionsOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tuningOptionsOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/tuningOptionsOperations.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EACV,oBAAoB,EACpB,yBAAyB,EACzB,8CAA8C,EAC9C,aAAa,EACb,uCAAuC,EACvC,8BAA8B,EAC9B,wBAAwB,EACzB,MAAM,oBAAoB,CAAC;AAG5B,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,yBAAyB,EACvC,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,oBAAoB,CAAC,CAAC;IACpD;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,yBAAyB,EACvC,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;CACtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tuningOptionsOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/tuningOptionsOperations.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// 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\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type {\n ObjectRecommendation,\n TuningOptionParameterEnum,\n TuningOptionsListRecommendationsOptionalParams,\n TuningOptions,\n TuningOptionsListByServerOptionalParams,\n TuningOptionsGetOptionalParams,\n TuningOptionsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a TuningOptionsOperations. */\nexport interface TuningOptionsOperations {\n /**\n * Lists available object 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: TuningOptionParameterEnum,\n options?: TuningOptionsListRecommendationsOptionalParams,\n ): PagedAsyncIterableIterator<ObjectRecommendation>;\n /**\n * Lists the tuning options of 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 options The options parameters.\n */\n listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: TuningOptionsListByServerOptionalParams,\n ): PagedAsyncIterableIterator<TuningOptions>;\n /**\n * Gets the tuning options of 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: TuningOptionParameterEnum,\n options?: TuningOptionsGetOptionalParams,\n ): Promise<TuningOptionsGetResponse>;\n}\n"]}
|
|
@@ -1,74 +1,72 @@
|
|
|
1
1
|
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
2
|
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import type {
|
|
3
|
+
import type { VirtualEndpoint, VirtualEndpointsListByServerOptionalParams, VirtualEndpointsCreateOptionalParams, VirtualEndpointsCreateResponse, VirtualEndpointResourceForPatch, VirtualEndpointsUpdateOptionalParams, VirtualEndpointsUpdateResponse, VirtualEndpointsDeleteOptionalParams, VirtualEndpointsDeleteResponse, VirtualEndpointsGetOptionalParams, VirtualEndpointsGetResponse } from "../models/index.js";
|
|
4
4
|
/** Interface representing a VirtualEndpoints. */
|
|
5
5
|
export interface VirtualEndpoints {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Lists pair of virtual endpoints associated to a server.
|
|
8
8
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
9
|
* @param serverName The name of the server.
|
|
10
10
|
* @param options The options parameters.
|
|
11
11
|
*/
|
|
12
|
-
listByServer(resourceGroupName: string, serverName: string, options?: VirtualEndpointsListByServerOptionalParams): PagedAsyncIterableIterator<
|
|
12
|
+
listByServer(resourceGroupName: string, serverName: string, options?: VirtualEndpointsListByServerOptionalParams): PagedAsyncIterableIterator<VirtualEndpoint>;
|
|
13
13
|
/**
|
|
14
|
-
* Creates a
|
|
14
|
+
* Creates a pair of virtual endpoints for a server.
|
|
15
15
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
16
|
* @param serverName The name of the server.
|
|
17
|
-
* @param virtualEndpointName
|
|
18
|
-
* @param parameters
|
|
17
|
+
* @param virtualEndpointName Base name of the virtual endpoints.
|
|
18
|
+
* @param parameters Parameters required to create or update a pair of virtual endpoints.
|
|
19
19
|
* @param options The options parameters.
|
|
20
20
|
*/
|
|
21
|
-
beginCreate(resourceGroupName: string, serverName: string, virtualEndpointName: string, parameters:
|
|
21
|
+
beginCreate(resourceGroupName: string, serverName: string, virtualEndpointName: string, parameters: VirtualEndpoint, options?: VirtualEndpointsCreateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualEndpointsCreateResponse>, VirtualEndpointsCreateResponse>>;
|
|
22
22
|
/**
|
|
23
|
-
* Creates a
|
|
23
|
+
* Creates a pair of virtual endpoints for a server.
|
|
24
24
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
25
|
* @param serverName The name of the server.
|
|
26
|
-
* @param virtualEndpointName
|
|
27
|
-
* @param parameters
|
|
26
|
+
* @param virtualEndpointName Base name of the virtual endpoints.
|
|
27
|
+
* @param parameters Parameters required to create or update a pair of virtual endpoints.
|
|
28
28
|
* @param options The options parameters.
|
|
29
29
|
*/
|
|
30
|
-
beginCreateAndWait(resourceGroupName: string, serverName: string, virtualEndpointName: string, parameters:
|
|
30
|
+
beginCreateAndWait(resourceGroupName: string, serverName: string, virtualEndpointName: string, parameters: VirtualEndpoint, options?: VirtualEndpointsCreateOptionalParams): Promise<VirtualEndpointsCreateResponse>;
|
|
31
31
|
/**
|
|
32
|
-
* Updates
|
|
33
|
-
* present in the normal virtual endpoint definition.
|
|
32
|
+
* Updates a pair of virtual endpoints for a server.
|
|
34
33
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
35
34
|
* @param serverName The name of the server.
|
|
36
|
-
* @param virtualEndpointName
|
|
37
|
-
* @param parameters
|
|
35
|
+
* @param virtualEndpointName Base name of the virtual endpoints.
|
|
36
|
+
* @param parameters Parameters required to update a pair of virtual endpoints.
|
|
38
37
|
* @param options The options parameters.
|
|
39
38
|
*/
|
|
40
39
|
beginUpdate(resourceGroupName: string, serverName: string, virtualEndpointName: string, parameters: VirtualEndpointResourceForPatch, options?: VirtualEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualEndpointsUpdateResponse>, VirtualEndpointsUpdateResponse>>;
|
|
41
40
|
/**
|
|
42
|
-
* Updates
|
|
43
|
-
* present in the normal virtual endpoint definition.
|
|
41
|
+
* Updates a pair of virtual endpoints for a server.
|
|
44
42
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
45
43
|
* @param serverName The name of the server.
|
|
46
|
-
* @param virtualEndpointName
|
|
47
|
-
* @param parameters
|
|
44
|
+
* @param virtualEndpointName Base name of the virtual endpoints.
|
|
45
|
+
* @param parameters Parameters required to update a pair of virtual endpoints.
|
|
48
46
|
* @param options The options parameters.
|
|
49
47
|
*/
|
|
50
48
|
beginUpdateAndWait(resourceGroupName: string, serverName: string, virtualEndpointName: string, parameters: VirtualEndpointResourceForPatch, options?: VirtualEndpointsUpdateOptionalParams): Promise<VirtualEndpointsUpdateResponse>;
|
|
51
49
|
/**
|
|
52
|
-
* Deletes a virtual
|
|
50
|
+
* Deletes a pair of virtual endpoints.
|
|
53
51
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
54
52
|
* @param serverName The name of the server.
|
|
55
|
-
* @param virtualEndpointName
|
|
53
|
+
* @param virtualEndpointName Base name of the virtual endpoints.
|
|
56
54
|
* @param options The options parameters.
|
|
57
55
|
*/
|
|
58
56
|
beginDelete(resourceGroupName: string, serverName: string, virtualEndpointName: string, options?: VirtualEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualEndpointsDeleteResponse>, VirtualEndpointsDeleteResponse>>;
|
|
59
57
|
/**
|
|
60
|
-
* Deletes a virtual
|
|
58
|
+
* Deletes a pair of virtual endpoints.
|
|
61
59
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
62
60
|
* @param serverName The name of the server.
|
|
63
|
-
* @param virtualEndpointName
|
|
61
|
+
* @param virtualEndpointName Base name of the virtual endpoints.
|
|
64
62
|
* @param options The options parameters.
|
|
65
63
|
*/
|
|
66
64
|
beginDeleteAndWait(resourceGroupName: string, serverName: string, virtualEndpointName: string, options?: VirtualEndpointsDeleteOptionalParams): Promise<VirtualEndpointsDeleteResponse>;
|
|
67
65
|
/**
|
|
68
|
-
* Gets information about a virtual
|
|
66
|
+
* Gets information about a pair of virtual endpoints.
|
|
69
67
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
70
68
|
* @param serverName The name of the server.
|
|
71
|
-
* @param virtualEndpointName
|
|
69
|
+
* @param virtualEndpointName Base name of the virtual endpoints.
|
|
72
70
|
* @param options The options parameters.
|
|
73
71
|
*/
|
|
74
72
|
get(resourceGroupName: string, serverName: string, virtualEndpointName: string, options?: VirtualEndpointsGetOptionalParams): Promise<VirtualEndpointsGetResponse>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"virtualEndpoints.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualEndpoints.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"virtualEndpoints.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualEndpoints.ts"],"names":[],"mappings":"AAMA,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,0CAA0C,EAC1C,oCAAoC,EACpC,8BAA8B,EAC9B,+BAA+B,EAC/B,oCAAoC,EACpC,8BAA8B,EAC9B,oCAAoC,EACpC,8BAA8B,EAC9B,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,0CAA0C,GACnD,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,8BAA8B,CAAC,EAAE,8BAA8B,CAAC,CACjG,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,+BAA+B,EAC3C,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,8BAA8B,CAAC,EAAE,8BAA8B,CAAC,CACjG,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,+BAA+B,EAC3C,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,8BAA8B,CAAC,EAAE,8BAA8B,CAAC,CACjG,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;CACzC"}
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
8
3
|
export {};
|
|
9
4
|
//# sourceMappingURL=virtualEndpoints.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"virtualEndpoints.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualEndpoints.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"virtualEndpoints.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualEndpoints.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// 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\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n VirtualEndpoint,\n VirtualEndpointsListByServerOptionalParams,\n VirtualEndpointsCreateOptionalParams,\n VirtualEndpointsCreateResponse,\n VirtualEndpointResourceForPatch,\n VirtualEndpointsUpdateOptionalParams,\n VirtualEndpointsUpdateResponse,\n VirtualEndpointsDeleteOptionalParams,\n VirtualEndpointsDeleteResponse,\n VirtualEndpointsGetOptionalParams,\n VirtualEndpointsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a VirtualEndpoints. */\nexport interface VirtualEndpoints {\n /**\n * Lists pair of virtual endpoints associated to 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 options The options parameters.\n */\n listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: VirtualEndpointsListByServerOptionalParams,\n ): PagedAsyncIterableIterator<VirtualEndpoint>;\n /**\n * Creates a pair of virtual endpoints for 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 virtualEndpointName Base name of the virtual endpoints.\n * @param parameters Parameters required to create or update a pair of virtual endpoints.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n serverName: string,\n virtualEndpointName: string,\n parameters: VirtualEndpoint,\n options?: VirtualEndpointsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<VirtualEndpointsCreateResponse>, VirtualEndpointsCreateResponse>\n >;\n /**\n * Creates a pair of virtual endpoints for 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 virtualEndpointName Base name of the virtual endpoints.\n * @param parameters Parameters required to create or update a pair of virtual endpoints.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n serverName: string,\n virtualEndpointName: string,\n parameters: VirtualEndpoint,\n options?: VirtualEndpointsCreateOptionalParams,\n ): Promise<VirtualEndpointsCreateResponse>;\n /**\n * Updates a pair of virtual endpoints for 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 virtualEndpointName Base name of the virtual endpoints.\n * @param parameters Parameters required to update a pair of virtual endpoints.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n serverName: string,\n virtualEndpointName: string,\n parameters: VirtualEndpointResourceForPatch,\n options?: VirtualEndpointsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<VirtualEndpointsUpdateResponse>, VirtualEndpointsUpdateResponse>\n >;\n /**\n * Updates a pair of virtual endpoints for 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 virtualEndpointName Base name of the virtual endpoints.\n * @param parameters Parameters required to update a pair of virtual endpoints.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n serverName: string,\n virtualEndpointName: string,\n parameters: VirtualEndpointResourceForPatch,\n options?: VirtualEndpointsUpdateOptionalParams,\n ): Promise<VirtualEndpointsUpdateResponse>;\n /**\n * Deletes a pair of virtual endpoints.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param virtualEndpointName Base name of the virtual endpoints.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n serverName: string,\n virtualEndpointName: string,\n options?: VirtualEndpointsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<VirtualEndpointsDeleteResponse>, VirtualEndpointsDeleteResponse>\n >;\n /**\n * Deletes a pair of virtual endpoints.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param virtualEndpointName Base name of the virtual endpoints.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n serverName: string,\n virtualEndpointName: string,\n options?: VirtualEndpointsDeleteOptionalParams,\n ): Promise<VirtualEndpointsDeleteResponse>;\n /**\n * Gets information about a pair of virtual endpoints.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param virtualEndpointName Base name of the virtual endpoints.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n serverName: string,\n virtualEndpointName: string,\n options?: VirtualEndpointsGetOptionalParams,\n ): Promise<VirtualEndpointsGetResponse>;\n}\n"]}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { VirtualNetworkSubnetUsageParameter,
|
|
1
|
+
import type { VirtualNetworkSubnetUsageParameter, VirtualNetworkSubnetUsageListOptionalParams, VirtualNetworkSubnetUsageListResponse } from "../models/index.js";
|
|
2
2
|
/** Interface representing a VirtualNetworkSubnetUsage. */
|
|
3
3
|
export interface VirtualNetworkSubnetUsage {
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Lists the virtual network subnet usage for a given virtual network.
|
|
6
6
|
* @param locationName The name of the location.
|
|
7
7
|
* @param parameters The required parameters for creating or updating a server.
|
|
8
8
|
* @param options The options parameters.
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
list(locationName: string, parameters: VirtualNetworkSubnetUsageParameter, options?: VirtualNetworkSubnetUsageListOptionalParams): Promise<VirtualNetworkSubnetUsageListResponse>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=virtualNetworkSubnetUsage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"virtualNetworkSubnetUsage.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualNetworkSubnetUsage.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"virtualNetworkSubnetUsage.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualNetworkSubnetUsage.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,kCAAkC,EAClC,2CAA2C,EAC3C,qCAAqC,EACtC,MAAM,oBAAoB,CAAC;AAE5B,0DAA0D;AAC1D,MAAM,WAAW,yBAAyB;IACxC;;;;;OAKG;IACH,IAAI,CACF,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,kCAAkC,EAC9C,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;CACnD"}
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
8
3
|
export {};
|
|
9
4
|
//# sourceMappingURL=virtualNetworkSubnetUsage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"virtualNetworkSubnetUsage.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualNetworkSubnetUsage.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"virtualNetworkSubnetUsage.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualNetworkSubnetUsage.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// 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\nimport type {\n VirtualNetworkSubnetUsageParameter,\n VirtualNetworkSubnetUsageListOptionalParams,\n VirtualNetworkSubnetUsageListResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a VirtualNetworkSubnetUsage. */\nexport interface VirtualNetworkSubnetUsage {\n /**\n * Lists the virtual network subnet usage for a given virtual network.\n * @param locationName The name of the location.\n * @param parameters The required parameters for creating or updating a server.\n * @param options The options parameters.\n */\n list(\n locationName: string,\n parameters: VirtualNetworkSubnetUsageParameter,\n options?: VirtualNetworkSubnetUsageListOptionalParams,\n ): Promise<VirtualNetworkSubnetUsageListResponse>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAMA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAO/F"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
8
3
|
const pageMap = new WeakMap();
|
|
9
4
|
/**
|
|
10
5
|
* Given the last `.value` produced by the `byPage` iterator,
|
|
@@ -14,18 +9,16 @@ const pageMap = new WeakMap();
|
|
|
14
9
|
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
15
10
|
*/
|
|
16
11
|
export function getContinuationToken(page) {
|
|
17
|
-
var _a;
|
|
18
12
|
if (typeof page !== "object" || page === null) {
|
|
19
13
|
return undefined;
|
|
20
14
|
}
|
|
21
|
-
return
|
|
15
|
+
return pageMap.get(page)?.continuationToken;
|
|
22
16
|
}
|
|
23
17
|
export function setContinuationToken(page, continuationToken) {
|
|
24
|
-
var _a;
|
|
25
18
|
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
26
19
|
return;
|
|
27
20
|
}
|
|
28
|
-
const pageInfo =
|
|
21
|
+
const pageInfo = pageMap.get(page) ?? {};
|
|
29
22
|
pageInfo.continuationToken = continuationToken;
|
|
30
23
|
pageMap.set(page, pageInfo);
|
|
31
24
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AASlC,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,IAAa,EAAE,iBAAqC;IACvF,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","sourcesContent":["// 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\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(page: unknown, continuationToken: string | undefined): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
|