ConfidentialLedgerBackupContent Class
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.
Object representing Backup properties of a Confidential Ledger Resource.
public class ConfidentialLedgerBackupContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerBackupContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerBackupContent>
type ConfidentialLedgerBackupContent = class
interface IJsonModel<ConfidentialLedgerBackupContent>
interface IPersistableModel<ConfidentialLedgerBackupContent>
Public Class ConfidentialLedgerBackupContent
Implements IJsonModel(Of ConfidentialLedgerBackupContent), IPersistableModel(Of ConfidentialLedgerBackupContent)
- Inheritance
-
ConfidentialLedgerBackupContent
- Implements
Constructors
ConfidentialLedgerBackupContent(Uri) |
Initializes a new instance of ConfidentialLedgerBackupContent. |
Properties
RestoreRegion |
The region where the backup of the ledger will eventually be restored to. |
Uri |
SAS URI used to access the backup Fileshare. |
Explicit Interface Implementations
IJsonModel<ConfidentialLedgerBackupContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConfidentialLedgerBackupContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConfidentialLedgerBackupContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConfidentialLedgerBackupContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConfidentialLedgerBackupContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET