Sprog

ArmMachineLearningModelFactory.StorageAccountDetails Method

Definition

Details of storage account to be used for the Registry.

public static Azure.ResourceManager.MachineLearning.Models.StorageAccountDetails StorageAccountDetails(Azure.ResourceManager.MachineLearning.Models.SystemCreatedStorageAccount systemCreatedStorageAccount = default);
static member StorageAccountDetails : Azure.ResourceManager.MachineLearning.Models.SystemCreatedStorageAccount -> Azure.ResourceManager.MachineLearning.Models.StorageAccountDetails
Public Shared Function StorageAccountDetails (Optional systemCreatedStorageAccount As SystemCreatedStorageAccount = Nothing) As StorageAccountDetails

Parameters

systemCreatedStorageAccount
SystemCreatedStorageAccount

Details of system created storage account to be used for the registry.

Returns

A new StorageAccountDetails instance for mocking.

Applies to