Partager via


SetProtectionRequestInput Constructeurs

Définition

Surcharges

SetProtectionRequestInput()

Initialise une nouvelle instance de la classe SetProtectionRequestInput.

SetProtectionRequestInput(List<String>, String, String)

Initialise une nouvelle instance de la classe SetProtectionRequestInput avec les arguments requis.

SetProtectionRequestInput()

Initialise une nouvelle instance de la classe SetProtectionRequestInput.

public SetProtectionRequestInput ();
Public Sub New ()

S’applique à

SetProtectionRequestInput(List<String>, String, String)

Initialise une nouvelle instance de la classe SetProtectionRequestInput avec les arguments requis.

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)

Paramètres

protectableObjects
List<String>
protectableObjectType
String
policyId
String

S’applique à