Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.IdentityInfo
-
Packages that use IdentityInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of IdentityInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return IdentityInfo Modifier and Type Method Description IdentityInfo
IaasVMRestoreRequest. identityInfo()
Get the identityInfo property: Managed Identity information required to access customer storage account.IdentityInfo
IdentityInfo. withIsSystemAssignedIdentity(Boolean isSystemAssignedIdentity)
Set the isSystemAssignedIdentity property: To differentiate if the managed identity is system assigned or user assigned.IdentityInfo
IdentityInfo. withManagedIdentityResourceId(String managedIdentityResourceId)
Set the managedIdentityResourceId property: Managed Identity Resource Id Optional: Might not be required in the case of system assigned managed identity.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type IdentityInfo Modifier and Type Method Description IaasVMRestoreRequest
IaasVMRestoreRequest. withIdentityInfo(IdentityInfo identityInfo)
Set the identityInfo property: Managed Identity information required to access customer storage account.IaasVMRestoreWithRehydrationRequest
IaasVMRestoreWithRehydrationRequest. withIdentityInfo(IdentityInfo identityInfo)
Set the identityInfo property: Managed Identity information required to access customer storage account.
-