Udostępnij za pośrednictwem


FileShareProtectableItem Class

Definition

Protectable item for Azure Fileshare workloads.

public class FileShareProtectableItem : Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadProtectableItem, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareProtectableItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.FileShareProtectableItem>
type FileShareProtectableItem = class
    inherit WorkloadProtectableItem
    interface IJsonModel<FileShareProtectableItem>
    interface IPersistableModel<FileShareProtectableItem>
Public Class FileShareProtectableItem
Inherits WorkloadProtectableItem
Implements IJsonModel(Of FileShareProtectableItem), IPersistableModel(Of FileShareProtectableItem)
Inheritance
FileShareProtectableItem
Implements

Constructors

FileShareProtectableItem()

Initializes a new instance of FileShareProtectableItem.

Properties

AzureFileShareType

File Share type XSync or XSMB.

BackupManagementType

Type of backup management to backup an item.

(Inherited from WorkloadProtectableItem)
FriendlyName

Friendly name of the backup item.

(Inherited from WorkloadProtectableItem)
ParentContainerFabricId

Full Fabric ID of container to which this protectable item belongs. For example, ARM ID.

ParentContainerFriendlyName

Friendly name of container to which this protectable item belongs.

ProtectionState

State of the back up item.

(Inherited from WorkloadProtectableItem)
WorkloadType

Type of workload for the backup management.

(Inherited from WorkloadProtectableItem)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FileShareProtectableItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FileShareProtectableItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<WorkloadProtectableItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from WorkloadProtectableItem)
IJsonModel<WorkloadProtectableItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from WorkloadProtectableItem)
IPersistableModel<FileShareProtectableItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FileShareProtectableItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FileShareProtectableItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<WorkloadProtectableItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from WorkloadProtectableItem)
IPersistableModel<WorkloadProtectableItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from WorkloadProtectableItem)
IPersistableModel<WorkloadProtectableItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from WorkloadProtectableItem)

Applies to