Partilhar via


ArmMachineLearningModelFactory.MachineLearningContainerRegistryCredentials Método

Definição

Inicializa uma nova instância de MachineLearningContainerRegistryCredentials.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningContainerRegistryCredentials MachineLearningContainerRegistryCredentials (Azure.Core.AzureLocation? location = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningPasswordDetail> passwords = default, string username = default);
static member MachineLearningContainerRegistryCredentials : Nullable<Azure.Core.AzureLocation> * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningPasswordDetail> * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningContainerRegistryCredentials
Public Shared Function MachineLearningContainerRegistryCredentials (Optional location As Nullable(Of AzureLocation) = Nothing, Optional passwords As IEnumerable(Of MachineLearningPasswordDetail) = Nothing, Optional username As String = Nothing) As MachineLearningContainerRegistryCredentials

Parâmetros

location
Nullable<AzureLocation>

O local do ACR do workspace.

username
String

O nome de usuário do ACR do workspace.

Retornos

Uma nova MachineLearningContainerRegistryCredentials instância para zombar.

Aplica-se a