ArmConfidentialLedgerModelFactory.ConfidentialLedgerBackupContent 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.
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.