ArmStorageCacheModelFactory.StorageCacheEncryptionSettings Method
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.
public static Azure.ResourceManager.StorageCache.Models.StorageCacheEncryptionSettings StorageCacheEncryptionSettings(Azure.ResourceManager.StorageCache.Models.StorageCacheEncryptionKeyVaultKeyReference keyEncryptionKey = default, bool? enableRotationToLatestKeyVersion = default);
static member StorageCacheEncryptionSettings : Azure.ResourceManager.StorageCache.Models.StorageCacheEncryptionKeyVaultKeyReference * Nullable<bool> -> Azure.ResourceManager.StorageCache.Models.StorageCacheEncryptionSettings
Public Shared Function StorageCacheEncryptionSettings (Optional keyEncryptionKey As StorageCacheEncryptionKeyVaultKeyReference = Nothing, Optional enableRotationToLatestKeyVersion As Nullable(Of Boolean) = Nothing) As StorageCacheEncryptionSettings
Parameters
- keyEncryptionKey
- StorageCacheEncryptionKeyVaultKeyReference
Specifies the location of the key encryption key in key vault.
Specifies whether the service will automatically rotate to the newest version of the key in the key vault.
Returns
A new StorageCacheEncryptionSettings instance for mocking.