Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.ExtendedProperties
-
Packages that use ExtendedProperties Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ExtendedProperties in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ExtendedProperties Modifier and Type Method Description ExtendedProperties
AzureIaaSvmProtectedItem. extendedProperties()
Get the extendedProperties property: Extended Properties for Azure IaasVM Backup.ExtendedProperties
ExtendedProperties. withDiskExclusionProperties(DiskExclusionProperties diskExclusionProperties)
Set the diskExclusionProperties property: Extended Properties for Disk Exclusion.ExtendedProperties
ExtendedProperties. withLinuxVmApplicationName(String linuxVmApplicationName)
Set the linuxVmApplicationName property: Linux VM name.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type ExtendedProperties Modifier and Type Method Description AzureIaaSClassicComputeVMProtectedItem
AzureIaaSClassicComputeVMProtectedItem. withExtendedProperties(ExtendedProperties extendedProperties)
Set the extendedProperties property: Extended Properties for Azure IaasVM Backup.AzureIaaSComputeVMProtectedItem
AzureIaaSComputeVMProtectedItem. withExtendedProperties(ExtendedProperties extendedProperties)
Set the extendedProperties property: Extended Properties for Azure IaasVM Backup.AzureIaaSvmProtectedItem
AzureIaaSvmProtectedItem. withExtendedProperties(ExtendedProperties extendedProperties)
Set the extendedProperties property: Extended Properties for Azure IaasVM Backup.
-