EnvironmentVariableWithSecretValue Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
Azure SDK for .NET