Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.SoftDeleteFeatureState
-
Packages that use SoftDeleteFeatureState Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of SoftDeleteFeatureState in com.azure.resourcemanager.recoveryservicesbackup.models
Fields in com.azure.resourcemanager.recoveryservicesbackup.models declared as SoftDeleteFeatureState Modifier and Type Field Description static SoftDeleteFeatureState
SoftDeleteFeatureState. DISABLED
Static value Disabled for SoftDeleteFeatureState.static SoftDeleteFeatureState
SoftDeleteFeatureState. ENABLED
Static value Enabled for SoftDeleteFeatureState.static SoftDeleteFeatureState
SoftDeleteFeatureState. INVALID
Static value Invalid for SoftDeleteFeatureState.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return SoftDeleteFeatureState Modifier and Type Method Description static SoftDeleteFeatureState
SoftDeleteFeatureState. fromString(String name)
Creates or finds a SoftDeleteFeatureState from its string representation.SoftDeleteFeatureState
BackupResourceVaultConfig. softDeleteFeatureState()
Get the softDeleteFeatureState property: Soft Delete feature state.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type SoftDeleteFeatureState Modifier and Type Method Description static Collection<SoftDeleteFeatureState>
SoftDeleteFeatureState. values()
Gets known SoftDeleteFeatureState values.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type SoftDeleteFeatureState Modifier and Type Method Description BackupResourceVaultConfig
BackupResourceVaultConfig. withSoftDeleteFeatureState(SoftDeleteFeatureState softDeleteFeatureState)
Set the softDeleteFeatureState property: Soft Delete feature state.
-