AzureFileShareProtectableItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
AzureFileShareProtectableItem()
Initializes a new instance of the AzureFileShareProtectableItem class.
public AzureFileShareProtectableItem ();
Public Sub New ()
Applies to
AzureFileShareProtectableItem(String, String, String, String, String, String, String)
Initializes a new instance of the AzureFileShareProtectableItem class.
public AzureFileShareProtectableItem (string backupManagementType = default, string workloadType = default, string friendlyName = default, string protectionState = default, string parentContainerFabricId = default, string parentContainerFriendlyName = default, string azureFileShareType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileShareProtectableItem : string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileShareProtectableItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional friendlyName As String = Nothing, Optional protectionState As String = Nothing, Optional parentContainerFabricId As String = Nothing, Optional parentContainerFriendlyName As String = Nothing, Optional azureFileShareType As String = Nothing)
Parameters
- backupManagementType
- String
Type of backup management to backup an item.
- workloadType
- String
Type of workload for the backup management
- friendlyName
- String
Friendly name of the backup item.
- protectionState
- String
State of the back up item. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed'
- parentContainerFabricId
- String
Full Fabric ID of container to which this protectable item belongs. For example, ARM ID.
- parentContainerFriendlyName
- String
Friendly name of container to which this protectable item belongs.
- azureFileShareType
- String
File Share type XSync or XSMB. Possible values include: 'Invalid', 'XSMB', 'XSync'
Applies to
Azure SDK for .NET