ArmMachineLearningModelFactory.StorageAccountDetails 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 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.