Uses of Class
com.microsoft.azure.management.appservice.BackupItemStatus
-
-
Uses of BackupItemStatus in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return BackupItemStatus Modifier and Type Method Description static BackupItemStatusBackupItemStatus. fromString(String value)Parses a serialized value to a BackupItemStatus instance.static BackupItemStatusBackupItemStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BackupItemStatus[]BackupItemStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-