@azure/arm-sql 10.1.0-beta.1 → 10.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +749 -719
- package/dist/index.js +3884 -3803
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js +21 -21
- package/dist-esm/samples-dev/databasesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/databasesExportSample.js +2 -2
- package/dist-esm/samples-dev/databasesFailoverSample.js +1 -1
- package/dist-esm/samples-dev/databasesGetSample.js +5 -5
- package/dist-esm/samples-dev/databasesImportSample.js +2 -2
- package/dist-esm/samples-dev/databasesListByElasticPoolSample.js +1 -1
- package/dist-esm/samples-dev/databasesListByServerSample.js +2 -2
- package/dist-esm/samples-dev/databasesListInaccessibleByServerSample.js +1 -1
- package/dist-esm/samples-dev/databasesPauseSample.js +1 -1
- package/dist-esm/samples-dev/databasesRenameSample.js +1 -1
- package/dist-esm/samples-dev/databasesResumeSample.js +1 -1
- package/dist-esm/samples-dev/databasesUpdateSample.js +6 -6
- package/dist-esm/samples-dev/databasesUpgradeDataWarehouseSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsFailoverSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsForceFailoverAllowDataLossSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsGetSample.js +3 -3
- package/dist-esm/samples-dev/failoverGroupsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/failoverGroupsListByServerSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsTryPlannedBeforeForcedFailoverSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/serversCheckNameAvailabilitySample.js +3 -3
- package/dist-esm/samples-dev/serversCreateOrUpdateSample.js +2 -1
- package/dist-esm/samples-dev/serversCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/serversDeleteSample.js +1 -1
- package/dist-esm/samples-dev/serversGetSample.js +2 -2
- package/dist-esm/samples-dev/serversImportDatabaseSample.js +2 -2
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/serversListSample.js +2 -2
- package/dist-esm/samples-dev/serversRefreshStatusSample.js +1 -1
- package/dist-esm/samples-dev/serversUpdateSample.js +2 -1
- package/dist-esm/samples-dev/serversUpdateSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +568 -520
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +50 -42
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +14 -14
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +708 -646
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +14 -13
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +50 -39
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/backupShortTermRetentionPolicies.js +4 -4
- package/dist-esm/src/operations/capabilities.js +1 -1
- package/dist-esm/src/operations/dataWarehouseUserActivitiesOperations.js +2 -2
- package/dist-esm/src/operations/databaseAdvancedThreatProtectionSettings.js +3 -3
- package/dist-esm/src/operations/databaseAdvisors.js +3 -3
- package/dist-esm/src/operations/databaseAutomaticTuningOperations.js +2 -2
- package/dist-esm/src/operations/databaseBlobAuditingPolicies.js +3 -3
- package/dist-esm/src/operations/databaseColumns.js +3 -3
- package/dist-esm/src/operations/databaseEncryptionProtectors.js +2 -2
- package/dist-esm/src/operations/databaseExtensionsOperations.js +3 -3
- package/dist-esm/src/operations/databaseOperations.js +2 -2
- package/dist-esm/src/operations/databaseRecommendedActions.js +3 -3
- package/dist-esm/src/operations/databaseSchemas.js +2 -2
- package/dist-esm/src/operations/databaseSecurityAlertPolicies.js +3 -3
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentBaselines.js +4 -4
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentBaselines.js.map +1 -1
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentExecuteScan.js +1 -1
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentRuleBaselines.js +5 -5
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentRuleBaselines.js.map +1 -1
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentScanResult.js +2 -2
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentScans.js +2 -2
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentsSettings.js +2 -2
- package/dist-esm/src/operations/databaseTables.js +2 -2
- package/dist-esm/src/operations/databaseUsages.js +1 -1
- package/dist-esm/src/operations/databaseVulnerabilityAssessmentRuleBaselines.js +3 -3
- package/dist-esm/src/operations/databaseVulnerabilityAssessmentScans.js +4 -4
- package/dist-esm/src/operations/databaseVulnerabilityAssessments.js +4 -4
- package/dist-esm/src/operations/deletedServers.js +4 -4
- package/dist-esm/src/operations/distributedAvailabilityGroups.js +5 -5
- package/dist-esm/src/operations/elasticPoolOperations.js +2 -2
- package/dist-esm/src/operations/elasticPools.js +6 -6
- package/dist-esm/src/operations/elasticPools.js.map +1 -1
- package/dist-esm/src/operations/encryptionProtectors.js +4 -4
- package/dist-esm/src/operations/endpointCertificates.js +2 -2
- package/dist-esm/src/operations/extendedDatabaseBlobAuditingPolicies.js +3 -3
- package/dist-esm/src/operations/extendedServerBlobAuditingPolicies.js +3 -3
- package/dist-esm/src/operations/failoverGroups.js +10 -10
- package/dist-esm/src/operations/firewallRules.js +5 -5
- package/dist-esm/src/operations/iPv6FirewallRules.js +5 -5
- package/dist-esm/src/operations/iPv6FirewallRules.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -2
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/instanceFailoverGroups.js +6 -6
- package/dist-esm/src/operations/instancePools.js +6 -6
- package/dist-esm/src/operations/jobAgents.js +5 -5
- package/dist-esm/src/operations/jobCredentials.js +4 -4
- package/dist-esm/src/operations/jobExecutions.js +6 -6
- package/dist-esm/src/operations/jobStepExecutions.js +2 -2
- package/dist-esm/src/operations/jobSteps.js +6 -6
- package/dist-esm/src/operations/jobTargetExecutions.js +3 -3
- package/dist-esm/src/operations/jobTargetGroups.js +4 -4
- package/dist-esm/src/operations/jobVersions.js +2 -2
- package/dist-esm/src/operations/jobs.js +4 -4
- package/dist-esm/src/operations/ledgerDigestUploadsOperations.js +4 -4
- package/dist-esm/src/operations/longTermRetentionBackups.js +14 -14
- package/dist-esm/src/operations/longTermRetentionManagedInstanceBackups.js +10 -10
- package/dist-esm/src/operations/longTermRetentionPolicies.js +3 -3
- package/dist-esm/src/operations/maintenanceWindowOptionsOperations.js +1 -1
- package/dist-esm/src/operations/maintenanceWindowsOperations.js +2 -2
- package/dist-esm/src/operations/managedBackupShortTermRetentionPolicies.js +4 -4
- package/dist-esm/src/operations/managedDatabaseAdvancedThreatProtectionSettings.js +3 -3
- package/dist-esm/src/operations/managedDatabaseColumns.js +3 -3
- package/dist-esm/src/operations/managedDatabaseMoveOperations.js +2 -2
- package/dist-esm/src/operations/managedDatabaseQueries.js +2 -2
- package/dist-esm/src/operations/managedDatabaseRecommendedSensitivityLabels.js +1 -1
- package/dist-esm/src/operations/managedDatabaseRestoreDetails.js +1 -1
- package/dist-esm/src/operations/managedDatabaseSchemas.js +2 -2
- package/dist-esm/src/operations/managedDatabaseSecurityAlertPolicies.js +3 -3
- package/dist-esm/src/operations/managedDatabaseSecurityEvents.js +1 -1
- package/dist-esm/src/operations/managedDatabaseSensitivityLabels.js +8 -8
- package/dist-esm/src/operations/managedDatabaseTables.js +2 -2
- package/dist-esm/src/operations/managedDatabaseTransparentDataEncryption.js +3 -3
- package/dist-esm/src/operations/managedDatabaseVulnerabilityAssessmentRuleBaselines.js +3 -3
- package/dist-esm/src/operations/managedDatabaseVulnerabilityAssessmentScans.js +4 -4
- package/dist-esm/src/operations/managedDatabaseVulnerabilityAssessments.js +4 -4
- package/dist-esm/src/operations/managedDatabases.js +10 -10
- package/dist-esm/src/operations/managedInstanceAdministrators.js +4 -4
- package/dist-esm/src/operations/managedInstanceAdvancedThreatProtectionSettings.js +3 -3
- package/dist-esm/src/operations/managedInstanceAzureADOnlyAuthentications.js +4 -4
- package/dist-esm/src/operations/managedInstanceDtcs.js +3 -3
- package/dist-esm/src/operations/managedInstanceEncryptionProtectors.js +4 -4
- package/dist-esm/src/operations/managedInstanceKeys.js +4 -4
- package/dist-esm/src/operations/managedInstanceLongTermRetentionPolicies.js +3 -3
- package/dist-esm/src/operations/managedInstanceOperations.js +3 -3
- package/dist-esm/src/operations/managedInstancePrivateEndpointConnections.js +4 -4
- package/dist-esm/src/operations/managedInstancePrivateLinkResources.js +2 -2
- package/dist-esm/src/operations/managedInstanceTdeCertificates.js +1 -1
- package/dist-esm/src/operations/managedInstanceVulnerabilityAssessments.js +4 -4
- package/dist-esm/src/operations/managedInstances.js +12 -12
- package/dist-esm/src/operations/managedInstances.js.map +1 -1
- package/dist-esm/src/operations/managedLedgerDigestUploadsOperations.js +4 -4
- package/dist-esm/src/operations/managedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.js +4 -4
- package/dist-esm/src/operations/managedServerDnsAliases.js +5 -5
- package/dist-esm/src/operations/managedServerSecurityAlertPolicies.js +3 -3
- package/dist-esm/src/operations/operations.js +1 -1
- package/dist-esm/src/operations/outboundFirewallRules.js +4 -4
- package/dist-esm/src/operations/privateEndpointConnections.js +4 -4
- package/dist-esm/src/operations/privateLinkResources.js +2 -2
- package/dist-esm/src/operations/recommendedSensitivityLabels.js +1 -1
- package/dist-esm/src/operations/recoverableDatabases.js +3 -3
- package/dist-esm/src/operations/recoverableDatabases.js.map +1 -1
- package/dist-esm/src/operations/recoverableManagedDatabases.js +2 -2
- package/dist-esm/src/operations/replicationLinks.js +6 -6
- package/dist-esm/src/operations/restorableDroppedDatabases.js +3 -3
- package/dist-esm/src/operations/restorableDroppedDatabases.js.map +1 -1
- package/dist-esm/src/operations/restorableDroppedManagedDatabases.js +2 -2
- package/dist-esm/src/operations/restorePoints.js +4 -4
- package/dist-esm/src/operations/sensitivityLabels.js +8 -8
- package/dist-esm/src/operations/serverAdvancedThreatProtectionSettings.js +3 -3
- package/dist-esm/src/operations/serverAdvisors.js +3 -3
- package/dist-esm/src/operations/serverAutomaticTuningOperations.js +2 -2
- package/dist-esm/src/operations/serverAzureADAdministrators.js +4 -4
- package/dist-esm/src/operations/serverAzureADOnlyAuthentications.js +4 -4
- package/dist-esm/src/operations/serverBlobAuditingPolicies.js +3 -3
- package/dist-esm/src/operations/serverConfigurationOptions.js +3 -3
- package/dist-esm/src/operations/serverConnectionPolicies.js +3 -3
- package/dist-esm/src/operations/serverDevOpsAuditSettings.js +3 -3
- package/dist-esm/src/operations/serverDnsAliases.js +5 -5
- package/dist-esm/src/operations/serverKeys.js +4 -4
- package/dist-esm/src/operations/serverOperations.js +1 -1
- package/dist-esm/src/operations/serverSecurityAlertPolicies.js +3 -3
- package/dist-esm/src/operations/serverTrustCertificates.js +4 -4
- package/dist-esm/src/operations/serverTrustGroups.js +5 -5
- package/dist-esm/src/operations/serverVulnerabilityAssessments.js +4 -4
- package/dist-esm/src/operations/servers.js +4 -4
- package/dist-esm/src/operations/servers.js.map +1 -1
- package/dist-esm/src/operations/sqlAgent.js +2 -2
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaseline.js +2 -2
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselines.js +2 -2
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselines.js.map +1 -1
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentExecuteScan.js +1 -1
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentRuleBaseline.js +4 -4
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentRuleBaseline.js.map +1 -1
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentRuleBaselines.js +1 -1
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentScanResult.js +2 -2
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentScans.js +2 -2
- package/dist-esm/src/operations/sqlVulnerabilityAssessments.js +1 -1
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentsSettings.js +4 -4
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentsSettings.js.map +1 -1
- package/dist-esm/src/operations/startStopManagedInstanceSchedules.js +5 -5
- package/dist-esm/src/operations/subscriptionUsages.js +2 -2
- package/dist-esm/src/operations/synapseLinkWorkspaces.js +1 -1
- package/dist-esm/src/operations/syncAgents.js +6 -6
- package/dist-esm/src/operations/syncGroups.js +11 -11
- package/dist-esm/src/operations/syncMembers.js +7 -7
- package/dist-esm/src/operations/tdeCertificates.js +1 -1
- package/dist-esm/src/operations/timeZones.js +2 -2
- package/dist-esm/src/operations/transparentDataEncryptions.js +4 -4
- package/dist-esm/src/operations/usages.js +1 -1
- package/dist-esm/src/operations/virtualClusters.js +6 -6
- package/dist-esm/src/operations/virtualNetworkRules.js +4 -4
- package/dist-esm/src/operations/workloadClassifiers.js +4 -4
- package/dist-esm/src/operations/workloadGroups.js +4 -4
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/sqlManagementClient.d.ts +3 -3
- package/dist-esm/src/sqlManagementClient.d.ts.map +1 -1
- package/dist-esm/src/sqlManagementClient.js +4 -4
- package/dist-esm/src/sqlManagementClient.js.map +1 -1
- package/package.json +6 -5
- package/review/arm-sql.api.md +19 -0
- package/src/models/index.ts +736 -686
- package/src/models/mappers.ts +747 -681
- package/src/models/parameters.ts +63 -51
- package/src/operations/backupShortTermRetentionPolicies.ts +4 -4
- package/src/operations/capabilities.ts +1 -1
- package/src/operations/dataWarehouseUserActivitiesOperations.ts +2 -2
- package/src/operations/databaseAdvancedThreatProtectionSettings.ts +3 -3
- package/src/operations/databaseAdvisors.ts +3 -3
- package/src/operations/databaseAutomaticTuningOperations.ts +2 -2
- package/src/operations/databaseBlobAuditingPolicies.ts +3 -3
- package/src/operations/databaseColumns.ts +3 -3
- package/src/operations/databaseEncryptionProtectors.ts +2 -2
- package/src/operations/databaseExtensionsOperations.ts +3 -3
- package/src/operations/databaseOperations.ts +2 -2
- package/src/operations/databaseRecommendedActions.ts +3 -3
- package/src/operations/databaseSchemas.ts +2 -2
- package/src/operations/databaseSecurityAlertPolicies.ts +3 -3
- package/src/operations/databaseSqlVulnerabilityAssessmentBaselines.ts +4 -4
- package/src/operations/databaseSqlVulnerabilityAssessmentExecuteScan.ts +1 -1
- package/src/operations/databaseSqlVulnerabilityAssessmentRuleBaselines.ts +5 -5
- package/src/operations/databaseSqlVulnerabilityAssessmentScanResult.ts +2 -2
- package/src/operations/databaseSqlVulnerabilityAssessmentScans.ts +2 -2
- package/src/operations/databaseSqlVulnerabilityAssessmentsSettings.ts +2 -2
- package/src/operations/databaseTables.ts +2 -2
- package/src/operations/databaseUsages.ts +1 -1
- package/src/operations/databaseVulnerabilityAssessmentRuleBaselines.ts +3 -3
- package/src/operations/databaseVulnerabilityAssessmentScans.ts +4 -4
- package/src/operations/databaseVulnerabilityAssessments.ts +4 -4
- package/src/operations/deletedServers.ts +4 -4
- package/src/operations/distributedAvailabilityGroups.ts +5 -5
- package/src/operations/elasticPoolOperations.ts +2 -2
- package/src/operations/elasticPools.ts +6 -6
- package/src/operations/encryptionProtectors.ts +4 -4
- package/src/operations/endpointCertificates.ts +2 -2
- package/src/operations/extendedDatabaseBlobAuditingPolicies.ts +3 -3
- package/src/operations/extendedServerBlobAuditingPolicies.ts +3 -3
- package/src/operations/failoverGroups.ts +10 -10
- package/src/operations/firewallRules.ts +5 -5
- package/src/operations/iPv6FirewallRules.ts +5 -5
- package/src/operations/index.ts +2 -2
- package/src/operations/instanceFailoverGroups.ts +6 -6
- package/src/operations/instancePools.ts +6 -6
- package/src/operations/jobAgents.ts +5 -5
- package/src/operations/jobCredentials.ts +4 -4
- package/src/operations/jobExecutions.ts +6 -6
- package/src/operations/jobStepExecutions.ts +2 -2
- package/src/operations/jobSteps.ts +6 -6
- package/src/operations/jobTargetExecutions.ts +3 -3
- package/src/operations/jobTargetGroups.ts +4 -4
- package/src/operations/jobVersions.ts +2 -2
- package/src/operations/jobs.ts +4 -4
- package/src/operations/ledgerDigestUploadsOperations.ts +4 -4
- package/src/operations/longTermRetentionBackups.ts +14 -14
- package/src/operations/longTermRetentionManagedInstanceBackups.ts +10 -10
- package/src/operations/longTermRetentionPolicies.ts +3 -3
- package/src/operations/maintenanceWindowOptionsOperations.ts +1 -1
- package/src/operations/maintenanceWindowsOperations.ts +2 -2
- package/src/operations/managedBackupShortTermRetentionPolicies.ts +4 -4
- package/src/operations/managedDatabaseAdvancedThreatProtectionSettings.ts +3 -3
- package/src/operations/managedDatabaseColumns.ts +3 -3
- package/src/operations/managedDatabaseMoveOperations.ts +2 -2
- package/src/operations/managedDatabaseQueries.ts +2 -2
- package/src/operations/managedDatabaseRecommendedSensitivityLabels.ts +1 -1
- package/src/operations/managedDatabaseRestoreDetails.ts +1 -1
- package/src/operations/managedDatabaseSchemas.ts +2 -2
- package/src/operations/managedDatabaseSecurityAlertPolicies.ts +3 -3
- package/src/operations/managedDatabaseSecurityEvents.ts +1 -1
- package/src/operations/managedDatabaseSensitivityLabels.ts +8 -8
- package/src/operations/managedDatabaseTables.ts +2 -2
- package/src/operations/managedDatabaseTransparentDataEncryption.ts +3 -3
- package/src/operations/managedDatabaseVulnerabilityAssessmentRuleBaselines.ts +3 -3
- package/src/operations/managedDatabaseVulnerabilityAssessmentScans.ts +4 -4
- package/src/operations/managedDatabaseVulnerabilityAssessments.ts +4 -4
- package/src/operations/managedDatabases.ts +10 -10
- package/src/operations/managedInstanceAdministrators.ts +4 -4
- package/src/operations/managedInstanceAdvancedThreatProtectionSettings.ts +3 -3
- package/src/operations/managedInstanceAzureADOnlyAuthentications.ts +4 -4
- package/src/operations/managedInstanceDtcs.ts +3 -3
- package/src/operations/managedInstanceEncryptionProtectors.ts +4 -4
- package/src/operations/managedInstanceKeys.ts +4 -4
- package/src/operations/managedInstanceLongTermRetentionPolicies.ts +3 -3
- package/src/operations/managedInstanceOperations.ts +3 -3
- package/src/operations/managedInstancePrivateEndpointConnections.ts +4 -4
- package/src/operations/managedInstancePrivateLinkResources.ts +2 -2
- package/src/operations/managedInstanceTdeCertificates.ts +1 -1
- package/src/operations/managedInstanceVulnerabilityAssessments.ts +4 -4
- package/src/operations/managedInstances.ts +12 -12
- package/src/operations/managedLedgerDigestUploadsOperations.ts +4 -4
- package/src/operations/managedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.ts +4 -4
- package/src/operations/managedServerDnsAliases.ts +5 -5
- package/src/operations/managedServerSecurityAlertPolicies.ts +3 -3
- package/src/operations/operations.ts +1 -1
- package/src/operations/outboundFirewallRules.ts +4 -4
- package/src/operations/privateEndpointConnections.ts +4 -4
- package/src/operations/privateLinkResources.ts +2 -2
- package/src/operations/recommendedSensitivityLabels.ts +1 -1
- package/src/operations/recoverableDatabases.ts +3 -3
- package/src/operations/recoverableManagedDatabases.ts +2 -2
- package/src/operations/replicationLinks.ts +6 -6
- package/src/operations/restorableDroppedDatabases.ts +3 -3
- package/src/operations/restorableDroppedManagedDatabases.ts +2 -2
- package/src/operations/restorePoints.ts +4 -4
- package/src/operations/sensitivityLabels.ts +8 -8
- package/src/operations/serverAdvancedThreatProtectionSettings.ts +3 -3
- package/src/operations/serverAdvisors.ts +3 -3
- package/src/operations/serverAutomaticTuningOperations.ts +2 -2
- package/src/operations/serverAzureADAdministrators.ts +4 -4
- package/src/operations/serverAzureADOnlyAuthentications.ts +4 -4
- package/src/operations/serverBlobAuditingPolicies.ts +3 -3
- package/src/operations/serverConfigurationOptions.ts +3 -3
- package/src/operations/serverConnectionPolicies.ts +3 -3
- package/src/operations/serverDevOpsAuditSettings.ts +3 -3
- package/src/operations/serverDnsAliases.ts +5 -5
- package/src/operations/serverKeys.ts +4 -4
- package/src/operations/serverOperations.ts +1 -1
- package/src/operations/serverSecurityAlertPolicies.ts +3 -3
- package/src/operations/serverTrustCertificates.ts +4 -4
- package/src/operations/serverTrustGroups.ts +5 -5
- package/src/operations/serverVulnerabilityAssessments.ts +4 -4
- package/src/operations/servers.ts +4 -4
- package/src/operations/sqlAgent.ts +2 -2
- package/src/operations/sqlVulnerabilityAssessmentBaseline.ts +2 -2
- package/src/operations/sqlVulnerabilityAssessmentBaselines.ts +2 -2
- package/src/operations/sqlVulnerabilityAssessmentExecuteScan.ts +1 -1
- package/src/operations/sqlVulnerabilityAssessmentRuleBaseline.ts +4 -4
- package/src/operations/sqlVulnerabilityAssessmentRuleBaselines.ts +1 -1
- package/src/operations/sqlVulnerabilityAssessmentScanResult.ts +2 -2
- package/src/operations/sqlVulnerabilityAssessmentScans.ts +2 -2
- package/src/operations/sqlVulnerabilityAssessments.ts +1 -1
- package/src/operations/sqlVulnerabilityAssessmentsSettings.ts +4 -4
- package/src/operations/startStopManagedInstanceSchedules.ts +5 -5
- package/src/operations/subscriptionUsages.ts +2 -2
- package/src/operations/synapseLinkWorkspaces.ts +1 -1
- package/src/operations/syncAgents.ts +6 -6
- package/src/operations/syncGroups.ts +11 -11
- package/src/operations/syncMembers.ts +7 -7
- package/src/operations/tdeCertificates.ts +1 -1
- package/src/operations/timeZones.ts +2 -2
- package/src/operations/transparentDataEncryptions.ts +4 -4
- package/src/operations/usages.ts +1 -1
- package/src/operations/virtualClusters.ts +6 -6
- package/src/operations/virtualNetworkRules.ts +4 -4
- package/src/operations/workloadClassifiers.ts +4 -4
- package/src/operations/workloadGroups.ts +4 -4
- package/src/operationsInterfaces/index.ts +2 -2
- package/src/sqlManagementClient.ts +11 -11
- package/types/arm-sql.d.ts +52 -2
- package/types/tsdoc-metadata.json +1 -1
package/src/models/index.ts
CHANGED
|
@@ -3506,6 +3506,16 @@ export interface DatabaseUpdate {
|
|
|
3506
3506
|
encryptionProtector?: string;
|
|
3507
3507
|
/** Type of enclave requested on the database i.e. Default or VBS enclaves. */
|
|
3508
3508
|
preferredEnclaveType?: AlwaysEncryptedEnclaveType;
|
|
3509
|
+
/** Whether or not the database uses free monthly limits. Allowed on one database in a subscription. */
|
|
3510
|
+
useFreeLimit?: boolean;
|
|
3511
|
+
/**
|
|
3512
|
+
* Specifies the behavior when monthly free limits are exhausted for the free database.
|
|
3513
|
+
*
|
|
3514
|
+
* AutoPause: The database will be auto paused upon exhaustion of free limits for remainder of the month.
|
|
3515
|
+
*
|
|
3516
|
+
* BillForUsage: The database will continue to be online upon exhaustion of free limits and any overage will be billed.
|
|
3517
|
+
*/
|
|
3518
|
+
freeLimitExhaustionBehavior?: FreeLimitExhaustionBehavior;
|
|
3509
3519
|
/**
|
|
3510
3520
|
* Whether or not customer controlled manual cutover needs to be done during Update Database operation to Hyperscale tier.
|
|
3511
3521
|
*
|
|
@@ -3526,6 +3536,8 @@ export interface DatabaseUpdate {
|
|
|
3526
3536
|
* When performCutover is specified, the scaling operation will trigger cutover and perform role-change to Hyperscale database.
|
|
3527
3537
|
*/
|
|
3528
3538
|
performCutover?: boolean;
|
|
3539
|
+
/** The flag to enable or disable auto rotation of database encryption protector AKV key. */
|
|
3540
|
+
encryptionProtectorAutoRotation?: boolean;
|
|
3529
3541
|
}
|
|
3530
3542
|
|
|
3531
3543
|
/** Contains the information necessary to perform export database operation. */
|
|
@@ -4093,159 +4105,6 @@ export interface ServerConfigurationOptionListResult {
|
|
|
4093
4105
|
readonly nextLink?: string;
|
|
4094
4106
|
}
|
|
4095
4107
|
|
|
4096
|
-
/** A request to check whether the specified name for a resource is available. */
|
|
4097
|
-
export interface CheckNameAvailabilityRequest {
|
|
4098
|
-
name: string;
|
|
4099
|
-
type: "Microsoft.Sql/servers";
|
|
4100
|
-
}
|
|
4101
|
-
|
|
4102
|
-
/** The result of a name availability check. */
|
|
4103
|
-
export interface CheckNameAvailabilityResponse {
|
|
4104
|
-
/**
|
|
4105
|
-
* The name whose availability was checked.
|
|
4106
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4107
|
-
*/
|
|
4108
|
-
readonly name?: string;
|
|
4109
|
-
/**
|
|
4110
|
-
* True if the name is available, otherwise false.
|
|
4111
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4112
|
-
*/
|
|
4113
|
-
readonly available?: boolean;
|
|
4114
|
-
/**
|
|
4115
|
-
* The reason code explaining why the name is unavailable. Will be undefined if the name is available.
|
|
4116
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4117
|
-
*/
|
|
4118
|
-
readonly reason?: CheckNameAvailabilityReason;
|
|
4119
|
-
/**
|
|
4120
|
-
* A message explaining why the name is unavailable. Will be undefined if the name is available.
|
|
4121
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4122
|
-
*/
|
|
4123
|
-
readonly message?: string;
|
|
4124
|
-
}
|
|
4125
|
-
|
|
4126
|
-
/** A list of servers. */
|
|
4127
|
-
export interface ServerListResult {
|
|
4128
|
-
/**
|
|
4129
|
-
* Array of results.
|
|
4130
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4131
|
-
*/
|
|
4132
|
-
readonly value?: Server[];
|
|
4133
|
-
/**
|
|
4134
|
-
* Link to retrieve next page of results.
|
|
4135
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4136
|
-
*/
|
|
4137
|
-
readonly nextLink?: string;
|
|
4138
|
-
}
|
|
4139
|
-
|
|
4140
|
-
/** A private endpoint connection under a server */
|
|
4141
|
-
export interface ServerPrivateEndpointConnection {
|
|
4142
|
-
/**
|
|
4143
|
-
* Resource ID.
|
|
4144
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4145
|
-
*/
|
|
4146
|
-
readonly id?: string;
|
|
4147
|
-
/**
|
|
4148
|
-
* Private endpoint connection properties
|
|
4149
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4150
|
-
*/
|
|
4151
|
-
readonly properties?: PrivateEndpointConnectionProperties;
|
|
4152
|
-
}
|
|
4153
|
-
|
|
4154
|
-
/** Properties of a active directory administrator. */
|
|
4155
|
-
export interface ServerExternalAdministrator {
|
|
4156
|
-
/** Type of the sever administrator. */
|
|
4157
|
-
administratorType?: AdministratorType;
|
|
4158
|
-
/** Principal Type of the sever administrator. */
|
|
4159
|
-
principalType?: PrincipalType;
|
|
4160
|
-
/** Login name of the server administrator. */
|
|
4161
|
-
login?: string;
|
|
4162
|
-
/** SID (object ID) of the server administrator. */
|
|
4163
|
-
sid?: string;
|
|
4164
|
-
/** Tenant ID of the administrator. */
|
|
4165
|
-
tenantId?: string;
|
|
4166
|
-
/** Azure Active Directory only Authentication enabled. */
|
|
4167
|
-
azureADOnlyAuthentication?: boolean;
|
|
4168
|
-
}
|
|
4169
|
-
|
|
4170
|
-
/** An update request for an Azure SQL Database server. */
|
|
4171
|
-
export interface ServerUpdate {
|
|
4172
|
-
/** Server identity */
|
|
4173
|
-
identity?: ResourceIdentity;
|
|
4174
|
-
/** Resource tags. */
|
|
4175
|
-
tags?: { [propertyName: string]: string };
|
|
4176
|
-
/** Administrator username for the server. Once created it cannot be changed. */
|
|
4177
|
-
administratorLogin?: string;
|
|
4178
|
-
/** The administrator login password (required for server creation). */
|
|
4179
|
-
administratorLoginPassword?: string;
|
|
4180
|
-
/** The version of the server. */
|
|
4181
|
-
version?: string;
|
|
4182
|
-
/**
|
|
4183
|
-
* The state of the server.
|
|
4184
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4185
|
-
*/
|
|
4186
|
-
readonly state?: string;
|
|
4187
|
-
/**
|
|
4188
|
-
* The fully qualified domain name of the server.
|
|
4189
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4190
|
-
*/
|
|
4191
|
-
readonly fullyQualifiedDomainName?: string;
|
|
4192
|
-
/**
|
|
4193
|
-
* List of private endpoint connections on a server
|
|
4194
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4195
|
-
*/
|
|
4196
|
-
readonly privateEndpointConnections?: ServerPrivateEndpointConnection[];
|
|
4197
|
-
/** Minimal TLS version. Allowed values: 'None', '1.0', '1.1', '1.2' */
|
|
4198
|
-
minimalTlsVersion?: string;
|
|
4199
|
-
/** Whether or not public endpoint access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' or 'SecuredByPerimeter' */
|
|
4200
|
-
publicNetworkAccess?: ServerPublicNetworkAccessFlag;
|
|
4201
|
-
/**
|
|
4202
|
-
* Whether or not existing server has a workspace created and if it allows connection from workspace
|
|
4203
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4204
|
-
*/
|
|
4205
|
-
readonly workspaceFeature?: ServerWorkspaceFeature;
|
|
4206
|
-
/** The resource id of a user assigned identity to be used by default. */
|
|
4207
|
-
primaryUserAssignedIdentityId?: string;
|
|
4208
|
-
/** The Client id used for cross tenant CMK scenario */
|
|
4209
|
-
federatedClientId?: string;
|
|
4210
|
-
/** A CMK URI of the key to use for encryption. */
|
|
4211
|
-
keyId?: string;
|
|
4212
|
-
/** The Azure Active Directory administrator of the server. This can only be used at server create time. If used for server update, it will be ignored or it will result in an error. For updates individual APIs will need to be used. */
|
|
4213
|
-
administrators?: ServerExternalAdministrator;
|
|
4214
|
-
/** Whether or not to restrict outbound network access for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
|
|
4215
|
-
restrictOutboundNetworkAccess?: ServerNetworkAccessFlag;
|
|
4216
|
-
/**
|
|
4217
|
-
* Status of external governance.
|
|
4218
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4219
|
-
*/
|
|
4220
|
-
readonly externalGovernanceStatus?: ExternalGovernanceStatus;
|
|
4221
|
-
}
|
|
4222
|
-
|
|
4223
|
-
/** Contains the information necessary to perform import operation for new database. */
|
|
4224
|
-
export interface ImportNewDatabaseDefinition {
|
|
4225
|
-
/** Name of the import database. */
|
|
4226
|
-
databaseName?: string;
|
|
4227
|
-
/** Edition of the import database. */
|
|
4228
|
-
edition?: string;
|
|
4229
|
-
/** Service level objective name of the import database. */
|
|
4230
|
-
serviceObjectiveName?: string;
|
|
4231
|
-
/** Max size in bytes for the import database. */
|
|
4232
|
-
maxSizeBytes?: string;
|
|
4233
|
-
/** Storage key type. */
|
|
4234
|
-
storageKeyType: StorageKeyType;
|
|
4235
|
-
/** Storage key. */
|
|
4236
|
-
storageKey: string;
|
|
4237
|
-
/** Storage Uri. */
|
|
4238
|
-
storageUri: string;
|
|
4239
|
-
/** Administrator login name. */
|
|
4240
|
-
administratorLogin: string;
|
|
4241
|
-
/** Administrator login password. */
|
|
4242
|
-
administratorLoginPassword: string;
|
|
4243
|
-
/** Authentication type. */
|
|
4244
|
-
authenticationType?: string;
|
|
4245
|
-
/** Optional resource information to enable network isolation for request. */
|
|
4246
|
-
networkIsolation?: NetworkIsolationSettings;
|
|
4247
|
-
}
|
|
4248
|
-
|
|
4249
4108
|
/** Managed instance's Start/Stop schedule list result. */
|
|
4250
4109
|
export interface StartStopManagedInstanceScheduleListResult {
|
|
4251
4110
|
/**
|
|
@@ -4286,62 +4145,6 @@ export interface LogicalDatabaseTransparentDataEncryptionListResult {
|
|
|
4286
4145
|
readonly nextLink?: string;
|
|
4287
4146
|
}
|
|
4288
4147
|
|
|
4289
|
-
/** A list of failover groups. */
|
|
4290
|
-
export interface FailoverGroupListResult {
|
|
4291
|
-
/**
|
|
4292
|
-
* Array of results.
|
|
4293
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4294
|
-
*/
|
|
4295
|
-
readonly value?: FailoverGroup[];
|
|
4296
|
-
/**
|
|
4297
|
-
* Link to retrieve next page of results.
|
|
4298
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4299
|
-
*/
|
|
4300
|
-
readonly nextLink?: string;
|
|
4301
|
-
}
|
|
4302
|
-
|
|
4303
|
-
/** Read-write endpoint of the failover group instance. */
|
|
4304
|
-
export interface FailoverGroupReadWriteEndpoint {
|
|
4305
|
-
/** Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. */
|
|
4306
|
-
failoverPolicy: ReadWriteEndpointFailoverPolicy;
|
|
4307
|
-
/** Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. */
|
|
4308
|
-
failoverWithDataLossGracePeriodMinutes?: number;
|
|
4309
|
-
}
|
|
4310
|
-
|
|
4311
|
-
/** Read-only endpoint of the failover group instance. */
|
|
4312
|
-
export interface FailoverGroupReadOnlyEndpoint {
|
|
4313
|
-
/** Failover policy of the read-only endpoint for the failover group. */
|
|
4314
|
-
failoverPolicy?: ReadOnlyEndpointFailoverPolicy;
|
|
4315
|
-
}
|
|
4316
|
-
|
|
4317
|
-
/** Partner server information for the failover group. */
|
|
4318
|
-
export interface PartnerInfo {
|
|
4319
|
-
/** Resource identifier of the partner server. */
|
|
4320
|
-
id: string;
|
|
4321
|
-
/**
|
|
4322
|
-
* Geo location of the partner server.
|
|
4323
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4324
|
-
*/
|
|
4325
|
-
readonly location?: string;
|
|
4326
|
-
/**
|
|
4327
|
-
* Replication role of the partner server.
|
|
4328
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4329
|
-
*/
|
|
4330
|
-
readonly replicationRole?: FailoverGroupReplicationRole;
|
|
4331
|
-
}
|
|
4332
|
-
|
|
4333
|
-
/** A failover group update request. */
|
|
4334
|
-
export interface FailoverGroupUpdate {
|
|
4335
|
-
/** Resource tags. */
|
|
4336
|
-
tags?: { [propertyName: string]: string };
|
|
4337
|
-
/** Read-write endpoint of the failover group instance. */
|
|
4338
|
-
readWriteEndpoint?: FailoverGroupReadWriteEndpoint;
|
|
4339
|
-
/** Read-only endpoint of the failover group instance. */
|
|
4340
|
-
readOnlyEndpoint?: FailoverGroupReadOnlyEndpoint;
|
|
4341
|
-
/** List of databases in the failover group. */
|
|
4342
|
-
databases?: string[];
|
|
4343
|
-
}
|
|
4344
|
-
|
|
4345
4148
|
/** The response to a list IPv6 firewall rules request */
|
|
4346
4149
|
export interface IPv6FirewallRuleListResult {
|
|
4347
4150
|
/**
|
|
@@ -4584,44 +4387,259 @@ export interface SqlVulnerabilityAssessmentListResult {
|
|
|
4584
4387
|
readonly nextLink?: string;
|
|
4585
4388
|
}
|
|
4586
4389
|
|
|
4587
|
-
/** A
|
|
4588
|
-
export interface
|
|
4390
|
+
/** A request to check whether the specified name for a resource is available. */
|
|
4391
|
+
export interface CheckNameAvailabilityRequest {
|
|
4392
|
+
name: string;
|
|
4393
|
+
type: "Microsoft.Sql/servers";
|
|
4394
|
+
}
|
|
4395
|
+
|
|
4396
|
+
/** The result of a name availability check. */
|
|
4397
|
+
export interface CheckNameAvailabilityResponse {
|
|
4589
4398
|
/**
|
|
4590
|
-
* The
|
|
4399
|
+
* The name whose availability was checked.
|
|
4591
4400
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4592
4401
|
*/
|
|
4593
|
-
readonly
|
|
4402
|
+
readonly name?: string;
|
|
4594
4403
|
/**
|
|
4595
|
-
*
|
|
4404
|
+
* True if the name is available, otherwise false.
|
|
4596
4405
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4597
4406
|
*/
|
|
4598
|
-
readonly
|
|
4407
|
+
readonly available?: boolean;
|
|
4599
4408
|
/**
|
|
4600
|
-
*
|
|
4409
|
+
* The reason code explaining why the name is unavailable. Will be undefined if the name is available.
|
|
4601
4410
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4602
4411
|
*/
|
|
4603
|
-
readonly
|
|
4604
|
-
}
|
|
4605
|
-
|
|
4606
|
-
/** The impact of an operation, both in absolute and relative terms. */
|
|
4607
|
-
export interface OperationImpact {
|
|
4412
|
+
readonly reason?: CheckNameAvailabilityReason;
|
|
4608
4413
|
/**
|
|
4609
|
-
*
|
|
4414
|
+
* A message explaining why the name is unavailable. Will be undefined if the name is available.
|
|
4610
4415
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4611
4416
|
*/
|
|
4612
|
-
readonly
|
|
4417
|
+
readonly message?: string;
|
|
4418
|
+
}
|
|
4419
|
+
|
|
4420
|
+
/** A list of servers. */
|
|
4421
|
+
export interface ServerListResult {
|
|
4613
4422
|
/**
|
|
4614
|
-
*
|
|
4423
|
+
* Array of results.
|
|
4615
4424
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4616
4425
|
*/
|
|
4617
|
-
readonly
|
|
4426
|
+
readonly value?: Server[];
|
|
4618
4427
|
/**
|
|
4619
|
-
*
|
|
4428
|
+
* Link to retrieve next page of results.
|
|
4620
4429
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4621
4430
|
*/
|
|
4622
|
-
readonly
|
|
4623
|
-
|
|
4624
|
-
|
|
4431
|
+
readonly nextLink?: string;
|
|
4432
|
+
}
|
|
4433
|
+
|
|
4434
|
+
/** A private endpoint connection under a server */
|
|
4435
|
+
export interface ServerPrivateEndpointConnection {
|
|
4436
|
+
/**
|
|
4437
|
+
* Resource ID.
|
|
4438
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4439
|
+
*/
|
|
4440
|
+
readonly id?: string;
|
|
4441
|
+
/**
|
|
4442
|
+
* Private endpoint connection properties
|
|
4443
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4444
|
+
*/
|
|
4445
|
+
readonly properties?: PrivateEndpointConnectionProperties;
|
|
4446
|
+
}
|
|
4447
|
+
|
|
4448
|
+
/** Properties of a active directory administrator. */
|
|
4449
|
+
export interface ServerExternalAdministrator {
|
|
4450
|
+
/** Type of the sever administrator. */
|
|
4451
|
+
administratorType?: AdministratorType;
|
|
4452
|
+
/** Principal Type of the sever administrator. */
|
|
4453
|
+
principalType?: PrincipalType;
|
|
4454
|
+
/** Login name of the server administrator. */
|
|
4455
|
+
login?: string;
|
|
4456
|
+
/** SID (object ID) of the server administrator. */
|
|
4457
|
+
sid?: string;
|
|
4458
|
+
/** Tenant ID of the administrator. */
|
|
4459
|
+
tenantId?: string;
|
|
4460
|
+
/** Azure Active Directory only Authentication enabled. */
|
|
4461
|
+
azureADOnlyAuthentication?: boolean;
|
|
4462
|
+
}
|
|
4463
|
+
|
|
4464
|
+
/** An update request for an Azure SQL Database server. */
|
|
4465
|
+
export interface ServerUpdate {
|
|
4466
|
+
/** Server identity */
|
|
4467
|
+
identity?: ResourceIdentity;
|
|
4468
|
+
/** Resource tags. */
|
|
4469
|
+
tags?: { [propertyName: string]: string };
|
|
4470
|
+
/** Administrator username for the server. Once created it cannot be changed. */
|
|
4471
|
+
administratorLogin?: string;
|
|
4472
|
+
/** The administrator login password (required for server creation). */
|
|
4473
|
+
administratorLoginPassword?: string;
|
|
4474
|
+
/** The version of the server. */
|
|
4475
|
+
version?: string;
|
|
4476
|
+
/**
|
|
4477
|
+
* The state of the server.
|
|
4478
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4479
|
+
*/
|
|
4480
|
+
readonly state?: string;
|
|
4481
|
+
/**
|
|
4482
|
+
* The fully qualified domain name of the server.
|
|
4483
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4484
|
+
*/
|
|
4485
|
+
readonly fullyQualifiedDomainName?: string;
|
|
4486
|
+
/**
|
|
4487
|
+
* List of private endpoint connections on a server
|
|
4488
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4489
|
+
*/
|
|
4490
|
+
readonly privateEndpointConnections?: ServerPrivateEndpointConnection[];
|
|
4491
|
+
/** Minimal TLS version. Allowed values: 'None', '1.0', '1.1', '1.2' */
|
|
4492
|
+
minimalTlsVersion?: string;
|
|
4493
|
+
/** Whether or not public endpoint access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' or 'SecuredByPerimeter' */
|
|
4494
|
+
publicNetworkAccess?: ServerPublicNetworkAccessFlag;
|
|
4495
|
+
/**
|
|
4496
|
+
* Whether or not existing server has a workspace created and if it allows connection from workspace
|
|
4497
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4498
|
+
*/
|
|
4499
|
+
readonly workspaceFeature?: ServerWorkspaceFeature;
|
|
4500
|
+
/** The resource id of a user assigned identity to be used by default. */
|
|
4501
|
+
primaryUserAssignedIdentityId?: string;
|
|
4502
|
+
/** The Client id used for cross tenant CMK scenario */
|
|
4503
|
+
federatedClientId?: string;
|
|
4504
|
+
/** A CMK URI of the key to use for encryption. */
|
|
4505
|
+
keyId?: string;
|
|
4506
|
+
/** The Azure Active Directory administrator of the server. This can only be used at server create time. If used for server update, it will be ignored or it will result in an error. For updates individual APIs will need to be used. */
|
|
4507
|
+
administrators?: ServerExternalAdministrator;
|
|
4508
|
+
/** Whether or not to restrict outbound network access for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
|
|
4509
|
+
restrictOutboundNetworkAccess?: ServerNetworkAccessFlag;
|
|
4510
|
+
/** Whether or not to enable IPv6 support for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
|
|
4511
|
+
isIPv6Enabled?: ServerNetworkAccessFlag;
|
|
4512
|
+
/**
|
|
4513
|
+
* Status of external governance.
|
|
4514
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4515
|
+
*/
|
|
4516
|
+
readonly externalGovernanceStatus?: ExternalGovernanceStatus;
|
|
4517
|
+
}
|
|
4518
|
+
|
|
4519
|
+
/** Contains the information necessary to perform import operation for new database. */
|
|
4520
|
+
export interface ImportNewDatabaseDefinition {
|
|
4521
|
+
/** Name of the import database. */
|
|
4522
|
+
databaseName?: string;
|
|
4523
|
+
/** Edition of the import database. */
|
|
4524
|
+
edition?: string;
|
|
4525
|
+
/** Service level objective name of the import database. */
|
|
4526
|
+
serviceObjectiveName?: string;
|
|
4527
|
+
/** Max size in bytes for the import database. */
|
|
4528
|
+
maxSizeBytes?: string;
|
|
4529
|
+
/** Storage key type. */
|
|
4530
|
+
storageKeyType: StorageKeyType;
|
|
4531
|
+
/** Storage key. */
|
|
4532
|
+
storageKey: string;
|
|
4533
|
+
/** Storage Uri. */
|
|
4534
|
+
storageUri: string;
|
|
4535
|
+
/** Administrator login name. */
|
|
4536
|
+
administratorLogin: string;
|
|
4537
|
+
/** Administrator login password. */
|
|
4538
|
+
administratorLoginPassword: string;
|
|
4539
|
+
/** Authentication type. */
|
|
4540
|
+
authenticationType?: string;
|
|
4541
|
+
/** Optional resource information to enable network isolation for request. */
|
|
4542
|
+
networkIsolation?: NetworkIsolationSettings;
|
|
4543
|
+
}
|
|
4544
|
+
|
|
4545
|
+
/** A list of failover groups. */
|
|
4546
|
+
export interface FailoverGroupListResult {
|
|
4547
|
+
/**
|
|
4548
|
+
* Array of results.
|
|
4549
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4550
|
+
*/
|
|
4551
|
+
readonly value?: FailoverGroup[];
|
|
4552
|
+
/**
|
|
4553
|
+
* Link to retrieve next page of results.
|
|
4554
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4555
|
+
*/
|
|
4556
|
+
readonly nextLink?: string;
|
|
4557
|
+
}
|
|
4558
|
+
|
|
4559
|
+
/** Read-write endpoint of the failover group instance. */
|
|
4560
|
+
export interface FailoverGroupReadWriteEndpoint {
|
|
4561
|
+
/** Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. */
|
|
4562
|
+
failoverPolicy: ReadWriteEndpointFailoverPolicy;
|
|
4563
|
+
/** Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. */
|
|
4564
|
+
failoverWithDataLossGracePeriodMinutes?: number;
|
|
4565
|
+
}
|
|
4566
|
+
|
|
4567
|
+
/** Read-only endpoint of the failover group instance. */
|
|
4568
|
+
export interface FailoverGroupReadOnlyEndpoint {
|
|
4569
|
+
/** Failover policy of the read-only endpoint for the failover group. */
|
|
4570
|
+
failoverPolicy?: ReadOnlyEndpointFailoverPolicy;
|
|
4571
|
+
/** The target partner server where the read-only endpoint points to. */
|
|
4572
|
+
targetServer?: string;
|
|
4573
|
+
}
|
|
4574
|
+
|
|
4575
|
+
/** Partner server information for the failover group. */
|
|
4576
|
+
export interface PartnerInfo {
|
|
4577
|
+
/** Resource identifier of the partner server. */
|
|
4578
|
+
id: string;
|
|
4579
|
+
/**
|
|
4580
|
+
* Geo location of the partner server.
|
|
4581
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4582
|
+
*/
|
|
4583
|
+
readonly location?: string;
|
|
4584
|
+
/**
|
|
4585
|
+
* Replication role of the partner server.
|
|
4586
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4587
|
+
*/
|
|
4588
|
+
readonly replicationRole?: FailoverGroupReplicationRole;
|
|
4589
|
+
}
|
|
4590
|
+
|
|
4591
|
+
/** A failover group update request. */
|
|
4592
|
+
export interface FailoverGroupUpdate {
|
|
4593
|
+
/** Resource tags. */
|
|
4594
|
+
tags?: { [propertyName: string]: string };
|
|
4595
|
+
/** Read-write endpoint of the failover group instance. */
|
|
4596
|
+
readWriteEndpoint?: FailoverGroupReadWriteEndpoint;
|
|
4597
|
+
/** Read-only endpoint of the failover group instance. */
|
|
4598
|
+
readOnlyEndpoint?: FailoverGroupReadOnlyEndpoint;
|
|
4599
|
+
/** List of databases in the failover group. */
|
|
4600
|
+
databases?: string[];
|
|
4601
|
+
/** List of partner server information for the failover group. */
|
|
4602
|
+
partnerServers?: PartnerInfo[];
|
|
4603
|
+
}
|
|
4604
|
+
|
|
4605
|
+
/** A Slo Usage Metric. */
|
|
4606
|
+
export interface SloUsageMetric {
|
|
4607
|
+
/**
|
|
4608
|
+
* The serviceLevelObjective for SLO usage metric.
|
|
4609
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4610
|
+
*/
|
|
4611
|
+
readonly serviceLevelObjective?: ServiceObjectiveName;
|
|
4612
|
+
/**
|
|
4613
|
+
* The serviceLevelObjectiveId for SLO usage metric.
|
|
4614
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4615
|
+
*/
|
|
4616
|
+
readonly serviceLevelObjectiveId?: string;
|
|
4617
|
+
/**
|
|
4618
|
+
* Gets or sets inRangeTimeRatio for SLO usage metric.
|
|
4619
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4620
|
+
*/
|
|
4621
|
+
readonly inRangeTimeRatio?: number;
|
|
4622
|
+
}
|
|
4623
|
+
|
|
4624
|
+
/** The impact of an operation, both in absolute and relative terms. */
|
|
4625
|
+
export interface OperationImpact {
|
|
4626
|
+
/**
|
|
4627
|
+
* The name of the impact dimension.
|
|
4628
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4629
|
+
*/
|
|
4630
|
+
readonly name?: string;
|
|
4631
|
+
/**
|
|
4632
|
+
* The unit in which estimated impact to dimension is measured.
|
|
4633
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4634
|
+
*/
|
|
4635
|
+
readonly unit?: string;
|
|
4636
|
+
/**
|
|
4637
|
+
* The absolute impact to dimension.
|
|
4638
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4639
|
+
*/
|
|
4640
|
+
readonly changeValueAbsolute?: number;
|
|
4641
|
+
/**
|
|
4642
|
+
* The relative impact to dimension (null if not applicable)
|
|
4625
4643
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4626
4644
|
*/
|
|
4627
4645
|
readonly changeValueRelative?: number;
|
|
@@ -7902,41 +7920,6 @@ export interface ServerConfigurationOption extends ProxyResource {
|
|
|
7902
7920
|
readonly provisioningState?: ProvisioningState;
|
|
7903
7921
|
}
|
|
7904
7922
|
|
|
7905
|
-
/** An RefreshExternalGovernanceStatus operation result resource. */
|
|
7906
|
-
export interface RefreshExternalGovernanceStatusOperationResult
|
|
7907
|
-
extends ProxyResource {
|
|
7908
|
-
/**
|
|
7909
|
-
* Request Id.
|
|
7910
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7911
|
-
*/
|
|
7912
|
-
readonly requestId?: string;
|
|
7913
|
-
/**
|
|
7914
|
-
* Request type.
|
|
7915
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7916
|
-
*/
|
|
7917
|
-
readonly requestType?: string;
|
|
7918
|
-
/**
|
|
7919
|
-
* Queued time.
|
|
7920
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7921
|
-
*/
|
|
7922
|
-
readonly queuedTime?: string;
|
|
7923
|
-
/**
|
|
7924
|
-
* Server name.
|
|
7925
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7926
|
-
*/
|
|
7927
|
-
readonly serverName?: string;
|
|
7928
|
-
/**
|
|
7929
|
-
* Operation status.
|
|
7930
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7931
|
-
*/
|
|
7932
|
-
readonly status?: string;
|
|
7933
|
-
/**
|
|
7934
|
-
* Error message.
|
|
7935
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7936
|
-
*/
|
|
7937
|
-
readonly errorMessage?: string;
|
|
7938
|
-
}
|
|
7939
|
-
|
|
7940
7923
|
/** Managed instance's Start/Stop schedule. */
|
|
7941
7924
|
export interface StartStopManagedInstanceSchedule extends ProxyResource {
|
|
7942
7925
|
/**
|
|
@@ -7969,40 +7952,11 @@ export interface LogicalDatabaseTransparentDataEncryption
|
|
|
7969
7952
|
state?: TransparentDataEncryptionState;
|
|
7970
7953
|
}
|
|
7971
7954
|
|
|
7972
|
-
/** A
|
|
7973
|
-
export interface
|
|
7955
|
+
/** A database sql vulnerability assessment baseline set. */
|
|
7956
|
+
export interface DatabaseSqlVulnerabilityAssessmentBaselineSet
|
|
7957
|
+
extends ProxyResource {
|
|
7974
7958
|
/**
|
|
7975
|
-
*
|
|
7976
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7977
|
-
*/
|
|
7978
|
-
readonly location?: string;
|
|
7979
|
-
/** Resource tags. */
|
|
7980
|
-
tags?: { [propertyName: string]: string };
|
|
7981
|
-
/** Read-write endpoint of the failover group instance. */
|
|
7982
|
-
readWriteEndpoint?: FailoverGroupReadWriteEndpoint;
|
|
7983
|
-
/** Read-only endpoint of the failover group instance. */
|
|
7984
|
-
readOnlyEndpoint?: FailoverGroupReadOnlyEndpoint;
|
|
7985
|
-
/**
|
|
7986
|
-
* Local replication role of the failover group instance.
|
|
7987
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7988
|
-
*/
|
|
7989
|
-
readonly replicationRole?: FailoverGroupReplicationRole;
|
|
7990
|
-
/**
|
|
7991
|
-
* Replication state of the failover group instance.
|
|
7992
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7993
|
-
*/
|
|
7994
|
-
readonly replicationState?: string;
|
|
7995
|
-
/** List of partner server information for the failover group. */
|
|
7996
|
-
partnerServers?: PartnerInfo[];
|
|
7997
|
-
/** List of databases in the failover group. */
|
|
7998
|
-
databases?: string[];
|
|
7999
|
-
}
|
|
8000
|
-
|
|
8001
|
-
/** A database sql vulnerability assessment baseline set. */
|
|
8002
|
-
export interface DatabaseSqlVulnerabilityAssessmentBaselineSet
|
|
8003
|
-
extends ProxyResource {
|
|
8004
|
-
/**
|
|
8005
|
-
* SystemData of DatabaseSqlVulnerabilityAssessmentBaselineSetResource.
|
|
7959
|
+
* SystemData of DatabaseSqlVulnerabilityAssessmentBaselineSetResource.
|
|
8006
7960
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8007
7961
|
*/
|
|
8008
7962
|
readonly systemData?: SystemData;
|
|
@@ -8203,6 +8157,70 @@ export interface SqlVulnerabilityAssessment extends ProxyResource {
|
|
|
8203
8157
|
state?: SqlVulnerabilityAssessmentState;
|
|
8204
8158
|
}
|
|
8205
8159
|
|
|
8160
|
+
/** An RefreshExternalGovernanceStatus operation result resource. */
|
|
8161
|
+
export interface RefreshExternalGovernanceStatusOperationResult
|
|
8162
|
+
extends ProxyResource {
|
|
8163
|
+
/**
|
|
8164
|
+
* Request Id.
|
|
8165
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8166
|
+
*/
|
|
8167
|
+
readonly requestId?: string;
|
|
8168
|
+
/**
|
|
8169
|
+
* Request type.
|
|
8170
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8171
|
+
*/
|
|
8172
|
+
readonly requestType?: string;
|
|
8173
|
+
/**
|
|
8174
|
+
* Queued time.
|
|
8175
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8176
|
+
*/
|
|
8177
|
+
readonly queuedTime?: string;
|
|
8178
|
+
/**
|
|
8179
|
+
* Server name.
|
|
8180
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8181
|
+
*/
|
|
8182
|
+
readonly serverName?: string;
|
|
8183
|
+
/**
|
|
8184
|
+
* Operation status.
|
|
8185
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8186
|
+
*/
|
|
8187
|
+
readonly status?: string;
|
|
8188
|
+
/**
|
|
8189
|
+
* Error message.
|
|
8190
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8191
|
+
*/
|
|
8192
|
+
readonly errorMessage?: string;
|
|
8193
|
+
}
|
|
8194
|
+
|
|
8195
|
+
/** A failover group. */
|
|
8196
|
+
export interface FailoverGroup extends ProxyResource {
|
|
8197
|
+
/**
|
|
8198
|
+
* Resource location.
|
|
8199
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8200
|
+
*/
|
|
8201
|
+
readonly location?: string;
|
|
8202
|
+
/** Resource tags. */
|
|
8203
|
+
tags?: { [propertyName: string]: string };
|
|
8204
|
+
/** Read-write endpoint of the failover group instance. */
|
|
8205
|
+
readWriteEndpoint?: FailoverGroupReadWriteEndpoint;
|
|
8206
|
+
/** Read-only endpoint of the failover group instance. */
|
|
8207
|
+
readOnlyEndpoint?: FailoverGroupReadOnlyEndpoint;
|
|
8208
|
+
/**
|
|
8209
|
+
* Local replication role of the failover group instance.
|
|
8210
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8211
|
+
*/
|
|
8212
|
+
readonly replicationRole?: FailoverGroupReplicationRole;
|
|
8213
|
+
/**
|
|
8214
|
+
* Replication state of the failover group instance.
|
|
8215
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8216
|
+
*/
|
|
8217
|
+
readonly replicationState?: string;
|
|
8218
|
+
/** List of partner server information for the failover group. */
|
|
8219
|
+
partnerServers?: PartnerInfo[];
|
|
8220
|
+
/** List of databases in the failover group. */
|
|
8221
|
+
databases?: string[];
|
|
8222
|
+
}
|
|
8223
|
+
|
|
8206
8224
|
/** An Azure SQL instance pool. */
|
|
8207
8225
|
export interface InstancePool extends TrackedResource {
|
|
8208
8226
|
/** The name and tier of the SKU. */
|
|
@@ -8439,6 +8457,16 @@ export interface Database extends TrackedResource {
|
|
|
8439
8457
|
encryptionProtector?: string;
|
|
8440
8458
|
/** Type of enclave requested on the database i.e. Default or VBS enclaves. */
|
|
8441
8459
|
preferredEnclaveType?: AlwaysEncryptedEnclaveType;
|
|
8460
|
+
/** Whether or not the database uses free monthly limits. Allowed on one database in a subscription. */
|
|
8461
|
+
useFreeLimit?: boolean;
|
|
8462
|
+
/**
|
|
8463
|
+
* Specifies the behavior when monthly free limits are exhausted for the free database.
|
|
8464
|
+
*
|
|
8465
|
+
* AutoPause: The database will be auto paused upon exhaustion of free limits for remainder of the month.
|
|
8466
|
+
*
|
|
8467
|
+
* BillForUsage: The database will continue to be online upon exhaustion of free limits and any overage will be billed.
|
|
8468
|
+
*/
|
|
8469
|
+
freeLimitExhaustionBehavior?: FreeLimitExhaustionBehavior;
|
|
8442
8470
|
/**
|
|
8443
8471
|
* The resource identifier of the source associated with the create operation of this database.
|
|
8444
8472
|
*
|
|
@@ -8477,6 +8505,8 @@ export interface Database extends TrackedResource {
|
|
|
8477
8505
|
performCutover?: boolean;
|
|
8478
8506
|
/** Specifies the availability zone the database is pinned to. */
|
|
8479
8507
|
availabilityZone?: AvailabilityZoneType;
|
|
8508
|
+
/** The flag to enable or disable auto rotation of database encryption protector AKV key. */
|
|
8509
|
+
encryptionProtectorAutoRotation?: boolean;
|
|
8480
8510
|
}
|
|
8481
8511
|
|
|
8482
8512
|
/** An elastic pool. */
|
|
@@ -8733,6 +8763,8 @@ export interface Server extends TrackedResource {
|
|
|
8733
8763
|
administrators?: ServerExternalAdministrator;
|
|
8734
8764
|
/** Whether or not to restrict outbound network access for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
|
|
8735
8765
|
restrictOutboundNetworkAccess?: ServerNetworkAccessFlag;
|
|
8766
|
+
/** Whether or not to enable IPv6 support for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
|
|
8767
|
+
isIPv6Enabled?: ServerNetworkAccessFlag;
|
|
8736
8768
|
/**
|
|
8737
8769
|
* Status of external governance.
|
|
8738
8770
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -10810,6 +10842,24 @@ export enum KnownAlwaysEncryptedEnclaveType {
|
|
|
10810
10842
|
*/
|
|
10811
10843
|
export type AlwaysEncryptedEnclaveType = string;
|
|
10812
10844
|
|
|
10845
|
+
/** Known values of {@link FreeLimitExhaustionBehavior} that the service accepts. */
|
|
10846
|
+
export enum KnownFreeLimitExhaustionBehavior {
|
|
10847
|
+
/** AutoPause */
|
|
10848
|
+
AutoPause = "AutoPause",
|
|
10849
|
+
/** BillOverUsage */
|
|
10850
|
+
BillOverUsage = "BillOverUsage"
|
|
10851
|
+
}
|
|
10852
|
+
|
|
10853
|
+
/**
|
|
10854
|
+
* Defines values for FreeLimitExhaustionBehavior. \
|
|
10855
|
+
* {@link KnownFreeLimitExhaustionBehavior} can be used interchangeably with FreeLimitExhaustionBehavior,
|
|
10856
|
+
* this enum contains the known values that the service supports.
|
|
10857
|
+
* ### Known values supported by the service
|
|
10858
|
+
* **AutoPause** \
|
|
10859
|
+
* **BillOverUsage**
|
|
10860
|
+
*/
|
|
10861
|
+
export type FreeLimitExhaustionBehavior = string;
|
|
10862
|
+
|
|
10813
10863
|
/** Known values of {@link AvailabilityZoneType} that the service accepts. */
|
|
10814
10864
|
export enum KnownAvailabilityZoneType {
|
|
10815
10865
|
/** NoPreference */
|
|
@@ -11245,81 +11295,6 @@ export enum KnownServerConfigurationOptionName {
|
|
|
11245
11295
|
*/
|
|
11246
11296
|
export type ServerConfigurationOptionName = string;
|
|
11247
11297
|
|
|
11248
|
-
/** Known values of {@link ServerPublicNetworkAccessFlag} that the service accepts. */
|
|
11249
|
-
export enum KnownServerPublicNetworkAccessFlag {
|
|
11250
|
-
/** Enabled */
|
|
11251
|
-
Enabled = "Enabled",
|
|
11252
|
-
/** Disabled */
|
|
11253
|
-
Disabled = "Disabled",
|
|
11254
|
-
/** SecuredByPerimeter */
|
|
11255
|
-
SecuredByPerimeter = "SecuredByPerimeter"
|
|
11256
|
-
}
|
|
11257
|
-
|
|
11258
|
-
/**
|
|
11259
|
-
* Defines values for ServerPublicNetworkAccessFlag. \
|
|
11260
|
-
* {@link KnownServerPublicNetworkAccessFlag} can be used interchangeably with ServerPublicNetworkAccessFlag,
|
|
11261
|
-
* this enum contains the known values that the service supports.
|
|
11262
|
-
* ### Known values supported by the service
|
|
11263
|
-
* **Enabled** \
|
|
11264
|
-
* **Disabled** \
|
|
11265
|
-
* **SecuredByPerimeter**
|
|
11266
|
-
*/
|
|
11267
|
-
export type ServerPublicNetworkAccessFlag = string;
|
|
11268
|
-
|
|
11269
|
-
/** Known values of {@link ServerWorkspaceFeature} that the service accepts. */
|
|
11270
|
-
export enum KnownServerWorkspaceFeature {
|
|
11271
|
-
/** Connected */
|
|
11272
|
-
Connected = "Connected",
|
|
11273
|
-
/** Disconnected */
|
|
11274
|
-
Disconnected = "Disconnected"
|
|
11275
|
-
}
|
|
11276
|
-
|
|
11277
|
-
/**
|
|
11278
|
-
* Defines values for ServerWorkspaceFeature. \
|
|
11279
|
-
* {@link KnownServerWorkspaceFeature} can be used interchangeably with ServerWorkspaceFeature,
|
|
11280
|
-
* this enum contains the known values that the service supports.
|
|
11281
|
-
* ### Known values supported by the service
|
|
11282
|
-
* **Connected** \
|
|
11283
|
-
* **Disconnected**
|
|
11284
|
-
*/
|
|
11285
|
-
export type ServerWorkspaceFeature = string;
|
|
11286
|
-
|
|
11287
|
-
/** Known values of {@link ServerNetworkAccessFlag} that the service accepts. */
|
|
11288
|
-
export enum KnownServerNetworkAccessFlag {
|
|
11289
|
-
/** Enabled */
|
|
11290
|
-
Enabled = "Enabled",
|
|
11291
|
-
/** Disabled */
|
|
11292
|
-
Disabled = "Disabled"
|
|
11293
|
-
}
|
|
11294
|
-
|
|
11295
|
-
/**
|
|
11296
|
-
* Defines values for ServerNetworkAccessFlag. \
|
|
11297
|
-
* {@link KnownServerNetworkAccessFlag} can be used interchangeably with ServerNetworkAccessFlag,
|
|
11298
|
-
* this enum contains the known values that the service supports.
|
|
11299
|
-
* ### Known values supported by the service
|
|
11300
|
-
* **Enabled** \
|
|
11301
|
-
* **Disabled**
|
|
11302
|
-
*/
|
|
11303
|
-
export type ServerNetworkAccessFlag = string;
|
|
11304
|
-
|
|
11305
|
-
/** Known values of {@link ExternalGovernanceStatus} that the service accepts. */
|
|
11306
|
-
export enum KnownExternalGovernanceStatus {
|
|
11307
|
-
/** Enabled */
|
|
11308
|
-
Enabled = "Enabled",
|
|
11309
|
-
/** Disabled */
|
|
11310
|
-
Disabled = "Disabled"
|
|
11311
|
-
}
|
|
11312
|
-
|
|
11313
|
-
/**
|
|
11314
|
-
* Defines values for ExternalGovernanceStatus. \
|
|
11315
|
-
* {@link KnownExternalGovernanceStatus} can be used interchangeably with ExternalGovernanceStatus,
|
|
11316
|
-
* this enum contains the known values that the service supports.
|
|
11317
|
-
* ### Known values supported by the service
|
|
11318
|
-
* **Enabled** \
|
|
11319
|
-
* **Disabled**
|
|
11320
|
-
*/
|
|
11321
|
-
export type ExternalGovernanceStatus = string;
|
|
11322
|
-
|
|
11323
11298
|
/** Known values of {@link StartStopScheduleName} that the service accepts. */
|
|
11324
11299
|
export enum KnownStartStopScheduleName {
|
|
11325
11300
|
/** Default */
|
|
@@ -11335,24 +11310,6 @@ export enum KnownStartStopScheduleName {
|
|
|
11335
11310
|
*/
|
|
11336
11311
|
export type StartStopScheduleName = string;
|
|
11337
11312
|
|
|
11338
|
-
/** Known values of {@link FailoverGroupReplicationRole} that the service accepts. */
|
|
11339
|
-
export enum KnownFailoverGroupReplicationRole {
|
|
11340
|
-
/** Primary */
|
|
11341
|
-
Primary = "Primary",
|
|
11342
|
-
/** Secondary */
|
|
11343
|
-
Secondary = "Secondary"
|
|
11344
|
-
}
|
|
11345
|
-
|
|
11346
|
-
/**
|
|
11347
|
-
* Defines values for FailoverGroupReplicationRole. \
|
|
11348
|
-
* {@link KnownFailoverGroupReplicationRole} can be used interchangeably with FailoverGroupReplicationRole,
|
|
11349
|
-
* this enum contains the known values that the service supports.
|
|
11350
|
-
* ### Known values supported by the service
|
|
11351
|
-
* **Primary** \
|
|
11352
|
-
* **Secondary**
|
|
11353
|
-
*/
|
|
11354
|
-
export type FailoverGroupReplicationRole = string;
|
|
11355
|
-
|
|
11356
11313
|
/** Known values of {@link BaselineName} that the service accepts. */
|
|
11357
11314
|
export enum KnownBaselineName {
|
|
11358
11315
|
/** Default */
|
|
@@ -11470,70 +11427,163 @@ export enum KnownSqlVulnerabilityAssessmentName {
|
|
|
11470
11427
|
*/
|
|
11471
11428
|
export type SqlVulnerabilityAssessmentName = string;
|
|
11472
11429
|
|
|
11473
|
-
/** Known values of {@link
|
|
11474
|
-
export enum
|
|
11475
|
-
/**
|
|
11476
|
-
|
|
11477
|
-
/**
|
|
11478
|
-
|
|
11479
|
-
/**
|
|
11480
|
-
|
|
11481
|
-
|
|
11482
|
-
|
|
11483
|
-
|
|
11484
|
-
|
|
11485
|
-
|
|
11486
|
-
|
|
11487
|
-
|
|
11488
|
-
|
|
11489
|
-
|
|
11490
|
-
|
|
11491
|
-
|
|
11492
|
-
|
|
11493
|
-
|
|
11494
|
-
|
|
11495
|
-
|
|
11496
|
-
|
|
11497
|
-
|
|
11498
|
-
|
|
11499
|
-
|
|
11500
|
-
|
|
11501
|
-
|
|
11502
|
-
|
|
11503
|
-
|
|
11504
|
-
|
|
11505
|
-
|
|
11506
|
-
|
|
11507
|
-
|
|
11508
|
-
|
|
11509
|
-
|
|
11510
|
-
|
|
11511
|
-
|
|
11512
|
-
|
|
11513
|
-
|
|
11514
|
-
|
|
11515
|
-
|
|
11516
|
-
|
|
11517
|
-
|
|
11518
|
-
|
|
11519
|
-
|
|
11520
|
-
|
|
11521
|
-
|
|
11522
|
-
|
|
11523
|
-
|
|
11524
|
-
|
|
11525
|
-
|
|
11526
|
-
|
|
11527
|
-
|
|
11528
|
-
|
|
11529
|
-
|
|
11530
|
-
|
|
11531
|
-
|
|
11532
|
-
|
|
11533
|
-
|
|
11534
|
-
|
|
11535
|
-
|
|
11536
|
-
|
|
11430
|
+
/** Known values of {@link ServerPublicNetworkAccessFlag} that the service accepts. */
|
|
11431
|
+
export enum KnownServerPublicNetworkAccessFlag {
|
|
11432
|
+
/** Enabled */
|
|
11433
|
+
Enabled = "Enabled",
|
|
11434
|
+
/** Disabled */
|
|
11435
|
+
Disabled = "Disabled",
|
|
11436
|
+
/** SecuredByPerimeter */
|
|
11437
|
+
SecuredByPerimeter = "SecuredByPerimeter"
|
|
11438
|
+
}
|
|
11439
|
+
|
|
11440
|
+
/**
|
|
11441
|
+
* Defines values for ServerPublicNetworkAccessFlag. \
|
|
11442
|
+
* {@link KnownServerPublicNetworkAccessFlag} can be used interchangeably with ServerPublicNetworkAccessFlag,
|
|
11443
|
+
* this enum contains the known values that the service supports.
|
|
11444
|
+
* ### Known values supported by the service
|
|
11445
|
+
* **Enabled** \
|
|
11446
|
+
* **Disabled** \
|
|
11447
|
+
* **SecuredByPerimeter**
|
|
11448
|
+
*/
|
|
11449
|
+
export type ServerPublicNetworkAccessFlag = string;
|
|
11450
|
+
|
|
11451
|
+
/** Known values of {@link ServerWorkspaceFeature} that the service accepts. */
|
|
11452
|
+
export enum KnownServerWorkspaceFeature {
|
|
11453
|
+
/** Connected */
|
|
11454
|
+
Connected = "Connected",
|
|
11455
|
+
/** Disconnected */
|
|
11456
|
+
Disconnected = "Disconnected"
|
|
11457
|
+
}
|
|
11458
|
+
|
|
11459
|
+
/**
|
|
11460
|
+
* Defines values for ServerWorkspaceFeature. \
|
|
11461
|
+
* {@link KnownServerWorkspaceFeature} can be used interchangeably with ServerWorkspaceFeature,
|
|
11462
|
+
* this enum contains the known values that the service supports.
|
|
11463
|
+
* ### Known values supported by the service
|
|
11464
|
+
* **Connected** \
|
|
11465
|
+
* **Disconnected**
|
|
11466
|
+
*/
|
|
11467
|
+
export type ServerWorkspaceFeature = string;
|
|
11468
|
+
|
|
11469
|
+
/** Known values of {@link ServerNetworkAccessFlag} that the service accepts. */
|
|
11470
|
+
export enum KnownServerNetworkAccessFlag {
|
|
11471
|
+
/** Enabled */
|
|
11472
|
+
Enabled = "Enabled",
|
|
11473
|
+
/** Disabled */
|
|
11474
|
+
Disabled = "Disabled"
|
|
11475
|
+
}
|
|
11476
|
+
|
|
11477
|
+
/**
|
|
11478
|
+
* Defines values for ServerNetworkAccessFlag. \
|
|
11479
|
+
* {@link KnownServerNetworkAccessFlag} can be used interchangeably with ServerNetworkAccessFlag,
|
|
11480
|
+
* this enum contains the known values that the service supports.
|
|
11481
|
+
* ### Known values supported by the service
|
|
11482
|
+
* **Enabled** \
|
|
11483
|
+
* **Disabled**
|
|
11484
|
+
*/
|
|
11485
|
+
export type ServerNetworkAccessFlag = string;
|
|
11486
|
+
|
|
11487
|
+
/** Known values of {@link ExternalGovernanceStatus} that the service accepts. */
|
|
11488
|
+
export enum KnownExternalGovernanceStatus {
|
|
11489
|
+
/** Enabled */
|
|
11490
|
+
Enabled = "Enabled",
|
|
11491
|
+
/** Disabled */
|
|
11492
|
+
Disabled = "Disabled"
|
|
11493
|
+
}
|
|
11494
|
+
|
|
11495
|
+
/**
|
|
11496
|
+
* Defines values for ExternalGovernanceStatus. \
|
|
11497
|
+
* {@link KnownExternalGovernanceStatus} can be used interchangeably with ExternalGovernanceStatus,
|
|
11498
|
+
* this enum contains the known values that the service supports.
|
|
11499
|
+
* ### Known values supported by the service
|
|
11500
|
+
* **Enabled** \
|
|
11501
|
+
* **Disabled**
|
|
11502
|
+
*/
|
|
11503
|
+
export type ExternalGovernanceStatus = string;
|
|
11504
|
+
|
|
11505
|
+
/** Known values of {@link FailoverGroupReplicationRole} that the service accepts. */
|
|
11506
|
+
export enum KnownFailoverGroupReplicationRole {
|
|
11507
|
+
/** Primary */
|
|
11508
|
+
Primary = "Primary",
|
|
11509
|
+
/** Secondary */
|
|
11510
|
+
Secondary = "Secondary"
|
|
11511
|
+
}
|
|
11512
|
+
|
|
11513
|
+
/**
|
|
11514
|
+
* Defines values for FailoverGroupReplicationRole. \
|
|
11515
|
+
* {@link KnownFailoverGroupReplicationRole} can be used interchangeably with FailoverGroupReplicationRole,
|
|
11516
|
+
* this enum contains the known values that the service supports.
|
|
11517
|
+
* ### Known values supported by the service
|
|
11518
|
+
* **Primary** \
|
|
11519
|
+
* **Secondary**
|
|
11520
|
+
*/
|
|
11521
|
+
export type FailoverGroupReplicationRole = string;
|
|
11522
|
+
|
|
11523
|
+
/** Known values of {@link ServiceObjectiveName} that the service accepts. */
|
|
11524
|
+
export enum KnownServiceObjectiveName {
|
|
11525
|
+
/** System */
|
|
11526
|
+
System = "System",
|
|
11527
|
+
/** System0 */
|
|
11528
|
+
System0 = "System0",
|
|
11529
|
+
/** System1 */
|
|
11530
|
+
System1 = "System1",
|
|
11531
|
+
/** System2 */
|
|
11532
|
+
System2 = "System2",
|
|
11533
|
+
/** System3 */
|
|
11534
|
+
System3 = "System3",
|
|
11535
|
+
/** System4 */
|
|
11536
|
+
System4 = "System4",
|
|
11537
|
+
/** System2L */
|
|
11538
|
+
System2L = "System2L",
|
|
11539
|
+
/** System3L */
|
|
11540
|
+
System3L = "System3L",
|
|
11541
|
+
/** System4L */
|
|
11542
|
+
System4L = "System4L",
|
|
11543
|
+
/** Free */
|
|
11544
|
+
Free = "Free",
|
|
11545
|
+
/** Basic */
|
|
11546
|
+
Basic = "Basic",
|
|
11547
|
+
/** S0 */
|
|
11548
|
+
S0 = "S0",
|
|
11549
|
+
/** S1 */
|
|
11550
|
+
S1 = "S1",
|
|
11551
|
+
/** S2 */
|
|
11552
|
+
S2 = "S2",
|
|
11553
|
+
/** S3 */
|
|
11554
|
+
S3 = "S3",
|
|
11555
|
+
/** S4 */
|
|
11556
|
+
S4 = "S4",
|
|
11557
|
+
/** S6 */
|
|
11558
|
+
S6 = "S6",
|
|
11559
|
+
/** S7 */
|
|
11560
|
+
S7 = "S7",
|
|
11561
|
+
/** S9 */
|
|
11562
|
+
S9 = "S9",
|
|
11563
|
+
/** S12 */
|
|
11564
|
+
S12 = "S12",
|
|
11565
|
+
/** P1 */
|
|
11566
|
+
P1 = "P1",
|
|
11567
|
+
/** P2 */
|
|
11568
|
+
P2 = "P2",
|
|
11569
|
+
/** P3 */
|
|
11570
|
+
P3 = "P3",
|
|
11571
|
+
/** P4 */
|
|
11572
|
+
P4 = "P4",
|
|
11573
|
+
/** P6 */
|
|
11574
|
+
P6 = "P6",
|
|
11575
|
+
/** P11 */
|
|
11576
|
+
P11 = "P11",
|
|
11577
|
+
/** P15 */
|
|
11578
|
+
P15 = "P15",
|
|
11579
|
+
/** PRS1 */
|
|
11580
|
+
PRS1 = "PRS1",
|
|
11581
|
+
/** PRS2 */
|
|
11582
|
+
PRS2 = "PRS2",
|
|
11583
|
+
/** PRS4 */
|
|
11584
|
+
PRS4 = "PRS4",
|
|
11585
|
+
/** PRS6 */
|
|
11586
|
+
PRS6 = "PRS6",
|
|
11537
11587
|
/** DW100 */
|
|
11538
11588
|
DW100 = "DW100",
|
|
11539
11589
|
/** DW200 */
|
|
@@ -11780,10 +11830,10 @@ export type ReplicationRole =
|
|
|
11780
11830
|
| "NonReadableSecondary"
|
|
11781
11831
|
| "Source"
|
|
11782
11832
|
| "Copy";
|
|
11783
|
-
/** Defines values for CheckNameAvailabilityReason. */
|
|
11784
|
-
export type CheckNameAvailabilityReason = "Invalid" | "AlreadyExists";
|
|
11785
11833
|
/** Defines values for SqlVulnerabilityAssessmentState. */
|
|
11786
11834
|
export type SqlVulnerabilityAssessmentState = "Enabled" | "Disabled";
|
|
11835
|
+
/** Defines values for CheckNameAvailabilityReason. */
|
|
11836
|
+
export type CheckNameAvailabilityReason = "Invalid" | "AlreadyExists";
|
|
11787
11837
|
|
|
11788
11838
|
/** Optional parameters. */
|
|
11789
11839
|
export interface DataMaskingPoliciesCreateOrUpdateOptionalParams
|
|
@@ -16719,75 +16769,53 @@ export interface ServerConfigurationOptionsListByManagedInstanceNextOptionalPara
|
|
|
16719
16769
|
export type ServerConfigurationOptionsListByManagedInstanceNextResponse = ServerConfigurationOptionListResult;
|
|
16720
16770
|
|
|
16721
16771
|
/** Optional parameters. */
|
|
16722
|
-
export interface
|
|
16772
|
+
export interface StartStopManagedInstanceSchedulesListByInstanceOptionalParams
|
|
16723
16773
|
extends coreClient.OperationOptions {}
|
|
16724
16774
|
|
|
16725
|
-
/** Contains response data for the
|
|
16726
|
-
export type
|
|
16775
|
+
/** Contains response data for the listByInstance operation. */
|
|
16776
|
+
export type StartStopManagedInstanceSchedulesListByInstanceResponse = StartStopManagedInstanceScheduleListResult;
|
|
16727
16777
|
|
|
16728
16778
|
/** Optional parameters. */
|
|
16729
|
-
export interface
|
|
16730
|
-
|
|
16731
|
-
expand?: string;
|
|
16732
|
-
}
|
|
16779
|
+
export interface StartStopManagedInstanceSchedulesGetOptionalParams
|
|
16780
|
+
extends coreClient.OperationOptions {}
|
|
16733
16781
|
|
|
16734
|
-
/** Contains response data for the
|
|
16735
|
-
export type
|
|
16782
|
+
/** Contains response data for the get operation. */
|
|
16783
|
+
export type StartStopManagedInstanceSchedulesGetResponse = StartStopManagedInstanceSchedule;
|
|
16736
16784
|
|
|
16737
16785
|
/** Optional parameters. */
|
|
16738
|
-
export interface
|
|
16739
|
-
extends coreClient.OperationOptions {
|
|
16740
|
-
/** The child resources to include in the response. */
|
|
16741
|
-
expand?: string;
|
|
16742
|
-
}
|
|
16786
|
+
export interface StartStopManagedInstanceSchedulesCreateOrUpdateOptionalParams
|
|
16787
|
+
extends coreClient.OperationOptions {}
|
|
16743
16788
|
|
|
16744
|
-
/** Contains response data for the
|
|
16745
|
-
export type
|
|
16789
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
16790
|
+
export type StartStopManagedInstanceSchedulesCreateOrUpdateResponse = StartStopManagedInstanceSchedule;
|
|
16746
16791
|
|
|
16747
16792
|
/** Optional parameters. */
|
|
16748
|
-
export interface
|
|
16749
|
-
|
|
16750
|
-
expand?: string;
|
|
16751
|
-
}
|
|
16752
|
-
|
|
16753
|
-
/** Contains response data for the get operation. */
|
|
16754
|
-
export type ServersGetResponse = Server;
|
|
16793
|
+
export interface StartStopManagedInstanceSchedulesDeleteOptionalParams
|
|
16794
|
+
extends coreClient.OperationOptions {}
|
|
16755
16795
|
|
|
16756
16796
|
/** Optional parameters. */
|
|
16757
|
-
export interface
|
|
16758
|
-
extends coreClient.OperationOptions {
|
|
16759
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
16760
|
-
updateIntervalInMs?: number;
|
|
16761
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
16762
|
-
resumeFrom?: string;
|
|
16763
|
-
}
|
|
16797
|
+
export interface StartStopManagedInstanceSchedulesListByInstanceNextOptionalParams
|
|
16798
|
+
extends coreClient.OperationOptions {}
|
|
16764
16799
|
|
|
16765
|
-
/** Contains response data for the
|
|
16766
|
-
export type
|
|
16800
|
+
/** Contains response data for the listByInstanceNext operation. */
|
|
16801
|
+
export type StartStopManagedInstanceSchedulesListByInstanceNextResponse = StartStopManagedInstanceScheduleListResult;
|
|
16767
16802
|
|
|
16768
16803
|
/** Optional parameters. */
|
|
16769
|
-
export interface
|
|
16770
|
-
extends coreClient.OperationOptions {
|
|
16771
|
-
|
|
16772
|
-
|
|
16773
|
-
|
|
16774
|
-
resumeFrom?: string;
|
|
16775
|
-
}
|
|
16804
|
+
export interface TransparentDataEncryptionsListByDatabaseOptionalParams
|
|
16805
|
+
extends coreClient.OperationOptions {}
|
|
16806
|
+
|
|
16807
|
+
/** Contains response data for the listByDatabase operation. */
|
|
16808
|
+
export type TransparentDataEncryptionsListByDatabaseResponse = LogicalDatabaseTransparentDataEncryptionListResult;
|
|
16776
16809
|
|
|
16777
16810
|
/** Optional parameters. */
|
|
16778
|
-
export interface
|
|
16779
|
-
extends coreClient.OperationOptions {
|
|
16780
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
16781
|
-
updateIntervalInMs?: number;
|
|
16782
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
16783
|
-
resumeFrom?: string;
|
|
16784
|
-
}
|
|
16811
|
+
export interface TransparentDataEncryptionsGetOptionalParams
|
|
16812
|
+
extends coreClient.OperationOptions {}
|
|
16785
16813
|
|
|
16786
|
-
/** Contains response data for the
|
|
16787
|
-
export type
|
|
16814
|
+
/** Contains response data for the get operation. */
|
|
16815
|
+
export type TransparentDataEncryptionsGetResponse = LogicalDatabaseTransparentDataEncryption;
|
|
16788
16816
|
|
|
16789
16817
|
/** Optional parameters. */
|
|
16790
|
-
export interface
|
|
16818
|
+
export interface TransparentDataEncryptionsCreateOrUpdateOptionalParams
|
|
16791
16819
|
extends coreClient.OperationOptions {
|
|
16792
16820
|
/** Delay to wait until next poll, in milliseconds. */
|
|
16793
16821
|
updateIntervalInMs?: number;
|
|
@@ -16795,192 +16823,18 @@ export interface ServersImportDatabaseOptionalParams
|
|
|
16795
16823
|
resumeFrom?: string;
|
|
16796
16824
|
}
|
|
16797
16825
|
|
|
16798
|
-
/** Contains response data for the
|
|
16799
|
-
export type
|
|
16826
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
16827
|
+
export type TransparentDataEncryptionsCreateOrUpdateResponse = LogicalDatabaseTransparentDataEncryption;
|
|
16800
16828
|
|
|
16801
16829
|
/** Optional parameters. */
|
|
16802
|
-
export interface
|
|
16803
|
-
extends coreClient.OperationOptions {
|
|
16804
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
16805
|
-
updateIntervalInMs?: number;
|
|
16806
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
16807
|
-
resumeFrom?: string;
|
|
16808
|
-
}
|
|
16830
|
+
export interface TransparentDataEncryptionsListByDatabaseNextOptionalParams
|
|
16831
|
+
extends coreClient.OperationOptions {}
|
|
16809
16832
|
|
|
16810
|
-
/** Contains response data for the
|
|
16811
|
-
export type
|
|
16833
|
+
/** Contains response data for the listByDatabaseNext operation. */
|
|
16834
|
+
export type TransparentDataEncryptionsListByDatabaseNextResponse = LogicalDatabaseTransparentDataEncryptionListResult;
|
|
16812
16835
|
|
|
16813
16836
|
/** Optional parameters. */
|
|
16814
|
-
export interface
|
|
16815
|
-
extends coreClient.OperationOptions {}
|
|
16816
|
-
|
|
16817
|
-
/** Contains response data for the listNext operation. */
|
|
16818
|
-
export type ServersListNextResponse = ServerListResult;
|
|
16819
|
-
|
|
16820
|
-
/** Optional parameters. */
|
|
16821
|
-
export interface ServersListByResourceGroupNextOptionalParams
|
|
16822
|
-
extends coreClient.OperationOptions {}
|
|
16823
|
-
|
|
16824
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
16825
|
-
export type ServersListByResourceGroupNextResponse = ServerListResult;
|
|
16826
|
-
|
|
16827
|
-
/** Optional parameters. */
|
|
16828
|
-
export interface StartStopManagedInstanceSchedulesListByInstanceOptionalParams
|
|
16829
|
-
extends coreClient.OperationOptions {}
|
|
16830
|
-
|
|
16831
|
-
/** Contains response data for the listByInstance operation. */
|
|
16832
|
-
export type StartStopManagedInstanceSchedulesListByInstanceResponse = StartStopManagedInstanceScheduleListResult;
|
|
16833
|
-
|
|
16834
|
-
/** Optional parameters. */
|
|
16835
|
-
export interface StartStopManagedInstanceSchedulesGetOptionalParams
|
|
16836
|
-
extends coreClient.OperationOptions {}
|
|
16837
|
-
|
|
16838
|
-
/** Contains response data for the get operation. */
|
|
16839
|
-
export type StartStopManagedInstanceSchedulesGetResponse = StartStopManagedInstanceSchedule;
|
|
16840
|
-
|
|
16841
|
-
/** Optional parameters. */
|
|
16842
|
-
export interface StartStopManagedInstanceSchedulesCreateOrUpdateOptionalParams
|
|
16843
|
-
extends coreClient.OperationOptions {}
|
|
16844
|
-
|
|
16845
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
16846
|
-
export type StartStopManagedInstanceSchedulesCreateOrUpdateResponse = StartStopManagedInstanceSchedule;
|
|
16847
|
-
|
|
16848
|
-
/** Optional parameters. */
|
|
16849
|
-
export interface StartStopManagedInstanceSchedulesDeleteOptionalParams
|
|
16850
|
-
extends coreClient.OperationOptions {}
|
|
16851
|
-
|
|
16852
|
-
/** Optional parameters. */
|
|
16853
|
-
export interface StartStopManagedInstanceSchedulesListByInstanceNextOptionalParams
|
|
16854
|
-
extends coreClient.OperationOptions {}
|
|
16855
|
-
|
|
16856
|
-
/** Contains response data for the listByInstanceNext operation. */
|
|
16857
|
-
export type StartStopManagedInstanceSchedulesListByInstanceNextResponse = StartStopManagedInstanceScheduleListResult;
|
|
16858
|
-
|
|
16859
|
-
/** Optional parameters. */
|
|
16860
|
-
export interface TransparentDataEncryptionsListByDatabaseOptionalParams
|
|
16861
|
-
extends coreClient.OperationOptions {}
|
|
16862
|
-
|
|
16863
|
-
/** Contains response data for the listByDatabase operation. */
|
|
16864
|
-
export type TransparentDataEncryptionsListByDatabaseResponse = LogicalDatabaseTransparentDataEncryptionListResult;
|
|
16865
|
-
|
|
16866
|
-
/** Optional parameters. */
|
|
16867
|
-
export interface TransparentDataEncryptionsGetOptionalParams
|
|
16868
|
-
extends coreClient.OperationOptions {}
|
|
16869
|
-
|
|
16870
|
-
/** Contains response data for the get operation. */
|
|
16871
|
-
export type TransparentDataEncryptionsGetResponse = LogicalDatabaseTransparentDataEncryption;
|
|
16872
|
-
|
|
16873
|
-
/** Optional parameters. */
|
|
16874
|
-
export interface TransparentDataEncryptionsCreateOrUpdateOptionalParams
|
|
16875
|
-
extends coreClient.OperationOptions {
|
|
16876
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
16877
|
-
updateIntervalInMs?: number;
|
|
16878
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
16879
|
-
resumeFrom?: string;
|
|
16880
|
-
}
|
|
16881
|
-
|
|
16882
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
16883
|
-
export type TransparentDataEncryptionsCreateOrUpdateResponse = LogicalDatabaseTransparentDataEncryption;
|
|
16884
|
-
|
|
16885
|
-
/** Optional parameters. */
|
|
16886
|
-
export interface TransparentDataEncryptionsListByDatabaseNextOptionalParams
|
|
16887
|
-
extends coreClient.OperationOptions {}
|
|
16888
|
-
|
|
16889
|
-
/** Contains response data for the listByDatabaseNext operation. */
|
|
16890
|
-
export type TransparentDataEncryptionsListByDatabaseNextResponse = LogicalDatabaseTransparentDataEncryptionListResult;
|
|
16891
|
-
|
|
16892
|
-
/** Optional parameters. */
|
|
16893
|
-
export interface FailoverGroupsListByServerOptionalParams
|
|
16894
|
-
extends coreClient.OperationOptions {}
|
|
16895
|
-
|
|
16896
|
-
/** Contains response data for the listByServer operation. */
|
|
16897
|
-
export type FailoverGroupsListByServerResponse = FailoverGroupListResult;
|
|
16898
|
-
|
|
16899
|
-
/** Optional parameters. */
|
|
16900
|
-
export interface FailoverGroupsGetOptionalParams
|
|
16901
|
-
extends coreClient.OperationOptions {}
|
|
16902
|
-
|
|
16903
|
-
/** Contains response data for the get operation. */
|
|
16904
|
-
export type FailoverGroupsGetResponse = FailoverGroup;
|
|
16905
|
-
|
|
16906
|
-
/** Optional parameters. */
|
|
16907
|
-
export interface FailoverGroupsCreateOrUpdateOptionalParams
|
|
16908
|
-
extends coreClient.OperationOptions {
|
|
16909
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
16910
|
-
updateIntervalInMs?: number;
|
|
16911
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
16912
|
-
resumeFrom?: string;
|
|
16913
|
-
}
|
|
16914
|
-
|
|
16915
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
16916
|
-
export type FailoverGroupsCreateOrUpdateResponse = FailoverGroup;
|
|
16917
|
-
|
|
16918
|
-
/** Optional parameters. */
|
|
16919
|
-
export interface FailoverGroupsDeleteOptionalParams
|
|
16920
|
-
extends coreClient.OperationOptions {
|
|
16921
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
16922
|
-
updateIntervalInMs?: number;
|
|
16923
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
16924
|
-
resumeFrom?: string;
|
|
16925
|
-
}
|
|
16926
|
-
|
|
16927
|
-
/** Optional parameters. */
|
|
16928
|
-
export interface FailoverGroupsUpdateOptionalParams
|
|
16929
|
-
extends coreClient.OperationOptions {
|
|
16930
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
16931
|
-
updateIntervalInMs?: number;
|
|
16932
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
16933
|
-
resumeFrom?: string;
|
|
16934
|
-
}
|
|
16935
|
-
|
|
16936
|
-
/** Contains response data for the update operation. */
|
|
16937
|
-
export type FailoverGroupsUpdateResponse = FailoverGroup;
|
|
16938
|
-
|
|
16939
|
-
/** Optional parameters. */
|
|
16940
|
-
export interface FailoverGroupsFailoverOptionalParams
|
|
16941
|
-
extends coreClient.OperationOptions {
|
|
16942
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
16943
|
-
updateIntervalInMs?: number;
|
|
16944
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
16945
|
-
resumeFrom?: string;
|
|
16946
|
-
}
|
|
16947
|
-
|
|
16948
|
-
/** Contains response data for the failover operation. */
|
|
16949
|
-
export type FailoverGroupsFailoverResponse = FailoverGroup;
|
|
16950
|
-
|
|
16951
|
-
/** Optional parameters. */
|
|
16952
|
-
export interface FailoverGroupsForceFailoverAllowDataLossOptionalParams
|
|
16953
|
-
extends coreClient.OperationOptions {
|
|
16954
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
16955
|
-
updateIntervalInMs?: number;
|
|
16956
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
16957
|
-
resumeFrom?: string;
|
|
16958
|
-
}
|
|
16959
|
-
|
|
16960
|
-
/** Contains response data for the forceFailoverAllowDataLoss operation. */
|
|
16961
|
-
export type FailoverGroupsForceFailoverAllowDataLossResponse = FailoverGroup;
|
|
16962
|
-
|
|
16963
|
-
/** Optional parameters. */
|
|
16964
|
-
export interface FailoverGroupsTryPlannedBeforeForcedFailoverOptionalParams
|
|
16965
|
-
extends coreClient.OperationOptions {
|
|
16966
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
16967
|
-
updateIntervalInMs?: number;
|
|
16968
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
16969
|
-
resumeFrom?: string;
|
|
16970
|
-
}
|
|
16971
|
-
|
|
16972
|
-
/** Contains response data for the tryPlannedBeforeForcedFailover operation. */
|
|
16973
|
-
export type FailoverGroupsTryPlannedBeforeForcedFailoverResponse = FailoverGroup;
|
|
16974
|
-
|
|
16975
|
-
/** Optional parameters. */
|
|
16976
|
-
export interface FailoverGroupsListByServerNextOptionalParams
|
|
16977
|
-
extends coreClient.OperationOptions {}
|
|
16978
|
-
|
|
16979
|
-
/** Contains response data for the listByServerNext operation. */
|
|
16980
|
-
export type FailoverGroupsListByServerNextResponse = FailoverGroupListResult;
|
|
16981
|
-
|
|
16982
|
-
/** Optional parameters. */
|
|
16983
|
-
export interface IPv6FirewallRulesListByServerOptionalParams
|
|
16837
|
+
export interface IPv6FirewallRulesListByServerOptionalParams
|
|
16984
16838
|
extends coreClient.OperationOptions {}
|
|
16985
16839
|
|
|
16986
16840
|
/** Contains response data for the listByServer operation. */
|
|
@@ -17286,6 +17140,202 @@ export interface DatabaseSqlVulnerabilityAssessmentsSettingsListByDatabaseNextOp
|
|
|
17286
17140
|
/** Contains response data for the listByDatabaseNext operation. */
|
|
17287
17141
|
export type DatabaseSqlVulnerabilityAssessmentsSettingsListByDatabaseNextResponse = SqlVulnerabilityAssessmentListResult;
|
|
17288
17142
|
|
|
17143
|
+
/** Optional parameters. */
|
|
17144
|
+
export interface ServersCheckNameAvailabilityOptionalParams
|
|
17145
|
+
extends coreClient.OperationOptions {}
|
|
17146
|
+
|
|
17147
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
17148
|
+
export type ServersCheckNameAvailabilityResponse = CheckNameAvailabilityResponse;
|
|
17149
|
+
|
|
17150
|
+
/** Optional parameters. */
|
|
17151
|
+
export interface ServersListOptionalParams extends coreClient.OperationOptions {
|
|
17152
|
+
/** The child resources to include in the response. */
|
|
17153
|
+
expand?: string;
|
|
17154
|
+
}
|
|
17155
|
+
|
|
17156
|
+
/** Contains response data for the list operation. */
|
|
17157
|
+
export type ServersListResponse = ServerListResult;
|
|
17158
|
+
|
|
17159
|
+
/** Optional parameters. */
|
|
17160
|
+
export interface ServersListByResourceGroupOptionalParams
|
|
17161
|
+
extends coreClient.OperationOptions {
|
|
17162
|
+
/** The child resources to include in the response. */
|
|
17163
|
+
expand?: string;
|
|
17164
|
+
}
|
|
17165
|
+
|
|
17166
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
17167
|
+
export type ServersListByResourceGroupResponse = ServerListResult;
|
|
17168
|
+
|
|
17169
|
+
/** Optional parameters. */
|
|
17170
|
+
export interface ServersGetOptionalParams extends coreClient.OperationOptions {
|
|
17171
|
+
/** The child resources to include in the response. */
|
|
17172
|
+
expand?: string;
|
|
17173
|
+
}
|
|
17174
|
+
|
|
17175
|
+
/** Contains response data for the get operation. */
|
|
17176
|
+
export type ServersGetResponse = Server;
|
|
17177
|
+
|
|
17178
|
+
/** Optional parameters. */
|
|
17179
|
+
export interface ServersCreateOrUpdateOptionalParams
|
|
17180
|
+
extends coreClient.OperationOptions {
|
|
17181
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
17182
|
+
updateIntervalInMs?: number;
|
|
17183
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
17184
|
+
resumeFrom?: string;
|
|
17185
|
+
}
|
|
17186
|
+
|
|
17187
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
17188
|
+
export type ServersCreateOrUpdateResponse = Server;
|
|
17189
|
+
|
|
17190
|
+
/** Optional parameters. */
|
|
17191
|
+
export interface ServersDeleteOptionalParams
|
|
17192
|
+
extends coreClient.OperationOptions {
|
|
17193
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
17194
|
+
updateIntervalInMs?: number;
|
|
17195
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
17196
|
+
resumeFrom?: string;
|
|
17197
|
+
}
|
|
17198
|
+
|
|
17199
|
+
/** Optional parameters. */
|
|
17200
|
+
export interface ServersUpdateOptionalParams
|
|
17201
|
+
extends coreClient.OperationOptions {
|
|
17202
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
17203
|
+
updateIntervalInMs?: number;
|
|
17204
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
17205
|
+
resumeFrom?: string;
|
|
17206
|
+
}
|
|
17207
|
+
|
|
17208
|
+
/** Contains response data for the update operation. */
|
|
17209
|
+
export type ServersUpdateResponse = Server;
|
|
17210
|
+
|
|
17211
|
+
/** Optional parameters. */
|
|
17212
|
+
export interface ServersImportDatabaseOptionalParams
|
|
17213
|
+
extends coreClient.OperationOptions {
|
|
17214
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
17215
|
+
updateIntervalInMs?: number;
|
|
17216
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
17217
|
+
resumeFrom?: string;
|
|
17218
|
+
}
|
|
17219
|
+
|
|
17220
|
+
/** Contains response data for the importDatabase operation. */
|
|
17221
|
+
export type ServersImportDatabaseResponse = ImportExportOperationResult;
|
|
17222
|
+
|
|
17223
|
+
/** Optional parameters. */
|
|
17224
|
+
export interface ServersRefreshStatusOptionalParams
|
|
17225
|
+
extends coreClient.OperationOptions {
|
|
17226
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
17227
|
+
updateIntervalInMs?: number;
|
|
17228
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
17229
|
+
resumeFrom?: string;
|
|
17230
|
+
}
|
|
17231
|
+
|
|
17232
|
+
/** Contains response data for the refreshStatus operation. */
|
|
17233
|
+
export type ServersRefreshStatusResponse = RefreshExternalGovernanceStatusOperationResult;
|
|
17234
|
+
|
|
17235
|
+
/** Optional parameters. */
|
|
17236
|
+
export interface ServersListNextOptionalParams
|
|
17237
|
+
extends coreClient.OperationOptions {}
|
|
17238
|
+
|
|
17239
|
+
/** Contains response data for the listNext operation. */
|
|
17240
|
+
export type ServersListNextResponse = ServerListResult;
|
|
17241
|
+
|
|
17242
|
+
/** Optional parameters. */
|
|
17243
|
+
export interface ServersListByResourceGroupNextOptionalParams
|
|
17244
|
+
extends coreClient.OperationOptions {}
|
|
17245
|
+
|
|
17246
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
17247
|
+
export type ServersListByResourceGroupNextResponse = ServerListResult;
|
|
17248
|
+
|
|
17249
|
+
/** Optional parameters. */
|
|
17250
|
+
export interface FailoverGroupsListByServerOptionalParams
|
|
17251
|
+
extends coreClient.OperationOptions {}
|
|
17252
|
+
|
|
17253
|
+
/** Contains response data for the listByServer operation. */
|
|
17254
|
+
export type FailoverGroupsListByServerResponse = FailoverGroupListResult;
|
|
17255
|
+
|
|
17256
|
+
/** Optional parameters. */
|
|
17257
|
+
export interface FailoverGroupsGetOptionalParams
|
|
17258
|
+
extends coreClient.OperationOptions {}
|
|
17259
|
+
|
|
17260
|
+
/** Contains response data for the get operation. */
|
|
17261
|
+
export type FailoverGroupsGetResponse = FailoverGroup;
|
|
17262
|
+
|
|
17263
|
+
/** Optional parameters. */
|
|
17264
|
+
export interface FailoverGroupsCreateOrUpdateOptionalParams
|
|
17265
|
+
extends coreClient.OperationOptions {
|
|
17266
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
17267
|
+
updateIntervalInMs?: number;
|
|
17268
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
17269
|
+
resumeFrom?: string;
|
|
17270
|
+
}
|
|
17271
|
+
|
|
17272
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
17273
|
+
export type FailoverGroupsCreateOrUpdateResponse = FailoverGroup;
|
|
17274
|
+
|
|
17275
|
+
/** Optional parameters. */
|
|
17276
|
+
export interface FailoverGroupsDeleteOptionalParams
|
|
17277
|
+
extends coreClient.OperationOptions {
|
|
17278
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
17279
|
+
updateIntervalInMs?: number;
|
|
17280
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
17281
|
+
resumeFrom?: string;
|
|
17282
|
+
}
|
|
17283
|
+
|
|
17284
|
+
/** Optional parameters. */
|
|
17285
|
+
export interface FailoverGroupsUpdateOptionalParams
|
|
17286
|
+
extends coreClient.OperationOptions {
|
|
17287
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
17288
|
+
updateIntervalInMs?: number;
|
|
17289
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
17290
|
+
resumeFrom?: string;
|
|
17291
|
+
}
|
|
17292
|
+
|
|
17293
|
+
/** Contains response data for the update operation. */
|
|
17294
|
+
export type FailoverGroupsUpdateResponse = FailoverGroup;
|
|
17295
|
+
|
|
17296
|
+
/** Optional parameters. */
|
|
17297
|
+
export interface FailoverGroupsFailoverOptionalParams
|
|
17298
|
+
extends coreClient.OperationOptions {
|
|
17299
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
17300
|
+
updateIntervalInMs?: number;
|
|
17301
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
17302
|
+
resumeFrom?: string;
|
|
17303
|
+
}
|
|
17304
|
+
|
|
17305
|
+
/** Contains response data for the failover operation. */
|
|
17306
|
+
export type FailoverGroupsFailoverResponse = FailoverGroup;
|
|
17307
|
+
|
|
17308
|
+
/** Optional parameters. */
|
|
17309
|
+
export interface FailoverGroupsForceFailoverAllowDataLossOptionalParams
|
|
17310
|
+
extends coreClient.OperationOptions {
|
|
17311
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
17312
|
+
updateIntervalInMs?: number;
|
|
17313
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
17314
|
+
resumeFrom?: string;
|
|
17315
|
+
}
|
|
17316
|
+
|
|
17317
|
+
/** Contains response data for the forceFailoverAllowDataLoss operation. */
|
|
17318
|
+
export type FailoverGroupsForceFailoverAllowDataLossResponse = FailoverGroup;
|
|
17319
|
+
|
|
17320
|
+
/** Optional parameters. */
|
|
17321
|
+
export interface FailoverGroupsTryPlannedBeforeForcedFailoverOptionalParams
|
|
17322
|
+
extends coreClient.OperationOptions {
|
|
17323
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
17324
|
+
updateIntervalInMs?: number;
|
|
17325
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
17326
|
+
resumeFrom?: string;
|
|
17327
|
+
}
|
|
17328
|
+
|
|
17329
|
+
/** Contains response data for the tryPlannedBeforeForcedFailover operation. */
|
|
17330
|
+
export type FailoverGroupsTryPlannedBeforeForcedFailoverResponse = FailoverGroup;
|
|
17331
|
+
|
|
17332
|
+
/** Optional parameters. */
|
|
17333
|
+
export interface FailoverGroupsListByServerNextOptionalParams
|
|
17334
|
+
extends coreClient.OperationOptions {}
|
|
17335
|
+
|
|
17336
|
+
/** Contains response data for the listByServerNext operation. */
|
|
17337
|
+
export type FailoverGroupsListByServerNextResponse = FailoverGroupListResult;
|
|
17338
|
+
|
|
17289
17339
|
/** Optional parameters. */
|
|
17290
17340
|
export interface SqlManagementClientOptionalParams
|
|
17291
17341
|
extends coreClient.ServiceClientOptions {
|