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