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

BatchUserAccount(String, String) 构造函数

定义

初始化 BatchUserAccount 的新实例。

public BatchUserAccount (string name, string password);
new Azure.ResourceManager.Batch.Models.BatchUserAccount : string * string -> Azure.ResourceManager.Batch.Models.BatchUserAccount
Public Sub New (name As String, password As String)

参数

name
String

用户帐户的名称。 名称可以包含最大长度为 20 的任何 Unicode 字符。

password
String

用户帐户的密码。

例外

namepassword 为 null。

适用于