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

BatchCifsMountConfiguration(String, String, String, String) 构造函数

定义

初始化 BatchCifsMountConfiguration 的新实例。

public BatchCifsMountConfiguration (string username, string source, string relativeMountPath, string password);
new Azure.ResourceManager.Batch.Models.BatchCifsMountConfiguration : string * string * string * string -> Azure.ResourceManager.Batch.Models.BatchCifsMountConfiguration
Public Sub New (username As String, source As String, relativeMountPath As String, password As String)

参数

username
String

用于对 CIFS 文件系统进行身份验证的用户。

source
String

要装载的文件系统的 URI。

relativeMountPath
String

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

password
String

用于对 CIFS 文件系统进行身份验证的密码。

例外

usernamesourcerelativeMountPathpassword 为 null。

适用于