55 строки
3.8 KiB
YAML
55 строки
3.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mysql.fluent.LogFilesClient"
|
|
fullName: "com.azure.resourcemanager.mysql.fluent.LogFilesClient"
|
|
name: "LogFilesClient"
|
|
nameWithType: "LogFilesClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Log<wbr>Files<wbr>Client."
|
|
syntax: "public interface **LogFilesClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mysql.fluent.LogFilesClient.listByServer(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mysql.fluent.LogFilesClient.listByServer(String resourceGroupName, String serverName)"
|
|
name: "listByServer(String resourceGroupName, String serverName)"
|
|
nameWithType: "LogFilesClient.listByServer(String resourceGroupName, String serverName)"
|
|
summary: "List all the log files in a given server."
|
|
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<LogFileInner> listByServer(String resourceGroupName, String serverName)"
|
|
desc: "List all the log files in a given server."
|
|
returns:
|
|
description: "a list of log files."
|
|
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.LogFileInner?alt=com.azure.resourcemanager.mysql.fluent.models.LogFileInner&text=LogFileInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mysql.fluent.LogFilesClient.listByServer(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mysql.fluent.LogFilesClient.listByServer(String resourceGroupName, String serverName, Context context)"
|
|
name: "listByServer(String resourceGroupName, String serverName, Context context)"
|
|
nameWithType: "LogFilesClient.listByServer(String resourceGroupName, String serverName, Context context)"
|
|
summary: "List all the log files in a given server."
|
|
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<LogFileInner> listByServer(String resourceGroupName, String serverName, Context context)"
|
|
desc: "List all the log files in a given server."
|
|
returns:
|
|
description: "a list of log files."
|
|
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.LogFileInner?alt=com.azure.resourcemanager.mysql.fluent.models.LogFileInner&text=LogFileInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in LogFilesClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mysql.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2
|