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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET