EnvironmentVariableWithSecretValue Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
EnvironmentVariableWithSecretValue() |
Initialiseert een nieuw exemplaar van de klasse EnvironmentVariableWithSecretValue. |
EnvironmentVariableWithSecretValue(String, String, KeyVaultSecretReference) |
Initialiseert een nieuw exemplaar van de klasse EnvironmentVariableWithSecretValue. |
EnvironmentVariableWithSecretValue()
Initialiseert een nieuw exemplaar van de klasse EnvironmentVariableWithSecretValue.
public EnvironmentVariableWithSecretValue ();
Public Sub New ()
Van toepassing op
EnvironmentVariableWithSecretValue(String, String, KeyVaultSecretReference)
Initialiseert een nieuw exemplaar van de klasse 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)
Parameters
- name
- String
Naam.
- value
- String
Waarde.
- valueSecretReference
- KeyVaultSecretReference
KeyVault-geheimreferentie.
Van toepassing op
Azure SDK for .NET