你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NFSMountConfiguration 类

  • java.lang.Object
    • com.microsoft.azure.management.batch.NFSMountConfiguration

public class NFSMountConfiguration

用于连接到 NFS 文件系统的信息。

方法摘要

修饰符和类型 方法和描述
String mountOptions()

获取这些是 Windows 中的“net use”选项和 Linux 中的“装载”选项。

String relativeMountPath()

获取相对于 Batch 装载目录装载的所有文件系统,可通过AZ_BATCH_NODE_MOUNTS_DIR环境变量进行访问。

String source()

获取源值。

NFSMountConfiguration withMountOptions(String mountOptions)

设置这些选项是 Windows 中的“net use”选项和 Linux 中的“装载”选项。

NFSMountConfiguration withRelativeMountPath(String relativeMountPath)

设置所有文件系统相对于 Batch 装载目录装载,可通过AZ_BATCH_NODE_MOUNTS_DIR环境变量进行访问。

NFSMountConfiguration withSource(String source)

设置源值。

方法详细信息

mountOptions

public String mountOptions()

获取这些是 Windows 中的“net use”选项和 Linux 中的“装载”选项。

Returns:

mountOptions 值

relativeMountPath

public String relativeMountPath()

获取相对于 Batch 装载目录装载的所有文件系统,可通过AZ_BATCH_NODE_MOUNTS_DIR环境变量进行访问。

Returns:

relativeMountPath 值

source

public String source()

获取源值。

Returns:

源值

withMountOptions

public NFSMountConfiguration withMountOptions(String mountOptions)

设置这些选项是 Windows 中的“net use”选项和 Linux 中的“装载”选项。

Parameters:

mountOptions - 要设置的 mountOptions 值

Returns:

NFSMountConfiguration 对象本身。

withRelativeMountPath

public NFSMountConfiguration withRelativeMountPath(String relativeMountPath)

设置所有文件系统相对于 Batch 装载目录装载,可通过AZ_BATCH_NODE_MOUNTS_DIR环境变量进行访问。

Parameters:

relativeMountPath - 要设置的 relativeMountPath 值

Returns:

NFSMountConfiguration 对象本身。

withSource

public NFSMountConfiguration withSource(String source)

设置源值。

Parameters:

source - 要设置的源值

Returns:

NFSMountConfiguration 对象本身。

适用于