Share via


ProtectableItemQueryParameter Constructors

Definition

Overloads

ProtectableItemQueryParameter()

Initializes a new instance of the ProtectableItemQueryParameter class.

ProtectableItemQueryParameter(String)

Initializes a new instance of the ProtectableItemQueryParameter class.

ProtectableItemQueryParameter()

Initializes a new instance of the ProtectableItemQueryParameter class.

public ProtectableItemQueryParameter ();
Public Sub New ()

Applies to

ProtectableItemQueryParameter(String)

Initializes a new instance of the ProtectableItemQueryParameter class.

public ProtectableItemQueryParameter (string state = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectableItemQueryParameter : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectableItemQueryParameter
Public Sub New (Optional state As String = Nothing)

Parameters

state
String

State of the Protectable item query filter.

Applies to