AzureFileShareProtectionPolicy Class
AzureStorage backup policy.
Constructor
AzureFileShareProtectionPolicy()
Variables
| Name | Description |
|---|---|
|
protectedItemsCount
|
Number of items associated with this policy. |
|
resourceGuardOperationRequests
|
ResourceGuard Operation Requests. |
|
workLoadType
|
Type of workload for the backup management. Known values are: "Invalid", "VM", "FileFolder", "AzureSqlDb", "SQLDB", "Exchange", "Sharepoint", "VMwareVM", "SystemState", "Client", "GenericDataSource", "SQLDataBase", "AzureFileShare", "SAPHanaDatabase", "SAPAseDatabase", and "SAPHanaDBInstance". |
|
schedulePolicy
|
<xref:<xref:"SchedulePolicy">>
Backup schedule specified as part of backup policy. |
|
retentionPolicy
|
<xref:<xref:"RetentionPolicy">>
Retention policy with the details on backup copy retention ranges. |
|
vaultRetentionPolicy
|
<xref:<xref:"VaultRetentionPolicy">>
Retention policy with the details on hardened backup copy retention ranges. |
|
timeZone
|
TimeZone optional input as string. For example: TimeZone = "Pacific Standard Time". |
|
backupManagementType
|
Literal["AzureStorage"]
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Required. Default value is "AzureStorage". |
Attributes
backupManagementType
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Required. Default value is "AzureStorage".
backupManagementType: Required[Literal['AzureStorage']]
protectedItemsCount
Number of items associated with this policy.
protectedItemsCount: int
resourceGuardOperationRequests
ResourceGuard Operation Requests.
resourceGuardOperationRequests: list[str]
retentionPolicy
Retention policy with the details on backup copy retention ranges.
retentionPolicy: RetentionPolicy
schedulePolicy
Backup schedule specified as part of backup policy.
schedulePolicy: SchedulePolicy
timeZone
TimeZone = "Pacific Standard Time".
timeZone: str
vaultRetentionPolicy
Retention policy with the details on hardened backup copy retention ranges.
vaultRetentionPolicy: VaultRetentionPolicy
workLoadType
"Invalid", "VM", "FileFolder", "AzureSqlDb", "SQLDB", "Exchange", "Sharepoint", "VMwareVM", "SystemState", "Client", "GenericDataSource", "SQLDataBase", "AzureFileShare", "SAPHanaDatabase", "SAPAseDatabase", and "SAPHanaDBInstance".
workLoadType: str | WorkloadType