次の方法で共有


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 シークレットリファレンス。

適用対象