azure_mgmt_sql 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2014-04-01/generated/azure_mgmt_sql.rb +62 -61
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/database.rb +8 -8
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool.rb +8 -8
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/server.rb +8 -8
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/tracked_resource.rb +11 -11
- data/lib/2014-04-01/generated/azure_mgmt_sql/server_advisors.rb +454 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/sql_management_client.rb +22 -17
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql.rb +43 -25
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_automatic_tuning_operations.rb +246 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_blob_auditing_policies.rb +6 -12
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/firewall_rules.rb +666 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/managed_instances.rb +986 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_disabled_reason.rb +21 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_mode.rb +18 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_option_mode_actual.rb +16 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_option_mode_desired.rb +17 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_options.rb +91 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/database_automatic_tuning.rb +110 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/database_blob_auditing_policy.rb +72 -2
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule.rb +86 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule_list.rb +55 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule_list_result.rb +100 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance.rb +206 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance_list_result.rb +100 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance_update.rb +161 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/proxy_resource_with_writable_name.rb +61 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/resource_with_writable_name.rb +70 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sku.rb +97 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/sql_management_client.rb +20 -6
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql.rb +88 -11
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/backup_long_term_retention_policies.rb +402 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/data_warehouse_user_activities_operations.rb +134 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_blob_auditing_policies.rb +258 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_operations.rb +4 -4
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_vulnerability_assessment_rule_baselines.rb +400 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_vulnerability_assessments.rb +356 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/databases.rb +4 -4
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/extended_database_blob_auditing_policies.rb +258 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/extended_server_blob_auditing_policies.rb +290 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_agents.rb +816 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_credentials.rb +571 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_executions.rb +1101 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_step_executions.rb +415 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_steps.rb +927 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_target_executions.rb +697 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_target_groups.rb +571 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_versions.rb +358 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/jobs.rb +570 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/long_term_retention_backups.rb +925 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_databases.rb +963 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/backup_long_term_retention_policy.rb +110 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/blob_auditing_policy_state.rb +16 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/complete_database_restore_definition.rb +47 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/create_mode.rb +1 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/data_warehouse_user_activities.rb +74 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database.rb +9 -9
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_blob_auditing_policy.rb +238 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation.rb +36 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/{status.rb → database_status.rb} +2 -2
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_update.rb +9 -9
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment.rb +100 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_rule_baseline.rb +84 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_rule_baseline_item.rb +56 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/extended_database_blob_auditing_policy.rb +238 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/extended_server_blob_auditing_policy.rb +238 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job.rb +99 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent.rb +122 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_list_result.rb +100 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_state.rb +19 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_update.rb +54 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_credential.rb +85 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_credential_list_result.rb +100 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution.rb +224 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_lifecycle.rb +24 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_list_result.rb +100 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_target.rb +73 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_list_result.rb +100 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_schedule.rb +98 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_schedule_type.rb +16 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step.rb +135 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_action.rb +73 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_action_source.rb +15 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_action_type.rb +15 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_execution_options.rb +100 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_list_result.rb +100 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_output.rb +127 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_output_type.rb +15 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target.rb +121 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group.rb +82 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group_list_result.rb +100 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group_membership_type.rb +16 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_type.rb +19 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_version.rb +62 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_version_list_result.rb +100 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_backup.rb +134 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/{database_restore_point_list_result.rb → long_term_retention_backup_list_result.rb} +9 -9
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_database_state.rb +17 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database.rb +242 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_create_mode.rb +17 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_list_result.rb +100 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_status.rb +19 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_update.rb +210 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/provisioning_state.rb +19 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/{database_restore_point.rb → restore_point.rb} +6 -5
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point_list_result.rb +68 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/security_alert_policy_state.rb +17 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sensitivity_label.rb +84 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sensitivity_label_list_result.rb +100 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sensitivity_label_source.rb +16 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_blob_auditing_policy.rb +226 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_security_alert_policy.rb +166 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/{arm_sku.rb → sku.rb} +16 -11
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_policy_baseline_name.rb +16 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_recurring_scans_properties.rb +80 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/{database_restore_points.rb → restore_points.rb} +93 -111
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/sensitivity_labels.rb +612 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_automatic_tuning_operations.rb +4 -4
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_blob_auditing_policies.rb +290 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_dns_aliases.rb +4 -4
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_security_alert_policies.rb +290 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/sql_management_client.rb +100 -9
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql.rb +104 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/backup_short_term_retention_policies.rb +684 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/capabilities.rb +128 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/database_operations.rb +338 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/database_vulnerability_assessment_scans.rb +621 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/databases.rb +1566 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/elastic_pool_operations.rb +338 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/elastic_pools.rb +815 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/instance_failover_groups.rb +983 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/managed_instance_tde_certificates.rb +175 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/backup_short_term_retention_policy.rb +74 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/backup_short_term_retention_policy_list_result.rb +101 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/capability_group.rb +17 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/capability_status.rb +18 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/catalog_collation_type.rb +16 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/create_mode.rb +24 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/database.rb +482 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/database_license_type.rb +16 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/database_list_result.rb +100 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/database_operation.rb +233 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/database_operation_list_result.rb +100 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/database_read_scale.rb +16 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/database_status.rb +32 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/database_update.rb +425 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment.rb +100 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_scans_export.rb +76 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/edition_capability.rb +107 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/elastic_pool.rb +187 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/elastic_pool_edition_capability.rb +107 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/elastic_pool_license_type.rb +16 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/elastic_pool_list_result.rb +100 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/elastic_pool_operation.rb +231 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/elastic_pool_operation_list_result.rb +100 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/elastic_pool_per_database_max_performance_level_capability.rb +108 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/elastic_pool_per_database_min_performance_level_capability.rb +86 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/elastic_pool_per_database_settings.rb +57 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/elastic_pool_performance_level_capability.rb +200 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/elastic_pool_state.rb +17 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/elastic_pool_update.rb +116 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/instance_failover_group.rb +156 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/instance_failover_group_list_result.rb +100 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/instance_failover_group_read_only_endpoint.rb +48 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/instance_failover_group_read_write_endpoint.rb +62 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/instance_failover_group_replication_role.rb +16 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/license_type_capability.rb +72 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/location_capabilities.rb +116 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/log_size_capability.rb +61 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/log_size_unit.rb +19 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/managed_instance_edition_capability.rb +94 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/managed_instance_family_capability.rb +161 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/managed_instance_pair_info.rb +57 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/managed_instance_vcores_capability.rb +84 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/managed_instance_version_capability.rb +94 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/management_operation_state.rb +20 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/max_size_capability.rb +61 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/max_size_range_capability.rb +113 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/max_size_unit.rb +18 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/partner_region_info.rb +60 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/performance_level_capability.rb +60 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/performance_level_unit.rb +16 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/proxy_resource.rb +62 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/read_only_endpoint_failover_policy.rb +16 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/read_write_endpoint_failover_policy.rb +16 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/resource.rb +71 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/resource_move_definition.rb +46 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/sample_name.rb +17 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/server_version_capability.rb +116 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/service_objective_capability.rb +166 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/sku.rb +97 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/tde_certificate.rb +84 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/tracked_resource.rb +92 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_recurring_scans_properties.rb +80 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_scan_error.rb +59 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_scan_record.rb +169 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_scan_record_list_result.rb +102 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_scan_state.rb +18 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_scan_trigger_type.rb +16 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/module_definition.rb +9 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/sql_management_client.rb +171 -0
- data/lib/2017-10-01-preview/generated/azure_mgmt_sql/tde_certificates.rb +175 -0
- data/lib/azure_mgmt_sql.rb +2 -1
- data/lib/profiles/latest/modules/sql_profile_module.rb +855 -411
- data/lib/version.rb +1 -1
- metadata +186 -10
@@ -0,0 +1,175 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::SQL::Mgmt::V2017_10_01_preview
|
7
|
+
#
|
8
|
+
# The Azure SQL Database management API provides a RESTful set of web
|
9
|
+
# services that interact with Azure SQL Database services to manage your
|
10
|
+
# databases. The API enables you to create, retrieve, update, and delete
|
11
|
+
# databases.
|
12
|
+
#
|
13
|
+
class TdeCertificates
|
14
|
+
include MsRestAzure
|
15
|
+
|
16
|
+
#
|
17
|
+
# Creates and initializes a new instance of the TdeCertificates class.
|
18
|
+
# @param client service class for accessing basic functionality.
|
19
|
+
#
|
20
|
+
def initialize(client)
|
21
|
+
@client = client
|
22
|
+
end
|
23
|
+
|
24
|
+
# @return [SqlManagementClient] reference to the SqlManagementClient
|
25
|
+
attr_reader :client
|
26
|
+
|
27
|
+
#
|
28
|
+
# Creates a TDE certificate for a given server.
|
29
|
+
#
|
30
|
+
# @param resource_group_name [String] The name of the resource group that
|
31
|
+
# contains the resource. You can obtain this value from the Azure Resource
|
32
|
+
# Manager API or the portal.
|
33
|
+
# @param server_name [String] The name of the server.
|
34
|
+
# @param parameters [TdeCertificate] The requested TDE certificate to be
|
35
|
+
# created or updated.
|
36
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
37
|
+
# will be added to the HTTP request.
|
38
|
+
#
|
39
|
+
def create(resource_group_name, server_name, parameters, custom_headers:nil)
|
40
|
+
response = create_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value!
|
41
|
+
nil
|
42
|
+
end
|
43
|
+
|
44
|
+
#
|
45
|
+
# @param resource_group_name [String] The name of the resource group that
|
46
|
+
# contains the resource. You can obtain this value from the Azure Resource
|
47
|
+
# Manager API or the portal.
|
48
|
+
# @param server_name [String] The name of the server.
|
49
|
+
# @param parameters [TdeCertificate] The requested TDE certificate to be
|
50
|
+
# created or updated.
|
51
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
52
|
+
# will be added to the HTTP request.
|
53
|
+
#
|
54
|
+
# @return [Concurrent::Promise] promise which provides async access to http
|
55
|
+
# response.
|
56
|
+
#
|
57
|
+
def create_async(resource_group_name, server_name, parameters, custom_headers:nil)
|
58
|
+
# Send request
|
59
|
+
promise = begin_create_async(resource_group_name, server_name, parameters, custom_headers:custom_headers)
|
60
|
+
|
61
|
+
promise = promise.then do |response|
|
62
|
+
# Defining deserialization method.
|
63
|
+
deserialize_method = lambda do |parsed_response|
|
64
|
+
end
|
65
|
+
|
66
|
+
# Waiting for response.
|
67
|
+
@client.get_long_running_operation_result(response, deserialize_method)
|
68
|
+
end
|
69
|
+
|
70
|
+
promise
|
71
|
+
end
|
72
|
+
|
73
|
+
#
|
74
|
+
# Creates a TDE certificate for a given server.
|
75
|
+
#
|
76
|
+
# @param resource_group_name [String] The name of the resource group that
|
77
|
+
# contains the resource. You can obtain this value from the Azure Resource
|
78
|
+
# Manager API or the portal.
|
79
|
+
# @param server_name [String] The name of the server.
|
80
|
+
# @param parameters [TdeCertificate] The requested TDE certificate to be
|
81
|
+
# created or updated.
|
82
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
83
|
+
# will be added to the HTTP request.
|
84
|
+
#
|
85
|
+
#
|
86
|
+
def begin_create(resource_group_name, server_name, parameters, custom_headers:nil)
|
87
|
+
response = begin_create_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value!
|
88
|
+
nil
|
89
|
+
end
|
90
|
+
|
91
|
+
#
|
92
|
+
# Creates a TDE certificate for a given server.
|
93
|
+
#
|
94
|
+
# @param resource_group_name [String] The name of the resource group that
|
95
|
+
# contains the resource. You can obtain this value from the Azure Resource
|
96
|
+
# Manager API or the portal.
|
97
|
+
# @param server_name [String] The name of the server.
|
98
|
+
# @param parameters [TdeCertificate] The requested TDE certificate to be
|
99
|
+
# created or updated.
|
100
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
101
|
+
# will be added to the HTTP request.
|
102
|
+
#
|
103
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
104
|
+
#
|
105
|
+
def begin_create_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil)
|
106
|
+
begin_create_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value!
|
107
|
+
end
|
108
|
+
|
109
|
+
#
|
110
|
+
# Creates a TDE certificate for a given server.
|
111
|
+
#
|
112
|
+
# @param resource_group_name [String] The name of the resource group that
|
113
|
+
# contains the resource. You can obtain this value from the Azure Resource
|
114
|
+
# Manager API or the portal.
|
115
|
+
# @param server_name [String] The name of the server.
|
116
|
+
# @param parameters [TdeCertificate] The requested TDE certificate to be
|
117
|
+
# created or updated.
|
118
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
119
|
+
# to the HTTP request.
|
120
|
+
#
|
121
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
122
|
+
#
|
123
|
+
def begin_create_async(resource_group_name, server_name, parameters, custom_headers:nil)
|
124
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
125
|
+
fail ArgumentError, 'server_name is nil' if server_name.nil?
|
126
|
+
fail ArgumentError, 'parameters is nil' if parameters.nil?
|
127
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
128
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
129
|
+
|
130
|
+
|
131
|
+
request_headers = {}
|
132
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
133
|
+
|
134
|
+
# Set Headers
|
135
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
136
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
137
|
+
|
138
|
+
# Serialize Request
|
139
|
+
request_mapper = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate.mapper()
|
140
|
+
request_content = @client.serialize(request_mapper, parameters)
|
141
|
+
request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil
|
142
|
+
|
143
|
+
path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/tdeCertificates'
|
144
|
+
|
145
|
+
request_url = @base_url || @client.base_url
|
146
|
+
|
147
|
+
options = {
|
148
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
149
|
+
path_params: {'resourceGroupName' => resource_group_name,'serverName' => server_name,'subscriptionId' => @client.subscription_id},
|
150
|
+
query_params: {'api-version' => @client.api_version},
|
151
|
+
body: request_content,
|
152
|
+
headers: request_headers.merge(custom_headers || {}),
|
153
|
+
base_url: request_url
|
154
|
+
}
|
155
|
+
promise = @client.make_request_async(:post, path_template, options)
|
156
|
+
|
157
|
+
promise = promise.then do |result|
|
158
|
+
http_response = result.response
|
159
|
+
status_code = http_response.status
|
160
|
+
response_content = http_response.body
|
161
|
+
unless status_code == 200 || status_code == 202
|
162
|
+
error_model = JSON.load(response_content)
|
163
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
164
|
+
end
|
165
|
+
|
166
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
167
|
+
|
168
|
+
result
|
169
|
+
end
|
170
|
+
|
171
|
+
promise.execute
|
172
|
+
end
|
173
|
+
|
174
|
+
end
|
175
|
+
end
|
data/lib/azure_mgmt_sql.rb
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
4
|
|
5
5
|
require '2014-04-01/generated/azure_mgmt_sql'
|
6
|
-
require '2015-05-01-preview/generated/azure_mgmt_sql'
|
7
6
|
require '2017-03-01-preview/generated/azure_mgmt_sql'
|
7
|
+
require '2015-05-01-preview/generated/azure_mgmt_sql'
|
8
|
+
require '2017-10-01-preview/generated/azure_mgmt_sql'
|
8
9
|
require 'profiles/latest/sql_latest_profile_client'
|
@@ -6,12 +6,9 @@ require 'azure_mgmt_sql'
|
|
6
6
|
|
7
7
|
module Azure::SQL::Profiles::Latest
|
8
8
|
module Mgmt
|
9
|
-
BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2014_04_01::BackupLongTermRetentionPolicies
|
10
9
|
BackupLongTermRetentionVaults = Azure::SQL::Mgmt::V2014_04_01::BackupLongTermRetentionVaults
|
11
10
|
RecoverableDatabases = Azure::SQL::Mgmt::V2014_04_01::RecoverableDatabases
|
12
11
|
RestorableDroppedDatabases = Azure::SQL::Mgmt::V2014_04_01::RestorableDroppedDatabases
|
13
|
-
RestorePoints = Azure::SQL::Mgmt::V2014_04_01::RestorePoints
|
14
|
-
Capabilities = Azure::SQL::Mgmt::V2014_04_01::Capabilities
|
15
12
|
ServerConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerConnectionPolicies
|
16
13
|
DatabaseThreatDetectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseThreatDetectionPolicies
|
17
14
|
DataMaskingPolicies = Azure::SQL::Mgmt::V2014_04_01::DataMaskingPolicies
|
@@ -19,19 +16,17 @@ module Azure::SQL::Profiles::Latest
|
|
19
16
|
TransparentDataEncryptionConfigurations = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionConfigurations
|
20
17
|
Extensions = Azure::SQL::Mgmt::V2014_04_01::Extensions
|
21
18
|
DisasterRecoveryConfigurations = Azure::SQL::Mgmt::V2014_04_01::DisasterRecoveryConfigurations
|
22
|
-
ElasticPools = Azure::SQL::Mgmt::V2014_04_01::ElasticPools
|
23
|
-
FirewallRules = Azure::SQL::Mgmt::V2014_04_01::FirewallRules
|
24
19
|
GeoBackupPolicies = Azure::SQL::Mgmt::V2014_04_01::GeoBackupPolicies
|
25
20
|
Queries = Azure::SQL::Mgmt::V2014_04_01::Queries
|
26
21
|
QueryStatistics = Azure::SQL::Mgmt::V2014_04_01::QueryStatistics
|
27
22
|
QueryTexts = Azure::SQL::Mgmt::V2014_04_01::QueryTexts
|
23
|
+
RecommendedElasticPools = Azure::SQL::Mgmt::V2014_04_01::RecommendedElasticPools
|
28
24
|
ReplicationLinks = Azure::SQL::Mgmt::V2014_04_01::ReplicationLinks
|
29
25
|
ServerAzureADAdministrators = Azure::SQL::Mgmt::V2014_04_01::ServerAzureADAdministrators
|
30
26
|
ServerCommunicationLinks = Azure::SQL::Mgmt::V2014_04_01::ServerCommunicationLinks
|
31
27
|
ServiceObjectives = Azure::SQL::Mgmt::V2014_04_01::ServiceObjectives
|
32
28
|
ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities
|
33
29
|
ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities
|
34
|
-
RecommendedElasticPools = Azure::SQL::Mgmt::V2014_04_01::RecommendedElasticPools
|
35
30
|
ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors
|
36
31
|
TransparentDataEncryptions = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptions
|
37
32
|
TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities
|
@@ -43,9 +38,11 @@ module Azure::SQL::Profiles::Latest
|
|
43
38
|
DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors
|
44
39
|
DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions
|
45
40
|
ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors
|
46
|
-
|
41
|
+
DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations
|
47
42
|
EncryptionProtectors = Azure::SQL::Mgmt::V2015_05_01_preview::EncryptionProtectors
|
48
43
|
FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups
|
44
|
+
FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules
|
45
|
+
ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances
|
49
46
|
Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations
|
50
47
|
ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys
|
51
48
|
Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers
|
@@ -54,108 +51,121 @@ module Azure::SQL::Profiles::Latest
|
|
54
51
|
SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers
|
55
52
|
SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages
|
56
53
|
VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules
|
57
|
-
|
58
|
-
|
59
|
-
|
54
|
+
ExtendedDatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedDatabaseBlobAuditingPolicies
|
55
|
+
ExtendedServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedServerBlobAuditingPolicies
|
56
|
+
ServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerBlobAuditingPolicies
|
57
|
+
DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies
|
58
|
+
DatabaseVulnerabilityAssessmentRuleBaselines = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessmentRuleBaselines
|
59
|
+
DatabaseVulnerabilityAssessments = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessments
|
60
|
+
DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations
|
61
|
+
JobAgents = Azure::SQL::Mgmt::V2017_03_01_preview::JobAgents
|
62
|
+
JobCredentials = Azure::SQL::Mgmt::V2017_03_01_preview::JobCredentials
|
63
|
+
JobExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobExecutions
|
64
|
+
Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs
|
65
|
+
JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions
|
66
|
+
JobSteps = Azure::SQL::Mgmt::V2017_03_01_preview::JobSteps
|
67
|
+
JobTargetExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetExecutions
|
68
|
+
JobTargetGroups = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetGroups
|
69
|
+
JobVersions = Azure::SQL::Mgmt::V2017_03_01_preview::JobVersions
|
70
|
+
LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups
|
71
|
+
BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies
|
72
|
+
ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases
|
73
|
+
RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints
|
74
|
+
SensitivityLabels = Azure::SQL::Mgmt::V2017_03_01_preview::SensitivityLabels
|
60
75
|
ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations
|
61
76
|
ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases
|
77
|
+
ServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerSecurityAlertPolicies
|
78
|
+
DatabaseOperations = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseOperations
|
79
|
+
ElasticPoolOperations = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPoolOperations
|
80
|
+
DatabaseVulnerabilityAssessmentScans = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseVulnerabilityAssessmentScans
|
81
|
+
Capabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Capabilities
|
82
|
+
Databases = Azure::SQL::Mgmt::V2017_10_01_preview::Databases
|
83
|
+
ElasticPools = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPools
|
84
|
+
InstanceFailoverGroups = Azure::SQL::Mgmt::V2017_10_01_preview::InstanceFailoverGroups
|
85
|
+
BackupShortTermRetentionPolicies = Azure::SQL::Mgmt::V2017_10_01_preview::BackupShortTermRetentionPolicies
|
86
|
+
TdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::TdeCertificates
|
87
|
+
ManagedInstanceTdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::ManagedInstanceTdeCertificates
|
62
88
|
|
63
89
|
module Models
|
64
|
-
|
90
|
+
MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue
|
91
|
+
ServiceObjectiveListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult
|
92
|
+
DataMaskingRuleListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult
|
93
|
+
QueryText = Azure::SQL::Mgmt::V2014_04_01::Models::QueryText
|
94
|
+
DatabaseUsageListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsageListResult
|
95
|
+
TransparentDataEncryptionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionListResult
|
96
|
+
DatabaseUsage = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsage
|
97
|
+
ExtensionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ExtensionListResult
|
98
|
+
ServerUsageListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsageListResult
|
99
|
+
ServerCommunicationLinkListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLinkListResult
|
100
|
+
ServerUsage = Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsage
|
65
101
|
DisasterRecoveryConfigurationListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationListResult
|
66
102
|
ServerAdministratorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult
|
67
|
-
|
68
|
-
ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult
|
103
|
+
ElasticPoolPerDatabaseMaxDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMaxDtuCapability
|
69
104
|
ReplicationLinkListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLinkListResult
|
105
|
+
CheckNameAvailabilityResponse = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityResponse
|
106
|
+
RecommendedElasticPoolListMetricsResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult
|
107
|
+
SloUsageMetric = Azure::SQL::Mgmt::V2014_04_01::Models::SloUsageMetric
|
108
|
+
GeoBackupPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyListResult
|
109
|
+
TableAuditingPolicyProperties = Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties
|
110
|
+
ImportExtensionRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExtensionRequest
|
111
|
+
TransparentDataEncryptionActivityListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityListResult
|
112
|
+
RecommendedElasticPoolListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListResult
|
70
113
|
ElasticPoolDatabaseActivityListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivityListResult
|
71
114
|
RecommendedElasticPoolMetric = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolMetric
|
72
115
|
ElasticPoolActivityListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivityListResult
|
73
|
-
|
74
|
-
RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult
|
116
|
+
ExportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ExportRequest
|
75
117
|
QueryTextListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryTextListResult
|
76
|
-
RestorableDroppedDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabaseListResult
|
77
|
-
QueryText = Azure::SQL::Mgmt::V2014_04_01::Models::QueryText
|
78
|
-
RestorePointListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RestorePointListResult
|
79
|
-
QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult
|
80
|
-
ServiceObjectiveCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveCapability
|
81
|
-
DataMaskingRuleListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult
|
82
|
-
ElasticPoolPerDatabaseMinDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMinDtuCapability
|
83
|
-
TransparentDataEncryptionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionListResult
|
84
|
-
ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability
|
85
|
-
ExtensionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ExtensionListResult
|
86
|
-
ServerVersionCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersionCapability
|
87
|
-
TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult
|
88
|
-
CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest
|
89
|
-
TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries
|
90
|
-
TransparentDataEncryptionActivityListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityListResult
|
91
|
-
QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic
|
92
|
-
QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval
|
93
|
-
OperationImpact = Azure::SQL::Mgmt::V2014_04_01::Models::OperationImpact
|
94
|
-
ElasticPoolListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolListResult
|
95
|
-
ServerCommunicationLinkListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLinkListResult
|
96
|
-
QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric
|
97
|
-
AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult
|
98
118
|
BackupLongTermRetentionVaultListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVaultListResult
|
99
|
-
RecommendedElasticPoolListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListResult
|
100
|
-
GeoBackupPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyListResult
|
101
|
-
MaxSizeCapability = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeCapability
|
102
|
-
ImportExtensionRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExtensionRequest
|
103
|
-
ElasticPoolPerDatabaseMaxDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMaxDtuCapability
|
104
|
-
DatabaseUsageListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsageListResult
|
105
|
-
LocationCapabilities = Azure::SQL::Mgmt::V2014_04_01::Models::LocationCapabilities
|
106
|
-
DatabaseUsage = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsage
|
107
|
-
SloUsageMetric = Azure::SQL::Mgmt::V2014_04_01::Models::SloUsageMetric
|
108
|
-
ExportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ExportRequest
|
109
|
-
DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult
|
110
|
-
MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue
|
111
|
-
BackupLongTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult
|
112
119
|
MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName
|
113
|
-
|
120
|
+
RestorableDroppedDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabaseListResult
|
114
121
|
Metric = Azure::SQL::Mgmt::V2014_04_01::Models::Metric
|
115
|
-
|
122
|
+
ElasticPoolPerDatabaseMinDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMinDtuCapability
|
116
123
|
MetricListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricListResult
|
117
|
-
TableAuditingPolicyProperties = Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties
|
118
124
|
MetricAvailability = Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability
|
119
|
-
|
125
|
+
ServerTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicyListResult
|
120
126
|
MetricDefinition = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition
|
121
|
-
|
127
|
+
OperationImpact = Azure::SQL::Mgmt::V2014_04_01::Models::OperationImpact
|
122
128
|
MetricDefinitionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult
|
123
|
-
|
124
|
-
|
125
|
-
|
129
|
+
BackupLongTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult
|
130
|
+
CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest
|
131
|
+
QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric
|
132
|
+
ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult
|
133
|
+
QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval
|
134
|
+
RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult
|
135
|
+
QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic
|
136
|
+
DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult
|
137
|
+
TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries
|
138
|
+
ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability
|
139
|
+
TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult
|
140
|
+
AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult
|
141
|
+
QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult
|
126
142
|
BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault
|
127
143
|
RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase
|
128
144
|
RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase
|
129
|
-
RestorePoint = Azure::SQL::Mgmt::V2014_04_01::Models::RestorePoint
|
130
145
|
ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy
|
131
146
|
ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor
|
132
147
|
TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption
|
133
148
|
RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex
|
134
|
-
TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity
|
135
|
-
ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity
|
136
|
-
ElasticPoolActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity
|
137
|
-
RecommendedElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool
|
138
149
|
DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy
|
139
150
|
DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy
|
140
151
|
DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule
|
141
152
|
DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration
|
142
|
-
ElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool
|
143
|
-
ElasticPoolUpdate = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolUpdate
|
144
|
-
FirewallRule = Azure::SQL::Mgmt::V2014_04_01::Models::FirewallRule
|
145
153
|
GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy
|
146
154
|
ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse
|
147
155
|
ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest
|
156
|
+
RecommendedElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool
|
148
157
|
ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink
|
149
158
|
ServerAzureADAdministrator = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator
|
150
159
|
ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink
|
151
160
|
ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective
|
161
|
+
ElasticPoolActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity
|
162
|
+
ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity
|
163
|
+
TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity
|
152
164
|
DatabaseConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy
|
153
165
|
DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy
|
154
166
|
ServerTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy
|
155
167
|
BackupLongTermRetentionPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState
|
156
|
-
CapabilityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::CapabilityStatus
|
157
168
|
MaxSizeUnits = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits
|
158
|
-
PerformanceLevelUnit = Azure::SQL::Mgmt::V2014_04_01::Models::PerformanceLevelUnit
|
159
169
|
CheckNameAvailabilityReason = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason
|
160
170
|
ServerConnectionType = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType
|
161
171
|
DatabaseEdition = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition
|
@@ -165,9 +175,6 @@ module Azure::SQL::Profiles::Latest
|
|
165
175
|
RecommendedIndexState = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState
|
166
176
|
RecommendedIndexType = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType
|
167
177
|
ReadScale = Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale
|
168
|
-
TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus
|
169
|
-
ElasticPoolEdition = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition
|
170
|
-
SecurityAlertPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyState
|
171
178
|
SecurityAlertPolicyEmailAccountAdmins = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins
|
172
179
|
SecurityAlertPolicyUseServerDefault = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault
|
173
180
|
DataMaskingState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState
|
@@ -177,7 +184,7 @@ module Azure::SQL::Profiles::Latest
|
|
177
184
|
DisasterRecoveryConfigurationAutoFailover = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover
|
178
185
|
DisasterRecoveryConfigurationFailoverPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy
|
179
186
|
DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole
|
180
|
-
|
187
|
+
ElasticPoolEdition = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition
|
181
188
|
GeoBackupPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState
|
182
189
|
StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType
|
183
190
|
AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType
|
@@ -192,47 +199,57 @@ module Azure::SQL::Profiles::Latest
|
|
192
199
|
ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState
|
193
200
|
ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion
|
194
201
|
ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState
|
195
|
-
|
202
|
+
TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus
|
203
|
+
OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay
|
204
|
+
Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation
|
205
|
+
RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo
|
206
|
+
OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult
|
207
|
+
RecommendedActionImpactRecord = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord
|
208
|
+
ManagedInstanceUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate
|
209
|
+
FirewallRuleList = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList
|
196
210
|
ResourceIdentity = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity
|
211
|
+
SyncGroupSchema = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema
|
212
|
+
SyncDatabaseIdListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult
|
213
|
+
SyncGroupSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable
|
214
|
+
SyncFullSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable
|
215
|
+
SyncGroupSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn
|
216
|
+
ManagedInstanceListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult
|
217
|
+
EncryptionProtectorListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult
|
218
|
+
SyncFullSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn
|
219
|
+
FailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint
|
197
220
|
RecommendedActionStateInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo
|
221
|
+
SyncGroupLogProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties
|
198
222
|
RecommendedActionErrorInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo
|
199
|
-
|
223
|
+
FailoverGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult
|
200
224
|
RecommendedActionMetricInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo
|
225
|
+
SyncFullSchemaPropertiesListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult
|
226
|
+
FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult
|
227
|
+
ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult
|
201
228
|
VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult
|
202
|
-
RecommendedActionImpactRecord = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord
|
203
|
-
SyncGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult
|
204
|
-
SyncGroupSchema = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema
|
205
|
-
SyncGroupLogProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties
|
206
|
-
FailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint
|
207
229
|
SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult
|
230
|
+
ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult
|
208
231
|
PartnerInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo
|
209
232
|
ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate
|
210
|
-
|
233
|
+
ResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName
|
211
234
|
SubscriptionUsageListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult
|
212
|
-
|
235
|
+
SyncGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult
|
213
236
|
SyncAgentListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult
|
214
|
-
|
237
|
+
FailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint
|
215
238
|
SyncAgentKeyProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties
|
216
|
-
|
217
|
-
RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo
|
239
|
+
SyncFullSchemaProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties
|
218
240
|
SyncMemberListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult
|
219
|
-
|
241
|
+
FailoverGroupUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate
|
220
242
|
SyncAgentLinkedDatabaseListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult
|
221
|
-
|
243
|
+
AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions
|
222
244
|
SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties
|
223
|
-
SyncGroupSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn
|
224
|
-
SyncDatabaseIdListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult
|
225
|
-
SyncGroupSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable
|
226
|
-
SyncFullSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn
|
227
|
-
EncryptionProtectorListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult
|
228
|
-
SyncFullSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable
|
229
|
-
Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation
|
230
|
-
SyncFullSchemaProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties
|
231
245
|
RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction
|
232
246
|
Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor
|
233
|
-
|
247
|
+
DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning
|
234
248
|
EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector
|
235
249
|
FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup
|
250
|
+
ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName
|
251
|
+
FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule
|
252
|
+
ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance
|
236
253
|
ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey
|
237
254
|
Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server
|
238
255
|
SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent
|
@@ -248,13 +265,12 @@ module Azure::SQL::Profiles::Latest
|
|
248
265
|
RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy
|
249
266
|
ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod
|
250
267
|
IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable
|
251
|
-
|
268
|
+
AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode
|
269
|
+
AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason
|
252
270
|
ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType
|
253
|
-
ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy
|
254
|
-
ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy
|
255
271
|
FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole
|
256
|
-
OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin
|
257
272
|
IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType
|
273
|
+
OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin
|
258
274
|
SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState
|
259
275
|
SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType
|
260
276
|
SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType
|
@@ -263,43 +279,149 @@ module Azure::SQL::Profiles::Latest
|
|
263
279
|
SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection
|
264
280
|
SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState
|
265
281
|
VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState
|
266
|
-
|
282
|
+
JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult
|
283
|
+
JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction
|
284
|
+
ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate
|
285
|
+
ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult
|
286
|
+
ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition
|
287
|
+
CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition
|
267
288
|
AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions
|
268
|
-
|
289
|
+
JobAgentListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult
|
290
|
+
SensitivityLabelListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult
|
291
|
+
JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate
|
269
292
|
CreateDatabaseRestorePointDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
293
|
+
LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult
|
294
|
+
JobCredentialListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult
|
295
|
+
RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult
|
296
|
+
JobExecutionTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget
|
297
|
+
JobVersionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult
|
298
|
+
JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult
|
299
|
+
JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule
|
300
|
+
JobTargetGroupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult
|
301
|
+
DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem
|
302
|
+
JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult
|
303
|
+
JobTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget
|
274
304
|
ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
305
|
+
JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput
|
306
|
+
ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition
|
307
|
+
JobStepExecutionOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions
|
308
|
+
ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy
|
309
|
+
ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy
|
310
|
+
ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy
|
311
|
+
DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy
|
282
312
|
ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult
|
283
|
-
|
313
|
+
DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline
|
314
|
+
DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities
|
315
|
+
JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent
|
316
|
+
JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential
|
317
|
+
JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution
|
318
|
+
Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job
|
319
|
+
JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep
|
320
|
+
JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup
|
321
|
+
JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion
|
322
|
+
LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup
|
323
|
+
BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy
|
324
|
+
ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase
|
325
|
+
RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint
|
326
|
+
SensitivityLabel = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabel
|
284
327
|
ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning
|
285
328
|
ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
329
|
+
ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy
|
330
|
+
BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState
|
331
|
+
JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState
|
332
|
+
JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle
|
333
|
+
ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState
|
334
|
+
JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType
|
335
|
+
JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType
|
336
|
+
JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType
|
337
|
+
JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource
|
338
|
+
JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType
|
339
|
+
JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType
|
340
|
+
ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus
|
341
|
+
ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode
|
291
342
|
RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType
|
292
343
|
AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode
|
293
344
|
AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired
|
294
345
|
AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual
|
295
346
|
AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason
|
347
|
+
SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState
|
348
|
+
LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState
|
349
|
+
VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName
|
350
|
+
SensitivityLabelSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource
|
351
|
+
ElasticPoolEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability
|
352
|
+
ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability
|
353
|
+
DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult
|
354
|
+
EditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability
|
355
|
+
Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource
|
356
|
+
ElasticPoolPerDatabaseMinPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability
|
357
|
+
BackupShortTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicyListResult
|
358
|
+
ElasticPoolPerDatabaseMaxPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMaxPerformanceLevelCapability
|
359
|
+
VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties
|
360
|
+
ElasticPoolPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerformanceLevelCapability
|
361
|
+
VulnerabilityAssessmentScanError = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanError
|
362
|
+
InstanceFailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadOnlyEndpoint
|
363
|
+
VulnerabilityAssessmentScanRecordListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecordListResult
|
364
|
+
ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability
|
365
|
+
MaxSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability
|
366
|
+
ManagedInstanceVcoresCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability
|
367
|
+
MaxSizeRangeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability
|
368
|
+
ManagedInstanceFamilyCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability
|
369
|
+
Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku
|
370
|
+
ManagedInstanceEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability
|
371
|
+
ManagedInstanceVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability
|
372
|
+
ElasticPoolOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult
|
373
|
+
LocationCapabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities
|
374
|
+
ManagedInstancePairInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo
|
375
|
+
InstanceFailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint
|
376
|
+
LogSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability
|
377
|
+
DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult
|
378
|
+
LicenseTypeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability
|
379
|
+
DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate
|
380
|
+
InstanceFailoverGroupListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult
|
381
|
+
ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition
|
382
|
+
PerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability
|
383
|
+
ElasticPoolPerDatabaseSettings = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings
|
384
|
+
PartnerRegionInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo
|
385
|
+
ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate
|
386
|
+
ElasticPoolListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult
|
387
|
+
ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource
|
388
|
+
DatabaseOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation
|
389
|
+
TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource
|
390
|
+
ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation
|
391
|
+
DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment
|
392
|
+
VulnerabilityAssessmentScanRecord = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord
|
393
|
+
DatabaseVulnerabilityAssessmentScansExport = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport
|
394
|
+
Database = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database
|
395
|
+
ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool
|
396
|
+
InstanceFailoverGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup
|
397
|
+
BackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy
|
398
|
+
TdeCertificate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate
|
399
|
+
ManagementOperationState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState
|
400
|
+
VulnerabilityAssessmentScanTriggerType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType
|
401
|
+
VulnerabilityAssessmentScanState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState
|
402
|
+
MaxSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit
|
403
|
+
LogSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit
|
404
|
+
CapabilityStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus
|
405
|
+
PerformanceLevelUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit
|
406
|
+
CreateMode = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode
|
407
|
+
SampleName = Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName
|
408
|
+
DatabaseStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus
|
409
|
+
CatalogCollationType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType
|
410
|
+
DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType
|
411
|
+
DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale
|
412
|
+
ElasticPoolState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState
|
413
|
+
ElasticPoolLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType
|
414
|
+
ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy
|
415
|
+
ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy
|
416
|
+
InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole
|
417
|
+
CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup
|
296
418
|
end
|
297
419
|
|
298
420
|
#
|
299
421
|
# SQLManagementClass
|
300
422
|
#
|
301
423
|
class SQLManagementClass
|
302
|
-
attr_reader :
|
424
|
+
attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryptions, :transparent_data_encryption_activities, :server_table_auditing_policies, :database_table_auditing_policies, :database_connection_policies, :server_usages, :database_usages, :database_advisors, :database_recommended_actions, :server_advisors, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :firewall_rules, :managed_instances, :operations, :server_keys, :servers, :sync_agents, :sync_groups, :sync_members, :subscription_usages, :virtual_network_rules, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_blob_auditing_policies, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :jobs, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :backup_long_term_retention_policies, :managed_databases, :restore_points, :sensitivity_labels, :server_automatic_tuning_operations, :server_dns_aliases, :server_security_alert_policies, :database_operations, :elastic_pool_operations, :database_vulnerability_assessment_scans, :capabilities, :databases, :elastic_pools, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :configurable, :base_url, :options, :model_classes
|
303
425
|
|
304
426
|
def initialize(options = {})
|
305
427
|
if options.is_a?(Hash) && options.length == 0
|
@@ -319,12 +441,9 @@ module Azure::SQL::Profiles::Latest
|
|
319
441
|
@client_0.subscription_id = configurable.subscription_id
|
320
442
|
end
|
321
443
|
add_telemetry(@client_0)
|
322
|
-
@backup_long_term_retention_policies = @client_0.backup_long_term_retention_policies
|
323
444
|
@backup_long_term_retention_vaults = @client_0.backup_long_term_retention_vaults
|
324
445
|
@recoverable_databases = @client_0.recoverable_databases
|
325
446
|
@restorable_dropped_databases = @client_0.restorable_dropped_databases
|
326
|
-
@restore_points = @client_0.restore_points
|
327
|
-
@capabilities = @client_0.capabilities
|
328
447
|
@server_connection_policies = @client_0.server_connection_policies
|
329
448
|
@database_threat_detection_policies = @client_0.database_threat_detection_policies
|
330
449
|
@data_masking_policies = @client_0.data_masking_policies
|
@@ -332,19 +451,17 @@ module Azure::SQL::Profiles::Latest
|
|
332
451
|
@transparent_data_encryption_configurations = @client_0.transparent_data_encryption_configurations
|
333
452
|
@extensions = @client_0.extensions
|
334
453
|
@disaster_recovery_configurations = @client_0.disaster_recovery_configurations
|
335
|
-
@elastic_pools = @client_0.elastic_pools
|
336
|
-
@firewall_rules = @client_0.firewall_rules
|
337
454
|
@geo_backup_policies = @client_0.geo_backup_policies
|
338
455
|
@queries = @client_0.queries
|
339
456
|
@query_statistics = @client_0.query_statistics
|
340
457
|
@query_texts = @client_0.query_texts
|
458
|
+
@recommended_elastic_pools = @client_0.recommended_elastic_pools
|
341
459
|
@replication_links = @client_0.replication_links
|
342
460
|
@server_azure_adadministrators = @client_0.server_azure_adadministrators
|
343
461
|
@server_communication_links = @client_0.server_communication_links
|
344
462
|
@service_objectives = @client_0.service_objectives
|
345
463
|
@elastic_pool_activities = @client_0.elastic_pool_activities
|
346
464
|
@elastic_pool_database_activities = @client_0.elastic_pool_database_activities
|
347
|
-
@recommended_elastic_pools = @client_0.recommended_elastic_pools
|
348
465
|
@service_tier_advisors = @client_0.service_tier_advisors
|
349
466
|
@transparent_data_encryptions = @client_0.transparent_data_encryptions
|
350
467
|
@transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities
|
@@ -362,9 +479,11 @@ module Azure::SQL::Profiles::Latest
|
|
362
479
|
@database_advisors = @client_1.database_advisors
|
363
480
|
@database_recommended_actions = @client_1.database_recommended_actions
|
364
481
|
@server_advisors = @client_1.server_advisors
|
365
|
-
@
|
482
|
+
@database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations
|
366
483
|
@encryption_protectors = @client_1.encryption_protectors
|
367
484
|
@failover_groups = @client_1.failover_groups
|
485
|
+
@firewall_rules = @client_1.firewall_rules
|
486
|
+
@managed_instances = @client_1.managed_instances
|
368
487
|
@operations = @client_1.operations
|
369
488
|
@server_keys = @client_1.server_keys
|
370
489
|
@servers = @client_1.servers
|
@@ -379,11 +498,46 @@ module Azure::SQL::Profiles::Latest
|
|
379
498
|
@client_2.subscription_id = configurable.subscription_id
|
380
499
|
end
|
381
500
|
add_telemetry(@client_2)
|
382
|
-
@
|
383
|
-
@
|
384
|
-
@
|
501
|
+
@extended_database_blob_auditing_policies = @client_2.extended_database_blob_auditing_policies
|
502
|
+
@extended_server_blob_auditing_policies = @client_2.extended_server_blob_auditing_policies
|
503
|
+
@server_blob_auditing_policies = @client_2.server_blob_auditing_policies
|
504
|
+
@database_blob_auditing_policies = @client_2.database_blob_auditing_policies
|
505
|
+
@database_vulnerability_assessment_rule_baselines = @client_2.database_vulnerability_assessment_rule_baselines
|
506
|
+
@database_vulnerability_assessments = @client_2.database_vulnerability_assessments
|
507
|
+
@data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations
|
508
|
+
@job_agents = @client_2.job_agents
|
509
|
+
@job_credentials = @client_2.job_credentials
|
510
|
+
@job_executions = @client_2.job_executions
|
511
|
+
@jobs = @client_2.jobs
|
512
|
+
@job_step_executions = @client_2.job_step_executions
|
513
|
+
@job_steps = @client_2.job_steps
|
514
|
+
@job_target_executions = @client_2.job_target_executions
|
515
|
+
@job_target_groups = @client_2.job_target_groups
|
516
|
+
@job_versions = @client_2.job_versions
|
517
|
+
@long_term_retention_backups = @client_2.long_term_retention_backups
|
518
|
+
@backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies
|
519
|
+
@managed_databases = @client_2.managed_databases
|
520
|
+
@restore_points = @client_2.restore_points
|
521
|
+
@sensitivity_labels = @client_2.sensitivity_labels
|
385
522
|
@server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations
|
386
523
|
@server_dns_aliases = @client_2.server_dns_aliases
|
524
|
+
@server_security_alert_policies = @client_2.server_security_alert_policies
|
525
|
+
|
526
|
+
@client_3 = Azure::SQL::Mgmt::V2017_10_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options)
|
527
|
+
if(@client_3.respond_to?(:subscription_id))
|
528
|
+
@client_3.subscription_id = configurable.subscription_id
|
529
|
+
end
|
530
|
+
add_telemetry(@client_3)
|
531
|
+
@database_operations = @client_3.database_operations
|
532
|
+
@elastic_pool_operations = @client_3.elastic_pool_operations
|
533
|
+
@database_vulnerability_assessment_scans = @client_3.database_vulnerability_assessment_scans
|
534
|
+
@capabilities = @client_3.capabilities
|
535
|
+
@databases = @client_3.databases
|
536
|
+
@elastic_pools = @client_3.elastic_pools
|
537
|
+
@instance_failover_groups = @client_3.instance_failover_groups
|
538
|
+
@backup_short_term_retention_policies = @client_3.backup_short_term_retention_policies
|
539
|
+
@tde_certificates = @client_3.tde_certificates
|
540
|
+
@managed_instance_tde_certificates = @client_3.managed_instance_tde_certificates
|
387
541
|
|
388
542
|
@model_classes = ModelClasses.new
|
389
543
|
end
|
@@ -394,7 +548,9 @@ module Azure::SQL::Profiles::Latest
|
|
394
548
|
end
|
395
549
|
|
396
550
|
def method_missing(method, *args)
|
397
|
-
if @
|
551
|
+
if @client_3.respond_to?method
|
552
|
+
@client_3.send(method, *args)
|
553
|
+
elsif @client_2.respond_to?method
|
398
554
|
@client_2.send(method, *args)
|
399
555
|
elsif @client_1.respond_to?method
|
400
556
|
@client_1.send(method, *args)
|
@@ -408,8 +564,38 @@ module Azure::SQL::Profiles::Latest
|
|
408
564
|
end
|
409
565
|
|
410
566
|
class ModelClasses
|
411
|
-
def
|
412
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
567
|
+
def metric_value
|
568
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue
|
569
|
+
end
|
570
|
+
def service_objective_list_result
|
571
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult
|
572
|
+
end
|
573
|
+
def data_masking_rule_list_result
|
574
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult
|
575
|
+
end
|
576
|
+
def query_text
|
577
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::QueryText
|
578
|
+
end
|
579
|
+
def database_usage_list_result
|
580
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsageListResult
|
581
|
+
end
|
582
|
+
def transparent_data_encryption_list_result
|
583
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionListResult
|
584
|
+
end
|
585
|
+
def database_usage
|
586
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsage
|
587
|
+
end
|
588
|
+
def extension_list_result
|
589
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ExtensionListResult
|
590
|
+
end
|
591
|
+
def server_usage_list_result
|
592
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsageListResult
|
593
|
+
end
|
594
|
+
def server_communication_link_list_result
|
595
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLinkListResult
|
596
|
+
end
|
597
|
+
def server_usage
|
598
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsage
|
413
599
|
end
|
414
600
|
def disaster_recovery_configuration_list_result
|
415
601
|
Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationListResult
|
@@ -417,15 +603,36 @@ module Azure::SQL::Profiles::Latest
|
|
417
603
|
def server_administrator_list_result
|
418
604
|
Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult
|
419
605
|
end
|
420
|
-
def
|
421
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
422
|
-
end
|
423
|
-
def service_tier_advisor_list_result
|
424
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult
|
606
|
+
def elastic_pool_per_database_max_dtu_capability
|
607
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMaxDtuCapability
|
425
608
|
end
|
426
609
|
def replication_link_list_result
|
427
610
|
Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLinkListResult
|
428
611
|
end
|
612
|
+
def check_name_availability_response
|
613
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityResponse
|
614
|
+
end
|
615
|
+
def recommended_elastic_pool_list_metrics_result
|
616
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult
|
617
|
+
end
|
618
|
+
def slo_usage_metric
|
619
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::SloUsageMetric
|
620
|
+
end
|
621
|
+
def geo_backup_policy_list_result
|
622
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyListResult
|
623
|
+
end
|
624
|
+
def table_auditing_policy_properties
|
625
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties
|
626
|
+
end
|
627
|
+
def import_extension_request
|
628
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ImportExtensionRequest
|
629
|
+
end
|
630
|
+
def transparent_data_encryption_activity_list_result
|
631
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityListResult
|
632
|
+
end
|
633
|
+
def recommended_elastic_pool_list_result
|
634
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListResult
|
635
|
+
end
|
429
636
|
def elastic_pool_database_activity_list_result
|
430
637
|
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivityListResult
|
431
638
|
end
|
@@ -435,164 +642,83 @@ module Azure::SQL::Profiles::Latest
|
|
435
642
|
def elastic_pool_activity_list_result
|
436
643
|
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivityListResult
|
437
644
|
end
|
438
|
-
def
|
439
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
440
|
-
end
|
441
|
-
def recoverable_database_list_result
|
442
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult
|
645
|
+
def export_request
|
646
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ExportRequest
|
443
647
|
end
|
444
648
|
def query_text_list_result
|
445
649
|
Azure::SQL::Mgmt::V2014_04_01::Models::QueryTextListResult
|
446
650
|
end
|
447
|
-
def
|
448
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
449
|
-
end
|
450
|
-
def query_text
|
451
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::QueryText
|
452
|
-
end
|
453
|
-
def restore_point_list_result
|
454
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RestorePointListResult
|
651
|
+
def backup_long_term_retention_vault_list_result
|
652
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVaultListResult
|
455
653
|
end
|
456
|
-
def
|
457
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
654
|
+
def metric_name
|
655
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::MetricName
|
458
656
|
end
|
459
|
-
def
|
460
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
657
|
+
def restorable_dropped_database_list_result
|
658
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabaseListResult
|
461
659
|
end
|
462
|
-
def
|
463
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
660
|
+
def metric
|
661
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::Metric
|
464
662
|
end
|
465
663
|
def elastic_pool_per_database_min_dtu_capability
|
466
664
|
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMinDtuCapability
|
467
665
|
end
|
468
|
-
def
|
469
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
666
|
+
def metric_list_result
|
667
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::MetricListResult
|
470
668
|
end
|
471
|
-
def
|
472
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
669
|
+
def metric_availability
|
670
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability
|
473
671
|
end
|
474
|
-
def
|
475
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
672
|
+
def server_table_auditing_policy_list_result
|
673
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicyListResult
|
476
674
|
end
|
477
|
-
def
|
478
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
675
|
+
def metric_definition
|
676
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition
|
479
677
|
end
|
480
|
-
def
|
481
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
678
|
+
def operation_impact
|
679
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::OperationImpact
|
482
680
|
end
|
483
|
-
def
|
484
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
485
|
-
end
|
486
|
-
def top_queries
|
487
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries
|
488
|
-
end
|
489
|
-
def transparent_data_encryption_activity_list_result
|
490
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityListResult
|
491
|
-
end
|
492
|
-
def query_statistic
|
493
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic
|
494
|
-
end
|
495
|
-
def query_interval
|
496
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval
|
497
|
-
end
|
498
|
-
def operation_impact
|
499
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::OperationImpact
|
681
|
+
def metric_definition_list_result
|
682
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult
|
500
683
|
end
|
501
|
-
def
|
502
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
684
|
+
def backup_long_term_retention_policy_list_result
|
685
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult
|
503
686
|
end
|
504
|
-
def
|
505
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
687
|
+
def check_name_availability_request
|
688
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest
|
506
689
|
end
|
507
690
|
def query_metric
|
508
691
|
Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric
|
509
692
|
end
|
510
|
-
def
|
511
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
512
|
-
end
|
513
|
-
def backup_long_term_retention_vault_list_result
|
514
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVaultListResult
|
515
|
-
end
|
516
|
-
def recommended_elastic_pool_list_result
|
517
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListResult
|
518
|
-
end
|
519
|
-
def geo_backup_policy_list_result
|
520
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyListResult
|
521
|
-
end
|
522
|
-
def max_size_capability
|
523
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeCapability
|
524
|
-
end
|
525
|
-
def import_extension_request
|
526
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ImportExtensionRequest
|
527
|
-
end
|
528
|
-
def elastic_pool_per_database_max_dtu_capability
|
529
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMaxDtuCapability
|
530
|
-
end
|
531
|
-
def database_usage_list_result
|
532
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsageListResult
|
533
|
-
end
|
534
|
-
def location_capabilities
|
535
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::LocationCapabilities
|
693
|
+
def service_tier_advisor_list_result
|
694
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult
|
536
695
|
end
|
537
|
-
def
|
538
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
696
|
+
def query_interval
|
697
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval
|
539
698
|
end
|
540
|
-
def
|
541
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
699
|
+
def recoverable_database_list_result
|
700
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult
|
542
701
|
end
|
543
|
-
def
|
544
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
702
|
+
def query_statistic
|
703
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic
|
545
704
|
end
|
546
705
|
def database_table_auditing_policy_list_result
|
547
706
|
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult
|
548
707
|
end
|
549
|
-
def
|
550
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
551
|
-
end
|
552
|
-
def backup_long_term_retention_policy_list_result
|
553
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult
|
554
|
-
end
|
555
|
-
def metric_name
|
556
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::MetricName
|
557
|
-
end
|
558
|
-
def service_objective_list_result
|
559
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult
|
560
|
-
end
|
561
|
-
def metric
|
562
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::Metric
|
563
|
-
end
|
564
|
-
def elastic_pool_edition_capability
|
565
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEditionCapability
|
566
|
-
end
|
567
|
-
def metric_list_result
|
568
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::MetricListResult
|
569
|
-
end
|
570
|
-
def table_auditing_policy_properties
|
571
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties
|
572
|
-
end
|
573
|
-
def metric_availability
|
574
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability
|
575
|
-
end
|
576
|
-
def recommended_elastic_pool_list_metrics_result
|
577
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult
|
578
|
-
end
|
579
|
-
def metric_definition
|
580
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition
|
581
|
-
end
|
582
|
-
def check_name_availability_response
|
583
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityResponse
|
708
|
+
def top_queries
|
709
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries
|
584
710
|
end
|
585
|
-
def
|
586
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
711
|
+
def elastic_pool_dtu_capability
|
712
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability
|
587
713
|
end
|
588
|
-
def
|
589
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
714
|
+
def top_queries_list_result
|
715
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult
|
590
716
|
end
|
591
|
-
def
|
592
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
717
|
+
def advisor_list_result
|
718
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult
|
593
719
|
end
|
594
|
-
def
|
595
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
720
|
+
def query_statistic_list_result
|
721
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult
|
596
722
|
end
|
597
723
|
def backup_long_term_retention_vault
|
598
724
|
Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault
|
@@ -603,9 +729,6 @@ module Azure::SQL::Profiles::Latest
|
|
603
729
|
def restorable_dropped_database
|
604
730
|
Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase
|
605
731
|
end
|
606
|
-
def restore_point
|
607
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RestorePoint
|
608
|
-
end
|
609
732
|
def server_connection_policy
|
610
733
|
Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy
|
611
734
|
end
|
@@ -618,18 +741,6 @@ module Azure::SQL::Profiles::Latest
|
|
618
741
|
def recommended_index
|
619
742
|
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex
|
620
743
|
end
|
621
|
-
def transparent_data_encryption_activity
|
622
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity
|
623
|
-
end
|
624
|
-
def elastic_pool_database_activity
|
625
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity
|
626
|
-
end
|
627
|
-
def elastic_pool_activity
|
628
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity
|
629
|
-
end
|
630
|
-
def recommended_elastic_pool
|
631
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool
|
632
|
-
end
|
633
744
|
def database_security_alert_policy
|
634
745
|
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy
|
635
746
|
end
|
@@ -642,15 +753,6 @@ module Azure::SQL::Profiles::Latest
|
|
642
753
|
def disaster_recovery_configuration
|
643
754
|
Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration
|
644
755
|
end
|
645
|
-
def elastic_pool
|
646
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool
|
647
|
-
end
|
648
|
-
def elastic_pool_update
|
649
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolUpdate
|
650
|
-
end
|
651
|
-
def firewall_rule
|
652
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::FirewallRule
|
653
|
-
end
|
654
756
|
def geo_backup_policy
|
655
757
|
Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy
|
656
758
|
end
|
@@ -660,6 +762,9 @@ module Azure::SQL::Profiles::Latest
|
|
660
762
|
def import_request
|
661
763
|
Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest
|
662
764
|
end
|
765
|
+
def recommended_elastic_pool
|
766
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool
|
767
|
+
end
|
663
768
|
def replication_link
|
664
769
|
Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink
|
665
770
|
end
|
@@ -672,6 +777,15 @@ module Azure::SQL::Profiles::Latest
|
|
672
777
|
def service_objective
|
673
778
|
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective
|
674
779
|
end
|
780
|
+
def elastic_pool_activity
|
781
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity
|
782
|
+
end
|
783
|
+
def elastic_pool_database_activity
|
784
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity
|
785
|
+
end
|
786
|
+
def transparent_data_encryption_activity
|
787
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity
|
788
|
+
end
|
675
789
|
def database_connection_policy
|
676
790
|
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy
|
677
791
|
end
|
@@ -684,15 +798,9 @@ module Azure::SQL::Profiles::Latest
|
|
684
798
|
def backup_long_term_retention_policy_state
|
685
799
|
Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState
|
686
800
|
end
|
687
|
-
def capability_status
|
688
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::CapabilityStatus
|
689
|
-
end
|
690
801
|
def max_size_units
|
691
802
|
Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits
|
692
803
|
end
|
693
|
-
def performance_level_unit
|
694
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::PerformanceLevelUnit
|
695
|
-
end
|
696
804
|
def check_name_availability_reason
|
697
805
|
Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason
|
698
806
|
end
|
@@ -720,15 +828,6 @@ module Azure::SQL::Profiles::Latest
|
|
720
828
|
def read_scale
|
721
829
|
Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale
|
722
830
|
end
|
723
|
-
def transparent_data_encryption_activity_status
|
724
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus
|
725
|
-
end
|
726
|
-
def elastic_pool_edition
|
727
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition
|
728
|
-
end
|
729
|
-
def security_alert_policy_state
|
730
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyState
|
731
|
-
end
|
732
831
|
def security_alert_policy_email_account_admins
|
733
832
|
Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins
|
734
833
|
end
|
@@ -756,8 +855,8 @@ module Azure::SQL::Profiles::Latest
|
|
756
855
|
def disaster_recovery_configuration_role
|
757
856
|
Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole
|
758
857
|
end
|
759
|
-
def
|
760
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::
|
858
|
+
def elastic_pool_edition
|
859
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition
|
761
860
|
end
|
762
861
|
def geo_backup_policy_state
|
763
862
|
Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState
|
@@ -801,122 +900,143 @@ module Azure::SQL::Profiles::Latest
|
|
801
900
|
def server_state
|
802
901
|
Azure::SQL::Mgmt::V2014_04_01::Models::ServerState
|
803
902
|
end
|
804
|
-
def
|
805
|
-
Azure::SQL::Mgmt::
|
903
|
+
def transparent_data_encryption_activity_status
|
904
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus
|
905
|
+
end
|
906
|
+
def operation_display
|
907
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay
|
908
|
+
end
|
909
|
+
def operation
|
910
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation
|
911
|
+
end
|
912
|
+
def recommended_action_implementation_info
|
913
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo
|
914
|
+
end
|
915
|
+
def operation_list_result
|
916
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult
|
917
|
+
end
|
918
|
+
def recommended_action_impact_record
|
919
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord
|
920
|
+
end
|
921
|
+
def managed_instance_update
|
922
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate
|
923
|
+
end
|
924
|
+
def firewall_rule_list
|
925
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList
|
806
926
|
end
|
807
927
|
def resource_identity
|
808
928
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity
|
809
929
|
end
|
930
|
+
def sync_group_schema
|
931
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema
|
932
|
+
end
|
933
|
+
def sync_database_id_list_result
|
934
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult
|
935
|
+
end
|
936
|
+
def sync_group_schema_table
|
937
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable
|
938
|
+
end
|
939
|
+
def sync_full_schema_table
|
940
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable
|
941
|
+
end
|
942
|
+
def sync_group_schema_table_column
|
943
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn
|
944
|
+
end
|
945
|
+
def managed_instance_list_result
|
946
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult
|
947
|
+
end
|
948
|
+
def encryption_protector_list_result
|
949
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult
|
950
|
+
end
|
951
|
+
def sync_full_schema_table_column
|
952
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn
|
953
|
+
end
|
954
|
+
def failover_group_read_only_endpoint
|
955
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint
|
956
|
+
end
|
810
957
|
def recommended_action_state_info
|
811
958
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo
|
812
959
|
end
|
960
|
+
def sync_group_log_properties
|
961
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties
|
962
|
+
end
|
813
963
|
def recommended_action_error_info
|
814
964
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo
|
815
965
|
end
|
816
|
-
def
|
817
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::
|
966
|
+
def failover_group_list_result
|
967
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult
|
818
968
|
end
|
819
969
|
def recommended_action_metric_info
|
820
970
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo
|
821
971
|
end
|
822
|
-
def
|
823
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::
|
824
|
-
end
|
825
|
-
def recommended_action_impact_record
|
826
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord
|
827
|
-
end
|
828
|
-
def sync_group_list_result
|
829
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult
|
972
|
+
def sync_full_schema_properties_list_result
|
973
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult
|
830
974
|
end
|
831
|
-
def
|
832
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::
|
975
|
+
def firewall_rule_list_result
|
976
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult
|
833
977
|
end
|
834
|
-
def
|
835
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::
|
978
|
+
def server_key_list_result
|
979
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult
|
836
980
|
end
|
837
|
-
def
|
838
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::
|
981
|
+
def virtual_network_rule_list_result
|
982
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult
|
839
983
|
end
|
840
984
|
def sync_group_log_list_result
|
841
985
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult
|
842
986
|
end
|
987
|
+
def server_list_result
|
988
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult
|
989
|
+
end
|
843
990
|
def partner_info
|
844
991
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo
|
845
992
|
end
|
846
993
|
def server_update
|
847
994
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate
|
848
995
|
end
|
849
|
-
def
|
850
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::
|
996
|
+
def resource_with_writable_name
|
997
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName
|
851
998
|
end
|
852
999
|
def subscription_usage_list_result
|
853
1000
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult
|
854
1001
|
end
|
855
|
-
def
|
856
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::
|
1002
|
+
def sync_group_list_result
|
1003
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult
|
857
1004
|
end
|
858
1005
|
def sync_agent_list_result
|
859
1006
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult
|
860
1007
|
end
|
861
|
-
def
|
862
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::
|
1008
|
+
def failover_group_read_write_endpoint
|
1009
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint
|
863
1010
|
end
|
864
1011
|
def sync_agent_key_properties
|
865
1012
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties
|
866
1013
|
end
|
867
|
-
def
|
868
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::
|
869
|
-
end
|
870
|
-
def recommended_action_implementation_info
|
871
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo
|
1014
|
+
def sync_full_schema_properties
|
1015
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties
|
872
1016
|
end
|
873
1017
|
def sync_member_list_result
|
874
1018
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult
|
875
1019
|
end
|
876
|
-
def
|
877
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::
|
1020
|
+
def failover_group_update
|
1021
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate
|
878
1022
|
end
|
879
1023
|
def sync_agent_linked_database_list_result
|
880
1024
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult
|
881
1025
|
end
|
882
|
-
def
|
883
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::
|
1026
|
+
def automatic_tuning_options
|
1027
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions
|
884
1028
|
end
|
885
1029
|
def sync_database_id_properties
|
886
1030
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties
|
887
1031
|
end
|
888
|
-
def sync_group_schema_table_column
|
889
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn
|
890
|
-
end
|
891
|
-
def sync_database_id_list_result
|
892
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult
|
893
|
-
end
|
894
|
-
def sync_group_schema_table
|
895
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable
|
896
|
-
end
|
897
|
-
def sync_full_schema_table_column
|
898
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn
|
899
|
-
end
|
900
|
-
def encryption_protector_list_result
|
901
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult
|
902
|
-
end
|
903
|
-
def sync_full_schema_table
|
904
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable
|
905
|
-
end
|
906
|
-
def operation
|
907
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation
|
908
|
-
end
|
909
|
-
def sync_full_schema_properties
|
910
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties
|
911
|
-
end
|
912
1032
|
def recommended_action
|
913
1033
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction
|
914
1034
|
end
|
915
1035
|
def advisor
|
916
1036
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor
|
917
1037
|
end
|
918
|
-
def
|
919
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::
|
1038
|
+
def database_automatic_tuning
|
1039
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning
|
920
1040
|
end
|
921
1041
|
def encryption_protector
|
922
1042
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector
|
@@ -924,6 +1044,15 @@ module Azure::SQL::Profiles::Latest
|
|
924
1044
|
def failover_group
|
925
1045
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup
|
926
1046
|
end
|
1047
|
+
def proxy_resource_with_writable_name
|
1048
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName
|
1049
|
+
end
|
1050
|
+
def firewall_rule
|
1051
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule
|
1052
|
+
end
|
1053
|
+
def managed_instance
|
1054
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance
|
1055
|
+
end
|
927
1056
|
def server_key
|
928
1057
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey
|
929
1058
|
end
|
@@ -969,27 +1098,24 @@ module Azure::SQL::Profiles::Latest
|
|
969
1098
|
def is_retryable
|
970
1099
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable
|
971
1100
|
end
|
972
|
-
def
|
973
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::
|
1101
|
+
def automatic_tuning_mode
|
1102
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode
|
1103
|
+
end
|
1104
|
+
def automatic_tuning_disabled_reason
|
1105
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason
|
974
1106
|
end
|
975
1107
|
def server_key_type
|
976
1108
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType
|
977
1109
|
end
|
978
|
-
def read_write_endpoint_failover_policy
|
979
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy
|
980
|
-
end
|
981
|
-
def read_only_endpoint_failover_policy
|
982
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy
|
983
|
-
end
|
984
1110
|
def failover_group_replication_role
|
985
1111
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole
|
986
1112
|
end
|
987
|
-
def operation_origin
|
988
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin
|
989
|
-
end
|
990
1113
|
def identity_type
|
991
1114
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType
|
992
1115
|
end
|
1116
|
+
def operation_origin
|
1117
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin
|
1118
|
+
end
|
993
1119
|
def sync_agent_state
|
994
1120
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState
|
995
1121
|
end
|
@@ -1014,59 +1140,140 @@ module Azure::SQL::Profiles::Latest
|
|
1014
1140
|
def virtual_network_rule_state
|
1015
1141
|
Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState
|
1016
1142
|
end
|
1017
|
-
def
|
1018
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1143
|
+
def job_list_result
|
1144
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult
|
1145
|
+
end
|
1146
|
+
def job_step_action
|
1147
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction
|
1148
|
+
end
|
1149
|
+
def managed_database_update
|
1150
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate
|
1151
|
+
end
|
1152
|
+
def managed_database_list_result
|
1153
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult
|
1154
|
+
end
|
1155
|
+
def server_dns_alias_acquisition
|
1156
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition
|
1157
|
+
end
|
1158
|
+
def complete_database_restore_definition
|
1159
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition
|
1019
1160
|
end
|
1020
1161
|
def automatic_tuning_server_options
|
1021
1162
|
Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions
|
1022
1163
|
end
|
1023
|
-
def
|
1024
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1164
|
+
def job_agent_list_result
|
1165
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult
|
1166
|
+
end
|
1167
|
+
def sensitivity_label_list_result
|
1168
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult
|
1169
|
+
end
|
1170
|
+
def job_agent_update
|
1171
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate
|
1025
1172
|
end
|
1026
1173
|
def create_database_restore_point_definition
|
1027
1174
|
Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition
|
1028
1175
|
end
|
1029
|
-
def
|
1030
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1176
|
+
def long_term_retention_backup_list_result
|
1177
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult
|
1031
1178
|
end
|
1032
|
-
def
|
1033
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1179
|
+
def job_credential_list_result
|
1180
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult
|
1034
1181
|
end
|
1035
|
-
def
|
1036
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1182
|
+
def restore_point_list_result
|
1183
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult
|
1037
1184
|
end
|
1038
|
-
def
|
1039
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1185
|
+
def job_execution_target
|
1186
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget
|
1187
|
+
end
|
1188
|
+
def job_version_list_result
|
1189
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult
|
1190
|
+
end
|
1191
|
+
def job_execution_list_result
|
1192
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult
|
1193
|
+
end
|
1194
|
+
def job_schedule
|
1195
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule
|
1196
|
+
end
|
1197
|
+
def job_target_group_list_result
|
1198
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult
|
1199
|
+
end
|
1200
|
+
def database_vulnerability_assessment_rule_baseline_item
|
1201
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem
|
1202
|
+
end
|
1203
|
+
def job_step_list_result
|
1204
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult
|
1205
|
+
end
|
1206
|
+
def job_target
|
1207
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget
|
1040
1208
|
end
|
1041
1209
|
def server_dns_alias_list_result
|
1042
1210
|
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult
|
1043
1211
|
end
|
1044
|
-
def
|
1045
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1212
|
+
def job_step_output
|
1213
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput
|
1046
1214
|
end
|
1047
|
-
def
|
1048
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1215
|
+
def import_export_database_definition
|
1216
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition
|
1049
1217
|
end
|
1050
|
-
def
|
1051
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1218
|
+
def job_step_execution_options
|
1219
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions
|
1052
1220
|
end
|
1053
|
-
def
|
1054
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1221
|
+
def extended_database_blob_auditing_policy
|
1222
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy
|
1055
1223
|
end
|
1056
|
-
def
|
1057
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1224
|
+
def extended_server_blob_auditing_policy
|
1225
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy
|
1058
1226
|
end
|
1059
|
-
def
|
1060
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1227
|
+
def server_blob_auditing_policy
|
1228
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy
|
1061
1229
|
end
|
1062
|
-
def
|
1063
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1230
|
+
def database_blob_auditing_policy
|
1231
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy
|
1064
1232
|
end
|
1065
1233
|
def import_export_operation_result
|
1066
1234
|
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult
|
1067
1235
|
end
|
1068
|
-
def
|
1069
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1236
|
+
def database_vulnerability_assessment_rule_baseline
|
1237
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline
|
1238
|
+
end
|
1239
|
+
def data_warehouse_user_activities
|
1240
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities
|
1241
|
+
end
|
1242
|
+
def job_agent
|
1243
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent
|
1244
|
+
end
|
1245
|
+
def job_credential
|
1246
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential
|
1247
|
+
end
|
1248
|
+
def job_execution
|
1249
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution
|
1250
|
+
end
|
1251
|
+
def job
|
1252
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job
|
1253
|
+
end
|
1254
|
+
def job_step
|
1255
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep
|
1256
|
+
end
|
1257
|
+
def job_target_group
|
1258
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup
|
1259
|
+
end
|
1260
|
+
def job_version
|
1261
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion
|
1262
|
+
end
|
1263
|
+
def long_term_retention_backup
|
1264
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup
|
1265
|
+
end
|
1266
|
+
def backup_long_term_retention_policy
|
1267
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy
|
1268
|
+
end
|
1269
|
+
def managed_database
|
1270
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase
|
1271
|
+
end
|
1272
|
+
def restore_point
|
1273
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint
|
1274
|
+
end
|
1275
|
+
def sensitivity_label
|
1276
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabel
|
1070
1277
|
end
|
1071
1278
|
def server_automatic_tuning
|
1072
1279
|
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning
|
@@ -1074,20 +1281,44 @@ module Azure::SQL::Profiles::Latest
|
|
1074
1281
|
def server_dns_alias
|
1075
1282
|
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias
|
1076
1283
|
end
|
1077
|
-
def
|
1078
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1284
|
+
def server_security_alert_policy
|
1285
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy
|
1079
1286
|
end
|
1080
|
-
def
|
1081
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1287
|
+
def blob_auditing_policy_state
|
1288
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState
|
1082
1289
|
end
|
1083
|
-
def
|
1084
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1290
|
+
def job_agent_state
|
1291
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState
|
1085
1292
|
end
|
1086
|
-
def
|
1087
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1293
|
+
def job_execution_lifecycle
|
1294
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle
|
1088
1295
|
end
|
1089
|
-
def
|
1090
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::
|
1296
|
+
def provisioning_state
|
1297
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState
|
1298
|
+
end
|
1299
|
+
def job_target_type
|
1300
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType
|
1301
|
+
end
|
1302
|
+
def job_schedule_type
|
1303
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType
|
1304
|
+
end
|
1305
|
+
def job_step_action_type
|
1306
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType
|
1307
|
+
end
|
1308
|
+
def job_step_action_source
|
1309
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource
|
1310
|
+
end
|
1311
|
+
def job_step_output_type
|
1312
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType
|
1313
|
+
end
|
1314
|
+
def job_target_group_membership_type
|
1315
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType
|
1316
|
+
end
|
1317
|
+
def managed_database_status
|
1318
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus
|
1319
|
+
end
|
1320
|
+
def managed_database_create_mode
|
1321
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode
|
1091
1322
|
end
|
1092
1323
|
def restore_point_type
|
1093
1324
|
Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType
|
@@ -1104,6 +1335,219 @@ module Azure::SQL::Profiles::Latest
|
|
1104
1335
|
def automatic_tuning_server_reason
|
1105
1336
|
Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason
|
1106
1337
|
end
|
1338
|
+
def security_alert_policy_state
|
1339
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState
|
1340
|
+
end
|
1341
|
+
def long_term_retention_database_state
|
1342
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState
|
1343
|
+
end
|
1344
|
+
def vulnerability_assessment_policy_baseline_name
|
1345
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName
|
1346
|
+
end
|
1347
|
+
def sensitivity_label_source
|
1348
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource
|
1349
|
+
end
|
1350
|
+
def elastic_pool_edition_capability
|
1351
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability
|
1352
|
+
end
|
1353
|
+
def service_objective_capability
|
1354
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability
|
1355
|
+
end
|
1356
|
+
def database_operation_list_result
|
1357
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult
|
1358
|
+
end
|
1359
|
+
def edition_capability
|
1360
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability
|
1361
|
+
end
|
1362
|
+
def resource
|
1363
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource
|
1364
|
+
end
|
1365
|
+
def elastic_pool_per_database_min_performance_level_capability
|
1366
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability
|
1367
|
+
end
|
1368
|
+
def backup_short_term_retention_policy_list_result
|
1369
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicyListResult
|
1370
|
+
end
|
1371
|
+
def elastic_pool_per_database_max_performance_level_capability
|
1372
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMaxPerformanceLevelCapability
|
1373
|
+
end
|
1374
|
+
def vulnerability_assessment_recurring_scans_properties
|
1375
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties
|
1376
|
+
end
|
1377
|
+
def elastic_pool_performance_level_capability
|
1378
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerformanceLevelCapability
|
1379
|
+
end
|
1380
|
+
def vulnerability_assessment_scan_error
|
1381
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanError
|
1382
|
+
end
|
1383
|
+
def instance_failover_group_read_only_endpoint
|
1384
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadOnlyEndpoint
|
1385
|
+
end
|
1386
|
+
def vulnerability_assessment_scan_record_list_result
|
1387
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecordListResult
|
1388
|
+
end
|
1389
|
+
def server_version_capability
|
1390
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability
|
1391
|
+
end
|
1392
|
+
def max_size_capability
|
1393
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability
|
1394
|
+
end
|
1395
|
+
def managed_instance_vcores_capability
|
1396
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability
|
1397
|
+
end
|
1398
|
+
def max_size_range_capability
|
1399
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability
|
1400
|
+
end
|
1401
|
+
def managed_instance_family_capability
|
1402
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability
|
1403
|
+
end
|
1404
|
+
def sku
|
1405
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku
|
1406
|
+
end
|
1407
|
+
def managed_instance_edition_capability
|
1408
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability
|
1409
|
+
end
|
1410
|
+
def managed_instance_version_capability
|
1411
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability
|
1412
|
+
end
|
1413
|
+
def elastic_pool_operation_list_result
|
1414
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult
|
1415
|
+
end
|
1416
|
+
def location_capabilities
|
1417
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities
|
1418
|
+
end
|
1419
|
+
def managed_instance_pair_info
|
1420
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo
|
1421
|
+
end
|
1422
|
+
def instance_failover_group_read_write_endpoint
|
1423
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint
|
1424
|
+
end
|
1425
|
+
def log_size_capability
|
1426
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability
|
1427
|
+
end
|
1428
|
+
def database_list_result
|
1429
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult
|
1430
|
+
end
|
1431
|
+
def license_type_capability
|
1432
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability
|
1433
|
+
end
|
1434
|
+
def database_update
|
1435
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate
|
1436
|
+
end
|
1437
|
+
def instance_failover_group_list_result
|
1438
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult
|
1439
|
+
end
|
1440
|
+
def resource_move_definition
|
1441
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition
|
1442
|
+
end
|
1443
|
+
def performance_level_capability
|
1444
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability
|
1445
|
+
end
|
1446
|
+
def elastic_pool_per_database_settings
|
1447
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings
|
1448
|
+
end
|
1449
|
+
def partner_region_info
|
1450
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo
|
1451
|
+
end
|
1452
|
+
def elastic_pool_update
|
1453
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate
|
1454
|
+
end
|
1455
|
+
def elastic_pool_list_result
|
1456
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult
|
1457
|
+
end
|
1458
|
+
def proxy_resource
|
1459
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource
|
1460
|
+
end
|
1461
|
+
def database_operation
|
1462
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation
|
1463
|
+
end
|
1464
|
+
def tracked_resource
|
1465
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource
|
1466
|
+
end
|
1467
|
+
def elastic_pool_operation
|
1468
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation
|
1469
|
+
end
|
1470
|
+
def database_vulnerability_assessment
|
1471
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment
|
1472
|
+
end
|
1473
|
+
def vulnerability_assessment_scan_record
|
1474
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord
|
1475
|
+
end
|
1476
|
+
def database_vulnerability_assessment_scans_export
|
1477
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport
|
1478
|
+
end
|
1479
|
+
def database
|
1480
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database
|
1481
|
+
end
|
1482
|
+
def elastic_pool
|
1483
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool
|
1484
|
+
end
|
1485
|
+
def instance_failover_group
|
1486
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup
|
1487
|
+
end
|
1488
|
+
def backup_short_term_retention_policy
|
1489
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy
|
1490
|
+
end
|
1491
|
+
def tde_certificate
|
1492
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate
|
1493
|
+
end
|
1494
|
+
def management_operation_state
|
1495
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState
|
1496
|
+
end
|
1497
|
+
def vulnerability_assessment_scan_trigger_type
|
1498
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType
|
1499
|
+
end
|
1500
|
+
def vulnerability_assessment_scan_state
|
1501
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState
|
1502
|
+
end
|
1503
|
+
def max_size_unit
|
1504
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit
|
1505
|
+
end
|
1506
|
+
def log_size_unit
|
1507
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit
|
1508
|
+
end
|
1509
|
+
def capability_status
|
1510
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus
|
1511
|
+
end
|
1512
|
+
def performance_level_unit
|
1513
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit
|
1514
|
+
end
|
1515
|
+
def create_mode
|
1516
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode
|
1517
|
+
end
|
1518
|
+
def sample_name
|
1519
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName
|
1520
|
+
end
|
1521
|
+
def database_status
|
1522
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus
|
1523
|
+
end
|
1524
|
+
def catalog_collation_type
|
1525
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType
|
1526
|
+
end
|
1527
|
+
def database_license_type
|
1528
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType
|
1529
|
+
end
|
1530
|
+
def database_read_scale
|
1531
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale
|
1532
|
+
end
|
1533
|
+
def elastic_pool_state
|
1534
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState
|
1535
|
+
end
|
1536
|
+
def elastic_pool_license_type
|
1537
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType
|
1538
|
+
end
|
1539
|
+
def read_write_endpoint_failover_policy
|
1540
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy
|
1541
|
+
end
|
1542
|
+
def read_only_endpoint_failover_policy
|
1543
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy
|
1544
|
+
end
|
1545
|
+
def instance_failover_group_replication_role
|
1546
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole
|
1547
|
+
end
|
1548
|
+
def capability_group
|
1549
|
+
Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup
|
1550
|
+
end
|
1107
1551
|
end
|
1108
1552
|
end
|
1109
1553
|
end
|