Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.IdentityBasedRestoreDetails
-
Packages that use IdentityBasedRestoreDetails Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of IdentityBasedRestoreDetails in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return IdentityBasedRestoreDetails Modifier and Type Method Description IdentityBasedRestoreDetails
IaasVMRestoreRequest. identityBasedRestoreDetails()
Get the identityBasedRestoreDetails property: IaaS VM workload specific restore details for restores using managed identity.IdentityBasedRestoreDetails
IdentityBasedRestoreDetails. withObjectType(String objectType)
Set the objectType property: Gets the class type.IdentityBasedRestoreDetails
IdentityBasedRestoreDetails. withTargetStorageAccountId(String targetStorageAccountId)
Set the targetStorageAccountId property: Fully qualified ARM ID of the target storage account.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type IdentityBasedRestoreDetails Modifier and Type Method Description IaasVMRestoreRequest
IaasVMRestoreRequest. withIdentityBasedRestoreDetails(IdentityBasedRestoreDetails identityBasedRestoreDetails)
Set the identityBasedRestoreDetails property: IaaS VM workload specific restore details for restores using managed identity.IaasVMRestoreWithRehydrationRequest
IaasVMRestoreWithRehydrationRequest. withIdentityBasedRestoreDetails(IdentityBasedRestoreDetails identityBasedRestoreDetails)
Set the identityBasedRestoreDetails property: IaaS VM workload specific restore details for restores using managed identity.
-