Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.ProtectableContainer
-
Packages that use ProtectableContainer 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 ProtectableContainer in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return ProtectableContainer Modifier and Type Method Description ProtectableContainer
ProtectableContainerResourceInner. properties()
Get the properties property: ProtectableContainerResource properties.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models with parameters of type ProtectableContainer Modifier and Type Method Description ProtectableContainerResourceInner
ProtectableContainerResourceInner. withProperties(ProtectableContainer properties)
Set the properties property: ProtectableContainerResource properties. -
Uses of ProtectableContainer in com.azure.resourcemanager.recoveryservicesbackup.models
Subclasses of ProtectableContainer in com.azure.resourcemanager.recoveryservicesbackup.models Modifier and Type Class Description class
AzureStorageProtectableContainer
Azure Storage-specific protectable containers.class
AzureVMAppContainerProtectableContainer
Azure workload-specific container.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectableContainer Modifier and Type Method Description ProtectableContainer
ProtectableContainerResource. properties()
Gets the properties property: ProtectableContainerResource properties.ProtectableContainer
ProtectableContainer. withBackupManagementType(BackupManagementType backupManagementType)
Set the backupManagementType property: Type of backup management for the container.ProtectableContainer
ProtectableContainer. withContainerId(String containerId)
Set the containerId property: Fabric Id of the container such as ARM Id.ProtectableContainer
ProtectableContainer. withFriendlyName(String friendlyName)
Set the friendlyName property: Friendly name of the container.ProtectableContainer
ProtectableContainer. withHealthStatus(String healthStatus)
Set the healthStatus property: Status of health of the container.
-