Condividi tramite


ConfidentialLedgerResource.Restore Method

Definition

Restores a Confidential Ledger Resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}/restore
  • Operation Id: Ledger_Restore
  • Default Api Version: 2023-06-28-preview
  • Resource: ConfidentialLedgerResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerRestoreResult> Restore (Azure.WaitUntil waitUntil, Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerRestoreContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member Restore : Azure.WaitUntil * Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerRestoreContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerRestoreResult>
override this.Restore : Azure.WaitUntil * Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerRestoreContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerRestoreResult>
Public Overridable Function Restore (waitUntil As WaitUntil, content As ConfidentialLedgerRestoreContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ConfidentialLedgerRestoreResult)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
ConfidentialLedgerRestoreContent

Confidential Ledger Restore Request Body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to