ConfidentialLedgerResource.FilesExport Method
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.
Copies the ledger files and the service certificate to a customer's storage account of choice.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}/filesExport.
- Operation Id. : ConfidentialLedgers_FilesExport.
- Default Api Version. : 2026-02-23.
- Resource. : ConfidentialLedgerResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerFilesExportResult> FilesExport(Azure.WaitUntil waitUntil, Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerFilesExportContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member FilesExport : Azure.WaitUntil * Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerFilesExportContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerFilesExportResult>
override this.FilesExport : Azure.WaitUntil * Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerFilesExportContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerFilesExportResult>
Public Overridable Function FilesExport (waitUntil As WaitUntil, content As ConfidentialLedgerFilesExportContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ConfidentialLedgerFilesExportResult)
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.
Confidential Ledger Files Export Request Body.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content is null.