EnvironmentVariableWithSecretValue Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET