102 строки
7.4 KiB
YAML
102 строки
7.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mysql.fluent.AdvisorsClient"
|
|
fullName: "com.azure.resourcemanager.mysql.fluent.AdvisorsClient"
|
|
name: "AdvisorsClient"
|
|
nameWithType: "AdvisorsClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Advisors<wbr>Client."
|
|
syntax: "public interface **AdvisorsClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mysql.fluent.AdvisorsClient.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mysql.fluent.AdvisorsClient.get(String resourceGroupName, String serverName, String advisorName)"
|
|
name: "get(String resourceGroupName, String serverName, String advisorName)"
|
|
nameWithType: "AdvisorsClient.get(String resourceGroupName, String serverName, String advisorName)"
|
|
summary: "Get a recommendation action advisor."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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 advisor name for recommendation action."
|
|
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 advisorName)"
|
|
desc: "Get a recommendation action advisor."
|
|
returns:
|
|
description: "a recommendation action advisor."
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.mysql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mysql.fluent.AdvisorsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mysql.fluent.AdvisorsClient.getWithResponse(String resourceGroupName, String serverName, String advisorName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String serverName, String advisorName, Context context)"
|
|
nameWithType: "AdvisorsClient.getWithResponse(String resourceGroupName, String serverName, String advisorName, Context context)"
|
|
summary: "Get a recommendation action advisor."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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 advisor name for recommendation action."
|
|
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 advisorName, Context context)"
|
|
desc: "Get a recommendation action advisor."
|
|
returns:
|
|
description: "a recommendation action 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\" /><<xref href=\"com.azure.resourcemanager.mysql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.mysql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mysql.fluent.AdvisorsClient.listByServer(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mysql.fluent.AdvisorsClient.listByServer(String resourceGroupName, String serverName)"
|
|
name: "listByServer(String resourceGroupName, String serverName)"
|
|
nameWithType: "AdvisorsClient.listByServer(String resourceGroupName, String serverName)"
|
|
summary: "List recommendation action advisors."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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>"
|
|
syntax: "public abstract PagedIterable<AdvisorInner> listByServer(String resourceGroupName, String serverName)"
|
|
desc: "List recommendation action advisors."
|
|
returns:
|
|
description: "a list of query statistics."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mysql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.mysql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mysql.fluent.AdvisorsClient.listByServer(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mysql.fluent.AdvisorsClient.listByServer(String resourceGroupName, String serverName, Context context)"
|
|
name: "listByServer(String resourceGroupName, String serverName, Context context)"
|
|
nameWithType: "AdvisorsClient.listByServer(String resourceGroupName, String serverName, Context context)"
|
|
summary: "List recommendation action advisors."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
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 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 PagedIterable<AdvisorInner> listByServer(String resourceGroupName, String serverName, Context context)"
|
|
desc: "List recommendation action advisors."
|
|
returns:
|
|
description: "a list of query statistics."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.mysql.fluent.models.AdvisorInner?alt=com.azure.resourcemanager.mysql.fluent.models.AdvisorInner&text=AdvisorInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in AdvisorsClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mysql.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2
|