GenericProtectionPolicy コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- subProtectionPolicy
- IList<SubProtectionPolicy>
スケジュールと保持を含むサブ保護ポリシーの一覧
- timeZone
- String
TimeZone 省略可能な入力を文字列として指定します。 たとえば、TimeZone = "Pacific Standard Time" です。
- fabricName
- String
このポリシーのファブリックの名前。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET