KeyEncryptionKeyInfo 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
KeyEncryptionKeyInfo() |
Initializes a new instance of the KeyEncryptionKeyInfo class. |
KeyEncryptionKeyInfo(String, String) |
Initializes a new instance of the KeyEncryptionKeyInfo class. |
KeyEncryptionKeyInfo()
Initializes a new instance of the KeyEncryptionKeyInfo class.
public KeyEncryptionKeyInfo ();
Public Sub New ()
Applies to
KeyEncryptionKeyInfo(String, String)
Initializes a new instance of the KeyEncryptionKeyInfo class.
public KeyEncryptionKeyInfo (string keyIdentifier = default, string keyVaultResourceArmId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.KeyEncryptionKeyInfo : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.KeyEncryptionKeyInfo
Public Sub New (Optional keyIdentifier As String = Nothing, Optional keyVaultResourceArmId As String = Nothing)
Parameters
- keyIdentifier
- String
The key URL / identifier.
- keyVaultResourceArmId
- String
The KeyVault resource ARM Id for key.