AmlFilesystemHsmSettings Class
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.
AML file system HSM settings.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemHsmSettingsTypeConverter))]
public class AmlFilesystemHsmSettings : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemHsmSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemHsmSettingsTypeConverter))>]
type AmlFilesystemHsmSettings = class
interface IAmlFilesystemHsmSettings
interface IJsonSerializable
Public Class AmlFilesystemHsmSettings
Implements IAmlFilesystemHsmSettings
- Inheritance
-
AmlFilesystemHsmSettings
- Attributes
- Implements
Constructors
AmlFilesystemHsmSettings() |
Creates an new AmlFilesystemHsmSettings instance. |
Properties
Container |
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. |
ImportPrefix |
Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace. |
LoggingContainer |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AmlFilesystemHsmSettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AmlFilesystemHsmSettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemHsmSettings. |
FromJsonString(String) |
Creates a new instance of AmlFilesystemHsmSettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AmlFilesystemHsmSettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |