Interface ServerBackup


  • public interface ServerBackup
    An immutable client-side representation of ServerBackup.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String backupType()
      Gets the backupType property: Backup type.
      OffsetDateTime completedTime()
      Gets the completedTime property: Backup completed time (ISO8601 format).
      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      ServerBackupInner innerModel()
      Gets the inner com.azure.resourcemanager.mysqlflexibleserver.fluent.models.ServerBackupInner object.
      String name()
      Gets the name property: The name of the resource.
      String source()
      Gets the source property: Backup source.
      com.azure.core.management.SystemData systemData()
      Gets the systemData property: The system metadata relating to this resource.
      String type()
      Gets the type property: The type of the resource.
    • 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.
      • systemData

        com.azure.core.management.SystemData systemData()
        Gets the systemData property: The system metadata relating to this resource.
        Returns:
        the systemData value.
      • backupType

        String backupType()
        Gets the backupType property: Backup type.
        Returns:
        the backupType value.
      • completedTime

        OffsetDateTime completedTime()
        Gets the completedTime property: Backup completed time (ISO8601 format).
        Returns:
        the completedTime value.
      • source

        String source()
        Gets the source property: Backup source.
        Returns:
        the source value.
      • innerModel

        ServerBackupInner innerModel()
        Gets the inner com.azure.resourcemanager.mysqlflexibleserver.fluent.models.ServerBackupInner object.
        Returns:
        the inner object.