你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NFSMountConfiguration 类
- java.
lang. Object - com.
microsoft. azure. management. batch. NFSMountConfiguration
- com.
public class NFSMountConfiguration
用于连接到 NFS 文件系统的信息。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
mountOptions()
获取这些是 Windows 中的“net use”选项和 Linux 中的“装载”选项。 |
String |
relativeMountPath()
获取相对于 Batch 装载目录装载的所有文件系统,可通过AZ_BATCH_NODE_MOUNTS_DIR环境变量进行访问。 |
String |
source()
获取源值。 |
NFSMount |
withMountOptions(String mountOptions)
设置这些选项是 Windows 中的“net use”选项和 Linux 中的“装载”选项。 |
NFSMount |
withRelativeMountPath(String relativeMountPath)
设置所有文件系统相对于 Batch 装载目录装载,可通过AZ_BATCH_NODE_MOUNTS_DIR环境变量进行访问。 |
NFSMount |
withSource(String source)
设置源值。 |
方法详细信息
mountOptions
public String mountOptions()
获取这些是 Windows 中的“net use”选项和 Linux 中的“装载”选项。
Returns:
relativeMountPath
public String relativeMountPath()
获取相对于 Batch 装载目录装载的所有文件系统,可通过AZ_BATCH_NODE_MOUNTS_DIR环境变量进行访问。
Returns:
source
public String source()
获取源值。
Returns:
withMountOptions
public NFSMountConfiguration withMountOptions(String mountOptions)
设置这些选项是 Windows 中的“net use”选项和 Linux 中的“装载”选项。
Parameters:
Returns:
withRelativeMountPath
public NFSMountConfiguration withRelativeMountPath(String relativeMountPath)
设置所有文件系统相对于 Batch 装载目录装载,可通过AZ_BATCH_NODE_MOUNTS_DIR环境变量进行访问。
Parameters:
Returns:
withSource
public NFSMountConfiguration withSource(String source)
设置源值。
Parameters:
Returns: