ภาษา

ArmMachineLearningModelFactory.SystemCreatedAcrAccount Method

Definition

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.

Applies to