Share via


AmlFileSystemHsmSettings(String, String) Constructor

Definition

Initializes a new instance of AmlFileSystemHsmSettings.

public AmlFileSystemHsmSettings (string container, string loggingContainer);
new Azure.ResourceManager.StorageCache.Models.AmlFileSystemHsmSettings : string * string -> Azure.ResourceManager.StorageCache.Models.AmlFileSystemHsmSettings
Public Sub New (container As String, loggingContainer As String)

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.

Exceptions

container or loggingContainer is null.

Applies to