Udostępnij za pośrednictwem


EnvironmentVariableWithSecretValue Konstruktory

Definicja

Przeciążenia

EnvironmentVariableWithSecretValue()

Inicjuje nowe wystąpienie klasy EnvironmentVariableWithSecretValue.

EnvironmentVariableWithSecretValue(String, String, KeyVaultSecretReference)

Inicjuje nowe wystąpienie klasy EnvironmentVariableWithSecretValue.

EnvironmentVariableWithSecretValue()

Inicjuje nowe wystąpienie klasy EnvironmentVariableWithSecretValue.

public EnvironmentVariableWithSecretValue ();
Public Sub New ()

Dotyczy

EnvironmentVariableWithSecretValue(String, String, KeyVaultSecretReference)

Inicjuje nowe wystąpienie klasy 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)

Parametry

name
String

Nazwa.

value
String

Wartość.

valueSecretReference
KeyVaultSecretReference

Odwołanie do wpisu tajnego usługi KeyVault.

Dotyczy