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

UnencryptedCredentials 构造函数

定义

重载

UnencryptedCredentials()

初始化 UnencryptedCredentials 类的新实例。

UnencryptedCredentials(String, JobSecrets)

初始化 UnencryptedCredentials 类的新实例。

UnencryptedCredentials()

初始化 UnencryptedCredentials 类的新实例。

public UnencryptedCredentials ();
Public Sub New ()

适用于

UnencryptedCredentials(String, JobSecrets)

初始化 UnencryptedCredentials 类的新实例。

public UnencryptedCredentials (string jobName = default, Microsoft.Azure.Management.DataBox.Models.JobSecrets jobSecrets = default);
new Microsoft.Azure.Management.DataBox.Models.UnencryptedCredentials : string * Microsoft.Azure.Management.DataBox.Models.JobSecrets -> Microsoft.Azure.Management.DataBox.Models.UnencryptedCredentials
Public Sub New (Optional jobName As String = Nothing, Optional jobSecrets As JobSecrets = Nothing)

参数

jobName
String

作业的名称。

jobSecrets
JobSecrets

与此作业相关的机密。

适用于