AzureFileShareProtectableItem interface
Protectable item for Azure Fileshare workloads.
- Extends
Properties
azure |
File Share type XSync or XSMB. |
parent |
Full Fabric ID of container to which this protectable item belongs. For example, ARM ID. |
parent |
Friendly name of container to which this protectable item belongs. |
protectable |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
backup |
Type of backup management to backup an item. |
friendly |
Friendly name of the backup item. |
protection |
State of the back up item. |
workload |
Type of workload for the backup management |
Property Details
azureFileShareType
File Share type XSync or XSMB.
azureFileShareType?: string
Property Value
string
parentContainerFabricId
Full Fabric ID of container to which this protectable item belongs. For example, ARM ID.
parentContainerFabricId?: string
Property Value
string
parentContainerFriendlyName
Friendly name of container to which this protectable item belongs.
parentContainerFriendlyName?: string
Property Value
string
protectableItemType
Polymorphic discriminator, which specifies the different types this object can be
protectableItemType: "AzureFileShare"
Property Value
"AzureFileShare"
Inherited Property Details
backupManagementType
Type of backup management to backup an item.
backupManagementType?: string
Property Value
string
Inherited From WorkloadProtectableItem.backupManagementType
friendlyName
Friendly name of the backup item.
friendlyName?: string
Property Value
string
Inherited From WorkloadProtectableItem.friendlyName
protectionState
State of the back up item.
protectionState?: string
Property Value
string
Inherited From WorkloadProtectableItem.protectionState
workloadType
Type of workload for the backup management
workloadType?: string
Property Value
string
Inherited From WorkloadProtectableItem.workloadType