Dela via


SetProtectionRequestInput Konstruktorer

Definition

Överlagringar

SetProtectionRequestInput()

Initierar en ny instans av klassen SetProtectionRequestInput.

SetProtectionRequestInput(List<String>, String, String)

Initierar en ny instans av klassen SetProtectionRequestInput med nödvändiga argument.

SetProtectionRequestInput()

Initierar en ny instans av klassen SetProtectionRequestInput.

public SetProtectionRequestInput();
Public Sub New ()

Gäller för

SetProtectionRequestInput(List<String>, String, String)

Initierar en ny instans av klassen SetProtectionRequestInput med nödvändiga argument.

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)

Parametrar

protectableObjects
List<String>
protectableObjectType
String
policyId
String

Gäller för