RemoveProtectionRequestInput Constructors

Definition

Overloads

RemoveProtectionRequestInput()

Initializes a new instance of the RemoveProtectionRequestInput class.

RemoveProtectionRequestInput(String)

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

RemoveProtectionRequestInput()

Initializes a new instance of the RemoveProtectionRequestInput class.

public RemoveProtectionRequestInput ();
Public Sub New ()

Applies to

RemoveProtectionRequestInput(String)

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

public RemoveProtectionRequestInput (string removeProtectionOption);
new Microsoft.Azure.Management.BackupServices.Models.RemoveProtectionRequestInput : string -> Microsoft.Azure.Management.BackupServices.Models.RemoveProtectionRequestInput
Public Sub New (removeProtectionOption As String)

Parameters

removeProtectionOption
String

Applies to