Interface LogFile


  • public interface LogFile
    An immutable client-side representation of LogFile.
    • 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.