AzureFileShareProtectableItem Class

Definition

Protectable item for Azure Fileshare workloads.

[Newtonsoft.Json.JsonObject("AzureFileShare")]
public class AzureFileShareProtectableItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItem
[<Newtonsoft.Json.JsonObject("AzureFileShare")>]
type AzureFileShareProtectableItem = class
    inherit WorkloadProtectableItem
Public Class AzureFileShareProtectableItem
Inherits WorkloadProtectableItem
Inheritance
AzureFileShareProtectableItem
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureFileShareProtectableItem()

Initializes a new instance of the AzureFileShareProtectableItem class.

AzureFileShareProtectableItem(String, String, String, String, String, String, String)

Initializes a new instance of the AzureFileShareProtectableItem class.

Properties

AzureFileShareType

Gets or sets file Share type XSync or XSMB. Possible values include: 'Invalid', 'XSMB', 'XSync'

BackupManagementType

Gets or sets type of backup management to backup an item.

(Inherited from WorkloadProtectableItem)
FriendlyName

Gets or sets friendly name of the backup item.

(Inherited from WorkloadProtectableItem)
ParentContainerFabricId

Gets or sets full Fabric ID of container to which this protectable item belongs. For example, ARM ID.

ParentContainerFriendlyName

Gets or sets friendly name of container to which this protectable item belongs.

ProtectionState

Gets or sets state of the back up item. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed'

(Inherited from WorkloadProtectableItem)
WorkloadType

Gets or sets type of workload for the backup management

(Inherited from WorkloadProtectableItem)

Applies to