다음을 통해 공유


EnvironmentVariableWithSecretValue 생성자

정의

오버로드

EnvironmentVariableWithSecretValue()

EnvironmentVariableWithSecretValue 클래스의 새 instance 초기화합니다.

EnvironmentVariableWithSecretValue(String, String, KeyVaultSecretReference)

EnvironmentVariableWithSecretValue 클래스의 새 instance 초기화합니다.

EnvironmentVariableWithSecretValue()

EnvironmentVariableWithSecretValue 클래스의 새 instance 초기화합니다.

public EnvironmentVariableWithSecretValue ();
Public Sub New ()

적용 대상

EnvironmentVariableWithSecretValue(String, String, KeyVaultSecretReference)

EnvironmentVariableWithSecretValue 클래스의 새 instance 초기화합니다.

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

값.

valueSecretReference
KeyVaultSecretReference

KeyVault 비밀 참조입니다.

적용 대상