SetProtectionRequestInput Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- protectableObjectType
- String
- policyId
- String
S’applique à
Azure SDK for .NET