다음을 통해 공유


ArmConfidentialLedgerModelFactory.ConfidentialLedgerBackupContent Method

Definition

Initializes a new instance of ConfidentialLedgerBackupContent.

public static Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerBackupContent ConfidentialLedgerBackupContent (string restoreRegion = default, Uri uri = default);
static member ConfidentialLedgerBackupContent : string * Uri -> Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerBackupContent
Public Shared Function ConfidentialLedgerBackupContent (Optional restoreRegion As String = Nothing, Optional uri As Uri = Nothing) As ConfidentialLedgerBackupContent

Parameters

restoreRegion
String

The region where the backup of the ledger will eventually be restored to.

uri
Uri

SAS URI used to access the backup Fileshare.

Returns

A new ConfidentialLedgerBackupContent instance for mocking.

Applies to