azure_mgmt_sql 0.15.2 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/2014-04-01/generated/azure_mgmt_sql.rb +77 -63
- data/lib/2014-04-01/generated/azure_mgmt_sql/backup_long_term_retention_policies.rb +118 -16
- data/lib/2014-04-01/generated/azure_mgmt_sql/backup_long_term_retention_vaults.rb +114 -16
- data/lib/2014-04-01/generated/azure_mgmt_sql/capabilities.rb +6 -5
- data/lib/2014-04-01/generated/azure_mgmt_sql/data_masking_policies.rb +12 -12
- data/lib/2014-04-01/generated/azure_mgmt_sql/data_masking_rules.rb +12 -12
- data/lib/2014-04-01/generated/azure_mgmt_sql/database_advisors.rb +18 -17
- data/lib/2014-04-01/generated/azure_mgmt_sql/database_connection_policies.rb +12 -12
- data/lib/2014-04-01/generated/azure_mgmt_sql/database_table_auditing_policies.rb +18 -17
- data/lib/2014-04-01/generated/azure_mgmt_sql/database_threat_detection_policies.rb +12 -12
- data/lib/2014-04-01/generated/azure_mgmt_sql/database_usages.rb +6 -5
- data/lib/2014-04-01/generated/azure_mgmt_sql/databases.rb +649 -643
- data/lib/2014-04-01/generated/azure_mgmt_sql/disaster_recovery_configurations.rb +830 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pool_activities.rb +6 -5
- data/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pool_database_activities.rb +6 -5
- data/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pools.rb +216 -213
- data/lib/2014-04-01/generated/azure_mgmt_sql/extensions.rb +130 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/firewall_rules.rb +24 -22
- data/lib/2014-04-01/generated/azure_mgmt_sql/geo_backup_policies.rb +18 -17
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_policy_list_result.rb +56 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_vault_list_result.rb +56 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/database.rb +43 -10
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/database_edition.rb +1 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/database_update.rb +43 -10
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/disaster_recovery_configuration.rb +164 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/disaster_recovery_configuration_auto_failover.rb +16 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/disaster_recovery_configuration_failover_policy.rb +16 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/disaster_recovery_configuration_list_result.rb +57 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/disaster_recovery_configuration_role.rb +17 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/disaster_recovery_configuration_status.rb +18 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/edition_capability.rb +13 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool.rb +13 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_edition_capability.rb +13 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_update.rb +13 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/extension_list_result.rb +54 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/import_request.rb +12 -4
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/query_text.rb +72 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/query_text_list_result.rb +55 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/service_objective_name.rb +52 -2
- data/lib/2014-04-01/generated/azure_mgmt_sql/models/slo_usage_metric.rb +10 -3
- data/lib/2014-04-01/generated/azure_mgmt_sql/operations.rb +6 -5
- data/lib/2014-04-01/generated/azure_mgmt_sql/queries.rb +6 -5
- data/lib/2014-04-01/generated/azure_mgmt_sql/query_statistics.rb +6 -5
- data/lib/2014-04-01/generated/azure_mgmt_sql/query_texts.rb +134 -0
- data/lib/2014-04-01/generated/azure_mgmt_sql/recommended_elastic_pools.rb +18 -15
- data/lib/2014-04-01/generated/azure_mgmt_sql/recoverable_databases.rb +12 -10
- data/lib/2014-04-01/generated/azure_mgmt_sql/replication_links.rb +38 -33
- data/lib/2014-04-01/generated/azure_mgmt_sql/restorable_dropped_databases.rb +12 -10
- data/lib/2014-04-01/generated/azure_mgmt_sql/restore_points.rb +6 -5
- data/lib/2014-04-01/generated/azure_mgmt_sql/server_azure_adadministrators.rb +32 -30
- data/lib/2014-04-01/generated/azure_mgmt_sql/server_communication_links.rb +28 -26
- data/lib/2014-04-01/generated/azure_mgmt_sql/server_connection_policies.rb +12 -12
- data/lib/2014-04-01/generated/azure_mgmt_sql/server_table_auditing_policies.rb +18 -17
- data/lib/2014-04-01/generated/azure_mgmt_sql/server_usages.rb +6 -5
- data/lib/2014-04-01/generated/azure_mgmt_sql/servers.rb +134 -133
- data/lib/2014-04-01/generated/azure_mgmt_sql/service_objectives.rb +12 -10
- data/lib/2014-04-01/generated/azure_mgmt_sql/service_tier_advisors.rb +12 -10
- data/lib/2014-04-01/generated/azure_mgmt_sql/sql_management_client.rb +32 -17
- data/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryption_activities.rb +6 -5
- data/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryption_configurations.rb +6 -5
- data/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryptions.rb +12 -12
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql.rb +22 -19
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_advisors.rb +18 -17
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_blob_auditing_policies.rb +12 -12
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_recommended_actions.rb +18 -17
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/encryption_protectors.rb +31 -29
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/failover_groups.rb +71 -67
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/subscription_usage.rb +110 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/subscription_usage_list_result.rb +100 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/operations.rb +15 -13
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/server_advisors.rb +18 -17
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/server_keys.rb +41 -38
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/servers.rb +66 -62
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/sql_management_client.rb +8 -1
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/subscription_usages.rb +324 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_agents.rb +62 -56
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_groups.rb +118 -107
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_members.rb +76 -71
- data/lib/2015-05-01-preview/generated/azure_mgmt_sql/virtual_network_rules.rb +41 -38
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql.rb +30 -1
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_operations.rb +21 -18
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_restore_points.rb +527 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/databases.rb +1599 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/arm_sku.rb +92 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_option_mode_actual.rb +16 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_option_mode_desired.rb +17 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_server_mode.rb +17 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_server_options.rb +90 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_server_reason.rb +17 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/catalog_collation_type.rb +16 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/create_database_restore_point_definition.rb +47 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/create_mode.rb +23 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database.rb +393 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_list_result.rb +100 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_restore_point.rb +124 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_restore_point_list_result.rb +100 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_update.rb +348 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/import_export_database_definition.rb +145 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/import_export_operation_result.rb +170 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/resource_move_definition.rb +46 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point_type.rb +16 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sample_name.rb +17 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_automatic_tuning.rb +110 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias.rb +74 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_acquisition.rb +47 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_list_result.rb +100 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/status.rb +32 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/tracked_resource.rb +92 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_automatic_tuning_operations.rb +238 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_dns_aliases.rb +805 -0
- data/lib/2017-03-01-preview/generated/azure_mgmt_sql/sql_management_client.rb +21 -1
- data/lib/profiles/latest/modules/sql_profile_module.rb +912 -749
- data/lib/profiles/latest/sql_latest_profile_client.rb +28 -9
- data/lib/profiles/latest/sql_module_definition.rb +0 -1
- data/lib/version.rb +1 -1
- metadata +49 -3
@@ -38,6 +38,19 @@ module Azure::SQL::Mgmt::V2017_03_01_preview
|
|
38
38
|
# @return [DatabaseOperations] database_operations
|
39
39
|
attr_reader :database_operations
|
40
40
|
|
41
|
+
# @return [Databases] databases
|
42
|
+
attr_reader :databases
|
43
|
+
|
44
|
+
# @return [DatabaseRestorePoints] database_restore_points
|
45
|
+
attr_reader :database_restore_points
|
46
|
+
|
47
|
+
# @return [ServerAutomaticTuningOperations]
|
48
|
+
# server_automatic_tuning_operations
|
49
|
+
attr_reader :server_automatic_tuning_operations
|
50
|
+
|
51
|
+
# @return [ServerDnsAliases] server_dns_aliases
|
52
|
+
attr_reader :server_dns_aliases
|
53
|
+
|
41
54
|
#
|
42
55
|
# Creates initializes a new instance of the SqlManagementClient class.
|
43
56
|
# @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.
|
@@ -52,6 +65,10 @@ module Azure::SQL::Mgmt::V2017_03_01_preview
|
|
52
65
|
@credentials = credentials
|
53
66
|
|
54
67
|
@database_operations = DatabaseOperations.new(self)
|
68
|
+
@databases = Databases.new(self)
|
69
|
+
@database_restore_points = DatabaseRestorePoints.new(self)
|
70
|
+
@server_automatic_tuning_operations = ServerAutomaticTuningOperations.new(self)
|
71
|
+
@server_dns_aliases = ServerDnsAliases.new(self)
|
55
72
|
@api_version = '2017-03-01-preview'
|
56
73
|
@accept_language = 'en-US'
|
57
74
|
@long_running_operation_retry_timeout = 30
|
@@ -105,6 +122,9 @@ module Azure::SQL::Mgmt::V2017_03_01_preview
|
|
105
122
|
fail ArgumentError, 'path is nil' if path.nil?
|
106
123
|
|
107
124
|
request_url = options[:base_url] || @base_url
|
125
|
+
if(!options[:headers].nil? && !options[:headers]['Content-Type'].nil?)
|
126
|
+
@request_headers['Content-Type'] = options[:headers]['Content-Type']
|
127
|
+
end
|
108
128
|
|
109
129
|
request_headers = @request_headers
|
110
130
|
request_headers.merge!({'accept-language' => @accept_language}) unless @accept_language.nil?
|
@@ -121,7 +141,7 @@ module Azure::SQL::Mgmt::V2017_03_01_preview
|
|
121
141
|
#
|
122
142
|
def add_telemetry
|
123
143
|
sdk_information = 'azure_mgmt_sql'
|
124
|
-
sdk_information = "#{sdk_information}/0.
|
144
|
+
sdk_information = "#{sdk_information}/0.16.0"
|
125
145
|
add_user_agent_information(sdk_information)
|
126
146
|
end
|
127
147
|
end
|
@@ -4,24 +4,27 @@
|
|
4
4
|
|
5
5
|
require 'azure_mgmt_sql'
|
6
6
|
|
7
|
-
module Azure::SQL::Profiles::Latest
|
7
|
+
module Azure::SQL::Profiles::Latest
|
8
|
+
module Mgmt
|
8
9
|
BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2014_04_01::BackupLongTermRetentionPolicies
|
9
10
|
BackupLongTermRetentionVaults = Azure::SQL::Mgmt::V2014_04_01::BackupLongTermRetentionVaults
|
10
|
-
RestorePoints = Azure::SQL::Mgmt::V2014_04_01::RestorePoints
|
11
11
|
RecoverableDatabases = Azure::SQL::Mgmt::V2014_04_01::RecoverableDatabases
|
12
12
|
RestorableDroppedDatabases = Azure::SQL::Mgmt::V2014_04_01::RestorableDroppedDatabases
|
13
|
+
RestorePoints = Azure::SQL::Mgmt::V2014_04_01::RestorePoints
|
13
14
|
Capabilities = Azure::SQL::Mgmt::V2014_04_01::Capabilities
|
14
15
|
ServerConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerConnectionPolicies
|
15
16
|
DatabaseThreatDetectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseThreatDetectionPolicies
|
16
17
|
DataMaskingPolicies = Azure::SQL::Mgmt::V2014_04_01::DataMaskingPolicies
|
17
18
|
DataMaskingRules = Azure::SQL::Mgmt::V2014_04_01::DataMaskingRules
|
18
19
|
TransparentDataEncryptionConfigurations = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionConfigurations
|
20
|
+
Extensions = Azure::SQL::Mgmt::V2014_04_01::Extensions
|
21
|
+
DisasterRecoveryConfigurations = Azure::SQL::Mgmt::V2014_04_01::DisasterRecoveryConfigurations
|
22
|
+
ElasticPools = Azure::SQL::Mgmt::V2014_04_01::ElasticPools
|
19
23
|
FirewallRules = Azure::SQL::Mgmt::V2014_04_01::FirewallRules
|
20
24
|
GeoBackupPolicies = Azure::SQL::Mgmt::V2014_04_01::GeoBackupPolicies
|
21
|
-
Databases = Azure::SQL::Mgmt::V2014_04_01::Databases
|
22
|
-
ElasticPools = Azure::SQL::Mgmt::V2014_04_01::ElasticPools
|
23
25
|
Queries = Azure::SQL::Mgmt::V2014_04_01::Queries
|
24
26
|
QueryStatistics = Azure::SQL::Mgmt::V2014_04_01::QueryStatistics
|
27
|
+
QueryTexts = Azure::SQL::Mgmt::V2014_04_01::QueryTexts
|
25
28
|
ReplicationLinks = Azure::SQL::Mgmt::V2014_04_01::ReplicationLinks
|
26
29
|
ServerAzureADAdministrators = Azure::SQL::Mgmt::V2014_04_01::ServerAzureADAdministrators
|
27
30
|
ServerCommunicationLinks = Azure::SQL::Mgmt::V2014_04_01::ServerCommunicationLinks
|
@@ -49,86 +52,95 @@ module Azure::SQL::Profiles::Latest::Mgmt
|
|
49
52
|
SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents
|
50
53
|
SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups
|
51
54
|
SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers
|
55
|
+
SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages
|
52
56
|
VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules
|
53
57
|
DatabaseOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseOperations
|
58
|
+
Databases = Azure::SQL::Mgmt::V2017_03_01_preview::Databases
|
59
|
+
DatabaseRestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseRestorePoints
|
60
|
+
ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations
|
61
|
+
ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases
|
54
62
|
|
55
63
|
module Models
|
56
64
|
FirewallRuleListResult = Azure::SQL::Mgmt::V2014_04_01::Models::FirewallRuleListResult
|
57
|
-
|
58
|
-
ServerUsage = Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsage
|
59
|
-
AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult
|
60
|
-
ServerCommunicationLinkListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLinkListResult
|
61
|
-
ElasticPoolDatabaseActivityListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivityListResult
|
62
|
-
ServerUsageListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsageListResult
|
63
|
-
ElasticPoolListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolListResult
|
65
|
+
DisasterRecoveryConfigurationListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationListResult
|
64
66
|
ServerAdministratorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult
|
65
|
-
|
66
|
-
|
67
|
-
RecommendedElasticPoolListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListResult
|
67
|
+
ServerUsage = Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsage
|
68
|
+
ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult
|
68
69
|
ReplicationLinkListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLinkListResult
|
69
|
-
|
70
|
+
ElasticPoolDatabaseActivityListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivityListResult
|
70
71
|
RecommendedElasticPoolMetric = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolMetric
|
71
|
-
|
72
|
-
|
73
|
-
|
72
|
+
ElasticPoolActivityListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivityListResult
|
73
|
+
ServerUsageListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsageListResult
|
74
|
+
RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult
|
75
|
+
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
|
74
79
|
QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult
|
75
|
-
|
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
|
76
87
|
TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult
|
77
|
-
LocationCapabilities = Azure::SQL::Mgmt::V2014_04_01::Models::LocationCapabilities
|
78
|
-
TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries
|
79
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
|
80
91
|
QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic
|
81
|
-
|
82
|
-
TableAuditingPolicyProperties = Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties
|
83
|
-
GeoBackupPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyListResult
|
92
|
+
QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval
|
84
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
|
+
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
|
85
102
|
ImportExtensionRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExtensionRequest
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
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
|
90
108
|
ExportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ExportRequest
|
91
|
-
|
109
|
+
DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult
|
92
110
|
MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue
|
93
|
-
|
111
|
+
BackupLongTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult
|
94
112
|
MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName
|
95
|
-
|
113
|
+
ServiceObjectiveListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult
|
96
114
|
Metric = Azure::SQL::Mgmt::V2014_04_01::Models::Metric
|
97
|
-
|
115
|
+
ElasticPoolEditionCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEditionCapability
|
98
116
|
MetricListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricListResult
|
99
|
-
|
117
|
+
TableAuditingPolicyProperties = Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties
|
100
118
|
MetricAvailability = Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability
|
101
|
-
|
119
|
+
RecommendedElasticPoolListMetricsResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult
|
102
120
|
MetricDefinition = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition
|
103
|
-
|
121
|
+
CheckNameAvailabilityResponse = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityResponse
|
104
122
|
MetricDefinitionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult
|
105
|
-
|
106
|
-
|
107
|
-
ServerVersionCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersionCapability
|
108
|
-
RestorableDroppedDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabaseListResult
|
109
|
-
QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric
|
110
|
-
TransparentDataEncryptionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionListResult
|
111
|
-
QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval
|
123
|
+
EditionCapability = Azure::SQL::Mgmt::V2014_04_01::Models::EditionCapability
|
124
|
+
ServerTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicyListResult
|
112
125
|
BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicy
|
113
126
|
BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault
|
114
|
-
RestorePoint = Azure::SQL::Mgmt::V2014_04_01::Models::RestorePoint
|
115
127
|
RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase
|
116
128
|
RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase
|
129
|
+
RestorePoint = Azure::SQL::Mgmt::V2014_04_01::Models::RestorePoint
|
117
130
|
ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy
|
118
|
-
|
119
|
-
DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy
|
120
|
-
DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule
|
131
|
+
ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor
|
121
132
|
TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption
|
122
133
|
RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex
|
123
|
-
ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor
|
124
|
-
DatabaseUpdate = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUpdate
|
125
|
-
ElasticPoolUpdate = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolUpdate
|
126
134
|
TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity
|
127
135
|
ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity
|
128
136
|
ElasticPoolActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity
|
129
|
-
Database = Azure::SQL::Mgmt::V2014_04_01::Models::Database
|
130
|
-
ElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool
|
131
137
|
RecommendedElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool
|
138
|
+
DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy
|
139
|
+
DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy
|
140
|
+
DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule
|
141
|
+
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
|
132
144
|
FirewallRule = Azure::SQL::Mgmt::V2014_04_01::Models::FirewallRule
|
133
145
|
GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy
|
134
146
|
ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse
|
@@ -141,29 +153,31 @@ module Azure::SQL::Profiles::Latest::Mgmt
|
|
141
153
|
DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy
|
142
154
|
ServerTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy
|
143
155
|
BackupLongTermRetentionPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState
|
144
|
-
RestorePointType = Azure::SQL::Mgmt::V2014_04_01::Models::RestorePointType
|
145
156
|
CapabilityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::CapabilityStatus
|
146
157
|
MaxSizeUnits = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits
|
147
158
|
PerformanceLevelUnit = Azure::SQL::Mgmt::V2014_04_01::Models::PerformanceLevelUnit
|
159
|
+
CheckNameAvailabilityReason = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason
|
148
160
|
ServerConnectionType = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType
|
161
|
+
DatabaseEdition = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition
|
162
|
+
ServiceObjectiveName = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName
|
163
|
+
TransparentDataEncryptionStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus
|
164
|
+
RecommendedIndexAction = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction
|
165
|
+
RecommendedIndexState = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState
|
166
|
+
RecommendedIndexType = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType
|
167
|
+
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
|
149
170
|
SecurityAlertPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyState
|
150
171
|
SecurityAlertPolicyEmailAccountAdmins = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins
|
151
172
|
SecurityAlertPolicyUseServerDefault = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault
|
152
173
|
DataMaskingState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState
|
153
174
|
DataMaskingRuleState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState
|
154
175
|
DataMaskingFunction = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
ServiceObjectiveName = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName
|
160
|
-
CreateMode = Azure::SQL::Mgmt::V2014_04_01::Models::CreateMode
|
161
|
-
DatabaseEdition = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition
|
162
|
-
ReadScale = Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale
|
163
|
-
SampleName = Azure::SQL::Mgmt::V2014_04_01::Models::SampleName
|
176
|
+
DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus
|
177
|
+
DisasterRecoveryConfigurationAutoFailover = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover
|
178
|
+
DisasterRecoveryConfigurationFailoverPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy
|
179
|
+
DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole
|
164
180
|
ElasticPoolState = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolState
|
165
|
-
ElasticPoolEdition = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition
|
166
|
-
TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus
|
167
181
|
GeoBackupPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState
|
168
182
|
StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType
|
169
183
|
AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType
|
@@ -178,54 +192,54 @@ module Azure::SQL::Profiles::Latest::Mgmt
|
|
178
192
|
ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState
|
179
193
|
ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion
|
180
194
|
ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState
|
181
|
-
CheckNameAvailabilityReason = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason
|
182
|
-
ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult
|
183
195
|
ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult
|
184
196
|
ResourceIdentity = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity
|
185
|
-
RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo
|
186
|
-
RecommendedActionImpactRecord = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord
|
187
|
-
SyncFullSchemaPropertiesListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult
|
188
197
|
RecommendedActionStateInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo
|
189
|
-
SyncGroupSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable
|
190
198
|
RecommendedActionErrorInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo
|
191
|
-
|
199
|
+
ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult
|
192
200
|
RecommendedActionMetricInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo
|
201
|
+
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
|
193
206
|
FailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint
|
194
|
-
|
207
|
+
SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult
|
195
208
|
PartnerInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo
|
196
|
-
VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult
|
197
|
-
FailoverGroupUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate
|
198
209
|
ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate
|
210
|
+
FailoverGroupUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate
|
211
|
+
SubscriptionUsageListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult
|
199
212
|
OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay
|
200
|
-
SyncMemberListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult
|
201
|
-
OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult
|
202
213
|
SyncAgentListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult
|
203
|
-
|
214
|
+
OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult
|
204
215
|
SyncAgentKeyProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties
|
216
|
+
SyncFullSchemaPropertiesListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult
|
217
|
+
RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo
|
218
|
+
SyncMemberListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult
|
205
219
|
FailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint
|
206
|
-
SyncGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult
|
207
|
-
FailoverGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult
|
208
220
|
SyncAgentLinkedDatabaseListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult
|
209
|
-
|
221
|
+
FailoverGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult
|
210
222
|
SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties
|
211
|
-
|
223
|
+
SyncGroupSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn
|
212
224
|
SyncDatabaseIdListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult
|
213
|
-
|
225
|
+
SyncGroupSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable
|
214
226
|
SyncFullSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn
|
215
|
-
|
227
|
+
EncryptionProtectorListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult
|
216
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
|
217
231
|
RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction
|
218
232
|
Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor
|
219
233
|
DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseBlobAuditingPolicy
|
220
234
|
EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector
|
221
235
|
FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup
|
222
236
|
ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey
|
223
|
-
TrackedResource = Azure::SQL::Mgmt::V2015_05_01_preview::Models::TrackedResource
|
224
237
|
Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server
|
225
238
|
SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent
|
226
239
|
SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase
|
227
240
|
SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup
|
228
241
|
SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember
|
242
|
+
SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage
|
229
243
|
VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule
|
230
244
|
AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus
|
231
245
|
AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus
|
@@ -249,18 +263,43 @@ module Azure::SQL::Profiles::Latest::Mgmt
|
|
249
263
|
SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection
|
250
264
|
SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState
|
251
265
|
VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState
|
252
|
-
|
266
|
+
DatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseUpdate
|
267
|
+
AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions
|
253
268
|
DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult
|
269
|
+
CreateDatabaseRestorePointDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition
|
270
|
+
DatabaseRestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseRestorePointListResult
|
271
|
+
ArmSku = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ArmSku
|
272
|
+
ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition
|
273
|
+
DatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult
|
274
|
+
ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult
|
275
|
+
ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition
|
276
|
+
Resource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource
|
277
|
+
ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition
|
254
278
|
ProxyResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource
|
255
279
|
DatabaseOperation = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation
|
280
|
+
TrackedResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource
|
281
|
+
Database = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Database
|
282
|
+
ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult
|
283
|
+
DatabaseRestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseRestorePoint
|
284
|
+
ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning
|
285
|
+
ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias
|
256
286
|
ManagementOperationState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState
|
287
|
+
CreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode
|
288
|
+
SampleName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName
|
289
|
+
Status = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Status
|
290
|
+
CatalogCollationType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType
|
291
|
+
RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType
|
292
|
+
AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode
|
293
|
+
AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired
|
294
|
+
AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual
|
295
|
+
AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason
|
257
296
|
end
|
258
297
|
|
259
298
|
#
|
260
|
-
#
|
299
|
+
# SQLManagementClass
|
261
300
|
#
|
262
|
-
class
|
263
|
-
attr_reader :backup_long_term_retention_policies, :backup_long_term_retention_vaults, :
|
301
|
+
class SQLManagementClass
|
302
|
+
attr_reader :backup_long_term_retention_policies, :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :restore_points, :capabilities, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :elastic_pools, :firewall_rules, :geo_backup_policies, :queries, :query_statistics, :query_texts, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :recommended_elastic_pools, :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_blob_auditing_policies, :encryption_protectors, :failover_groups, :operations, :server_keys, :servers, :sync_agents, :sync_groups, :sync_members, :subscription_usages, :virtual_network_rules, :database_operations, :databases, :database_restore_points, :server_automatic_tuning_operations, :server_dns_aliases, :configurable, :base_url, :options, :model_classes
|
264
303
|
|
265
304
|
def initialize(options = {})
|
266
305
|
if options.is_a?(Hash) && options.length == 0
|
@@ -271,676 +310,800 @@ module Azure::SQL::Profiles::Latest::Mgmt
|
|
271
310
|
|
272
311
|
reset!(options)
|
273
312
|
|
274
|
-
@configurable
|
313
|
+
@configurable = self
|
314
|
+
@base_url = options[:base_url].nil? ? nil:options[:base_url]
|
315
|
+
@options = options[:options].nil? ? nil:options[:options]
|
275
316
|
|
276
|
-
client_0 = Azure::SQL::Mgmt::V2014_04_01::SqlManagementClient.new(configurable.credentials, base_url, options)
|
277
|
-
if(client_0.respond_to?(:subscription_id))
|
278
|
-
client_0.subscription_id = configurable.subscription_id
|
279
|
-
end
|
280
|
-
@
|
281
|
-
@
|
282
|
-
@
|
283
|
-
@recoverable_databases = client_0.recoverable_databases
|
284
|
-
@restorable_dropped_databases = client_0.restorable_dropped_databases
|
285
|
-
@
|
286
|
-
@
|
287
|
-
@
|
288
|
-
@
|
289
|
-
@
|
290
|
-
@
|
291
|
-
@
|
292
|
-
@
|
293
|
-
@
|
294
|
-
@elastic_pools = client_0.elastic_pools
|
295
|
-
@
|
296
|
-
@
|
297
|
-
@
|
298
|
-
@
|
299
|
-
@
|
300
|
-
@
|
301
|
-
@
|
302
|
-
@
|
303
|
-
@
|
304
|
-
@
|
305
|
-
@
|
306
|
-
@
|
307
|
-
@
|
308
|
-
@
|
309
|
-
@
|
310
|
-
@
|
311
|
-
@
|
317
|
+
@client_0 = Azure::SQL::Mgmt::V2014_04_01::SqlManagementClient.new(configurable.credentials, base_url, options)
|
318
|
+
if(@client_0.respond_to?(:subscription_id))
|
319
|
+
@client_0.subscription_id = configurable.subscription_id
|
320
|
+
end
|
321
|
+
add_telemetry(@client_0)
|
322
|
+
@backup_long_term_retention_policies = @client_0.backup_long_term_retention_policies
|
323
|
+
@backup_long_term_retention_vaults = @client_0.backup_long_term_retention_vaults
|
324
|
+
@recoverable_databases = @client_0.recoverable_databases
|
325
|
+
@restorable_dropped_databases = @client_0.restorable_dropped_databases
|
326
|
+
@restore_points = @client_0.restore_points
|
327
|
+
@capabilities = @client_0.capabilities
|
328
|
+
@server_connection_policies = @client_0.server_connection_policies
|
329
|
+
@database_threat_detection_policies = @client_0.database_threat_detection_policies
|
330
|
+
@data_masking_policies = @client_0.data_masking_policies
|
331
|
+
@data_masking_rules = @client_0.data_masking_rules
|
332
|
+
@transparent_data_encryption_configurations = @client_0.transparent_data_encryption_configurations
|
333
|
+
@extensions = @client_0.extensions
|
334
|
+
@disaster_recovery_configurations = @client_0.disaster_recovery_configurations
|
335
|
+
@elastic_pools = @client_0.elastic_pools
|
336
|
+
@firewall_rules = @client_0.firewall_rules
|
337
|
+
@geo_backup_policies = @client_0.geo_backup_policies
|
338
|
+
@queries = @client_0.queries
|
339
|
+
@query_statistics = @client_0.query_statistics
|
340
|
+
@query_texts = @client_0.query_texts
|
341
|
+
@replication_links = @client_0.replication_links
|
342
|
+
@server_azure_adadministrators = @client_0.server_azure_adadministrators
|
343
|
+
@server_communication_links = @client_0.server_communication_links
|
344
|
+
@service_objectives = @client_0.service_objectives
|
345
|
+
@elastic_pool_activities = @client_0.elastic_pool_activities
|
346
|
+
@elastic_pool_database_activities = @client_0.elastic_pool_database_activities
|
347
|
+
@recommended_elastic_pools = @client_0.recommended_elastic_pools
|
348
|
+
@service_tier_advisors = @client_0.service_tier_advisors
|
349
|
+
@transparent_data_encryptions = @client_0.transparent_data_encryptions
|
350
|
+
@transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities
|
351
|
+
@server_table_auditing_policies = @client_0.server_table_auditing_policies
|
352
|
+
@database_table_auditing_policies = @client_0.database_table_auditing_policies
|
353
|
+
@database_connection_policies = @client_0.database_connection_policies
|
354
|
+
@server_usages = @client_0.server_usages
|
355
|
+
@database_usages = @client_0.database_usages
|
312
356
|
|
313
|
-
client_1 = Azure::SQL::Mgmt::V2015_05_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options)
|
314
|
-
if(client_1.respond_to?(:subscription_id))
|
315
|
-
client_1.subscription_id = configurable.subscription_id
|
316
|
-
end
|
317
|
-
@
|
318
|
-
@
|
319
|
-
@
|
320
|
-
@
|
321
|
-
@
|
322
|
-
@
|
323
|
-
@
|
324
|
-
@
|
325
|
-
@
|
326
|
-
@
|
327
|
-
@
|
328
|
-
@
|
329
|
-
@
|
357
|
+
@client_1 = Azure::SQL::Mgmt::V2015_05_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options)
|
358
|
+
if(@client_1.respond_to?(:subscription_id))
|
359
|
+
@client_1.subscription_id = configurable.subscription_id
|
360
|
+
end
|
361
|
+
add_telemetry(@client_1)
|
362
|
+
@database_advisors = @client_1.database_advisors
|
363
|
+
@database_recommended_actions = @client_1.database_recommended_actions
|
364
|
+
@server_advisors = @client_1.server_advisors
|
365
|
+
@database_blob_auditing_policies = @client_1.database_blob_auditing_policies
|
366
|
+
@encryption_protectors = @client_1.encryption_protectors
|
367
|
+
@failover_groups = @client_1.failover_groups
|
368
|
+
@operations = @client_1.operations
|
369
|
+
@server_keys = @client_1.server_keys
|
370
|
+
@servers = @client_1.servers
|
371
|
+
@sync_agents = @client_1.sync_agents
|
372
|
+
@sync_groups = @client_1.sync_groups
|
373
|
+
@sync_members = @client_1.sync_members
|
374
|
+
@subscription_usages = @client_1.subscription_usages
|
375
|
+
@virtual_network_rules = @client_1.virtual_network_rules
|
330
376
|
|
331
|
-
client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options)
|
332
|
-
if(client_2.respond_to?(:subscription_id))
|
333
|
-
client_2.subscription_id = configurable.subscription_id
|
334
|
-
end
|
335
|
-
@
|
377
|
+
@client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options)
|
378
|
+
if(@client_2.respond_to?(:subscription_id))
|
379
|
+
@client_2.subscription_id = configurable.subscription_id
|
380
|
+
end
|
381
|
+
add_telemetry(@client_2)
|
382
|
+
@database_operations = @client_2.database_operations
|
383
|
+
@databases = @client_2.databases
|
384
|
+
@database_restore_points = @client_2.database_restore_points
|
385
|
+
@server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations
|
386
|
+
@server_dns_aliases = @client_2.server_dns_aliases
|
336
387
|
|
337
388
|
@model_classes = ModelClasses.new
|
338
389
|
end
|
339
390
|
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLinkListResult
|
355
|
-
end
|
356
|
-
def elastic_pool_database_activity_list_result
|
357
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivityListResult
|
358
|
-
end
|
359
|
-
def server_usage_list_result
|
360
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsageListResult
|
361
|
-
end
|
362
|
-
def elastic_pool_list_result
|
363
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolListResult
|
364
|
-
end
|
365
|
-
def server_administrator_list_result
|
366
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult
|
367
|
-
end
|
368
|
-
def recommended_elastic_pool_list_metrics_result
|
369
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult
|
370
|
-
end
|
371
|
-
def database_usage
|
372
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsage
|
373
|
-
end
|
374
|
-
def recommended_elastic_pool_list_result
|
375
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListResult
|
376
|
-
end
|
377
|
-
def replication_link_list_result
|
378
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLinkListResult
|
379
|
-
end
|
380
|
-
def max_size_capability
|
381
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeCapability
|
382
|
-
end
|
383
|
-
def recommended_elastic_pool_metric
|
384
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolMetric
|
385
|
-
end
|
386
|
-
def edition_capability
|
387
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::EditionCapability
|
388
|
-
end
|
389
|
-
def database_usage_list_result
|
390
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsageListResult
|
391
|
-
end
|
392
|
-
def elastic_pool_per_database_max_dtu_capability
|
393
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMaxDtuCapability
|
394
|
-
end
|
395
|
-
def query_statistic_list_result
|
396
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult
|
397
|
-
end
|
398
|
-
def elastic_pool_edition_capability
|
399
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEditionCapability
|
400
|
-
end
|
401
|
-
def top_queries_list_result
|
402
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult
|
403
|
-
end
|
404
|
-
def location_capabilities
|
405
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::LocationCapabilities
|
406
|
-
end
|
407
|
-
def top_queries
|
408
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries
|
409
|
-
end
|
410
|
-
def check_name_availability_request
|
411
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest
|
412
|
-
end
|
413
|
-
def query_statistic
|
414
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic
|
415
|
-
end
|
416
|
-
def database_table_auditing_policy_list_result
|
417
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult
|
418
|
-
end
|
419
|
-
def table_auditing_policy_properties
|
420
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties
|
421
|
-
end
|
422
|
-
def geo_backup_policy_list_result
|
423
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyListResult
|
424
|
-
end
|
425
|
-
def operation_impact
|
426
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::OperationImpact
|
427
|
-
end
|
428
|
-
def import_extension_request
|
429
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ImportExtensionRequest
|
430
|
-
end
|
431
|
-
def service_tier_advisor_list_result
|
432
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult
|
433
|
-
end
|
434
|
-
def transparent_data_encryption_activity_list_result
|
435
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityListResult
|
436
|
-
end
|
437
|
-
def elastic_pool_activity_list_result
|
438
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivityListResult
|
439
|
-
end
|
440
|
-
def recoverable_database_list_result
|
441
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult
|
442
|
-
end
|
443
|
-
def export_request
|
444
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ExportRequest
|
445
|
-
end
|
446
|
-
def service_objective_capability
|
447
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveCapability
|
448
|
-
end
|
449
|
-
def metric_value
|
450
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue
|
451
|
-
end
|
452
|
-
def elastic_pool_dtu_capability
|
453
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability
|
454
|
-
end
|
455
|
-
def metric_name
|
456
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::MetricName
|
457
|
-
end
|
458
|
-
def check_name_availability_response
|
459
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityResponse
|
460
|
-
end
|
461
|
-
def metric
|
462
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::Metric
|
463
|
-
end
|
464
|
-
def data_masking_rule_list_result
|
465
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult
|
466
|
-
end
|
467
|
-
def metric_list_result
|
468
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::MetricListResult
|
469
|
-
end
|
470
|
-
def server_table_auditing_policy_list_result
|
471
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicyListResult
|
472
|
-
end
|
473
|
-
def metric_availability
|
474
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability
|
475
|
-
end
|
476
|
-
def restore_point_list_result
|
477
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RestorePointListResult
|
478
|
-
end
|
479
|
-
def metric_definition
|
480
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition
|
481
|
-
end
|
482
|
-
def elastic_pool_per_database_min_dtu_capability
|
483
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMinDtuCapability
|
484
|
-
end
|
485
|
-
def metric_definition_list_result
|
486
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult
|
487
|
-
end
|
488
|
-
def service_objective_list_result
|
489
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult
|
490
|
-
end
|
491
|
-
def database_list_result
|
492
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseListResult
|
493
|
-
end
|
494
|
-
def server_version_capability
|
495
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersionCapability
|
496
|
-
end
|
497
|
-
def restorable_dropped_database_list_result
|
498
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabaseListResult
|
499
|
-
end
|
500
|
-
def query_metric
|
501
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric
|
502
|
-
end
|
503
|
-
def transparent_data_encryption_list_result
|
504
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionListResult
|
505
|
-
end
|
506
|
-
def query_interval
|
507
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval
|
508
|
-
end
|
509
|
-
def backup_long_term_retention_policy
|
510
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicy
|
511
|
-
end
|
512
|
-
def backup_long_term_retention_vault
|
513
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault
|
514
|
-
end
|
515
|
-
def restore_point
|
516
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RestorePoint
|
517
|
-
end
|
518
|
-
def recoverable_database
|
519
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase
|
520
|
-
end
|
521
|
-
def restorable_dropped_database
|
522
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase
|
523
|
-
end
|
524
|
-
def server_connection_policy
|
525
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy
|
526
|
-
end
|
527
|
-
def database_security_alert_policy
|
528
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy
|
529
|
-
end
|
530
|
-
def data_masking_policy
|
531
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy
|
532
|
-
end
|
533
|
-
def data_masking_rule
|
534
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule
|
535
|
-
end
|
536
|
-
def transparent_data_encryption
|
537
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption
|
538
|
-
end
|
539
|
-
def recommended_index
|
540
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex
|
541
|
-
end
|
542
|
-
def service_tier_advisor
|
543
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor
|
544
|
-
end
|
545
|
-
def database_update
|
546
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUpdate
|
547
|
-
end
|
548
|
-
def elastic_pool_update
|
549
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolUpdate
|
550
|
-
end
|
551
|
-
def transparent_data_encryption_activity
|
552
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity
|
553
|
-
end
|
554
|
-
def elastic_pool_database_activity
|
555
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity
|
556
|
-
end
|
557
|
-
def elastic_pool_activity
|
558
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity
|
559
|
-
end
|
560
|
-
def database
|
561
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::Database
|
562
|
-
end
|
563
|
-
def elastic_pool
|
564
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool
|
565
|
-
end
|
566
|
-
def recommended_elastic_pool
|
567
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool
|
568
|
-
end
|
569
|
-
def firewall_rule
|
570
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::FirewallRule
|
571
|
-
end
|
572
|
-
def geo_backup_policy
|
573
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy
|
574
|
-
end
|
575
|
-
def import_export_response
|
576
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse
|
577
|
-
end
|
578
|
-
def import_request
|
579
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest
|
580
|
-
end
|
581
|
-
def replication_link
|
582
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink
|
583
|
-
end
|
584
|
-
def server_azure_adadministrator
|
585
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator
|
586
|
-
end
|
587
|
-
def server_communication_link
|
588
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink
|
589
|
-
end
|
590
|
-
def service_objective
|
591
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective
|
592
|
-
end
|
593
|
-
def database_connection_policy
|
594
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy
|
595
|
-
end
|
596
|
-
def database_table_auditing_policy
|
597
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy
|
598
|
-
end
|
599
|
-
def server_table_auditing_policy
|
600
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy
|
601
|
-
end
|
602
|
-
def backup_long_term_retention_policy_state
|
603
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState
|
604
|
-
end
|
605
|
-
def restore_point_type
|
606
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RestorePointType
|
607
|
-
end
|
608
|
-
def capability_status
|
609
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::CapabilityStatus
|
610
|
-
end
|
611
|
-
def max_size_units
|
612
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits
|
613
|
-
end
|
614
|
-
def performance_level_unit
|
615
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::PerformanceLevelUnit
|
616
|
-
end
|
617
|
-
def server_connection_type
|
618
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType
|
619
|
-
end
|
620
|
-
def security_alert_policy_state
|
621
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyState
|
622
|
-
end
|
623
|
-
def security_alert_policy_email_account_admins
|
624
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins
|
625
|
-
end
|
626
|
-
def security_alert_policy_use_server_default
|
627
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault
|
628
|
-
end
|
629
|
-
def data_masking_state
|
630
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState
|
631
|
-
end
|
632
|
-
def data_masking_rule_state
|
633
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState
|
634
|
-
end
|
635
|
-
def data_masking_function
|
636
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction
|
637
|
-
end
|
638
|
-
def transparent_data_encryption_status
|
639
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus
|
640
|
-
end
|
641
|
-
def recommended_index_action
|
642
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction
|
643
|
-
end
|
644
|
-
def recommended_index_state
|
645
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState
|
646
|
-
end
|
647
|
-
def recommended_index_type
|
648
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType
|
649
|
-
end
|
650
|
-
def service_objective_name
|
651
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName
|
652
|
-
end
|
653
|
-
def create_mode
|
654
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::CreateMode
|
655
|
-
end
|
656
|
-
def database_edition
|
657
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition
|
658
|
-
end
|
659
|
-
def read_scale
|
660
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale
|
661
|
-
end
|
662
|
-
def sample_name
|
663
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::SampleName
|
664
|
-
end
|
665
|
-
def elastic_pool_state
|
666
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolState
|
667
|
-
end
|
668
|
-
def elastic_pool_edition
|
669
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition
|
670
|
-
end
|
671
|
-
def transparent_data_encryption_activity_status
|
672
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus
|
673
|
-
end
|
674
|
-
def geo_backup_policy_state
|
675
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState
|
676
|
-
end
|
677
|
-
def storage_key_type
|
678
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType
|
679
|
-
end
|
680
|
-
def authentication_type
|
681
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType
|
682
|
-
end
|
683
|
-
def unit_type
|
684
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::UnitType
|
685
|
-
end
|
686
|
-
def primary_aggregation_type
|
687
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType
|
688
|
-
end
|
689
|
-
def unit_definition_type
|
690
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType
|
691
|
-
end
|
692
|
-
def query_aggregation_function
|
693
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction
|
694
|
-
end
|
695
|
-
def query_execution_type
|
696
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType
|
697
|
-
end
|
698
|
-
def query_observed_metric_type
|
699
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType
|
700
|
-
end
|
701
|
-
def query_metric_unit
|
702
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit
|
703
|
-
end
|
704
|
-
def replication_role
|
705
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole
|
706
|
-
end
|
707
|
-
def replication_state
|
708
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState
|
709
|
-
end
|
710
|
-
def server_version
|
711
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion
|
712
|
-
end
|
713
|
-
def server_state
|
714
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::ServerState
|
715
|
-
end
|
716
|
-
def check_name_availability_reason
|
717
|
-
Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason
|
718
|
-
end
|
719
|
-
def server_list_result
|
720
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult
|
721
|
-
end
|
722
|
-
def server_key_list_result
|
723
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult
|
724
|
-
end
|
725
|
-
def resource_identity
|
726
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity
|
727
|
-
end
|
728
|
-
def recommended_action_implementation_info
|
729
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo
|
730
|
-
end
|
731
|
-
def recommended_action_impact_record
|
732
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord
|
733
|
-
end
|
734
|
-
def sync_full_schema_properties_list_result
|
735
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult
|
736
|
-
end
|
737
|
-
def recommended_action_state_info
|
738
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo
|
739
|
-
end
|
740
|
-
def sync_group_schema_table
|
741
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable
|
742
|
-
end
|
743
|
-
def recommended_action_error_info
|
744
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo
|
745
|
-
end
|
746
|
-
def sync_group_log_list_result
|
747
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult
|
748
|
-
end
|
749
|
-
def recommended_action_metric_info
|
750
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo
|
751
|
-
end
|
752
|
-
def failover_group_read_write_endpoint
|
753
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint
|
754
|
-
end
|
755
|
-
def sync_full_schema_properties
|
756
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties
|
757
|
-
end
|
758
|
-
def partner_info
|
759
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo
|
760
|
-
end
|
761
|
-
def virtual_network_rule_list_result
|
762
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult
|
763
|
-
end
|
764
|
-
def failover_group_update
|
765
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate
|
766
|
-
end
|
767
|
-
def server_update
|
768
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate
|
769
|
-
end
|
770
|
-
def operation_display
|
771
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay
|
772
|
-
end
|
773
|
-
def sync_member_list_result
|
774
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult
|
775
|
-
end
|
776
|
-
def operation_list_result
|
777
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult
|
778
|
-
end
|
779
|
-
def sync_agent_list_result
|
780
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult
|
781
|
-
end
|
782
|
-
def sync_group_schema_table_column
|
783
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn
|
784
|
-
end
|
785
|
-
def sync_agent_key_properties
|
786
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties
|
787
|
-
end
|
788
|
-
def failover_group_read_only_endpoint
|
789
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint
|
790
|
-
end
|
791
|
-
def sync_group_list_result
|
792
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult
|
793
|
-
end
|
794
|
-
def failover_group_list_result
|
795
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult
|
796
|
-
end
|
797
|
-
def sync_agent_linked_database_list_result
|
798
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult
|
799
|
-
end
|
800
|
-
def sync_group_schema
|
801
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema
|
802
|
-
end
|
803
|
-
def sync_database_id_properties
|
804
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties
|
805
|
-
end
|
806
|
-
def sync_group_log_properties
|
807
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties
|
808
|
-
end
|
809
|
-
def sync_database_id_list_result
|
810
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult
|
811
|
-
end
|
812
|
-
def encryption_protector_list_result
|
813
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult
|
814
|
-
end
|
815
|
-
def sync_full_schema_table_column
|
816
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn
|
817
|
-
end
|
818
|
-
def operation
|
819
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation
|
820
|
-
end
|
821
|
-
def sync_full_schema_table
|
822
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable
|
823
|
-
end
|
824
|
-
def recommended_action
|
825
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction
|
826
|
-
end
|
827
|
-
def advisor
|
828
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor
|
829
|
-
end
|
830
|
-
def database_blob_auditing_policy
|
831
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseBlobAuditingPolicy
|
832
|
-
end
|
833
|
-
def encryption_protector
|
834
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector
|
835
|
-
end
|
836
|
-
def failover_group
|
837
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup
|
838
|
-
end
|
839
|
-
def server_key
|
840
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey
|
841
|
-
end
|
842
|
-
def tracked_resource
|
843
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::TrackedResource
|
844
|
-
end
|
845
|
-
def server
|
846
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server
|
847
|
-
end
|
848
|
-
def sync_agent
|
849
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent
|
850
|
-
end
|
851
|
-
def sync_agent_linked_database
|
852
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase
|
853
|
-
end
|
854
|
-
def sync_group
|
855
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup
|
856
|
-
end
|
857
|
-
def sync_member
|
858
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember
|
859
|
-
end
|
860
|
-
def virtual_network_rule
|
861
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule
|
862
|
-
end
|
863
|
-
def advisor_status
|
864
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus
|
865
|
-
end
|
866
|
-
def auto_execute_status
|
867
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus
|
868
|
-
end
|
869
|
-
def auto_execute_status_inherited_from
|
870
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom
|
871
|
-
end
|
872
|
-
def recommended_action_current_state
|
873
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState
|
874
|
-
end
|
875
|
-
def recommended_action_initiated_by
|
876
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy
|
877
|
-
end
|
878
|
-
def implementation_method
|
879
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod
|
880
|
-
end
|
881
|
-
def is_retryable
|
882
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable
|
883
|
-
end
|
884
|
-
def blob_auditing_policy_state
|
885
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::BlobAuditingPolicyState
|
886
|
-
end
|
887
|
-
def server_key_type
|
888
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType
|
889
|
-
end
|
890
|
-
def read_write_endpoint_failover_policy
|
891
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy
|
892
|
-
end
|
893
|
-
def read_only_endpoint_failover_policy
|
894
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy
|
895
|
-
end
|
896
|
-
def failover_group_replication_role
|
897
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole
|
898
|
-
end
|
899
|
-
def operation_origin
|
900
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin
|
901
|
-
end
|
902
|
-
def identity_type
|
903
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType
|
904
|
-
end
|
905
|
-
def sync_agent_state
|
906
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState
|
907
|
-
end
|
908
|
-
def sync_member_db_type
|
909
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType
|
910
|
-
end
|
911
|
-
def sync_group_log_type
|
912
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType
|
913
|
-
end
|
914
|
-
def sync_conflict_resolution_policy
|
915
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy
|
916
|
-
end
|
917
|
-
def sync_group_state
|
918
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState
|
919
|
-
end
|
920
|
-
def sync_direction
|
921
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection
|
922
|
-
end
|
923
|
-
def sync_member_state
|
924
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState
|
925
|
-
end
|
926
|
-
def virtual_network_rule_state
|
927
|
-
Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState
|
928
|
-
end
|
929
|
-
def resource
|
930
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource
|
931
|
-
end
|
932
|
-
def database_operation_list_result
|
933
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult
|
934
|
-
end
|
935
|
-
def proxy_resource
|
936
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource
|
937
|
-
end
|
938
|
-
def database_operation
|
939
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation
|
940
|
-
end
|
941
|
-
def management_operation_state
|
942
|
-
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState
|
391
|
+
def add_telemetry(client)
|
392
|
+
profile_information = 'Profiles/Latest/SQL/Mgmt'
|
393
|
+
client.add_user_agent_information(profile_information)
|
394
|
+
end
|
395
|
+
|
396
|
+
def method_missing(method, *args)
|
397
|
+
if @client_2.respond_to?method
|
398
|
+
@client_2.send(method, *args)
|
399
|
+
elsif @client_1.respond_to?method
|
400
|
+
@client_1.send(method, *args)
|
401
|
+
elsif @client_0.respond_to?method
|
402
|
+
@client_0.send(method, *args)
|
403
|
+
else
|
404
|
+
super
|
943
405
|
end
|
944
406
|
end
|
407
|
+
|
408
|
+
end
|
409
|
+
|
410
|
+
class ModelClasses
|
411
|
+
def firewall_rule_list_result
|
412
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::FirewallRuleListResult
|
413
|
+
end
|
414
|
+
def disaster_recovery_configuration_list_result
|
415
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationListResult
|
416
|
+
end
|
417
|
+
def server_administrator_list_result
|
418
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult
|
419
|
+
end
|
420
|
+
def server_usage
|
421
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsage
|
422
|
+
end
|
423
|
+
def service_tier_advisor_list_result
|
424
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult
|
425
|
+
end
|
426
|
+
def replication_link_list_result
|
427
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLinkListResult
|
428
|
+
end
|
429
|
+
def elastic_pool_database_activity_list_result
|
430
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivityListResult
|
431
|
+
end
|
432
|
+
def recommended_elastic_pool_metric
|
433
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolMetric
|
434
|
+
end
|
435
|
+
def elastic_pool_activity_list_result
|
436
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivityListResult
|
437
|
+
end
|
438
|
+
def server_usage_list_result
|
439
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsageListResult
|
440
|
+
end
|
441
|
+
def recoverable_database_list_result
|
442
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult
|
443
|
+
end
|
444
|
+
def query_text_list_result
|
445
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::QueryTextListResult
|
446
|
+
end
|
447
|
+
def restorable_dropped_database_list_result
|
448
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabaseListResult
|
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
|
455
|
+
end
|
456
|
+
def query_statistic_list_result
|
457
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult
|
458
|
+
end
|
459
|
+
def service_objective_capability
|
460
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveCapability
|
461
|
+
end
|
462
|
+
def data_masking_rule_list_result
|
463
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult
|
464
|
+
end
|
465
|
+
def elastic_pool_per_database_min_dtu_capability
|
466
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMinDtuCapability
|
467
|
+
end
|
468
|
+
def transparent_data_encryption_list_result
|
469
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionListResult
|
470
|
+
end
|
471
|
+
def elastic_pool_dtu_capability
|
472
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability
|
473
|
+
end
|
474
|
+
def extension_list_result
|
475
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ExtensionListResult
|
476
|
+
end
|
477
|
+
def server_version_capability
|
478
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersionCapability
|
479
|
+
end
|
480
|
+
def top_queries_list_result
|
481
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult
|
482
|
+
end
|
483
|
+
def check_name_availability_request
|
484
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest
|
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
|
500
|
+
end
|
501
|
+
def elastic_pool_list_result
|
502
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolListResult
|
503
|
+
end
|
504
|
+
def server_communication_link_list_result
|
505
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLinkListResult
|
506
|
+
end
|
507
|
+
def query_metric
|
508
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric
|
509
|
+
end
|
510
|
+
def advisor_list_result
|
511
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult
|
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
|
536
|
+
end
|
537
|
+
def database_usage
|
538
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsage
|
539
|
+
end
|
540
|
+
def slo_usage_metric
|
541
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::SloUsageMetric
|
542
|
+
end
|
543
|
+
def export_request
|
544
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ExportRequest
|
545
|
+
end
|
546
|
+
def database_table_auditing_policy_list_result
|
547
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult
|
548
|
+
end
|
549
|
+
def metric_value
|
550
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue
|
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
|
584
|
+
end
|
585
|
+
def metric_definition_list_result
|
586
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult
|
587
|
+
end
|
588
|
+
def edition_capability
|
589
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::EditionCapability
|
590
|
+
end
|
591
|
+
def server_table_auditing_policy_list_result
|
592
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicyListResult
|
593
|
+
end
|
594
|
+
def backup_long_term_retention_policy
|
595
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicy
|
596
|
+
end
|
597
|
+
def backup_long_term_retention_vault
|
598
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault
|
599
|
+
end
|
600
|
+
def recoverable_database
|
601
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase
|
602
|
+
end
|
603
|
+
def restorable_dropped_database
|
604
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase
|
605
|
+
end
|
606
|
+
def restore_point
|
607
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RestorePoint
|
608
|
+
end
|
609
|
+
def server_connection_policy
|
610
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy
|
611
|
+
end
|
612
|
+
def service_tier_advisor
|
613
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor
|
614
|
+
end
|
615
|
+
def transparent_data_encryption
|
616
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption
|
617
|
+
end
|
618
|
+
def recommended_index
|
619
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex
|
620
|
+
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
|
+
def database_security_alert_policy
|
634
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy
|
635
|
+
end
|
636
|
+
def data_masking_policy
|
637
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy
|
638
|
+
end
|
639
|
+
def data_masking_rule
|
640
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule
|
641
|
+
end
|
642
|
+
def disaster_recovery_configuration
|
643
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration
|
644
|
+
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
|
+
def geo_backup_policy
|
655
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy
|
656
|
+
end
|
657
|
+
def import_export_response
|
658
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse
|
659
|
+
end
|
660
|
+
def import_request
|
661
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest
|
662
|
+
end
|
663
|
+
def replication_link
|
664
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink
|
665
|
+
end
|
666
|
+
def server_azure_adadministrator
|
667
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator
|
668
|
+
end
|
669
|
+
def server_communication_link
|
670
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink
|
671
|
+
end
|
672
|
+
def service_objective
|
673
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective
|
674
|
+
end
|
675
|
+
def database_connection_policy
|
676
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy
|
677
|
+
end
|
678
|
+
def database_table_auditing_policy
|
679
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy
|
680
|
+
end
|
681
|
+
def server_table_auditing_policy
|
682
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy
|
683
|
+
end
|
684
|
+
def backup_long_term_retention_policy_state
|
685
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState
|
686
|
+
end
|
687
|
+
def capability_status
|
688
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::CapabilityStatus
|
689
|
+
end
|
690
|
+
def max_size_units
|
691
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits
|
692
|
+
end
|
693
|
+
def performance_level_unit
|
694
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::PerformanceLevelUnit
|
695
|
+
end
|
696
|
+
def check_name_availability_reason
|
697
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason
|
698
|
+
end
|
699
|
+
def server_connection_type
|
700
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType
|
701
|
+
end
|
702
|
+
def database_edition
|
703
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition
|
704
|
+
end
|
705
|
+
def service_objective_name
|
706
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName
|
707
|
+
end
|
708
|
+
def transparent_data_encryption_status
|
709
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus
|
710
|
+
end
|
711
|
+
def recommended_index_action
|
712
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction
|
713
|
+
end
|
714
|
+
def recommended_index_state
|
715
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState
|
716
|
+
end
|
717
|
+
def recommended_index_type
|
718
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType
|
719
|
+
end
|
720
|
+
def read_scale
|
721
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale
|
722
|
+
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
|
+
def security_alert_policy_email_account_admins
|
733
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins
|
734
|
+
end
|
735
|
+
def security_alert_policy_use_server_default
|
736
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault
|
737
|
+
end
|
738
|
+
def data_masking_state
|
739
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState
|
740
|
+
end
|
741
|
+
def data_masking_rule_state
|
742
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState
|
743
|
+
end
|
744
|
+
def data_masking_function
|
745
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction
|
746
|
+
end
|
747
|
+
def disaster_recovery_configuration_status
|
748
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus
|
749
|
+
end
|
750
|
+
def disaster_recovery_configuration_auto_failover
|
751
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover
|
752
|
+
end
|
753
|
+
def disaster_recovery_configuration_failover_policy
|
754
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy
|
755
|
+
end
|
756
|
+
def disaster_recovery_configuration_role
|
757
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole
|
758
|
+
end
|
759
|
+
def elastic_pool_state
|
760
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolState
|
761
|
+
end
|
762
|
+
def geo_backup_policy_state
|
763
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState
|
764
|
+
end
|
765
|
+
def storage_key_type
|
766
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType
|
767
|
+
end
|
768
|
+
def authentication_type
|
769
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType
|
770
|
+
end
|
771
|
+
def unit_type
|
772
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::UnitType
|
773
|
+
end
|
774
|
+
def primary_aggregation_type
|
775
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType
|
776
|
+
end
|
777
|
+
def unit_definition_type
|
778
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType
|
779
|
+
end
|
780
|
+
def query_aggregation_function
|
781
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction
|
782
|
+
end
|
783
|
+
def query_execution_type
|
784
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType
|
785
|
+
end
|
786
|
+
def query_observed_metric_type
|
787
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType
|
788
|
+
end
|
789
|
+
def query_metric_unit
|
790
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit
|
791
|
+
end
|
792
|
+
def replication_role
|
793
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole
|
794
|
+
end
|
795
|
+
def replication_state
|
796
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState
|
797
|
+
end
|
798
|
+
def server_version
|
799
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion
|
800
|
+
end
|
801
|
+
def server_state
|
802
|
+
Azure::SQL::Mgmt::V2014_04_01::Models::ServerState
|
803
|
+
end
|
804
|
+
def server_key_list_result
|
805
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult
|
806
|
+
end
|
807
|
+
def resource_identity
|
808
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity
|
809
|
+
end
|
810
|
+
def recommended_action_state_info
|
811
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo
|
812
|
+
end
|
813
|
+
def recommended_action_error_info
|
814
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo
|
815
|
+
end
|
816
|
+
def server_list_result
|
817
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult
|
818
|
+
end
|
819
|
+
def recommended_action_metric_info
|
820
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo
|
821
|
+
end
|
822
|
+
def virtual_network_rule_list_result
|
823
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult
|
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
|
830
|
+
end
|
831
|
+
def sync_group_schema
|
832
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema
|
833
|
+
end
|
834
|
+
def sync_group_log_properties
|
835
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties
|
836
|
+
end
|
837
|
+
def failover_group_read_write_endpoint
|
838
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint
|
839
|
+
end
|
840
|
+
def sync_group_log_list_result
|
841
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult
|
842
|
+
end
|
843
|
+
def partner_info
|
844
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo
|
845
|
+
end
|
846
|
+
def server_update
|
847
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate
|
848
|
+
end
|
849
|
+
def failover_group_update
|
850
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate
|
851
|
+
end
|
852
|
+
def subscription_usage_list_result
|
853
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult
|
854
|
+
end
|
855
|
+
def operation_display
|
856
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay
|
857
|
+
end
|
858
|
+
def sync_agent_list_result
|
859
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult
|
860
|
+
end
|
861
|
+
def operation_list_result
|
862
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult
|
863
|
+
end
|
864
|
+
def sync_agent_key_properties
|
865
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties
|
866
|
+
end
|
867
|
+
def sync_full_schema_properties_list_result
|
868
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult
|
869
|
+
end
|
870
|
+
def recommended_action_implementation_info
|
871
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo
|
872
|
+
end
|
873
|
+
def sync_member_list_result
|
874
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult
|
875
|
+
end
|
876
|
+
def failover_group_read_only_endpoint
|
877
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint
|
878
|
+
end
|
879
|
+
def sync_agent_linked_database_list_result
|
880
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult
|
881
|
+
end
|
882
|
+
def failover_group_list_result
|
883
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult
|
884
|
+
end
|
885
|
+
def sync_database_id_properties
|
886
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties
|
887
|
+
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
|
+
def recommended_action
|
913
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction
|
914
|
+
end
|
915
|
+
def advisor
|
916
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor
|
917
|
+
end
|
918
|
+
def database_blob_auditing_policy
|
919
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseBlobAuditingPolicy
|
920
|
+
end
|
921
|
+
def encryption_protector
|
922
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector
|
923
|
+
end
|
924
|
+
def failover_group
|
925
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup
|
926
|
+
end
|
927
|
+
def server_key
|
928
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey
|
929
|
+
end
|
930
|
+
def server
|
931
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server
|
932
|
+
end
|
933
|
+
def sync_agent
|
934
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent
|
935
|
+
end
|
936
|
+
def sync_agent_linked_database
|
937
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase
|
938
|
+
end
|
939
|
+
def sync_group
|
940
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup
|
941
|
+
end
|
942
|
+
def sync_member
|
943
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember
|
944
|
+
end
|
945
|
+
def subscription_usage
|
946
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage
|
947
|
+
end
|
948
|
+
def virtual_network_rule
|
949
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule
|
950
|
+
end
|
951
|
+
def advisor_status
|
952
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus
|
953
|
+
end
|
954
|
+
def auto_execute_status
|
955
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus
|
956
|
+
end
|
957
|
+
def auto_execute_status_inherited_from
|
958
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom
|
959
|
+
end
|
960
|
+
def recommended_action_current_state
|
961
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState
|
962
|
+
end
|
963
|
+
def recommended_action_initiated_by
|
964
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy
|
965
|
+
end
|
966
|
+
def implementation_method
|
967
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod
|
968
|
+
end
|
969
|
+
def is_retryable
|
970
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable
|
971
|
+
end
|
972
|
+
def blob_auditing_policy_state
|
973
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::BlobAuditingPolicyState
|
974
|
+
end
|
975
|
+
def server_key_type
|
976
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType
|
977
|
+
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
|
+
def failover_group_replication_role
|
985
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole
|
986
|
+
end
|
987
|
+
def operation_origin
|
988
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin
|
989
|
+
end
|
990
|
+
def identity_type
|
991
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType
|
992
|
+
end
|
993
|
+
def sync_agent_state
|
994
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState
|
995
|
+
end
|
996
|
+
def sync_member_db_type
|
997
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType
|
998
|
+
end
|
999
|
+
def sync_group_log_type
|
1000
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType
|
1001
|
+
end
|
1002
|
+
def sync_conflict_resolution_policy
|
1003
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy
|
1004
|
+
end
|
1005
|
+
def sync_group_state
|
1006
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState
|
1007
|
+
end
|
1008
|
+
def sync_direction
|
1009
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection
|
1010
|
+
end
|
1011
|
+
def sync_member_state
|
1012
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState
|
1013
|
+
end
|
1014
|
+
def virtual_network_rule_state
|
1015
|
+
Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState
|
1016
|
+
end
|
1017
|
+
def database_update
|
1018
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseUpdate
|
1019
|
+
end
|
1020
|
+
def automatic_tuning_server_options
|
1021
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions
|
1022
|
+
end
|
1023
|
+
def database_operation_list_result
|
1024
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult
|
1025
|
+
end
|
1026
|
+
def create_database_restore_point_definition
|
1027
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition
|
1028
|
+
end
|
1029
|
+
def database_restore_point_list_result
|
1030
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseRestorePointListResult
|
1031
|
+
end
|
1032
|
+
def arm_sku
|
1033
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ArmSku
|
1034
|
+
end
|
1035
|
+
def import_export_database_definition
|
1036
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition
|
1037
|
+
end
|
1038
|
+
def database_list_result
|
1039
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult
|
1040
|
+
end
|
1041
|
+
def server_dns_alias_list_result
|
1042
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult
|
1043
|
+
end
|
1044
|
+
def resource_move_definition
|
1045
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition
|
1046
|
+
end
|
1047
|
+
def resource
|
1048
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource
|
1049
|
+
end
|
1050
|
+
def server_dns_alias_acquisition
|
1051
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition
|
1052
|
+
end
|
1053
|
+
def proxy_resource
|
1054
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource
|
1055
|
+
end
|
1056
|
+
def database_operation
|
1057
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation
|
1058
|
+
end
|
1059
|
+
def tracked_resource
|
1060
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource
|
1061
|
+
end
|
1062
|
+
def database
|
1063
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::Database
|
1064
|
+
end
|
1065
|
+
def import_export_operation_result
|
1066
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult
|
1067
|
+
end
|
1068
|
+
def database_restore_point
|
1069
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseRestorePoint
|
1070
|
+
end
|
1071
|
+
def server_automatic_tuning
|
1072
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning
|
1073
|
+
end
|
1074
|
+
def server_dns_alias
|
1075
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias
|
1076
|
+
end
|
1077
|
+
def management_operation_state
|
1078
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState
|
1079
|
+
end
|
1080
|
+
def create_mode
|
1081
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode
|
1082
|
+
end
|
1083
|
+
def sample_name
|
1084
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName
|
1085
|
+
end
|
1086
|
+
def status
|
1087
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::Status
|
1088
|
+
end
|
1089
|
+
def catalog_collation_type
|
1090
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType
|
1091
|
+
end
|
1092
|
+
def restore_point_type
|
1093
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType
|
1094
|
+
end
|
1095
|
+
def automatic_tuning_server_mode
|
1096
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode
|
1097
|
+
end
|
1098
|
+
def automatic_tuning_option_mode_desired
|
1099
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired
|
1100
|
+
end
|
1101
|
+
def automatic_tuning_option_mode_actual
|
1102
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual
|
1103
|
+
end
|
1104
|
+
def automatic_tuning_server_reason
|
1105
|
+
Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason
|
1106
|
+
end
|
945
1107
|
end
|
1108
|
+
end
|
946
1109
|
end
|