ArmDellStorageModelFactory.DellFileSystemEncryptionPatchProperties Method

Definition

public static Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionPatchProperties DellFileSystemEncryptionPatchProperties(Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionType? encryptionType = default, string keyUri = default, Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionIdentityPatchProperties encryptionIdentityProperties = default);
static member DellFileSystemEncryptionPatchProperties : Nullable<Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionType> * string * Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionIdentityPatchProperties -> Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionPatchProperties
Public Shared Function DellFileSystemEncryptionPatchProperties (Optional encryptionType As Nullable(Of DellFileSystemEncryptionType) = Nothing, Optional keyUri As String = Nothing, Optional encryptionIdentityProperties As DellFileSystemEncryptionIdentityPatchProperties = Nothing) As DellFileSystemEncryptionPatchProperties

Parameters

encryptionType
Nullable<DellFileSystemEncryptionType>

Encryption Type - MMK/CMK.

keyUri
String

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

encryptionIdentityProperties
DellFileSystemEncryptionIdentityPatchProperties

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 DellFileSystemEncryptionPatchProperties instance for mocking.

Applies to