EncryptionServices Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
EncryptionServices() |
Initialisiert eine neue instance der EncryptionServices-Klasse. |
EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService) |
Initialisiert eine neue instance der EncryptionServices-Klasse. |
EncryptionServices()
Initialisiert eine neue instance der EncryptionServices-Klasse.
public EncryptionServices();
Public Sub New ()
Gilt für:
EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService)
Initialisiert eine neue instance der EncryptionServices-Klasse.
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)
Parameter
- blob
- EncryptionService
Die Verschlüsselungsfunktion des Blob Storage-Diensts.
- file
- EncryptionService
Die Verschlüsselungsfunktion des Dateispeicherdiensts.
- table
- EncryptionService
Die Verschlüsselungsfunktion des Tabellenspeicherdiensts.
- queue
- EncryptionService
Die Verschlüsselungsfunktion des Warteschlangenspeicherdiensts.
Gilt für:
Azure SDK for .NET