Прочитать на английском

Поделиться через


EnvironmentVariableWithSecretValue Конструкторы

Определение

Перегрузки

EnvironmentVariableWithSecretValue()

Инициализирует новый экземпляр класса EnvironmentVariableWithSecretValue.

EnvironmentVariableWithSecretValue(String, String, KeyVaultSecretReference)

Инициализирует новый экземпляр класса EnvironmentVariableWithSecretValue.

EnvironmentVariableWithSecretValue()

Инициализирует новый экземпляр класса EnvironmentVariableWithSecretValue.

public EnvironmentVariableWithSecretValue ();
Public Sub New ()

Применяется к

EnvironmentVariableWithSecretValue(String, String, KeyVaultSecretReference)

Инициализирует новый экземпляр класса 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)

Параметры

name
String

Название

value
String

Значение.

valueSecretReference
KeyVaultSecretReference

Ссылка на секрет KeyVault.

Применяется к