ArmDellStorageModelFactory.DellFileSystemEncryptionProperties Method

Definition

public static Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionProperties DellFileSystemEncryptionProperties(Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionType encryptionType = default, string keyUri = default, Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionIdentityProperties encryptionIdentityProperties = default);
static member DellFileSystemEncryptionProperties : Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionType * string * Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionIdentityProperties -> Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionProperties
Public Shared Function DellFileSystemEncryptionProperties (Optional encryptionType As DellFileSystemEncryptionType = Nothing, Optional keyUri As String = Nothing, Optional encryptionIdentityProperties As DellFileSystemEncryptionIdentityProperties = Nothing) As DellFileSystemEncryptionProperties

Parameters

encryptionType
DellFileSystemEncryptionType

Encryption Type - MMK/CMK.

keyUri
String

Versioned Encryption Key Url - Only when user opts for CMK and hence optional.

encryptionIdentityProperties
DellFileSystemEncryptionIdentityProperties

Identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault - Only when user opts for CMK and hence optional.

Returns

A new DellFileSystemEncryptionProperties instance for mocking.

Applies to