EnvironmentVariableWithSecretValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EnvironmentVariableWithSecretValue() |
Initializes a new instance of the EnvironmentVariableWithSecretValue class. |
EnvironmentVariableWithSecretValue(String, String, KeyVaultSecretReference) |
Initializes a new instance of the EnvironmentVariableWithSecretValue class. |
EnvironmentVariableWithSecretValue()
Initializes a new instance of the EnvironmentVariableWithSecretValue class.
public EnvironmentVariableWithSecretValue ();
Public Sub New ()
Applies to
EnvironmentVariableWithSecretValue(String, String, KeyVaultSecretReference)
Initializes a new instance of the EnvironmentVariableWithSecretValue class.
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
Name.
- value
- String
Value.
- valueSecretReference
- KeyVaultSecretReference
KeyVault secret reference.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET