Partager via


AzureFileShareProtectionPolicy Constructeurs

Définition

Surcharges

AzureFileShareProtectionPolicy()

Initialise une nouvelle instance de la classe AzureFileShareProtectionPolicy.

AzureFileShareProtectionPolicy(Nullable<Int32>, IList<String>, String, SchedulePolicy, RetentionPolicy, String)

Initialise une nouvelle instance de la classe AzureFileShareProtectionPolicy.

AzureFileShareProtectionPolicy()

Initialise une nouvelle instance de la classe AzureFileShareProtectionPolicy.

public AzureFileShareProtectionPolicy ();
Public Sub New ()

S’applique à

AzureFileShareProtectionPolicy(Nullable<Int32>, IList<String>, String, SchedulePolicy, RetentionPolicy, String)

Initialise une nouvelle instance de la classe AzureFileShareProtectionPolicy.

public AzureFileShareProtectionPolicy (int? protectedItemsCount = default, System.Collections.Generic.IList<string> resourceGuardOperationRequests = default, string workLoadType = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.SchedulePolicy schedulePolicy = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RetentionPolicy retentionPolicy = default, string timeZone = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileShareProtectionPolicy : Nullable<int> * System.Collections.Generic.IList<string> * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.SchedulePolicy * Microsoft.Azure.Management.RecoveryServices.Backup.Models.RetentionPolicy * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureFileShareProtectionPolicy
Public Sub New (Optional protectedItemsCount As Nullable(Of Integer) = Nothing, Optional resourceGuardOperationRequests As IList(Of String) = Nothing, Optional workLoadType As String = Nothing, Optional schedulePolicy As SchedulePolicy = Nothing, Optional retentionPolicy As RetentionPolicy = Nothing, Optional timeZone As String = Nothing)

Paramètres

protectedItemsCount
Nullable<Int32>

Nombre d’éléments associés à cette stratégie.

resourceGuardOperationRequests
IList<String>

Demandes d’opération ResourceGuard

workLoadType
String

Type de charge de travail pour la gestion des sauvegardes. Les valeurs possibles sont les suivantes : « Invalid », « VM », « FileFolder », « AzureSqlDb », « SQLDB », « Exchange », « Sharepoint », « VMwareVM », « SystemState », « Client », « GenericDataSource », « SQLDataBase », « AzureFileShare », « SAPHanaDatabase », « SAPHanaDatabase », « SAPAseDatabase »

schedulePolicy
SchedulePolicy

Planification de sauvegarde spécifiée dans le cadre de la stratégie de sauvegarde.

retentionPolicy
RetentionPolicy

Stratégie de rétention avec les détails sur les plages de rétention de copie de sauvegarde.

timeZone
String

Entrée facultative TimeZone en tant que chaîne. Par exemple : TimeZone = « Pacific Standard Time ».

S’applique à