GenericProtectionPolicy Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GenericProtectionPolicy() |
Initialisiert eine neue instance der GenericProtectionPolicy-Klasse. |
GenericProtectionPolicy(Nullable<Int32>, IList<String>, IList<SubProtectionPolicy>, String, String) |
Initialisiert eine neue instance der GenericProtectionPolicy-Klasse. |
GenericProtectionPolicy()
Initialisiert eine neue instance der GenericProtectionPolicy-Klasse.
public GenericProtectionPolicy();
Public Sub New ()
Gilt für:
GenericProtectionPolicy(Nullable<Int32>, IList<String>, IList<SubProtectionPolicy>, String, String)
Initialisiert eine neue instance der GenericProtectionPolicy-Klasse.
public GenericProtectionPolicy(int? protectedItemsCount = default, System.Collections.Generic.IList<string> resourceGuardOperationRequests = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.SubProtectionPolicy> subProtectionPolicy = default, string timeZone = default, string fabricName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.GenericProtectionPolicy : Nullable<int> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.SubProtectionPolicy> * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.GenericProtectionPolicy
Public Sub New (Optional protectedItemsCount As Nullable(Of Integer) = Nothing, Optional resourceGuardOperationRequests As IList(Of String) = Nothing, Optional subProtectionPolicy As IList(Of SubProtectionPolicy) = Nothing, Optional timeZone As String = Nothing, Optional fabricName As String = Nothing)
Parameter
- subProtectionPolicy
- IList<SubProtectionPolicy>
Liste der Subschutzrichtlinien, die Zeitplan und Aufbewahrung umfassen
- timeZone
- String
Optionale TimeZone-Eingabe als Zeichenfolge. Beispiel: TimeZone = "Pacific Standard Time".
- fabricName
- String
Name des Fabrics dieser Richtlinie.
Gilt für:
Azure SDK for .NET