GetProtectedItemQueryObject Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetProtectedItemQueryObject() |
Inicializa uma nova instância da classe GetProtectedItemQueryObject. |
GetProtectedItemQueryObject(String) |
Inicializa uma nova instância da classe GetProtectedItemQueryObject. |
GetProtectedItemQueryObject()
Inicializa uma nova instância da classe GetProtectedItemQueryObject.
public GetProtectedItemQueryObject ();
Public Sub New ()
Aplica-se a
GetProtectedItemQueryObject(String)
Inicializa uma nova instância da classe 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 se as informações adicionais devem ser fornecidas para este item.
Aplica-se a
Azure SDK for .NET