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

108 строки
8.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.fluent.WaitStatisticsClient"
fullName: "com.azure.resourcemanager.mysql.fluent.WaitStatisticsClient"
name: "WaitStatisticsClient"
nameWithType: "WaitStatisticsClient"
summary: "An instance of this class provides access to all the operations defined in Wait<wbr>Statistics<wbr>Client."
syntax: "public interface **WaitStatisticsClient**"
methods:
- uid: "com.azure.resourcemanager.mysql.fluent.WaitStatisticsClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.fluent.WaitStatisticsClient.get(String resourceGroupName, String serverName, String waitStatisticsId)"
name: "get(String resourceGroupName, String serverName, String waitStatisticsId)"
nameWithType: "WaitStatisticsClient.get(String resourceGroupName, String serverName, String waitStatisticsId)"
summary: "Retrieve wait statistics for specified identifier."
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 Wait Statistic identifier."
name: "waitStatisticsId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract WaitStatisticInner get(String resourceGroupName, String serverName, String waitStatisticsId)"
desc: "Retrieve wait statistics for specified identifier."
returns:
description: "represents a Wait Statistic."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.WaitStatisticInner?alt=com.azure.resourcemanager.mysql.fluent.models.WaitStatisticInner&text=WaitStatisticInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.WaitStatisticsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.fluent.WaitStatisticsClient.getWithResponse(String resourceGroupName, String serverName, String waitStatisticsId, Context context)"
name: "getWithResponse(String resourceGroupName, String serverName, String waitStatisticsId, Context context)"
nameWithType: "WaitStatisticsClient.getWithResponse(String resourceGroupName, String serverName, String waitStatisticsId, Context context)"
summary: "Retrieve wait statistics for specified identifier."
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 Wait Statistic identifier."
name: "waitStatisticsId"
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<WaitStatisticInner> getWithResponse(String resourceGroupName, String serverName, String waitStatisticsId, Context context)"
desc: "Retrieve wait statistics for specified identifier."
returns:
description: "represents a Wait Statistic 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.mysql.fluent.models.WaitStatisticInner?alt=com.azure.resourcemanager.mysql.fluent.models.WaitStatisticInner&text=WaitStatisticInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.fluent.WaitStatisticsClient.listByServer(java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.models.WaitStatisticsInput)"
fullName: "com.azure.resourcemanager.mysql.fluent.WaitStatisticsClient.listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters)"
name: "listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters)"
nameWithType: "WaitStatisticsClient.listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters)"
summary: "Retrieve wait statistics for specified aggregation window."
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 required parameters for retrieving wait statistics."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.WaitStatisticsInput?alt=com.azure.resourcemanager.mysql.models.WaitStatisticsInput&text=WaitStatisticsInput\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<WaitStatisticInner> listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters)"
desc: "Retrieve wait statistics for specified aggregation window."
returns:
description: "a list of wait 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\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.fluent.models.WaitStatisticInner?alt=com.azure.resourcemanager.mysql.fluent.models.WaitStatisticInner&text=WaitStatisticInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.fluent.WaitStatisticsClient.listByServer(java.lang.String,java.lang.String,com.azure.resourcemanager.mysql.models.WaitStatisticsInput,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.fluent.WaitStatisticsClient.listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters, Context context)"
name: "listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters, Context context)"
nameWithType: "WaitStatisticsClient.listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters, Context context)"
summary: "Retrieve wait statistics for specified aggregation window."
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 required parameters for retrieving wait statistics."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.WaitStatisticsInput?alt=com.azure.resourcemanager.mysql.models.WaitStatisticsInput&text=WaitStatisticsInput\" 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 PagedIterable<WaitStatisticInner> listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters, Context context)"
desc: "Retrieve wait statistics for specified aggregation window."
returns:
description: "a list of wait 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\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.fluent.models.WaitStatisticInner?alt=com.azure.resourcemanager.mysql.fluent.models.WaitStatisticInner&text=WaitStatisticInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in WaitStatisticsClient."
metadata: {}
package: "com.azure.resourcemanager.mysql.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2