Share via


EncryptionServices Constructors

Definition

Overloads

EncryptionServices()

Initializes a new instance of the EncryptionServices class.

EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService)

Initializes a new instance of the EncryptionServices class.

EncryptionServices()

Initializes a new instance of the EncryptionServices class.

public EncryptionServices ();
Public Sub New ()

Applies to

EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService)

Initializes a new instance of the EncryptionServices class.

public EncryptionServices (Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService blob = default, Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService file = default, Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService table = default, Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService queue = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionServices : Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService * Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService * Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService * Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService -> Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionServices
Public Sub New (Optional blob As EncryptionService = Nothing, Optional file As EncryptionService = Nothing, Optional table As EncryptionService = Nothing, Optional queue As EncryptionService = Nothing)

Parameters

blob
EncryptionService

The encryption function of the blob storage service.

file
EncryptionService

The encryption function of the file storage service.

table
EncryptionService

The encryption function of the table storage service.

queue
EncryptionService

The encryption function of the queue storage service.

Applies to