AmlFilesystemEncryptionSettings 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 encryption settings.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemEncryptionSettingsTypeConverter))]
public class AmlFilesystemEncryptionSettings : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemEncryptionSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemEncryptionSettingsTypeConverter))>]
type AmlFilesystemEncryptionSettings = class
interface IAmlFilesystemEncryptionSettings
interface IJsonSerializable
Public Class AmlFilesystemEncryptionSettings
Implements IAmlFilesystemEncryptionSettings
- Inheritance
-
AmlFilesystemEncryptionSettings
- Attributes
- Implements
Constructors
AmlFilesystemEncryptionSettings() |
Creates an new AmlFilesystemEncryptionSettings instance. |
Properties
KeyEncryptionKeyUrl |
The URL referencing a key encryption key in key vault. |
SourceVaultId |
Resource Id. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AmlFilesystemEncryptionSettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AmlFilesystemEncryptionSettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemEncryptionSettings. |
FromJsonString(String) |
Creates a new instance of AmlFilesystemEncryptionSettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AmlFilesystemEncryptionSettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |