Share via


StorageEncryptionService.KeyType Property

Definition

Encryption key type to be used for the encryption service. 'Account' key type implies that an account-scoped encryption key will be used. 'Service' key type implies that a default service key is used.

public Azure.ResourceManager.Storage.Models.StorageEncryptionKeyType? KeyType { get; set; }
member this.KeyType : Nullable<Azure.ResourceManager.Storage.Models.StorageEncryptionKeyType> with get, set
Public Property KeyType As Nullable(Of StorageEncryptionKeyType)

Property Value

Applies to