Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.BackupResourceVaultConfig
-
Packages that use BackupResourceVaultConfig Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent.models Package containing the inner data models for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of BackupResourceVaultConfig in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return BackupResourceVaultConfig Modifier and Type Method Description BackupResourceVaultConfig
BackupResourceVaultConfigResourceInner. properties()
Get the properties property: BackupResourceVaultConfigResource properties.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models with parameters of type BackupResourceVaultConfig Modifier and Type Method Description BackupResourceVaultConfigResourceInner
BackupResourceVaultConfigResourceInner. withProperties(BackupResourceVaultConfig properties)
Set the properties property: BackupResourceVaultConfigResource properties. -
Uses of BackupResourceVaultConfig in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return BackupResourceVaultConfig Modifier and Type Method Description BackupResourceVaultConfig
BackupResourceVaultConfigResource. properties()
Gets the properties property: BackupResourceVaultConfigResource properties.BackupResourceVaultConfig
BackupResourceVaultConfig. withEnhancedSecurityState(EnhancedSecurityState enhancedSecurityState)
Set the enhancedSecurityState property: Enabled or Disabled.BackupResourceVaultConfig
BackupResourceVaultConfig. withIsSoftDeleteFeatureStateEditable(Boolean isSoftDeleteFeatureStateEditable)
Set the isSoftDeleteFeatureStateEditable property: Is soft delete feature state editable.BackupResourceVaultConfig
BackupResourceVaultConfig. withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)
Set the resourceGuardOperationRequests property: ResourceGuard Operation Requests.BackupResourceVaultConfig
BackupResourceVaultConfig. withSoftDeleteFeatureState(SoftDeleteFeatureState softDeleteFeatureState)
Set the softDeleteFeatureState property: Soft Delete feature state.BackupResourceVaultConfig
BackupResourceVaultConfig. withStorageModelType(StorageType storageModelType)
Set the storageModelType property: Storage type.BackupResourceVaultConfig
BackupResourceVaultConfig. withStorageType(StorageType storageType)
Set the storageType property: Storage type.BackupResourceVaultConfig
BackupResourceVaultConfig. withStorageTypeState(StorageTypeState storageTypeState)
Set the storageTypeState property: Locked or Unlocked.
-