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

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