ProtectionPolicy Constructors

Definition

Overloads

ProtectionPolicy()

Initializes a new instance of the ProtectionPolicy class.

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

Initializes a new instance of the ProtectionPolicy class.

ProtectionPolicy()

Initializes a new instance of the ProtectionPolicy class.

public ProtectionPolicy ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ProtectionPolicy class.

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)

Parameters

protectedItemsCount
Nullable<Int32>

Number of items associated with this policy.

resourceGuardOperationRequests
IList<String>

ResourceGuard Operation Requests

Applies to