GetProtectedItemQueryObject Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET