Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.SqlDataDirectoryMapping
-
Packages that use SqlDataDirectoryMapping Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of SqlDataDirectoryMapping in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return SqlDataDirectoryMapping Modifier and Type Method Description SqlDataDirectoryMapping
SqlDataDirectoryMapping. withMappingType(SqlDataDirectoryType mappingType)
Set the mappingType property: Type of data directory mapping.SqlDataDirectoryMapping
SqlDataDirectoryMapping. withSourceLogicalName(String sourceLogicalName)
Set the sourceLogicalName property: Restore source logical name path.SqlDataDirectoryMapping
SqlDataDirectoryMapping. withSourcePath(String sourcePath)
Set the sourcePath property: Restore source path.SqlDataDirectoryMapping
SqlDataDirectoryMapping. withTargetPath(String targetPath)
Set the targetPath property: Target path.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type SqlDataDirectoryMapping Modifier and Type Method Description List<SqlDataDirectoryMapping>
AzureWorkloadSqlRestoreRequest. alternateDirectoryPaths()
Get the alternateDirectoryPaths property: Data directory details.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type SqlDataDirectoryMapping Modifier and Type Method Description AzureWorkloadSqlPointInTimeRestoreRequest
AzureWorkloadSqlPointInTimeRestoreRequest. withAlternateDirectoryPaths(List<SqlDataDirectoryMapping> alternateDirectoryPaths)
Set the alternateDirectoryPaths property: Data directory details.AzureWorkloadSqlPointInTimeRestoreWithRehydrateRequest
AzureWorkloadSqlPointInTimeRestoreWithRehydrateRequest. withAlternateDirectoryPaths(List<SqlDataDirectoryMapping> alternateDirectoryPaths)
Set the alternateDirectoryPaths property: Data directory details.AzureWorkloadSqlRestoreRequest
AzureWorkloadSqlRestoreRequest. withAlternateDirectoryPaths(List<SqlDataDirectoryMapping> alternateDirectoryPaths)
Set the alternateDirectoryPaths property: Data directory details.AzureWorkloadSqlRestoreWithRehydrateRequest
AzureWorkloadSqlRestoreWithRehydrateRequest. withAlternateDirectoryPaths(List<SqlDataDirectoryMapping> alternateDirectoryPaths)
Set the alternateDirectoryPaths property: Data directory details.
-