KeyVaultError 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
KeyVaultError() |
Initializes a new instance of the KeyVaultError class. |
KeyVaultError(Error) |
Initializes a new instance of the KeyVaultError class. |
KeyVaultError()
- Source:
- KeyVaultError.cs
Initializes a new instance of the KeyVaultError class.
public KeyVaultError ();
Public Sub New ()
Applies to
KeyVaultError(Error)
- Source:
- KeyVaultError.cs
Initializes a new instance of the KeyVaultError class.
public KeyVaultError (Microsoft.Azure.KeyVault.Models.Error error = default);
new Microsoft.Azure.KeyVault.Models.KeyVaultError : Microsoft.Azure.KeyVault.Models.Error -> Microsoft.Azure.KeyVault.Models.KeyVaultError
Public Sub New (Optional error As Error = Nothing)
Parameters
- error
- Error
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.