Condividi tramite


AmlFilesystemPropertiesHsm Class

Definition

Hydration and archive settings and status

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemPropertiesHsmTypeConverter))]
public class AmlFilesystemPropertiesHsm : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemPropertiesHsm
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemPropertiesHsmTypeConverter))>]
type AmlFilesystemPropertiesHsm = class
    interface IAmlFilesystemPropertiesHsm
    interface IJsonSerializable
Public Class AmlFilesystemPropertiesHsm
Implements IAmlFilesystemPropertiesHsm
Inheritance
AmlFilesystemPropertiesHsm
Attributes
Implements

Constructors

AmlFilesystemPropertiesHsm()

Creates an new AmlFilesystemPropertiesHsm instance.

Properties

ArchiveStatus

Archive status

SettingContainer

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.

SettingImportPrefix

Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace.

SettingLoggingContainer

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 AmlFilesystemPropertiesHsm.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AmlFilesystemPropertiesHsm.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemPropertiesHsm.

FromJsonString(String)

Creates a new instance of AmlFilesystemPropertiesHsm, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AmlFilesystemPropertiesHsm into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to