SetProtectionRequestInput Constructors

Definition

Overloads

SetProtectionRequestInput()

Initializes a new instance of the SetProtectionRequestInput class.

SetProtectionRequestInput(List<String>, String, String)

Initializes a new instance of the SetProtectionRequestInput class with required arguments.

SetProtectionRequestInput()

Initializes a new instance of the SetProtectionRequestInput class.

public SetProtectionRequestInput ();
Public Sub New ()

Applies to

SetProtectionRequestInput(List<String>, String, String)

Initializes a new instance of the SetProtectionRequestInput class with required arguments.

public SetProtectionRequestInput (System.Collections.Generic.List<string> protectableObjects, string protectableObjectType, string policyId);
new Microsoft.Azure.Management.BackupServices.Models.SetProtectionRequestInput : System.Collections.Generic.List<string> * string * string -> Microsoft.Azure.Management.BackupServices.Models.SetProtectionRequestInput
Public Sub New (protectableObjects As List(Of String), protectableObjectType As String, policyId As String)

Parameters

protectableObjects
List<String>
protectableObjectType
String
policyId
String

Applies to