Uses of Class
com.azure.resourcemanager.appservice.models.BackupItemStatus
-
Packages that use BackupItemStatus Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of BackupItemStatus in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return BackupItemStatus Modifier and Type Method Description BackupItemStatusBackupItemInner. status()Get the status property: Backup status.BackupItemStatusBackupItemProperties. status()Get the status property: Backup status. -
Uses of BackupItemStatus in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models 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.
-