Language

ArmMachineLearningModelFactory.RegistryAcrDetails Method

Definition

Details of ACR account to be used for the Registry.

public static Azure.ResourceManager.MachineLearning.Models.RegistryAcrDetails RegistryAcrDetails(Azure.ResourceManager.MachineLearning.Models.SystemCreatedAcrAccount systemCreatedAcrAccount = default);
static member RegistryAcrDetails : Azure.ResourceManager.MachineLearning.Models.SystemCreatedAcrAccount -> Azure.ResourceManager.MachineLearning.Models.RegistryAcrDetails
Public Shared Function RegistryAcrDetails (Optional systemCreatedAcrAccount As SystemCreatedAcrAccount = Nothing) As RegistryAcrDetails

Parameters

systemCreatedAcrAccount
SystemCreatedAcrAccount

Details of system created ACR account to be used for the Registry.

Returns

A new RegistryAcrDetails instance for mocking.

Applies to