Udostępnij za pośrednictwem


EncryptionProperties Konstruktory

Definicja

Przeciążenia

EncryptionProperties()

Inicjuje nowe wystąpienie klasy EncryptionProperties.

EncryptionProperties(KeyVaultProperties, Nullable<EncryptionKeySourceType>, EncryptionPropertiesIdentity)

Inicjuje nowe wystąpienie klasy EncryptionProperties.

EncryptionProperties()

Inicjuje nowe wystąpienie klasy EncryptionProperties.

public EncryptionProperties ();
Public Sub New ()

Dotyczy

EncryptionProperties(KeyVaultProperties, Nullable<EncryptionKeySourceType>, EncryptionPropertiesIdentity)

Inicjuje nowe wystąpienie klasy EncryptionProperties.

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)

Parametry

keyVaultProperties
KeyVaultProperties

Właściwości magazynu kluczy.

keySource
Nullable<EncryptionKeySourceType>

Źródło klucza szyfrowania. Możliwe wartości to: "Microsoft.Automation", "Microsoft.Keyvault"

identity
EncryptionPropertiesIdentity

Tożsamość użytkownika używana na potrzeby klucza zarządzanego przez klienta.

Dotyczy