PrivateRegistryCredentials 생성자

정의

오버로드

PrivateRegistryCredentials()

PrivateRegistryCredentials 클래스의 새 instance 초기화합니다.

PrivateRegistryCredentials(String, String, KeyVaultSecretReference)

PrivateRegistryCredentials 클래스의 새 instance 초기화합니다.

PrivateRegistryCredentials()

PrivateRegistryCredentials 클래스의 새 instance 초기화합니다.

public PrivateRegistryCredentials ();
Public Sub New ()

적용 대상

PrivateRegistryCredentials(String, String, KeyVaultSecretReference)

PrivateRegistryCredentials 클래스의 새 instance 초기화합니다.

public PrivateRegistryCredentials (string username, string password = default, Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference passwordSecretReference = default);
new Microsoft.Azure.Management.BatchAI.Models.PrivateRegistryCredentials : string * string * Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference -> Microsoft.Azure.Management.BatchAI.Models.PrivateRegistryCredentials
Public Sub New (username As String, Optional password As String = Nothing, Optional passwordSecretReference As KeyVaultSecretReference = Nothing)

매개 변수

username
String

사용자 이름.

password
String

Password.

passwordSecretReference
KeyVaultSecretReference

암호 비밀 참조입니다.

적용 대상