GetProtectedItemQueryObject Constructors

Definition

Overloads

GetProtectedItemQueryObject()

Initializes a new instance of the GetProtectedItemQueryObject class.

GetProtectedItemQueryObject(String)

Initializes a new instance of the GetProtectedItemQueryObject class.

GetProtectedItemQueryObject()

Initializes a new instance of the GetProtectedItemQueryObject class.

public GetProtectedItemQueryObject ();
Public Sub New ()

Applies to

GetProtectedItemQueryObject(String)

Initializes a new instance of the GetProtectedItemQueryObject class.

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

Parameters

expand
String

Specifies if the additional information should be provided for this item.

Applies to