AzureFileShareProtectionPolicy Class
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.
AzureStorage backup policy.
[Newtonsoft.Json.JsonObject("AzureStorage")]
public class AzureFileShareProtectionPolicy : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionPolicy
[<Newtonsoft.Json.JsonObject("AzureStorage")>]
type AzureFileShareProtectionPolicy = class
inherit ProtectionPolicy
Public Class AzureFileShareProtectionPolicy
Inherits ProtectionPolicy
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AzureFileShareProtectionPolicy() |
Initializes a new instance of the AzureFileShareProtectionPolicy class. |
AzureFileShareProtectionPolicy(Nullable<Int32>, IList<String>, String, SchedulePolicy, RetentionPolicy, String) |
Initializes a new instance of the AzureFileShareProtectionPolicy class. |
Properties
ProtectedItemsCount |
Gets or sets number of items associated with this policy. (Inherited from ProtectionPolicy) |
ResourceGuardOperationRequests |
Gets or sets resourceGuard Operation Requests (Inherited from ProtectionPolicy) |
RetentionPolicy |
Gets or sets retention policy with the details on backup copy retention ranges. |
SchedulePolicy |
Gets or sets backup schedule specified as part of backup policy. |
TimeZone |
Gets or sets timeZone optional input as string. For example: TimeZone = "Pacific Standard Time". |
WorkLoadType |
Gets or sets type of workload for the backup management. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase' |