ArmStorageCacheModelFactory.AmlFileSystemHsmSettings Method

Definition

public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemHsmSettings AmlFileSystemHsmSettings(string container = default, string loggingContainer = default, string importPrefix = default, System.Collections.Generic.IEnumerable<string> importPrefixesInitial = default);
static member AmlFileSystemHsmSettings : string * string * string * seq<string> -> Azure.ResourceManager.StorageCache.Models.AmlFileSystemHsmSettings
Public Shared Function AmlFileSystemHsmSettings (Optional container As String = Nothing, Optional loggingContainer As String = Nothing, Optional importPrefix As String = Nothing, Optional importPrefixesInitial As IEnumerable(Of String) = Nothing) As AmlFileSystemHsmSettings

Parameters

container
String

Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.

loggingContainer
String

Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.

importPrefix
String

Only blobs in the non-logging container that start with this path/prefix get imported into the cluster namespace. This is only used during initial creation of the AML file system. It automatically creates an import job resource that can be deleted.

importPrefixesInitial
IEnumerable<String>

Only blobs in the non-logging container that start with one of the paths/prefixes in this array get imported into the cluster namespace. This is only used during initial creation of the AML file system and has '/' as the default value. It automatically creates an import job resource that can be deleted.

Returns

A new AmlFileSystemHsmSettings instance for mocking.

Applies to