EncryptionDetails Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EncryptionDetails() |
Initializes a new instance of the EncryptionDetails class. |
EncryptionDetails(Nullable<Boolean>, CustomerManagedKeyDetails) |
Initializes a new instance of the EncryptionDetails class. |
EncryptionDetails()
Initializes a new instance of the EncryptionDetails class.
public EncryptionDetails ();
Public Sub New ()
Applies to
EncryptionDetails(Nullable<Boolean>, CustomerManagedKeyDetails)
Initializes a new instance of the EncryptionDetails class.
public EncryptionDetails (bool? doubleEncryptionEnabled = default, Microsoft.Azure.Management.Synapse.Models.CustomerManagedKeyDetails cmk = default);
new Microsoft.Azure.Management.Synapse.Models.EncryptionDetails : Nullable<bool> * Microsoft.Azure.Management.Synapse.Models.CustomerManagedKeyDetails -> Microsoft.Azure.Management.Synapse.Models.EncryptionDetails
Public Sub New (Optional doubleEncryptionEnabled As Nullable(Of Boolean) = Nothing, Optional cmk As CustomerManagedKeyDetails = Nothing)
Parameters
Customer Managed Key Details
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.