FileSystemHsmSetting

data class FileSystemHsmSetting(val containerId: String, val importPrefix: String? = null, val loggingContainerId: String)

Constructors

Link copied to clipboard
constructor(containerId: String, importPrefix: String? = null, loggingContainerId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the storage container that is used for hydrating the namespace and archiving from the namespace. Changing this forces a new resource to be created.

Link copied to clipboard
val importPrefix: String? = null

The import prefix for the Azure Managed Lustre File System. Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace. Changing this forces a new resource to be created.

Link copied to clipboard

The resource ID of the storage container that is used for logging events and errors. Changing this forces a new resource to be created.