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

EnvironmentVariableWithSecretValue 构造函数

定义

重载

EnvironmentVariableWithSecretValue()

初始化 EnvironmentVariableWithSecretValue 类的新实例。

EnvironmentVariableWithSecretValue(String, String, KeyVaultSecretReference)

初始化 EnvironmentVariableWithSecretValue 类的新实例。

EnvironmentVariableWithSecretValue()

初始化 EnvironmentVariableWithSecretValue 类的新实例。

public EnvironmentVariableWithSecretValue ();
Public Sub New ()

适用于

EnvironmentVariableWithSecretValue(String, String, KeyVaultSecretReference)

初始化 EnvironmentVariableWithSecretValue 类的新实例。

public EnvironmentVariableWithSecretValue (string name, string value = default, Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference valueSecretReference = default);
new Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariableWithSecretValue : string * string * Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference -> Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariableWithSecretValue
Public Sub New (name As String, Optional value As String = Nothing, Optional valueSecretReference As KeyVaultSecretReference = Nothing)

参数

name
String

名称:

value
String

Value。

valueSecretReference
KeyVaultSecretReference

KeyVault 机密引用。

适用于