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?: stringProperty Value
string
		parentContainerFabricId
	   
	Full Fabric ID of container to which this protectable item belongs. For example, ARM ID.
parentContainerFabricId?: stringProperty Value
string
		parentContainerFriendlyName
	   
	Friendly name of container to which this protectable item belongs.
parentContainerFriendlyName?: stringProperty 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?: stringProperty Value
string
Inherited From WorkloadProtectableItem.backupManagementType
		friendlyName
	 
	Friendly name of the backup item.
friendlyName?: stringProperty Value
string
Inherited From WorkloadProtectableItem.friendlyName
		protectionState
	 
	State of the back up item.
protectionState?: stringProperty Value
string
Inherited From WorkloadProtectableItem.protectionState
		workloadType
	 
	Type of workload for the backup management
workloadType?: stringProperty Value
string
Inherited From WorkloadProtectableItem.workloadType