次の方法で共有


GenericProtectionPolicy コンストラクター

定義

オーバーロード

GenericProtectionPolicy()

GenericProtectionPolicy クラスの新しいインスタンスを初期化します。

GenericProtectionPolicy(Nullable<Int32>, IList<String>, IList<SubProtectionPolicy>, String, String)

GenericProtectionPolicy クラスの新しいインスタンスを初期化します。

GenericProtectionPolicy()

GenericProtectionPolicy クラスの新しいインスタンスを初期化します。

public GenericProtectionPolicy();
Public Sub New ()

適用対象

GenericProtectionPolicy(Nullable<Int32>, IList<String>, IList<SubProtectionPolicy>, String, String)

GenericProtectionPolicy クラスの新しいインスタンスを初期化します。

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)

パラメーター

protectedItemsCount
Nullable<Int32>

このポリシーに関連付けられているアイテムの数。

resourceGuardOperationRequests
IList<String>

ResourceGuard 操作要求

subProtectionPolicy
IList<SubProtectionPolicy>

スケジュールと保持を含むサブ保護ポリシーの一覧

timeZone
String

TimeZone 省略可能な入力を文字列として指定します。 たとえば、TimeZone = "Pacific Standard Time" です。

fabricName
String

このポリシーのファブリックの名前。

適用対象