EncryptionProperties 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
EncryptionProperties() |
Initialisiert eine neue instance der EncryptionProperties-Klasse. |
EncryptionProperties(KeyVaultProperties, Nullable<EncryptionKeySourceType>, EncryptionPropertiesIdentity) |
Initialisiert eine neue instance der EncryptionProperties-Klasse. |
EncryptionProperties()
Initialisiert eine neue instance der EncryptionProperties-Klasse.
public EncryptionProperties ();
Public Sub New ()
Gilt für:
EncryptionProperties(KeyVaultProperties, Nullable<EncryptionKeySourceType>, EncryptionPropertiesIdentity)
Initialisiert eine neue instance der EncryptionProperties-Klasse.
public EncryptionProperties (Microsoft.Azure.Management.Automation.Models.KeyVaultProperties keyVaultProperties = default, Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType? keySource = default, Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity identity = default);
new Microsoft.Azure.Management.Automation.Models.EncryptionProperties : Microsoft.Azure.Management.Automation.Models.KeyVaultProperties * Nullable<Microsoft.Azure.Management.Automation.Models.EncryptionKeySourceType> * Microsoft.Azure.Management.Automation.Models.EncryptionPropertiesIdentity -> Microsoft.Azure.Management.Automation.Models.EncryptionProperties
Public Sub New (Optional keyVaultProperties As KeyVaultProperties = Nothing, Optional keySource As Nullable(Of EncryptionKeySourceType) = Nothing, Optional identity As EncryptionPropertiesIdentity = Nothing)
Parameter
- keyVaultProperties
- KeyVaultProperties
Schlüsseltresoreigenschaften.
- keySource
- Nullable<EncryptionKeySourceType>
Verschlüsselungsschlüsselquelle. Mögliche Werte: "Microsoft.Automation", "Microsoft.Keyvault"
- identity
- EncryptionPropertiesIdentity
Benutzeridentität, die für CMK verwendet wird.
Gilt für:
Azure SDK for .NET