Sdílet prostřednictvím


CloudEndpointBackupContent Class

Definition

Backup request.

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

Constructors

CloudEndpointBackupContent()

Initializes a new instance of CloudEndpointBackupContent.

Properties

AzureFileShare

Azure File Share.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CloudEndpointBackupContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudEndpointBackupContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudEndpointBackupContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudEndpointBackupContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudEndpointBackupContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to