ArmMachineLearningModelFactory.SystemCreatedAcrAccount 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.
public static Azure.ResourceManager.MachineLearning.Models.SystemCreatedAcrAccount SystemCreatedAcrAccount(string acrAccountName = default, string acrAccountSku = default, Azure.Core.ResourceIdentifier armResourceId = default);
static member SystemCreatedAcrAccount : string * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MachineLearning.Models.SystemCreatedAcrAccount
Public Shared Function SystemCreatedAcrAccount (Optional acrAccountName As String = Nothing, Optional acrAccountSku As String = Nothing, Optional armResourceId As ResourceIdentifier = Nothing) As SystemCreatedAcrAccount
Parameters
- acrAccountName
- String
Name of the ACR account.
- acrAccountSku
- String
SKU of the ACR account.
- armResourceId
- ResourceIdentifier
Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"
Returns
A new SystemCreatedAcrAccount instance for mocking.