GetProtectedItemQueryObject Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetProtectedItemQueryObject() |
Inicializa una nueva instancia de la clase GetProtectedItemQueryObject. |
GetProtectedItemQueryObject(String) |
Inicializa una nueva instancia de la clase GetProtectedItemQueryObject. |
GetProtectedItemQueryObject()
Inicializa una nueva instancia de la clase GetProtectedItemQueryObject.
public GetProtectedItemQueryObject ();
Public Sub New ()
Se aplica a
GetProtectedItemQueryObject(String)
Inicializa una nueva instancia de la clase GetProtectedItemQueryObject.
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)
Parámetros
- expand
- String
Especifica si se debe proporcionar información adicional para este elemento.
Se aplica a
Azure SDK for .NET