azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

329 строки
29 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient"
name: "DatabaseAdvisorsClient"
nameWithType: "DatabaseAdvisorsClient"
summary: "An instance of this class provides access to all the operations defined in Database<wbr>Advisors<wbr>Client."
syntax: "public interface **DatabaseAdvisorsClient**"
methods:
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.get(String resourceGroupName, String serverName, String databaseName, String advisorName)"
name: "get(String resourceGroupName, String serverName, String databaseName, String advisorName)"
nameWithType: "DatabaseAdvisorsClient.get(String resourceGroupName, String serverName, String databaseName, String advisorName)"
summary: "Gets a database advisor."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Database Advisor."
name: "advisorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract AdvisorInner get(String resourceGroupName, String serverName, String databaseName, String advisorName)"
desc: "Gets a database advisor."
returns:
description: "a database advisor."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.getAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.getAsync(String resourceGroupName, String serverName, String databaseName, String advisorName)"
name: "getAsync(String resourceGroupName, String serverName, String databaseName, String advisorName)"
nameWithType: "DatabaseAdvisorsClient.getAsync(String resourceGroupName, String serverName, String databaseName, String advisorName)"
summary: "Gets a database advisor."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Database Advisor."
name: "advisorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<AdvisorInner> getAsync(String resourceGroupName, String serverName, String databaseName, String advisorName)"
desc: "Gets a database advisor."
returns:
description: "a database advisor on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, String advisorName, Context context)"
name: "getWithResponse(String resourceGroupName, String serverName, String databaseName, String advisorName, Context context)"
nameWithType: "DatabaseAdvisorsClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, String advisorName, Context context)"
summary: "Gets a database advisor."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Database Advisor."
name: "advisorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<AdvisorInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, String advisorName, Context context)"
desc: "Gets a database advisor."
returns:
description: "a database advisor along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String advisorName)"
name: "getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String advisorName)"
nameWithType: "DatabaseAdvisorsClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String advisorName)"
summary: "Gets a database advisor."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Database Advisor."
name: "advisorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<AdvisorInner>> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String advisorName)"
desc: "Gets a database advisor."
returns:
description: "a database advisor along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.listByDatabase(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.listByDatabase(String resourceGroupName, String serverName, String databaseName)"
name: "listByDatabase(String resourceGroupName, String serverName, String databaseName)"
nameWithType: "DatabaseAdvisorsClient.listByDatabase(String resourceGroupName, String serverName, String databaseName)"
summary: "Gets a list of database advisors."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract List<AdvisorInner> listByDatabase(String resourceGroupName, String serverName, String databaseName)"
desc: "Gets a list of database advisors."
returns:
description: "a list of database advisors."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.listByDatabaseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)"
name: "listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)"
nameWithType: "DatabaseAdvisorsClient.listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)"
summary: "Gets a list of database advisors."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<List<AdvisorInner>> listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)"
desc: "Gets a list of database advisors."
returns:
description: "a list of database advisors on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.listByDatabaseWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.listByDatabaseWithResponse(String resourceGroupName, String serverName, String databaseName, String expand, Context context)"
name: "listByDatabaseWithResponse(String resourceGroupName, String serverName, String databaseName, String expand, Context context)"
nameWithType: "DatabaseAdvisorsClient.listByDatabaseWithResponse(String resourceGroupName, String serverName, String databaseName, String expand, Context context)"
summary: "Gets a list of database advisors."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The child resources to include in the response."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<List<AdvisorInner>> listByDatabaseWithResponse(String resourceGroupName, String serverName, String databaseName, String expand, Context context)"
desc: "Gets a list of database advisors."
returns:
description: "a list of database advisors along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.listByDatabaseWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.listByDatabaseWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String expand)"
name: "listByDatabaseWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String expand)"
nameWithType: "DatabaseAdvisorsClient.listByDatabaseWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String expand)"
summary: "Gets a list of database advisors."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The child resources to include in the response."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<List<AdvisorInner>>> listByDatabaseWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String expand)"
desc: "Gets a list of database advisors."
returns:
description: "a list of database advisors along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.update(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.AdvisorInner)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.update(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters)"
name: "update(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters)"
nameWithType: "DatabaseAdvisorsClient.update(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters)"
summary: "Updates a database advisor."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Database Advisor."
name: "advisorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested advisor resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AdvisorInner update(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters)"
desc: "Updates a database advisor."
returns:
description: "database, Server or Elastic Pool Advisor."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.updateAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.AdvisorInner)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.updateAsync(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters)"
name: "updateAsync(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters)"
nameWithType: "DatabaseAdvisorsClient.updateAsync(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters)"
summary: "Updates a database advisor."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Database Advisor."
name: "advisorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested advisor resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<AdvisorInner> updateAsync(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters)"
desc: "Updates a database advisor."
returns:
description: "database, Server or Elastic Pool Advisor on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.updateWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.AdvisorInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.updateWithResponse(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters, Context context)"
name: "updateWithResponse(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters, Context context)"
nameWithType: "DatabaseAdvisorsClient.updateWithResponse(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters, Context context)"
summary: "Updates a database advisor."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Database Advisor."
name: "advisorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested advisor resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<AdvisorInner> updateWithResponse(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters, Context context)"
desc: "Updates a database advisor."
returns:
description: "database, Server or Elastic Pool Advisor along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.updateWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.sql.fluent.models.AdvisorInner)"
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseAdvisorsClient.updateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters)"
name: "updateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters)"
nameWithType: "DatabaseAdvisorsClient.updateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters)"
summary: "Updates a database advisor."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Database Advisor."
name: "advisorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The requested advisor resource state."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<AdvisorInner>> updateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String advisorName, AdvisorInner parameters)"
desc: "Updates a database advisor."
returns:
description: "database, Server or Elastic Pool Advisor along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.sql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in DatabaseAdvisorsClient."
metadata: {}
package: "com.azure.resourcemanager.sql.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0