次の方法で共有


ProtectionPolicy コンストラクター

定義

オーバーロード

ProtectionPolicy()

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

ProtectionPolicy(Nullable<Int32>, IList<String>)

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

ProtectionPolicy()

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

public ProtectionPolicy();
Public Sub New ()

適用対象

ProtectionPolicy(Nullable<Int32>, IList<String>)

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

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

パラメーター

protectedItemsCount
Nullable<Int32>

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

resourceGuardOperationRequests
IList<String>

ResourceGuard 操作要求

適用対象