Uses of Class
com.azure.resourcemanager.mariadb.fluent.models.LogFileInner
Package
Description
Package containing the service clients for MariaDBManagementClient.
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of LogFileInner in com.azure.resourcemanager.mariadb.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<LogFileInner>
LogFilesClient.listByServer
(String resourceGroupName, String serverName) List all the log files in a given server.com.azure.core.http.rest.PagedIterable<LogFileInner>
LogFilesClient.listByServer
(String resourceGroupName, String serverName, com.azure.core.util.Context context) List all the log files in a given server. -
Uses of LogFileInner in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionLogFileInner.withSizeInKB
(Long sizeInKB) Set the sizeInKB property: Size of the log file.LogFileInner.withTypePropertiesType
(String type) Set the type property: Type of the log file. -
Uses of LogFileInner in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionLogFile.innerModel()
Gets the inner com.azure.resourcemanager.mariadb.fluent.models.LogFileInner object.Modifier and TypeMethodDescriptionLogFileListResult.value()
Get the value property: The list of log files.Modifier and TypeMethodDescriptionLogFileListResult.withValue
(List<LogFileInner> value) Set the value property: The list of log files.