Sdílet prostřednictvím


EnvironmentVariableWithSecretValue Konstruktory

Definice

Přetížení

EnvironmentVariableWithSecretValue()

Inicializuje novou instanci EnvironmentVariableWithSecretValue třídy.

EnvironmentVariableWithSecretValue(String, String, KeyVaultSecretReference)

Inicializuje novou instanci EnvironmentVariableWithSecretValue třídy.

EnvironmentVariableWithSecretValue()

Inicializuje novou instanci EnvironmentVariableWithSecretValue třídy.

public EnvironmentVariableWithSecretValue ();
Public Sub New ()

Platí pro

EnvironmentVariableWithSecretValue(String, String, KeyVaultSecretReference)

Inicializuje novou instanci EnvironmentVariableWithSecretValue třídy.

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

Název.

value
String

Hodnota.

valueSecretReference
KeyVaultSecretReference

Referenční informace k tajným kódům služby KeyVault

Platí pro