Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.SqlDataDirectory
-
Packages that use SqlDataDirectory Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of SqlDataDirectory in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return SqlDataDirectory Modifier and Type Method Description SqlDataDirectory
SqlDataDirectory. withLogicalName(String logicalName)
Set the logicalName property: Logical name of the file.SqlDataDirectory
SqlDataDirectory. withPath(String path)
Set the path property: File path.SqlDataDirectory
SqlDataDirectory. withType(SqlDataDirectoryType type)
Set the type property: Type of data directory mapping.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type SqlDataDirectory Modifier and Type Method Description List<SqlDataDirectory>
AzureVmWorkloadSqlInstanceWorkloadItem. dataDirectoryPaths()
Get the dataDirectoryPaths property: Data Directory Paths for default directories.List<SqlDataDirectory>
AzureWorkloadSqlRecoveryPointExtendedInfo. dataDirectoryPaths()
Get the dataDirectoryPaths property: List of data directory paths during restore operation.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type SqlDataDirectory Modifier and Type Method Description AzureVmWorkloadSqlInstanceWorkloadItem
AzureVmWorkloadSqlInstanceWorkloadItem. withDataDirectoryPaths(List<SqlDataDirectory> dataDirectoryPaths)
Set the dataDirectoryPaths property: Data Directory Paths for default directories.AzureWorkloadSqlRecoveryPointExtendedInfo
AzureWorkloadSqlRecoveryPointExtendedInfo. withDataDirectoryPaths(List<SqlDataDirectory> dataDirectoryPaths)
Set the dataDirectoryPaths property: List of data directory paths during restore operation.
-