Interface LogFile
-
public interface LogFileAn immutable client-side representation of LogFile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OffsetDateTimecreatedTime()Gets the createdTime property: Creation timestamp of the log file.Stringid()Gets the id property: Fully qualified resource Id for the resource.LogFileInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.LogFileInner object.OffsetDateTimelastModifiedTime()Gets the lastModifiedTime property: Last modified timestamp of the log file.Stringname()Gets the name property: The name of the resource.LongsizeInKB()Gets the sizeInKB property: Size of the log file.Stringtype()Gets the type property: The type of the resource.StringtypePropertiesType()Gets the typePropertiesType property: Type of the log file.Stringurl()Gets the url property: The url to download the log file from.
-
-
-
Method Detail
-
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.mysql.fluent.models.LogFileInner object.- Returns:
- the inner object.
-
-