KeyVaultSelectiveKeyRestoreOperation 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
KeyVaultSelectiveKeyRestoreOperation() |
Initializes a new instance of KeyVaultSelectiveKeyRestoreOperation for mocking. |
KeyVaultSelectiveKeyRestoreOperation(KeyVaultBackupClient, String) |
Creates an instance of a SelectiveKeyRestoreOperation from a previously started operation. UpdateStatus(CancellationToken), UpdateStatusAsync(CancellationToken), WaitForCompletionAsync(CancellationToken), or WaitForCompletionAsync(TimeSpan, CancellationToken) must be called to re-populate the details of this operation. |
KeyVaultSelectiveKeyRestoreOperation()
Initializes a new instance of KeyVaultSelectiveKeyRestoreOperation for mocking.
protected KeyVaultSelectiveKeyRestoreOperation ();
Protected Sub New ()
Applies to
KeyVaultSelectiveKeyRestoreOperation(KeyVaultBackupClient, String)
Creates an instance of a SelectiveKeyRestoreOperation from a previously started operation. UpdateStatus(CancellationToken), UpdateStatusAsync(CancellationToken), WaitForCompletionAsync(CancellationToken), or WaitForCompletionAsync(TimeSpan, CancellationToken) must be called to re-populate the details of this operation.
public KeyVaultSelectiveKeyRestoreOperation (Azure.Security.KeyVault.Administration.KeyVaultBackupClient client, string id);
new Azure.Security.KeyVault.Administration.KeyVaultSelectiveKeyRestoreOperation : Azure.Security.KeyVault.Administration.KeyVaultBackupClient * string -> Azure.Security.KeyVault.Administration.KeyVaultSelectiveKeyRestoreOperation
Public Sub New (client As KeyVaultBackupClient, id As String)
Parameters
- client
- KeyVaultBackupClient
An instance of KeyVaultBackupClient.
- id
- String
The Id from a previous KeyVaultBackupOperation.
Exceptions
id
or client
is null.
Applies to
Azure SDK for .NET