### YamlMime:JavaType constructors: - fullName: com.microsoft.azure.management.storage.Encryption.Encryption() name: Encryption() nameWithType: Encryption.Encryption() summary:

Creates an instance of Encryption class.

syntax: public Encryption() uid: com.microsoft.azure.management.storage.Encryption.Encryption() inheritances: - methods: - fullName: com.microsoft.azure.management.storage.Encryption.keySource() name: keySource() nameWithType: Encryption.keySource() returns: description:

the keySource value

type: summary: >-

Get the keySource value.

syntax: public String keySource() uid: com.microsoft.azure.management.storage.Encryption.keySource() - fullName: com.microsoft.azure.management.storage.Encryption.services() name: services() nameWithType: Encryption.services() returns: description:

the services value

type: summary: >-

Get the services value.

syntax: public EncryptionServices services() uid: com.microsoft.azure.management.storage.Encryption.services() - fullName: com.microsoft.azure.management.storage.Encryption.withKeySource(String keySource) name: withKeySource(String keySource) nameWithType: Encryption.withKeySource(String keySource) parameters: - description:

the keySource value to set

name: keySource type: returns: description:

the Encryption object itself.

type: summary: >-

Set the keySource value.

syntax: public Encryption withKeySource(String keySource) uid: com.microsoft.azure.management.storage.Encryption.withKeySource(String) - fullName: com.microsoft.azure.management.storage.Encryption.withServices(EncryptionServices services) name: withServices(EncryptionServices services) nameWithType: Encryption.withServices(EncryptionServices services) parameters: - description:

the services value to set

name: services type: returns: description:

the Encryption object itself.

type: summary: >-

Set the services value.

syntax: public Encryption withServices(EncryptionServices services) uid: com.microsoft.azure.management.storage.Encryption.withServices(EncryptionServices) nameWithType: Encryption syntax: public class Encryption type: class uid: com.microsoft.azure.management.storage.Encryption fullName: com.microsoft.azure.management.storage.Encryption name: Encryption package: com.microsoft.azure.management.storage summary:

The encryption settings on the storage account.

metadata: {}