Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.ProtectionContainer
-
Packages that use ProtectionContainer 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 ProtectionContainer in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return ProtectionContainer Modifier and Type Method Description ProtectionContainer
ProtectionContainerResourceInner. properties()
Get the properties property: ProtectionContainerResource properties.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models with parameters of type ProtectionContainer Modifier and Type Method Description ProtectionContainerResourceInner
ProtectionContainerResourceInner. withProperties(ProtectionContainer properties)
Set the properties property: ProtectionContainerResource properties. -
Uses of ProtectionContainer in com.azure.resourcemanager.recoveryservicesbackup.models
Subclasses of ProtectionContainer in com.azure.resourcemanager.recoveryservicesbackup.models Modifier and Type Class Description class
AzureBackupServerContainer
AzureBackupServer (DPMVenus) workload-specific protection container.class
AzureIaaSClassicComputeVMContainer
IaaS VM workload-specific backup item representing a classic virtual machine.class
AzureIaaSComputeVMContainer
IaaS VM workload-specific backup item representing an Azure Resource Manager virtual machine.class
AzureSqlagWorkloadContainerProtectionContainer
Container for SQL workloads under SQL Availability Group.class
AzureSqlContainer
Azure Sql workload-specific container.class
AzureStorageContainer
Azure Storage Account workload-specific container.class
AzureVMAppContainerProtectionContainer
Container for SQL workloads under Azure Virtual Machines.class
AzureWorkloadContainer
Container for the workloads running inside Azure Compute or Classic Compute.class
DpmContainer
DPM workload-specific protection container.class
GenericContainer
Base class for generic container of backup items.class
IaaSvmContainer
IaaS VM workload-specific container.class
MabContainer
Container with items backed up using MAB backup engine.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectionContainer Modifier and Type Method Description ProtectionContainer
ProtectionContainerResource. properties()
Gets the properties property: ProtectionContainerResource properties.ProtectionContainer
ProtectionContainer. withBackupManagementType(BackupManagementType backupManagementType)
Set the backupManagementType property: Type of backup management for the container.ProtectionContainer
ProtectionContainer. withFriendlyName(String friendlyName)
Set the friendlyName property: Friendly name of the container.ProtectionContainer
ProtectionContainer. withHealthStatus(String healthStatus)
Set the healthStatus property: Status of health of the container.ProtectionContainer
ProtectionContainer. withProtectableObjectType(String protectableObjectType)
Set the protectableObjectType property: Type of the protectable object associated with this container.ProtectionContainer
ProtectionContainer. withRegistrationStatus(String registrationStatus)
Set the registrationStatus property: Status of registration of the container with the Recovery Services Vault.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type ProtectionContainer Modifier and Type Method Description ProtectionContainerResource.DefinitionStages.WithCreate
ProtectionContainerResource.DefinitionStages.WithProperties. withProperties(ProtectionContainer properties)
Specifies the properties property: ProtectionContainerResource properties.ProtectionContainerResource.Update
ProtectionContainerResource.UpdateStages.WithProperties. withProperties(ProtectionContainer properties)
Specifies the properties property: ProtectionContainerResource properties.
-