ArmMachineLearningModelFactory.RegistryAcrDetails Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.