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