다음을 통해 공유


ManagedCcfBackupContent Class

Definition

Object representing Backup properties of a Managed CCF Resource.

public class ManagedCcfBackupContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConfidentialLedger.Models.ManagedCcfBackupContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConfidentialLedger.Models.ManagedCcfBackupContent>
type ManagedCcfBackupContent = class
    interface IJsonModel<ManagedCcfBackupContent>
    interface IPersistableModel<ManagedCcfBackupContent>
Public Class ManagedCcfBackupContent
Implements IJsonModel(Of ManagedCcfBackupContent), IPersistableModel(Of ManagedCcfBackupContent)
Inheritance
ManagedCcfBackupContent
Implements

Constructors

ManagedCcfBackupContent(Uri)

Initializes a new instance of ManagedCcfBackupContent.

Properties

RestoreRegion

The region where the backup of the managed CCF resource will eventually be restored to.

Uri

SAS URI used to access the backup Fileshare.

Explicit Interface Implementations

IJsonModel<ManagedCcfBackupContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagedCcfBackupContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedCcfBackupContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedCcfBackupContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagedCcfBackupContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to