次の方法で共有


SetProtectionRequestInput コンストラクター

定義

オーバーロード

SetProtectionRequestInput()

SetProtectionRequestInput クラスの新しいインスタンスを初期化します。

SetProtectionRequestInput(List<String>, String, String)

必要な引数を使用して SetProtectionRequestInput クラスの新しいインスタンスを初期化します。

SetProtectionRequestInput()

SetProtectionRequestInput クラスの新しいインスタンスを初期化します。

public SetProtectionRequestInput ();
Public Sub New ()

適用対象

SetProtectionRequestInput(List<String>, String, String)

必要な引数を使用して SetProtectionRequestInput クラスの新しいインスタンスを初期化します。

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)

パラメーター

protectableObjects
List<String>
protectableObjectType
String
policyId
String

適用対象