AccountEncryption 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
AccountEncryption() |
Initialisiert eine neue instance der AccountEncryption-Klasse. |
AccountEncryption(AccountEncryptionKeyType, KeyVaultProperties, ResourceIdentity, String) |
Initialisiert eine neue instance der AccountEncryption-Klasse. |
AccountEncryption()
Initialisiert eine neue instance der AccountEncryption-Klasse.
public AccountEncryption ();
Public Sub New ()
Gilt für:
AccountEncryption(AccountEncryptionKeyType, KeyVaultProperties, ResourceIdentity, String)
Initialisiert eine neue instance der AccountEncryption-Klasse.
public AccountEncryption (Microsoft.Azure.Management.VideoAnalyzer.Models.AccountEncryptionKeyType type, Microsoft.Azure.Management.VideoAnalyzer.Models.KeyVaultProperties keyVaultProperties = default, Microsoft.Azure.Management.VideoAnalyzer.Models.ResourceIdentity identity = default, string status = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.AccountEncryption : Microsoft.Azure.Management.VideoAnalyzer.Models.AccountEncryptionKeyType * Microsoft.Azure.Management.VideoAnalyzer.Models.KeyVaultProperties * Microsoft.Azure.Management.VideoAnalyzer.Models.ResourceIdentity * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.AccountEncryption
Public Sub New (type As AccountEncryptionKeyType, Optional keyVaultProperties As KeyVaultProperties = Nothing, Optional identity As ResourceIdentity = Nothing, Optional status As String = Nothing)
Parameter
Der Typ des Schlüssels, der zum Verschlüsseln des Kontoschlüssels verwendet wird. Mögliche Werte: "SystemKey", "CustomerKey"
- keyVaultProperties
- KeyVaultProperties
Die Eigenschaften des Schlüssels, der zum Verschlüsseln des Kontos verwendet wird.
- identity
- ResourceIdentity
Die Key Vault Identität.
- status
- String
Der aktuelle status der Key Vault-Zuordnung.
Gilt für:
Azure SDK for .NET