Interface LogFile
public interface LogFile
An immutable client-side representation of LogFile.
-
Method Summary
Modifier and TypeMethodDescriptionGets the createdTime property: Creation timestamp of the log file.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.mariadb.fluent.models.LogFileInner object.Gets the lastModifiedTime property: Last modified timestamp of the log file.name()
Gets the name property: The name of the resource.sizeInKB()
Gets the sizeInKB property: Size of the log file.type()
Gets the type property: The type of the resource.Gets the typePropertiesType property: Type of the log file.url()
Gets the url property: The url to download the log file from.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
sizeInKB
Long sizeInKB()Gets the sizeInKB property: Size of the log file.- Returns:
- the sizeInKB value.
-
createdTime
OffsetDateTime createdTime()Gets the createdTime property: Creation timestamp of the log file.- Returns:
- the createdTime value.
-
lastModifiedTime
OffsetDateTime lastModifiedTime()Gets the lastModifiedTime property: Last modified timestamp of the log file.- Returns:
- the lastModifiedTime value.
-
typePropertiesType
String typePropertiesType()Gets the typePropertiesType property: Type of the log file.- Returns:
- the typePropertiesType value.
-
url
String url()Gets the url property: The url to download the log file from.- Returns:
- the url value.
-
innerModel
LogFileInner innerModel()Gets the inner com.azure.resourcemanager.mariadb.fluent.models.LogFileInner object.- Returns:
- the inner object.
-