AmlFileSystemHsmSettings(String, String) Constructor
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.
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
Azure SDK for .NET