ArmMachineLearningModelFactory.SystemCreatedStorageAccount 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.SystemCreatedStorageAccount SystemCreatedStorageAccount(bool? allowBlobPublicAccess = default, Azure.Core.ResourceIdentifier armResourceId = default, bool? storageAccountHnsEnabled = default, string storageAccountName = default, string storageAccountType = default);
static member SystemCreatedStorageAccount : Nullable<bool> * Azure.Core.ResourceIdentifier * Nullable<bool> * string * string -> Azure.ResourceManager.MachineLearning.Models.SystemCreatedStorageAccount
Public Shared Function SystemCreatedStorageAccount (Optional allowBlobPublicAccess As Nullable(Of Boolean) = Nothing, Optional armResourceId As ResourceIdentifier = Nothing, Optional storageAccountHnsEnabled As Nullable(Of Boolean) = Nothing, Optional storageAccountName As String = Nothing, Optional storageAccountType As String = Nothing) As SystemCreatedStorageAccount
Parameters
- 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}"
- storageAccountName
- String
Name of the storage account.
- storageAccountType
- String
Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
Returns
A new SystemCreatedStorageAccount instance for mocking.