diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/databases.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/databases.rb index b61ed13042..96383c13fb 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/databases.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/databases.rb @@ -26,14 +26,13 @@ def initialize(client) attr_reader :client # - # Deletes the Azure SQL database replication link with the given ID. Cannot be - # done during failover. + # Deletes a database replication link. Cannot be done during failover. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database that has the + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database that has the # replication link to be dropped. # @param link_id [String] The ID of the replication link to be deleted. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -46,14 +45,13 @@ def delete_replication_link(resource_group_name, server_name, database_name, lin end # - # Deletes the Azure SQL database replication link with the given ID. Cannot be - # done during failover. + # Deletes a database replication link. Cannot be done during failover. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database that has the + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database that has the # replication link to be dropped. # @param link_id [String] The ID of the replication link to be deleted. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -66,14 +64,13 @@ def delete_replication_link_with_http_info(resource_group_name, server_name, dat end # - # Deletes the Azure SQL database replication link with the given ID. Cannot be - # done during failover. + # Deletes a database replication link. Cannot be done during failover. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database that has the + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database that has the # replication link to be dropped. # @param link_id [String] The ID of the replication link to be deleted. # @param [Hash{String => String}] A hash of custom headers that will be added @@ -126,14 +123,13 @@ def delete_replication_link_async(resource_group_name, server_name, database_nam end # - # Gets information about an Azure SQL database replication link. + # Gets a database replication link. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to get the - # link for. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to get the link for. # @param link_id [String] The replication link ID to be retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. @@ -146,14 +142,13 @@ def get_replication_link(resource_group_name, server_name, database_name, link_i end # - # Gets information about an Azure SQL database replication link. + # Gets a database replication link. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to get the - # link for. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to get the link for. # @param link_id [String] The replication link ID to be retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. @@ -165,14 +160,13 @@ def get_replication_link_with_http_info(resource_group_name, server_name, databa end # - # Gets information about an Azure SQL database replication link. + # Gets a database replication link. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to get the - # link for. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to get the link for. # @param link_id [String] The replication link ID to be retrieved. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. @@ -234,13 +228,13 @@ def get_replication_link_async(resource_group_name, server_name, database_name, end # - # Failover the Azure SQL database replication link with the given ID. + # Failover the database replication link. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database that has the + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database that has the # replication link to be failed over. # @param link_id [String] The ID of the replication link to be failed over. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -255,8 +249,8 @@ def failover_replication_link(resource_group_name, server_name, database_name, l # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database that has the + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database that has the # replication link to be failed over. # @param link_id [String] The ID of the replication link to be failed over. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -282,14 +276,13 @@ def failover_replication_link_async(resource_group_name, server_name, database_n end # - # Force failover the Azure SQL database replication link with the given ID - # which may result in data loss. + # Force failover the database replication link, which may result in data loss. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database that has the + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database that has the # replication link to be failed over. # @param link_id [String] The ID of the replication link to be failed over. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -304,8 +297,8 @@ def failover_replication_link_allow_data_loss(resource_group_name, server_name, # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database that has the + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database that has the # replication link to be failed over. # @param link_id [String] The ID of the replication link to be failed over. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -331,14 +324,13 @@ def failover_replication_link_allow_data_loss_async(resource_group_name, server_ end # - # Gets information about Azure SQL database replication links. + # Lists a database's replication links. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to retrieve - # links for. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to retrieve links for. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -350,14 +342,13 @@ def list_replication_links(resource_group_name, server_name, database_name, cust end # - # Gets information about Azure SQL database replication links. + # Lists a database's replication links. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to retrieve - # links for. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to retrieve links for. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -368,14 +359,13 @@ def list_replication_links_with_http_info(resource_group_name, server_name, data end # - # Gets information about Azure SQL database replication links. + # Lists a database's replication links. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to retrieve - # links for. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to retrieve links for. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -435,14 +425,13 @@ def list_replication_links_async(resource_group_name, server_name, database_name end # - # Pause an Azure SQL Data Warehouse database. + # Pauses a data warehouse. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL Data Warehouse - # database to pause. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the data warehouse to pause. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -455,9 +444,8 @@ def pause_data_warehouse(resource_group_name, server_name, database_name, custom # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL Data Warehouse - # database to pause. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the data warehouse to pause. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -481,14 +469,13 @@ def pause_data_warehouse_async(resource_group_name, server_name, database_name, end # - # Resume an Azure SQL Data Warehouse database. + # Resumes a data warehouse. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL Data Warehouse - # database to resume. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the data warehouse to resume. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -501,9 +488,8 @@ def resume_data_warehouse(resource_group_name, server_name, database_name, custo # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL Data Warehouse - # database to resume. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the data warehouse to resume. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -527,14 +513,14 @@ def resume_data_warehouse_async(resource_group_name, server_name, database_name, end # - # Returns a list of Azure SQL database restore points. + # Returns a list of database restore points. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database from which - # to retrieve available restore points. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database from which to retrieve + # available restore points. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -546,14 +532,14 @@ def list_restore_points(resource_group_name, server_name, database_name, custom_ end # - # Returns a list of Azure SQL database restore points. + # Returns a list of database restore points. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database from which - # to retrieve available restore points. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database from which to retrieve + # available restore points. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -564,14 +550,14 @@ def list_restore_points_with_http_info(resource_group_name, server_name, databas end # - # Returns a list of Azure SQL database restore points. + # Returns a list of database restore points. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database from which - # to retrieve available restore points. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database from which to retrieve + # available restore points. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -631,16 +617,16 @@ def list_restore_points_async(resource_group_name, server_name, database_name, c end # - # Creates a new Azure SQL database or updates an existing Azure SQL database. - # Location is a required property in the request body, and it must be the same - # as the location of the SQL server. + # Creates a new database or updates an existing database. Location is a + # required property in the request body, and it must be the same as the + # location of the SQL server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to be - # operated on (updated or created). + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to be operated on + # (updated or created). # @param parameters [Database] The required parameters for creating or updating # a database. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -657,9 +643,9 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to be - # operated on (updated or created). + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to be operated on + # (updated or created). # @param parameters [Database] The required parameters for creating or updating # a database. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -687,14 +673,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, para end # - # Deletes an Azure SQL database. + # Deletes a database. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to be - # deleted. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to be deleted. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -705,14 +690,13 @@ def delete(resource_group_name, server_name, database_name, custom_headers = nil end # - # Deletes an Azure SQL database. + # Deletes a database. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to be - # deleted. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to be deleted. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -723,14 +707,13 @@ def delete_with_http_info(resource_group_name, server_name, database_name, custo end # - # Deletes an Azure SQL database. + # Deletes a database. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to be - # deleted. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to be deleted. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -780,15 +763,14 @@ def delete_async(resource_group_name, server_name, database_name, custom_headers end # - # Gets information about an Azure SQL database. + # Gets a database. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to be - # retrieved. - # @param expand [String] The comma separated list of child objects to expand in + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to be retrieved. + # @param expand [String] A comma separated list of child objects to expand in # the response. Possible properties: serviceTierAdvisors, upgradeHint, # transparentDataEncryption. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -802,15 +784,14 @@ def get(resource_group_name, server_name, database_name, expand = nil, custom_he end # - # Gets information about an Azure SQL database. + # Gets a database. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to be - # retrieved. - # @param expand [String] The comma separated list of child objects to expand in + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to be retrieved. + # @param expand [String] A comma separated list of child objects to expand in # the response. Possible properties: serviceTierAdvisors, upgradeHint, # transparentDataEncryption. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -823,15 +804,14 @@ def get_with_http_info(resource_group_name, server_name, database_name, expand = end # - # Gets information about an Azure SQL database. + # Gets a database. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to be - # retrieved. - # @param expand [String] The comma separated list of child objects to expand in + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to be retrieved. + # @param expand [String] A comma separated list of child objects to expand in # the response. Possible properties: serviceTierAdvisors, upgradeHint, # transparentDataEncryption. # @param [Hash{String => String}] A hash of custom headers that will be added @@ -893,51 +873,57 @@ def get_async(resource_group_name, server_name, database_name, expand = nil, cus end # - # Returns information about an Azure SQL database. + # Returns a list of databases in a server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. + # @param filter [String] An OData filter expression that describes a subset of + # databases to return. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # # @return [DatabaseListResult] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers = nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers).value! + def list_by_server(resource_group_name, server_name, filter = nil, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, filter, custom_headers).value! response.body unless response.nil? end # - # Returns information about an Azure SQL database. + # Returns a list of databases in a server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. + # @param filter [String] An OData filter expression that describes a subset of + # databases to return. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) - list_by_server_async(resource_group_name, server_name, custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, filter = nil, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, filter, custom_headers).value! end # - # Returns information about an Azure SQL database. + # Returns a list of databases in a server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. + # @param filter [String] An OData filter expression that describes a subset of + # databases to return. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers = nil) + def list_by_server_async(resource_group_name, server_name, filter = nil, custom_headers = nil) api_version = '2014-04-01' fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -956,7 +942,7 @@ def list_by_server_async(resource_group_name, server_name, custom_headers = nil) options = { middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], path_params: {'subscriptionId' => @client.subscription_id,'resourceGroupName' => resource_group_name,'serverName' => server_name}, - query_params: {'api-version' => api_version}, + query_params: {'api-version' => api_version,'$filter' => filter}, headers: request_headers.merge(custom_headers || {}), base_url: request_url } @@ -990,13 +976,13 @@ def list_by_server_async(resource_group_name, server_name, custom_headers = nil) end # - # Returns information about Azure SQL database usages. + # Returns database usages. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -1008,13 +994,13 @@ def list_usages(resource_group_name, server_name, database_name, custom_headers end # - # Returns information about Azure SQL database usages. + # Returns database usages. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -1025,13 +1011,13 @@ def list_usages_with_http_info(resource_group_name, server_name, database_name, end # - # Returns information about Azure SQL database usages. + # Returns database usages. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -1091,12 +1077,12 @@ def list_usages_async(resource_group_name, server_name, database_name, custom_he end # - # Gets information about a service tier advisor. + # Gets a service tier advisor. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param database_name [String] The name of database. # @param service_tier_advisor_name [String] The name of service tier advisor. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -1110,12 +1096,12 @@ def get_service_tier_advisor(resource_group_name, server_name, database_name, se end # - # Gets information about a service tier advisor. + # Gets a service tier advisor. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param database_name [String] The name of database. # @param service_tier_advisor_name [String] The name of service tier advisor. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -1128,12 +1114,12 @@ def get_service_tier_advisor_with_http_info(resource_group_name, server_name, da end # - # Gets information about a service tier advisor. + # Gets a service tier advisor. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param database_name [String] The name of database. # @param service_tier_advisor_name [String] The name of service tier advisor. # @param [Hash{String => String}] A hash of custom headers that will be added @@ -1196,12 +1182,12 @@ def get_service_tier_advisor_async(resource_group_name, server_name, database_na end # - # Returns information about service tier advisors for specified database. + # Returns service tier advisors for specified database. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param database_name [String] The name of database. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. @@ -1214,12 +1200,12 @@ def list_service_tier_advisors(resource_group_name, server_name, database_name, end # - # Returns information about service tier advisors for specified database. + # Returns service tier advisors for specified database. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param database_name [String] The name of database. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. @@ -1231,12 +1217,12 @@ def list_service_tier_advisors_with_http_info(resource_group_name, server_name, end # - # Returns information about service tier advisors for specified database. + # Returns service tier advisors for specified database. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param database_name [String] The name of database. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. @@ -1297,15 +1283,14 @@ def list_service_tier_advisors_async(resource_group_name, server_name, database_ end # - # Creates or updates an Azure SQL Database Transparent Data Encryption - # Operation. + # Creates or updates a database's transparent data encryption configuration. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database for which - # setting the Transparent Data Encryption applies. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database for which setting the + # transparent data encryption applies. # @param parameters [TransparentDataEncryption] The required parameters for # creating or updating transparent data encryption. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -1319,15 +1304,14 @@ def create_or_update_transparent_data_encryption_configuration(resource_group_na end # - # Creates or updates an Azure SQL Database Transparent Data Encryption - # Operation. + # Creates or updates a database's transparent data encryption configuration. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database for which - # setting the Transparent Data Encryption applies. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database for which setting the + # transparent data encryption applies. # @param parameters [TransparentDataEncryption] The required parameters for # creating or updating transparent data encryption. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -1340,15 +1324,14 @@ def create_or_update_transparent_data_encryption_configuration_with_http_info(re end # - # Creates or updates an Azure SQL Database Transparent Data Encryption - # Operation. + # Creates or updates a database's transparent data encryption configuration. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database for which - # setting the Transparent Data Encryption applies. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database for which setting the + # transparent data encryption applies. # @param parameters [TransparentDataEncryption] The required parameters for # creating or updating transparent data encryption. # @param [Hash{String => String}] A hash of custom headers that will be added @@ -1430,14 +1413,14 @@ def create_or_update_transparent_data_encryption_configuration_async(resource_gr end # - # Gets an Azure SQL Database Transparent Data Encryption Response. + # Gets a database's transparent data encryption configuration. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database for which - # the Transparent Data Encryption applies. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database for which the + # transparent data encryption applies. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -1449,14 +1432,14 @@ def get_transparent_data_encryption_configuration(resource_group_name, server_na end # - # Gets an Azure SQL Database Transparent Data Encryption Response. + # Gets a database's transparent data encryption configuration. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database for which - # the Transparent Data Encryption applies. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database for which the + # transparent data encryption applies. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -1467,14 +1450,14 @@ def get_transparent_data_encryption_configuration_with_http_info(resource_group_ end # - # Gets an Azure SQL Database Transparent Data Encryption Response. + # Gets a database's transparent data encryption configuration. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database for which - # the Transparent Data Encryption applies. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database for which the + # transparent data encryption applies. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -1534,14 +1517,14 @@ def get_transparent_data_encryption_configuration_async(resource_group_name, ser end # - # Returns an Azure SQL Database Transparent Data Encryption Activity Response. + # Returns a database's transparent data encryption operation result. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database for which - # the Transparent Data Encryption applies. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database for which the + # transparent data encryption applies. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -1553,14 +1536,14 @@ def list_transparent_data_encryption_activity(resource_group_name, server_name, end # - # Returns an Azure SQL Database Transparent Data Encryption Activity Response. + # Returns a database's transparent data encryption operation result. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database for which - # the Transparent Data Encryption applies. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database for which the + # transparent data encryption applies. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -1571,14 +1554,14 @@ def list_transparent_data_encryption_activity_with_http_info(resource_group_name end # - # Returns an Azure SQL Database Transparent Data Encryption Activity Response. + # Returns a database's transparent data encryption operation result. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database for which - # the Transparent Data Encryption applies. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database for which the + # transparent data encryption applies. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -1638,13 +1621,13 @@ def list_transparent_data_encryption_activity_async(resource_group_name, server_ end # - # Failover the Azure SQL database replication link with the given ID. + # Failover the database replication link. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database that has the + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database that has the # replication link to be failed over. # @param link_id [String] The ID of the replication link to be failed over. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -1657,13 +1640,13 @@ def begin_failover_replication_link(resource_group_name, server_name, database_n end # - # Failover the Azure SQL database replication link with the given ID. + # Failover the database replication link. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database that has the + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database that has the # replication link to be failed over. # @param link_id [String] The ID of the replication link to be failed over. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -1676,13 +1659,13 @@ def begin_failover_replication_link_with_http_info(resource_group_name, server_n end # - # Failover the Azure SQL database replication link with the given ID. + # Failover the database replication link. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database that has the + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database that has the # replication link to be failed over. # @param link_id [String] The ID of the replication link to be failed over. # @param [Hash{String => String}] A hash of custom headers that will be added @@ -1735,14 +1718,13 @@ def begin_failover_replication_link_async(resource_group_name, server_name, data end # - # Force failover the Azure SQL database replication link with the given ID - # which may result in data loss. + # Force failover the database replication link, which may result in data loss. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database that has the + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database that has the # replication link to be failed over. # @param link_id [String] The ID of the replication link to be failed over. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -1755,14 +1737,13 @@ def begin_failover_replication_link_allow_data_loss(resource_group_name, server_ end # - # Force failover the Azure SQL database replication link with the given ID - # which may result in data loss. + # Force failover the database replication link, which may result in data loss. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database that has the + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database that has the # replication link to be failed over. # @param link_id [String] The ID of the replication link to be failed over. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -1775,14 +1756,13 @@ def begin_failover_replication_link_allow_data_loss_with_http_info(resource_grou end # - # Force failover the Azure SQL database replication link with the given ID - # which may result in data loss. + # Force failover the database replication link, which may result in data loss. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database that has the + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database that has the # replication link to be failed over. # @param link_id [String] The ID of the replication link to be failed over. # @param [Hash{String => String}] A hash of custom headers that will be added @@ -1835,14 +1815,13 @@ def begin_failover_replication_link_allow_data_loss_async(resource_group_name, s end # - # Pause an Azure SQL Data Warehouse database. + # Pauses a data warehouse. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL Data Warehouse - # database to pause. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the data warehouse to pause. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -1853,14 +1832,13 @@ def begin_pause_data_warehouse(resource_group_name, server_name, database_name, end # - # Pause an Azure SQL Data Warehouse database. + # Pauses a data warehouse. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL Data Warehouse - # database to pause. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the data warehouse to pause. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -1871,14 +1849,13 @@ def begin_pause_data_warehouse_with_http_info(resource_group_name, server_name, end # - # Pause an Azure SQL Data Warehouse database. + # Pauses a data warehouse. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL Data Warehouse - # database to pause. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the data warehouse to pause. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -1928,14 +1905,13 @@ def begin_pause_data_warehouse_async(resource_group_name, server_name, database_ end # - # Resume an Azure SQL Data Warehouse database. + # Resumes a data warehouse. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL Data Warehouse - # database to resume. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the data warehouse to resume. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -1946,14 +1922,13 @@ def begin_resume_data_warehouse(resource_group_name, server_name, database_name, end # - # Resume an Azure SQL Data Warehouse database. + # Resumes a data warehouse. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL Data Warehouse - # database to resume. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the data warehouse to resume. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -1964,14 +1939,13 @@ def begin_resume_data_warehouse_with_http_info(resource_group_name, server_name, end # - # Resume an Azure SQL Data Warehouse database. + # Resumes a data warehouse. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL Data Warehouse - # database to resume. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the data warehouse to resume. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -2021,16 +1995,16 @@ def begin_resume_data_warehouse_async(resource_group_name, server_name, database end # - # Creates a new Azure SQL database or updates an existing Azure SQL database. - # Location is a required property in the request body, and it must be the same - # as the location of the SQL server. + # Creates a new database or updates an existing database. Location is a + # required property in the request body, and it must be the same as the + # location of the SQL server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to be - # operated on (updated or created). + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to be operated on + # (updated or created). # @param parameters [Database] The required parameters for creating or updating # a database. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -2044,16 +2018,16 @@ def begin_create_or_update(resource_group_name, server_name, database_name, para end # - # Creates a new Azure SQL database or updates an existing Azure SQL database. - # Location is a required property in the request body, and it must be the same - # as the location of the SQL server. + # Creates a new database or updates an existing database. Location is a + # required property in the request body, and it must be the same as the + # location of the SQL server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to be - # operated on (updated or created). + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to be operated on + # (updated or created). # @param parameters [Database] The required parameters for creating or updating # a database. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -2066,16 +2040,16 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, data end # - # Creates a new Azure SQL database or updates an existing Azure SQL database. - # Location is a required property in the request body, and it must be the same - # as the location of the SQL server. + # Creates a new database or updates an existing database. Location is a + # required property in the request body, and it must be the same as the + # location of the SQL server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param database_name [String] The name of the Azure SQL database to be - # operated on (updated or created). + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database to be operated on + # (updated or created). # @param parameters [Database] The required parameters for creating or updating # a database. # @param [Hash{String => String}] A hash of custom headers that will be added diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/elastic_pools.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/elastic_pools.rb index 5d73f99cdc..af79bef035 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/elastic_pools.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/elastic_pools.rb @@ -26,17 +26,16 @@ def initialize(client) attr_reader :client # - # Creates a new Azure SQL elastic pool or updates an existing Azure SQL elastic - # pool. + # Creates a new elastic pool or updates an existing elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be operated on (Updated or created). + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be operated + # on (updated or created). # @param parameters [ElasticPool] The required parameters for creating or - # updating an Elastic Pool. + # updating an elastic pool. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -51,11 +50,11 @@ def create_or_update(resource_group_name, server_name, elastic_pool_name, parame # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be operated on (Updated or created). + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be operated + # on (updated or created). # @param parameters [ElasticPool] The required parameters for creating or - # updating an Elastic Pool. + # updating an elastic pool. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -81,14 +80,13 @@ def create_or_update_async(resource_group_name, server_name, elastic_pool_name, end # - # Deletes the Azure SQL elastic pool. + # Deletes the elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be deleted. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be deleted. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -99,14 +97,13 @@ def delete(resource_group_name, server_name, elastic_pool_name, custom_headers = end # - # Deletes the Azure SQL elastic pool. + # Deletes the elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be deleted. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be deleted. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -117,14 +114,13 @@ def delete_with_http_info(resource_group_name, server_name, elastic_pool_name, c end # - # Deletes the Azure SQL elastic pool. + # Deletes the elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be deleted. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be deleted. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -174,14 +170,14 @@ def delete_async(resource_group_name, server_name, elastic_pool_name, custom_hea end # - # Gets information about an Azure SQL elastic pool. + # Gets an elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be retrieved. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be + # retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -193,14 +189,14 @@ def get(resource_group_name, server_name, elastic_pool_name, custom_headers = ni end # - # Gets information about an Azure SQL elastic pool. + # Gets an elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be retrieved. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be + # retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -211,14 +207,14 @@ def get_with_http_info(resource_group_name, server_name, elastic_pool_name, cust end # - # Gets information about an Azure SQL elastic pool. + # Gets an elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be retrieved. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be + # retrieved. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -278,12 +274,12 @@ def get_async(resource_group_name, server_name, elastic_pool_name, custom_header end # - # Returns information about Azure SQL elastic pools. + # Returns a list of elastic pools in a server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -295,12 +291,12 @@ def list_by_server(resource_group_name, server_name, custom_headers = nil) end # - # Returns information about Azure SQL elastic pools. + # Returns a list of elastic pools in a server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -311,12 +307,12 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade end # - # Returns information about Azure SQL elastic pools. + # Returns a list of elastic pools in a server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -375,14 +371,14 @@ def list_by_server_async(resource_group_name, server_name, custom_headers = nil) end # - # Returns information about Azure SQL elastic pool activities. + # Returns elastic pool activities. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool for - # which to get the current activity. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool for which to + # get the current activity. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -394,14 +390,14 @@ def list_activity(resource_group_name, server_name, elastic_pool_name, custom_he end # - # Returns information about Azure SQL elastic pool activities. + # Returns elastic pool activities. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool for - # which to get the current activity. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool for which to + # get the current activity. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -412,14 +408,14 @@ def list_activity_with_http_info(resource_group_name, server_name, elastic_pool_ end # - # Returns information about Azure SQL elastic pool activities. + # Returns elastic pool activities. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool for - # which to get the current activity. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool for which to + # get the current activity. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -479,14 +475,13 @@ def list_activity_async(resource_group_name, server_name, elastic_pool_name, cus end # - # Returns information about activity on Azure SQL databases inside of an Azure - # SQL elastic pool. + # Returns activity on databases inside of an elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -498,14 +493,13 @@ def list_database_activity(resource_group_name, server_name, elastic_pool_name, end # - # Returns information about activity on Azure SQL databases inside of an Azure - # SQL elastic pool. + # Returns activity on databases inside of an elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -516,14 +510,13 @@ def list_database_activity_with_http_info(resource_group_name, server_name, elas end # - # Returns information about activity on Azure SQL databases inside of an Azure - # SQL elastic pool. + # Returns activity on databases inside of an elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -583,17 +576,15 @@ def list_database_activity_async(resource_group_name, server_name, elastic_pool_ end # - # Gets information about an Azure SQL database inside of an Azure SQL elastic - # pool. + # Gets a database inside of an elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be retrieved. - # @param database_name [String] The name of the Azure SQL database to be + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be # retrieved. + # @param database_name [String] The name of the database to be retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -605,17 +596,15 @@ def get_database(resource_group_name, server_name, elastic_pool_name, database_n end # - # Gets information about an Azure SQL database inside of an Azure SQL elastic - # pool. + # Gets a database inside of an elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be retrieved. - # @param database_name [String] The name of the Azure SQL database to be + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be # retrieved. + # @param database_name [String] The name of the database to be retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -626,17 +615,15 @@ def get_database_with_http_info(resource_group_name, server_name, elastic_pool_n end # - # Gets information about an Azure SQL database inside of an Azure SQL elastic - # pool. + # Gets a database inside of an elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be retrieved. - # @param database_name [String] The name of the Azure SQL database to be + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be # retrieved. + # @param database_name [String] The name of the database to be retrieved. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -697,15 +684,14 @@ def get_database_async(resource_group_name, server_name, elastic_pool_name, data end # - # Returns information about an Azure SQL database inside of an Azure SQL - # elastic pool. + # Returns a list of databases in an elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be retrieved. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be + # retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -717,15 +703,14 @@ def list_databases(resource_group_name, server_name, elastic_pool_name, custom_h end # - # Returns information about an Azure SQL database inside of an Azure SQL - # elastic pool. + # Returns a list of databases in an elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be retrieved. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be + # retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -736,15 +721,14 @@ def list_databases_with_http_info(resource_group_name, server_name, elastic_pool end # - # Returns information about an Azure SQL database inside of an Azure SQL - # elastic pool. + # Returns a list of databases in an elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be retrieved. + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be + # retrieved. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -804,17 +788,16 @@ def list_databases_async(resource_group_name, server_name, elastic_pool_name, cu end # - # Creates a new Azure SQL elastic pool or updates an existing Azure SQL elastic - # pool. + # Creates a new elastic pool or updates an existing elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be operated on (Updated or created). + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be operated + # on (updated or created). # @param parameters [ElasticPool] The required parameters for creating or - # updating an Elastic Pool. + # updating an elastic pool. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -826,17 +809,16 @@ def begin_create_or_update(resource_group_name, server_name, elastic_pool_name, end # - # Creates a new Azure SQL elastic pool or updates an existing Azure SQL elastic - # pool. + # Creates a new elastic pool or updates an existing elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be operated on (Updated or created). + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be operated + # on (updated or created). # @param parameters [ElasticPool] The required parameters for creating or - # updating an Elastic Pool. + # updating an elastic pool. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -847,17 +829,16 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, elas end # - # Creates a new Azure SQL elastic pool or updates an existing Azure SQL elastic - # pool. + # Creates a new elastic pool or updates an existing elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param elastic_pool_name [String] The name of the Azure SQL Elastic Pool to - # be operated on (Updated or created). + # @param server_name [String] The name of the server. + # @param elastic_pool_name [String] The name of the elastic pool to be operated + # on (updated or created). # @param parameters [ElasticPool] The required parameters for creating or - # updating an Elastic Pool. + # updating an elastic pool. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/column.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/column.rb index feb3233c3d..9f42354af6 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/column.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/column.rb @@ -6,13 +6,13 @@ module Azure::ARM::SQL module Models # - # Represents an Azure SQL Database table column. + # Represents a database table column. # class Column < MsRestAzure::Resource include MsRestAzure - # @return [String] The type of Azure SQL Database table column. + # @return [String] The type of database table column. attr_accessor :column_type diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database.rb index 6fc9759d7b..76ec924b9f 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database.rb @@ -6,7 +6,7 @@ module Azure::ARM::SQL module Models # - # Represents an Azure SQL Database. + # Represents a database. # class Database < MsRestAzure::Resource @@ -16,27 +16,25 @@ class Database < MsRestAzure::Resource # portal experience. attr_accessor :kind - # @return [String] The collation of the Azure SQL database. If createMode - # is not Default, this value is ignored. + # @return [String] The collation of the database. If createMode is not + # Default, this value is ignored. attr_accessor :collation - # @return [DateTime] The creation date of the Azure SQL database (ISO8601 - # format). + # @return [DateTime] The creation date of the database (ISO8601 format). attr_accessor :creation_date - # @return [Integer] The containment state of the Azure SQL database. + # @return [Integer] The containment state of the database. attr_accessor :containment_state - # @return The current Service Level Objective ID of the Azure SQL - # database. This is the ID of the Service Level Objective that is - # currently active. + # @return The current service level objective ID of the database. This is + # the ID of the service level objective that is currently active. attr_accessor :current_service_objective_id - # @return [String] The ID of the Azure SQL database. + # @return [String] The ID of the database. attr_accessor :database_id # @return [DateTime] This records the earliest start date and time that - # restore is available for this Azure SQL Database (ISO8601 format). + # restore is available for this database (ISO8601 format). attr_accessor :earliest_restore_date # @return [CreateMode] Specifies the type of database to create. If @@ -61,46 +59,48 @@ class Database < MsRestAzure::Resource # the source database's earliestRestoreDate value. attr_accessor :restore_point_in_time - # @return [DatabaseEditions] The edition of the Azure SQL database. The + # @return [DatabaseEditions] The edition of the database. The # DatabaseEditions enumeration contains all the valid editions. If # createMode is NonReadableSecondary or OnlineSecondary, this value is # ignored. Possible values include: 'Web', 'Business', 'Basic', # 'Standard', 'Premium', 'Free', 'Stretch', 'DataWarehouse', 'System' attr_accessor :edition - # @return [String] The max size of the Azure SQL database expressed in - # bytes. If createMode is not Default, this value is ignored. Note: Only - # the following sizes are supported (in addition to limitations being - # placed on each edition): { 100 MB | 500 MB |1 GB | 5 GB | 10 GB | 20 GB - # | 30 GB … 150 GB | 200 GB … 500 GB } + # @return [String] The max size of the database expressed in bytes. If + # createMode is not Default, this value is ignored. Note: Only the + # following sizes are supported (in addition to limitations being placed + # on each edition): { 100 MB | 500 MB |1 GB | 5 GB | 10 GB | 20 GB | 30 + # GB … 150 GB | 200 GB … 500 GB } attr_accessor :max_size_bytes - # @return The configured Service Level Objective ID of the Azure SQL - # database. This is the Service Level Objective that is in the process of - # being applied to the Azure SQL database. Once successfully updated, it - # will match the value of currentServiceObjectiveId property. + # @return The configured service level objective ID of the database. This + # is the service level objective that is in the process of being applied + # to the database. Once successfully updated, it will match the value of + # currentServiceObjectiveId property. If requestedServiceObjectiveId and + # requestedServiceObjectiveName are both updated, the value of + # requestedServiceObjectiveId overrides the value of + # requestedServiceObjectiveName. attr_accessor :requested_service_objective_id - # @return [ServiceObjectiveName] The name of the configured Service Level - # Objective of the Azure SQL database. This is the Service Level - # Objective that is in the process of being applied to the Azure SQL - # database. Once successfully updated, it will match the value of - # serviceLevelObjective property. Possible values include: 'Basic', 'S0', - # 'S1', 'S2', 'S3', 'P1', 'P2', 'P3', 'P4', 'P6', 'P11', 'P15', 'System', - # 'System1', 'System2', 'System3', 'System4' + # @return [ServiceObjectiveName] The name of the configured service level + # objective of the database. This is the service level objective that is + # in the process of being applied to the database. Once successfully + # updated, it will match the value of serviceLevelObjective property. + # Possible values include: 'Basic', 'S0', 'S1', 'S2', 'S3', 'P1', 'P2', + # 'P3', 'P4', 'P6', 'P11', 'P15', 'System', 'ElasticPool' attr_accessor :requested_service_objective_name - # @return [ServiceObjectiveName] The current Service Level Objective of - # the Azure SQL database. Possible values include: 'Basic', 'S0', 'S1', - # 'S2', 'S3', 'P1', 'P2', 'P3', 'P4', 'P6', 'P11', 'P15', 'System', - # 'System1', 'System2', 'System3', 'System4' + # @return [ServiceObjectiveName] The current service level objective of + # the database. Possible values include: 'Basic', 'S0', 'S1', 'S2', 'S3', + # 'P1', 'P2', 'P3', 'P4', 'P6', 'P11', 'P15', 'System', 'ElasticPool' attr_accessor :service_level_objective - # @return [String] The status of the Azure SQL database. + # @return [String] The status of the database. attr_accessor :status - # @return [String] The name of the Azure SQL Elastic Pool the database is - # in. + # @return [String] The name of the elastic pool the database is in. If + # elasticPoolName and requestedServiceObjectiveName are both updated, the + # value of requestedServiceObjectiveName is ignored. attr_accessor :elastic_pool_name # @return [String] The default secondary region for this database. diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database_list_result.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database_list_result.rb index 383832c0b5..b37814ff72 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database_list_result.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database_list_result.rb @@ -6,14 +6,13 @@ module Azure::ARM::SQL module Models # - # Represents the response to a List Azure SQL Database request. + # Represents the response to a list database request. # class DatabaseListResult include MsRestAzure - # @return [Array] The list of Azure SQL Databases housed in the - # server. + # @return [Array] The list of databases housed in the server. attr_accessor :value diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database_metric.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database_metric.rb index ead3269957..29c7c574dd 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database_metric.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database_metric.rb @@ -6,7 +6,7 @@ module Azure::ARM::SQL module Models # - # Represents Azure SQL Database metrics. + # Represents database metrics. # class DatabaseMetric < SqlSubResource diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database_metric_list_result.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database_metric_list_result.rb index cc5124d244..872d53e507 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database_metric_list_result.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/database_metric_list_result.rb @@ -6,14 +6,14 @@ module Azure::ARM::SQL module Models # - # Represents the response to a List Azure SQL Database metrics request. + # Represents the response to a list database metrics request. # class DatabaseMetricListResult include MsRestAzure - # @return [Array] The list of Azure SQL Database metrics - # for the database. + # @return [Array] The list of database metrics for the + # database. attr_accessor :value diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool.rb index f59bf61b72..825872ad0d 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool.rb @@ -6,38 +6,35 @@ module Azure::ARM::SQL module Models # - # Represents an Azure SQL Database elastic pool. + # Represents a database elastic pool. # class ElasticPool < MsRestAzure::Resource include MsRestAzure - # @return [DateTime] The creation date of the Azure SQL Elastic Pool - # (ISO8601 format). + # @return [DateTime] The creation date of the elastic pool (ISO8601 + # format). attr_accessor :creation_date - # @return [ElasticPoolState] The state of the Azure SQL Elastic Pool. - # Possible values include: 'Creating', 'Ready', 'Disabled' + # @return [ElasticPoolState] The state of the elastic pool. Possible + # values include: 'Creating', 'Ready', 'Disabled' attr_accessor :state - # @return [ElasticPoolEditions] The edition of the Azure SQL Elastic - # Pool. Possible values include: 'Basic', 'Standard', 'Premium' + # @return [ElasticPoolEditions] The edition of the elastic pool. Possible + # values include: 'Basic', 'Standard', 'Premium' attr_accessor :edition - # @return [Integer] The total shared DTU for the Azure Sql Database - # Elastic Pool. + # @return [Integer] The total shared DTU for the database elastic pool. attr_accessor :dtu - # @return [Integer] The maximum DTU any one Azure Sql Database can - # consume. + # @return [Integer] The maximum DTU any one database can consume. attr_accessor :database_dtu_max - # @return [Integer] The minimum DTU all Azure Sql Databases are - # guaranteed. + # @return [Integer] The minimum DTU all databases are guaranteed. attr_accessor :database_dtu_min - # @return [Integer] Gets storage limit for the Azure Sql Database Elastic - # Pool in MB. + # @return [Integer] Gets storage limit for the database elastic pool in + # MB. attr_accessor :storage_mb # @return [String] Kind of elastic pool. This is metadata used for the diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_activity.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_activity.rb index 4f43e6846d..c4b5481a15 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_activity.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_activity.rb @@ -6,7 +6,7 @@ module Azure::ARM::SQL module Models # - # Represents the activity on an Azure SQL Elastic Pool. + # Represents the activity on an elastic pool. # class ElasticPoolActivity < MsRestAzure::Resource @@ -42,18 +42,17 @@ class ElasticPoolActivity < MsRestAzure::Resource # @return [Integer] The requested DTU for the pool if available. attr_accessor :requested_dtu - # @return [String] The requested name for the Elastic Pool if available. + # @return [String] The requested name for the elastic pool if available. attr_accessor :requested_elastic_pool_name # @return [Integer] The requested storage limit for the pool in GB if # available. attr_accessor :requested_storage_limit_in_gb - # @return [String] The name of the Elastic Pool. + # @return [String] The name of the elastic pool. attr_accessor :elastic_pool_name - # @return [String] The name of the Azure SQL server the Elastic Pool is - # in. + # @return [String] The name of the server the elastic pool is in. attr_accessor :server_name # @return [DateTime] The time the operation started (ISO8601 format). @@ -65,10 +64,10 @@ class ElasticPoolActivity < MsRestAzure::Resource # @return [Integer] The requested storage limit in MB. attr_accessor :requested_storage_limit_in_mb - # @return [Integer] The requested per Database DTU guarantee. + # @return [Integer] The requested per database DTU guarantee. attr_accessor :requested_database_dtu_guarantee - # @return [Integer] The requested per Database DTU cap. + # @return [Integer] The requested per database DTU cap. attr_accessor :requested_database_dtu_cap # @return [Integer] The requested DTU guarantee. diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_activity_list_result.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_activity_list_result.rb index 0b540d1308..9af31d39fe 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_activity_list_result.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_activity_list_result.rb @@ -6,15 +6,14 @@ module Azure::ARM::SQL module Models # - # Represents the response to a List Azure SQL Elastic Pool Activity - # request. + # Represents the response to a list elastic pool activity request. # class ElasticPoolActivityListResult include MsRestAzure - # @return [Array] The list of Azure SQL Elastic Pool - # Activities. + # @return [Array] The list of elastic pool + # activities. attr_accessor :value diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_database_activity.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_database_activity.rb index 22e1feea97..48b5b450dd 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_database_activity.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_database_activity.rb @@ -6,7 +6,7 @@ module Azure::ARM::SQL module Models # - # Represents the activity on an Azure SQL Elastic Pool. + # Represents the activity on an elastic pool. # class ElasticPoolDatabaseActivity < MsRestAzure::Resource @@ -36,11 +36,11 @@ class ElasticPoolDatabaseActivity < MsRestAzure::Resource # @return [Integer] The percentage complete if available. attr_accessor :percent_complete - # @return [String] The name for the Elastic Pool the database is moving + # @return [String] The name for the elastic pool the database is moving # into if available. attr_accessor :requested_elastic_pool_name - # @return [String] The name of the current Elastic Pool the database is + # @return [String] The name of the current elastic pool the database is # in if available. attr_accessor :current_elastic_pool_name @@ -52,8 +52,7 @@ class ElasticPoolDatabaseActivity < MsRestAzure::Resource # available. attr_accessor :requested_service_objective - # @return [String] The name of the Azure SQL server the Elastic Pool is - # in. + # @return [String] The name of the server the elastic pool is in. attr_accessor :server_name # @return [DateTime] The time the operation started (ISO8601 format). diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_database_activity_list_result.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_database_activity_list_result.rb index fedb574e01..eec9a5e6c5 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_database_activity_list_result.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_database_activity_list_result.rb @@ -6,15 +6,14 @@ module Azure::ARM::SQL module Models # - # Represents the response to a List Azure SQL Elastic Pool Database - # Activity request. + # Represents the response to a list elastic pool database activity request. # class ElasticPoolDatabaseActivityListResult include MsRestAzure - # @return [Array] The list of Azure SQL - # Elastic Pool Database Activities. + # @return [Array] The list of elastic pool + # database activities. attr_accessor :value diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_list_result.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_list_result.rb index f6ac06e0e3..2c5157a670 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_list_result.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/elastic_pool_list_result.rb @@ -6,14 +6,14 @@ module Azure::ARM::SQL module Models # - # Represents the response to a List Azure SQL Elastic Pool request. + # Represents the response to a list elastic pool request. # class ElasticPoolListResult include MsRestAzure - # @return [Array] The list of Azure SQL Elastic Pools hosted - # in the server. + # @return [Array] The list of elastic pools hosted in the + # server. attr_accessor :value diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool.rb index a09f6c7fed..4b97cf15f5 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool.rb @@ -6,18 +6,18 @@ module Azure::ARM::SQL module Models # - # Represents an Azure SQL Recommended Elastic Pool. + # Represents a recommented elastic pool. # class RecommendedElasticPool < MsRestAzure::Resource include MsRestAzure - # @return [ElasticPoolEditions] The edition of the Azure SQL Recommended - # Elastic Pool. The ElasticPoolEditions enumeration contains all the - # valid editions. Possible values include: 'Basic', 'Standard', 'Premium' + # @return [ElasticPoolEditions] The edition of the recommended elastic + # pool. The ElasticPoolEditions enumeration contains all the valid + # editions. Possible values include: 'Basic', 'Standard', 'Premium' attr_accessor :database_edition - # @return [Float] The DTU for the Azure Sql Recommended Elastic Pool. + # @return [Float] The DTU for the recommended elastic pool. attr_accessor :dtu # @return [Float] The minimum DTU for the database. @@ -41,12 +41,12 @@ class RecommendedElasticPool < MsRestAzure::Resource # @return [Float] Gets maximum observed storage in megabytes. attr_accessor :max_observed_storage_mb - # @return [Array] The list of Azure SQL Databases in this pool. - # Expanded property + # @return [Array] The list of databases in this pool. Expanded + # property attr_accessor :databases - # @return [Array] The list of Azure SQL - # Databases housed in the server. Expanded property + # @return [Array] The list of databases + # housed in the server. Expanded property attr_accessor :metrics diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_metrics_result.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_metrics_result.rb index e6fe7cacc0..7e48aa402c 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_metrics_result.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_metrics_result.rb @@ -6,15 +6,15 @@ module Azure::ARM::SQL module Models # - # Represents the response to a List Azure SQL Recommended Elastic Pool - # metrics request. + # Represents the response to a list recommended elastic pool metrics + # request. # class RecommendedElasticPoolListMetricsResult include MsRestAzure - # @return [Array] The list of Azure SQL - # Recommended Elastic Pools metrics. + # @return [Array] The list of recommended + # elastic pools metrics. attr_accessor :value diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_result.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_result.rb index 189fe49a68..08bab08f8b 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_result.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_result.rb @@ -6,15 +6,14 @@ module Azure::ARM::SQL module Models # - # Represents the response to a List Azure SQL Recommended Elastic Pool - # request. + # Represents the response to a list recommended elastic pool request. # class RecommendedElasticPoolListResult include MsRestAzure - # @return [Array] The list of Azure SQL - # Recommended Elastic Pools hosted in the server. + # @return [Array] The list of recommended elastic + # pools hosted in the server. attr_accessor :value diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool_metric.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool_metric.rb index 6cfc6b66db..fc32e170e6 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool_metric.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_elastic_pool_metric.rb @@ -6,7 +6,7 @@ module Azure::ARM::SQL module Models # - # Represents Azure SQL recommended elastic pool metric. + # Represents recommended elastic pool metric. # class RecommendedElasticPoolMetric diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_index.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_index.rb index a342c1bf1c..10a840b57c 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_index.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/recommended_index.rb @@ -6,7 +6,7 @@ module Azure::ARM::SQL module Models # - # Represents an Azure SQL Database recommended index. + # Represents a database recommended index. # class RecommendedIndex < MsRestAzure::Resource diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/replication_link.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/replication_link.rb index f2f5d7e80d..eda6836de0 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/replication_link.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/replication_link.rb @@ -6,7 +6,7 @@ module Azure::ARM::SQL module Models # - # Represents an Azure SQL database replication link. + # Represents a database replication link. # class ReplicationLink < SqlSubResource @@ -26,23 +26,22 @@ class ReplicationLink < SqlSubResource # @return [String] Replication mode of this replication link. attr_accessor :replication_mode - # @return [String] The name of the Azure SQL server hosting the partner - # Azure SQL Database. + # @return [String] The name of the server hosting the partner database. attr_accessor :partner_server - # @return [String] The name of the partner Azure SQL Database. + # @return [String] The name of the partner database. attr_accessor :partner_database - # @return [String] The Azure Region of the partner Azure SQL Database. + # @return [String] The Azure Region of the partner database. attr_accessor :partner_location - # @return [ReplicationRole] The role of the Azure SQL database in the - # replication link. Possible values include: 'Primary', 'Secondary', + # @return [ReplicationRole] The role of the database in the replication + # link. Possible values include: 'Primary', 'Secondary', # 'NonReadableSecondary', 'Source', 'Copy' attr_accessor :role - # @return [ReplicationRole] The role of the partner Azure SQL Database in - # the replication link. Possible values include: 'Primary', 'Secondary', + # @return [ReplicationRole] The role of the partner database in the + # replication link. Possible values include: 'Primary', 'Secondary', # 'NonReadableSecondary', 'Source', 'Copy' attr_accessor :partner_role diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/replication_link_list_result.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/replication_link_list_result.rb index 0fbe58999c..e65184bbbf 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/replication_link_list_result.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/replication_link_list_result.rb @@ -6,15 +6,14 @@ module Azure::ARM::SQL module Models # - # Represents the response to a List Azure SQL database replication link - # request. + # Represents the response to a List database replication link request. # class ReplicationLinkListResult include MsRestAzure - # @return [Array] The list of Azure SQL database - # replication links housed in the database. + # @return [Array] The list of database replication links + # housed in the database. attr_accessor :value diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/restore_point.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/restore_point.rb index 06cc1a5754..63799eab15 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/restore_point.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/restore_point.rb @@ -6,15 +6,14 @@ module Azure::ARM::SQL module Models # - # Represents an Azure SQL Database restore point. + # Represents a database restore point. # class RestorePoint < MsRestAzure::Resource include MsRestAzure - # @return [RestorePointTypes] The restore point type of the Azure SQL - # database restore point. Possible values include: 'DISCRETE', - # 'CONTINUOUS' + # @return [RestorePointTypes] The restore point type of the database + # restore point. Possible values include: 'DISCRETE', 'CONTINUOUS' attr_accessor :restore_point_type # @return [DateTime] Restore point creation time (ISO8601 format). diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/restore_point_list_result.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/restore_point_list_result.rb index bc192c65ca..c5ccb49d4a 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/restore_point_list_result.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/restore_point_list_result.rb @@ -6,15 +6,14 @@ module Azure::ARM::SQL module Models # - # Represents the response to a List Azure SQL Database restore points - # request. + # Represents the response to a list database restore points request. # class RestorePointListResult include MsRestAzure - # @return [Array] The list of a given Azure SQL Database - # restore points. + # @return [Array] The list of a given database restore + # points. attr_accessor :value diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/schema.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/schema.rb index fadccb7820..f4cbcf2296 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/schema.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/schema.rb @@ -6,7 +6,7 @@ module Azure::ARM::SQL module Models # - # Represents an Azure SQL Database schema. + # Represents a database schema. # class Schema < MsRestAzure::Resource diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server.rb index 6126806ae4..0cde2c1219 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server.rb @@ -6,7 +6,7 @@ module Azure::ARM::SQL module Models # - # Represents an Azure SQL server. + # Represents a server. # class Server < MsRestAzure::Resource diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_firewall_rule.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_firewall_rule.rb index fc0d860bfd..4f86da8ffb 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_firewall_rule.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_firewall_rule.rb @@ -6,7 +6,7 @@ module Azure::ARM::SQL module Models # - # Represents an Azure SQL server firewall rule. + # Represents a server firewall rule. # class ServerFirewallRule < SqlSubResource @@ -22,15 +22,14 @@ class ServerFirewallRule < SqlSubResource # @return [String] Type of resource this is. attr_accessor :type - # @return [String] The start IP address of the Azure SQL server firewall - # rule. Must be IPv4 format. Use value '0.0.0.0' to represent all - # Azure-internal IP addresses. + # @return [String] The start IP address of the firewall rule. Must be + # IPv4 format. Use value '0.0.0.0' to represent all Azure-internal IP + # addresses. attr_accessor :start_ip_address - # @return [String] The end IP address of the Azure SQL server firewall - # rule. Must be IPv4 format. Must be greater than or equal to - # startIpAddress. Use value '0.0.0.0' to represent all Azure-internal IP - # addresses. + # @return [String] The end IP address of the firewall rule. Must be IPv4 + # format. Must be greater than or equal to startIpAddress. Use value + # '0.0.0.0' to represent all Azure-internal IP addresses. attr_accessor :end_ip_address diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_firewall_rule_list_result.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_firewall_rule_list_result.rb index e3cd88352d..3f51365945 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_firewall_rule_list_result.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_firewall_rule_list_result.rb @@ -12,8 +12,7 @@ class ServerFirewallRuleListResult include MsRestAzure - # @return [Array] The list of Azure SQL server - # firewall rules for the server. + # @return [Array] The list of server firewall rules. attr_accessor :value diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_list_result.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_list_result.rb index 6234764877..baeed9638f 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_list_result.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_list_result.rb @@ -6,13 +6,13 @@ module Azure::ARM::SQL module Models # - # Represents the response to a Get Azure SQL server request. + # Represents the response to a get server request. # class ServerListResult include MsRestAzure - # @return [Array] The list of Azure SQL servers. + # @return [Array] The list of servers. attr_accessor :value diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_metric.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_metric.rb index da07f92bdb..05b1b81565 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_metric.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_metric.rb @@ -6,7 +6,7 @@ module Azure::ARM::SQL module Models # - # Represents Azure SQL server metrics. + # Represents server metrics. # class ServerMetric diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_metric_list_result.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_metric_list_result.rb index dc74b80077..f84a87cc8c 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_metric_list_result.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/server_metric_list_result.rb @@ -6,14 +6,14 @@ module Azure::ARM::SQL module Models # - # Represents the response to a List Azure SQL server metrics request. + # Represents the response to a list server metrics request. # class ServerMetricListResult include MsRestAzure - # @return [Array] The list of Azure SQL server metrics for - # the server. + # @return [Array] The list of server metrics for the + # server. attr_accessor :value diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/service_objective.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/service_objective.rb index c93caf099d..49f67220b7 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/service_objective.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/service_objective.rb @@ -6,7 +6,7 @@ module Azure::ARM::SQL module Models # - # Represents an Azure SQL Database Service Objective. + # Represents a database service objective. # class ServiceObjective < SqlSubResource diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/service_objective_list_result.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/service_objective_list_result.rb index 52ebaf4362..edb6fb3438 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/service_objective_list_result.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/service_objective_list_result.rb @@ -6,15 +6,14 @@ module Azure::ARM::SQL module Models # - # Represents the response to a Get Azure SQL Database Service Objectives - # request. + # Represents the response to a get database service objectives request. # class ServiceObjectiveListResult include MsRestAzure - # @return [Array] The list of Azure SQL Database - # Service Objectives. + # @return [Array] The list of database service + # objectives. attr_accessor :value diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/service_objective_name.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/service_objective_name.rb index df9920a0a2..d5bdfaf05a 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/service_objective_name.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/service_objective_name.rb @@ -22,10 +22,7 @@ module ServiceObjectiveName P11 = "P11" P15 = "P15" System = "System" - System1 = "System1" - System2 = "System2" - System3 = "System3" - System4 = "System4" + ElasticPool = "ElasticPool" end end end diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/slo_usage_metric.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/slo_usage_metric.rb index 5c35db1f78..bcf10fde0f 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/slo_usage_metric.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/slo_usage_metric.rb @@ -14,8 +14,7 @@ class SloUsageMetric # @return [ServiceObjectiveName] The serviceLevelObjective for SLO usage # metric. Possible values include: 'Basic', 'S0', 'S1', 'S2', 'S3', 'P1', - # 'P2', 'P3', 'P4', 'P6', 'P11', 'P15', 'System', 'System1', 'System2', - # 'System3', 'System4' + # 'P2', 'P3', 'P4', 'P6', 'P11', 'P15', 'System', 'ElasticPool' attr_accessor :service_level_objective # @return The serviceLevelObjectiveId for SLO usage metric. diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/table.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/table.rb index 49f11a46ad..b13a3972ac 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/table.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/table.rb @@ -6,14 +6,14 @@ module Azure::ARM::SQL module Models # - # Represents an Azure SQL Database table. + # Represents a database table. # class Table < MsRestAzure::Resource include MsRestAzure - # @return [TableType] The type of Azure SQL Database table. Possible - # values include: 'BaseTable', 'View' + # @return [TableType] The type of database table. Possible values + # include: 'BaseTable', 'View' attr_accessor :table_type # @return [Array] The columns from this table. diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/transparent_data_encryption.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/transparent_data_encryption.rb index 127760e228..25c38656eb 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/transparent_data_encryption.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/transparent_data_encryption.rb @@ -6,15 +6,15 @@ module Azure::ARM::SQL module Models # - # Represents an Azure SQL Database Transparent Data Encryption . + # Represents a database transparent data encryption . # class TransparentDataEncryption < SqlSubResource include MsRestAzure - # @return [TransparentDataEncryptionStates] The status of the Azure SQL - # Database Transparent Data Encryption. Possible values include: - # 'Enabled', 'Disabled' + # @return [TransparentDataEncryptionStates] The status of the database + # transparent data encryption. Possible values include: 'Enabled', + # 'Disabled' attr_accessor :status diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/transparent_data_encryption_activity.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/transparent_data_encryption_activity.rb index 625c6c8399..93631e734b 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/transparent_data_encryption_activity.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/transparent_data_encryption_activity.rb @@ -6,18 +6,18 @@ module Azure::ARM::SQL module Models # - # Represents an Azure SQL Database Transparent Data Encryption Scan. + # Represents a database transparent data encryption Scan. # class TransparentDataEncryptionActivity < SqlSubResource include MsRestAzure # @return [TransparentDataEncryptionActivityStates] The status of the - # Azure SQL database. Possible values include: 'Encrypting', 'Decrypting' + # database. Possible values include: 'Encrypting', 'Decrypting' attr_accessor :status # @return [Float] The percent complete of the transparent data encryption - # scan for a Azure SQL Database. + # scan for a database. attr_accessor :percent_complete diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/transparent_data_encryption_activity_list_result.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/transparent_data_encryption_activity_list_result.rb index 452aa994c5..1d5bf26aaa 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/transparent_data_encryption_activity_list_result.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/transparent_data_encryption_activity_list_result.rb @@ -6,15 +6,15 @@ module Azure::ARM::SQL module Models # - # Represents the response to a List Azure SQL Database Transparent Data - # Encryption Activity request. + # Represents the response to a list database transparent data encryption + # activity request. # class TransparentDataEncryptionActivityListResult include MsRestAzure - # @return [Array] The list of Azure - # SQL Database Transparent Data Encryption Activities. + # @return [Array] The list of database + # transparent data encryption activities. attr_accessor :value diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/upgrade_recommended_elastic_pool_properties.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/upgrade_recommended_elastic_pool_properties.rb index efaab04d62..466d298a84 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/upgrade_recommended_elastic_pool_properties.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/models/upgrade_recommended_elastic_pool_properties.rb @@ -6,44 +6,43 @@ module Azure::ARM::SQL module Models # - # Represents the properties of a Azure SQL Recommended Elastic Pool being - # upgraded. + # Represents the properties of a recommended elastic pool being upgraded. # class UpgradeRecommendedElasticPoolProperties include MsRestAzure - # @return [String] The name of the Azure SQL Recommended Elastic Pool - # being upgraded. + # @return [String] The name of the recommended elastic pool being + # upgraded. attr_accessor :name - # @return [TargetElasticPoolEditions] The target edition for the Azure - # SQL Recommended Elastic Pool being upgraded. Possible values include: + # @return [TargetElasticPoolEditions] The target edition for the + # recommended elastic pool being upgraded. Possible values include: # 'Basic', 'Standard', 'Premium' attr_accessor :edition - # @return [Integer] The DTU guarantee for the Azure SQL Recommended - # Elastic Pool being upgraded. + # @return [Integer] The DTU guarantee for the recommended elastic pool + # being upgraded. attr_accessor :dtu - # @return [Integer] The storage limit in MB for the Azure SQL Recommended - # Elastic Pool being upgraded. + # @return [Integer] The storage limit in MB for the recommended elastic + # pool being upgraded. attr_accessor :storage_mb - # @return [Integer] The DTU guarantee for database for the Azure SQL - # Recommended Elastic Pool being upgraded. + # @return [Integer] The DTU guarantee for database for the recommended + # elastic pool being upgraded. attr_accessor :database_dtu_min - # @return [Integer] The DTU cap for database for the Azure SQL - # Recommended Elastic Pool being upgraded. + # @return [Integer] The DTU cap for database for the recommended elastic + # pool being upgraded. attr_accessor :database_dtu_max # @return [Array] The list of database names to be put in the - # Azure SQL Recommended Elastic Pool being upgraded. + # recommended elastic pool being upgraded. attr_accessor :database_collection # @return [Boolean] Gets or sets whether all databases to be put in the - # Azure SQL Recommended Elastic Pool being upgraded. + # recommended elastic pool being upgraded. attr_accessor :include_all_databases diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/recommended_elastic_pools.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/recommended_elastic_pools.rb index 1c28213dd4..4e3b4aa79d 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/recommended_elastic_pools.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/recommended_elastic_pools.rb @@ -26,14 +26,14 @@ def initialize(client) attr_reader :client # - # Gets information about an Azure SQL Recommended Elastic Pool. + # Gets a recommented elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param recommended_elastic_pool_name [String] The name of the Azure SQL - # Recommended Elastic Pool to be retrieved. + # @param server_name [String] The name of the server. + # @param recommended_elastic_pool_name [String] The name of the recommended + # elastic pool to be retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -45,14 +45,14 @@ def get(resource_group_name, server_name, recommended_elastic_pool_name, custom_ end # - # Gets information about an Azure SQL Recommended Elastic Pool. + # Gets a recommented elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param recommended_elastic_pool_name [String] The name of the Azure SQL - # Recommended Elastic Pool to be retrieved. + # @param server_name [String] The name of the server. + # @param recommended_elastic_pool_name [String] The name of the recommended + # elastic pool to be retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -63,14 +63,14 @@ def get_with_http_info(resource_group_name, server_name, recommended_elastic_poo end # - # Gets information about an Azure SQL Recommended Elastic Pool. + # Gets a recommented elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param recommended_elastic_pool_name [String] The name of the Azure SQL - # Recommended Elastic Pool to be retrieved. + # @param server_name [String] The name of the server. + # @param recommended_elastic_pool_name [String] The name of the recommended + # elastic pool to be retrieved. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -130,17 +130,15 @@ def get_async(resource_group_name, server_name, recommended_elastic_pool_name, c end # - # Gets information about an Azure SQL database inside of an Azure SQL - # Recommended Elastic Pool. + # Gets a database inside of a recommented elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param recommended_elastic_pool_name [String] The name of the Azure SQL - # Elastic Pool to be retrieved. - # @param database_name [String] The name of the Azure SQL database to be - # retrieved. + # @param server_name [String] The name of the server. + # @param recommended_elastic_pool_name [String] The name of the elastic pool to + # be retrieved. + # @param database_name [String] The name of the database to be retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -152,17 +150,15 @@ def get_databases(resource_group_name, server_name, recommended_elastic_pool_nam end # - # Gets information about an Azure SQL database inside of an Azure SQL - # Recommended Elastic Pool. + # Gets a database inside of a recommented elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param recommended_elastic_pool_name [String] The name of the Azure SQL - # Elastic Pool to be retrieved. - # @param database_name [String] The name of the Azure SQL database to be - # retrieved. + # @param server_name [String] The name of the server. + # @param recommended_elastic_pool_name [String] The name of the elastic pool to + # be retrieved. + # @param database_name [String] The name of the database to be retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -173,17 +169,15 @@ def get_databases_with_http_info(resource_group_name, server_name, recommended_e end # - # Gets information about an Azure SQL database inside of an Azure SQL - # Recommended Elastic Pool. + # Gets a database inside of a recommented elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param recommended_elastic_pool_name [String] The name of the Azure SQL - # Elastic Pool to be retrieved. - # @param database_name [String] The name of the Azure SQL database to be - # retrieved. + # @param server_name [String] The name of the server. + # @param recommended_elastic_pool_name [String] The name of the elastic pool to + # be retrieved. + # @param database_name [String] The name of the database to be retrieved. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -244,12 +238,12 @@ def get_databases_async(resource_group_name, server_name, recommended_elastic_po end # - # Returns information about Azure SQL Recommended Elastic Pools. + # Returns recommended elastic pools. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -261,12 +255,12 @@ def list(resource_group_name, server_name, custom_headers = nil) end # - # Returns information about Azure SQL Recommended Elastic Pools. + # Returns recommended elastic pools. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -277,12 +271,12 @@ def list_with_http_info(resource_group_name, server_name, custom_headers = nil) end # - # Returns information about Azure SQL Recommended Elastic Pools. + # Returns recommended elastic pools. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -341,15 +335,14 @@ def list_async(resource_group_name, server_name, custom_headers = nil) end # - # Returns information about an Azure SQL database inside of an Azure SQL - # Recommended Elastic Pool. + # Returns a list of databases inside a recommented elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param recommended_elastic_pool_name [String] The name of the Azure SQL - # Recommended Elastic Pool to be retrieved. + # @param server_name [String] The name of the server. + # @param recommended_elastic_pool_name [String] The name of the recommended + # elastic pool to be retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -361,15 +354,14 @@ def list_databases(resource_group_name, server_name, recommended_elastic_pool_na end # - # Returns information about an Azure SQL database inside of an Azure SQL - # Recommended Elastic Pool. + # Returns a list of databases inside a recommented elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param recommended_elastic_pool_name [String] The name of the Azure SQL - # Recommended Elastic Pool to be retrieved. + # @param server_name [String] The name of the server. + # @param recommended_elastic_pool_name [String] The name of the recommended + # elastic pool to be retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -380,15 +372,14 @@ def list_databases_with_http_info(resource_group_name, server_name, recommended_ end # - # Returns information about an Azure SQL database inside of an Azure SQL - # Recommended Elastic Pool. + # Returns a list of databases inside a recommented elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param recommended_elastic_pool_name [String] The name of the Azure SQL - # Recommended Elastic Pool to be retrieved. + # @param server_name [String] The name of the server. + # @param recommended_elastic_pool_name [String] The name of the recommended + # elastic pool to be retrieved. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -448,14 +439,14 @@ def list_databases_async(resource_group_name, server_name, recommended_elastic_p end # - # Returns information about an recommended elastic pool metrics. + # Returns a recommented elastic pool metrics. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param recommended_elastic_pool_name [String] The name of the Azure SQL - # Recommended Elastic Pool to be retrieved. + # @param server_name [String] The name of the server. + # @param recommended_elastic_pool_name [String] The name of the recommended + # elastic pool to be retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -467,14 +458,14 @@ def list_metrics(resource_group_name, server_name, recommended_elastic_pool_name end # - # Returns information about an recommended elastic pool metrics. + # Returns a recommented elastic pool metrics. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param recommended_elastic_pool_name [String] The name of the Azure SQL - # Recommended Elastic Pool to be retrieved. + # @param server_name [String] The name of the server. + # @param recommended_elastic_pool_name [String] The name of the recommended + # elastic pool to be retrieved. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -485,14 +476,14 @@ def list_metrics_with_http_info(resource_group_name, server_name, recommended_el end # - # Returns information about an recommended elastic pool metrics. + # Returns a recommented elastic pool metrics. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param recommended_elastic_pool_name [String] The name of the Azure SQL - # Recommended Elastic Pool to be retrieved. + # @param server_name [String] The name of the server. + # @param recommended_elastic_pool_name [String] The name of the recommended + # elastic pool to be retrieved. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # diff --git a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/servers.rb b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/servers.rb index b9e5f5f3e7..98cb053b2a 100644 --- a/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/servers.rb +++ b/management/azure_mgmt_sql/lib/generated/azure_mgmt_sql/servers.rb @@ -26,14 +26,13 @@ def initialize(client) attr_reader :client # - # Creates or updates an Azure SQL server firewall rule. + # Creates or updates a firewall rule. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param firewall_rule_name [String] The name of the Azure SQL server firewall - # rule. + # @param server_name [String] The name of the server. + # @param firewall_rule_name [String] The name of the firewall rule. # @param parameters [ServerFirewallRule] The required parameters for creating # or updating a firewall rule. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -47,14 +46,13 @@ def create_or_update_firewall_rule(resource_group_name, server_name, firewall_ru end # - # Creates or updates an Azure SQL server firewall rule. + # Creates or updates a firewall rule. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param firewall_rule_name [String] The name of the Azure SQL server firewall - # rule. + # @param server_name [String] The name of the server. + # @param firewall_rule_name [String] The name of the firewall rule. # @param parameters [ServerFirewallRule] The required parameters for creating # or updating a firewall rule. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -67,14 +65,13 @@ def create_or_update_firewall_rule_with_http_info(resource_group_name, server_na end # - # Creates or updates an Azure SQL server firewall rule. + # Creates or updates a firewall rule. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param firewall_rule_name [String] The name of the Azure SQL server firewall - # rule. + # @param server_name [String] The name of the server. + # @param firewall_rule_name [String] The name of the firewall rule. # @param parameters [ServerFirewallRule] The required parameters for creating # or updating a firewall rule. # @param [Hash{String => String}] A hash of custom headers that will be added @@ -156,14 +153,13 @@ def create_or_update_firewall_rule_async(resource_group_name, server_name, firew end # - # Deletes an Azure SQL server firewall rule. + # Deletes a firewall rule. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param firewall_rule_name [String] The name of the Azure SQL server firewall - # rule. + # @param server_name [String] The name of the server. + # @param firewall_rule_name [String] The name of the firewall rule. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -174,14 +170,13 @@ def delete_firewall_rule(resource_group_name, server_name, firewall_rule_name, c end # - # Deletes an Azure SQL server firewall rule. + # Deletes a firewall rule. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param firewall_rule_name [String] The name of the Azure SQL server firewall - # rule. + # @param server_name [String] The name of the server. + # @param firewall_rule_name [String] The name of the firewall rule. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -192,14 +187,13 @@ def delete_firewall_rule_with_http_info(resource_group_name, server_name, firewa end # - # Deletes an Azure SQL server firewall rule. + # Deletes a firewall rule. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param firewall_rule_name [String] The name of the Azure SQL server firewall - # rule. + # @param server_name [String] The name of the server. + # @param firewall_rule_name [String] The name of the firewall rule. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -249,14 +243,13 @@ def delete_firewall_rule_async(resource_group_name, server_name, firewall_rule_n end # - # Returns an Azure SQL server firewall rule. + # Gets a firewall rule. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param firewall_rule_name [String] The name of the Azure SQL server firewall - # rule. + # @param server_name [String] The name of the server. + # @param firewall_rule_name [String] The name of the firewall rule. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -268,14 +261,13 @@ def get_firewall_rule(resource_group_name, server_name, firewall_rule_name, cust end # - # Returns an Azure SQL server firewall rule. + # Gets a firewall rule. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param firewall_rule_name [String] The name of the Azure SQL server firewall - # rule. + # @param server_name [String] The name of the server. + # @param firewall_rule_name [String] The name of the firewall rule. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -286,14 +278,13 @@ def get_firewall_rule_with_http_info(resource_group_name, server_name, firewall_ end # - # Returns an Azure SQL server firewall rule. + # Gets a firewall rule. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. - # @param firewall_rule_name [String] The name of the Azure SQL server firewall - # rule. + # @param server_name [String] The name of the server. + # @param firewall_rule_name [String] The name of the firewall rule. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -353,12 +344,12 @@ def get_firewall_rule_async(resource_group_name, server_name, firewall_rule_name end # - # Returns a list of Azure SQL server firewall rules. + # Returns a list of firewall rules. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -370,12 +361,12 @@ def list_firewall_rules(resource_group_name, server_name, custom_headers = nil) end # - # Returns a list of Azure SQL server firewall rules. + # Returns a list of firewall rules. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -386,12 +377,12 @@ def list_firewall_rules_with_http_info(resource_group_name, server_name, custom_ end # - # Returns a list of Azure SQL server firewall rules. + # Returns a list of firewall rules. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -450,7 +441,7 @@ def list_firewall_rules_async(resource_group_name, server_name, custom_headers = end # - # Returns information about an Azure SQL server. + # Returns a list of servers. # # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. @@ -463,7 +454,7 @@ def list(custom_headers = nil) end # - # Returns information about an Azure SQL server. + # Returns a list of servers. # # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. @@ -475,7 +466,7 @@ def list_with_http_info(custom_headers = nil) end # - # Returns information about an Azure SQL server. + # Returns a list of servers. # # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. @@ -533,12 +524,12 @@ def list_async(custom_headers = nil) end # - # Creates or updates a new Azure SQL server. + # Creates or updates a new server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param parameters [Server] The required parameters for creating or updating a # server. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -552,12 +543,12 @@ def create_or_update(resource_group_name, server_name, parameters, custom_header end # - # Creates or updates a new Azure SQL server. + # Creates or updates a new server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param parameters [Server] The required parameters for creating or updating a # server. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -570,12 +561,12 @@ def create_or_update_with_http_info(resource_group_name, server_name, parameters end # - # Creates or updates a new Azure SQL server. + # Creates or updates a new server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param parameters [Server] The required parameters for creating or updating a # server. # @param [Hash{String => String}] A hash of custom headers that will be added @@ -661,7 +652,7 @@ def create_or_update_async(resource_group_name, server_name, parameters, custom_ # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -677,7 +668,7 @@ def delete(resource_group_name, server_name, custom_headers = nil) # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -693,7 +684,7 @@ def delete_with_http_info(resource_group_name, server_name, custom_headers = nil # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -742,12 +733,12 @@ def delete_async(resource_group_name, server_name, custom_headers = nil) end # - # Gets information about an Azure SQL server. + # Gets a server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -759,12 +750,12 @@ def get_by_resource_group(resource_group_name, server_name, custom_headers = nil end # - # Gets information about an Azure SQL server. + # Gets a server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -775,12 +766,12 @@ def get_by_resource_group_with_http_info(resource_group_name, server_name, custo end # - # Gets information about an Azure SQL server. + # Gets a server. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -839,7 +830,7 @@ def get_by_resource_group_async(resource_group_name, server_name, custom_headers end # - # Returns information about an Azure SQL server. + # Returns a list of servers in a resource group. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -855,7 +846,7 @@ def list_by_resource_group(resource_group_name, custom_headers = nil) end # - # Returns information about an Azure SQL server. + # Returns a list of servers in a resource group. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -870,7 +861,7 @@ def list_by_resource_group_with_http_info(resource_group_name, custom_headers = end # - # Returns information about an Azure SQL server. + # Returns a list of servers in a resource group. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -932,12 +923,12 @@ def list_by_resource_group_async(resource_group_name, custom_headers = nil) end # - # Returns information about Azure SQL server usage. + # Returns server usages. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -949,12 +940,12 @@ def list_usages(resource_group_name, server_name, custom_headers = nil) end # - # Returns information about Azure SQL server usage. + # Returns server usages. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -965,12 +956,12 @@ def list_usages_with_http_info(resource_group_name, server_name, custom_headers end # - # Returns information about Azure SQL server usage. + # Returns server usages. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. # @@ -1029,12 +1020,12 @@ def list_usages_async(resource_group_name, server_name, custom_headers = nil) end # - # Gets information about an Azure SQL database Service Objective. + # Gets a database service objective. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param service_objective_name [String] The name of the service objective to # retrieve. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -1048,12 +1039,12 @@ def get_service_objective(resource_group_name, server_name, service_objective_na end # - # Gets information about an Azure SQL database Service Objective. + # Gets a database service objective. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param service_objective_name [String] The name of the service objective to # retrieve. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -1066,12 +1057,12 @@ def get_service_objective_with_http_info(resource_group_name, server_name, servi end # - # Gets information about an Azure SQL database Service Objective. + # Gets a database service objective. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param service_objective_name [String] The name of the service objective to # retrieve. # @param [Hash{String => String}] A hash of custom headers that will be added @@ -1133,12 +1124,12 @@ def get_service_objective_async(resource_group_name, server_name, service_object end # - # Returns information about Azure SQL database Service Objectives. + # Returns database service objectives. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -1150,12 +1141,12 @@ def list_service_objectives(resource_group_name, server_name, custom_headers = n end # - # Returns information about Azure SQL database Service Objectives. + # Returns database service objectives. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # @@ -1166,12 +1157,12 @@ def list_service_objectives_with_http_info(resource_group_name, server_name, cus end # - # Returns information about Azure SQL database Service Objectives. + # Returns database service objectives. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource # Manager API or the portal. - # @param server_name [String] The name of the Azure SQL server. + # @param server_name [String] The name of the server. # @param [Hash{String => String}] A hash of custom headers that will be added # to the HTTP request. #