UpdateKeyVaultMetaInfo 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
UpdateKeyVaultMetaInfo() |
Initializes a new instance of the UpdateKeyVaultMetaInfo class. |
UpdateKeyVaultMetaInfo(String) |
Initializes a new instance of the UpdateKeyVaultMetaInfo class. |
UpdateKeyVaultMetaInfo()
Initializes a new instance of the UpdateKeyVaultMetaInfo class.
public UpdateKeyVaultMetaInfo ();
Public Sub New ()
Applies to
UpdateKeyVaultMetaInfo(String)
Initializes a new instance of the UpdateKeyVaultMetaInfo class.
public UpdateKeyVaultMetaInfo (string encryptionKeyVersion = default);
new Microsoft.Azure.Management.DataLake.Store.Models.UpdateKeyVaultMetaInfo : string -> Microsoft.Azure.Management.DataLake.Store.Models.UpdateKeyVaultMetaInfo
Public Sub New (Optional encryptionKeyVersion As String = Nothing)
Parameters
- encryptionKeyVersion
- String
The version of the user managed encryption key to update through a key rotation.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET