Bagikan melalui


EnvironmentVariableWithSecretValue Constructors

Definition

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