Compartir a través de


AdlsErrorException.Response (Propiedad)

 

Obtiene información sobre la respuesta HTTP asociada.

Espacio de nombres:   Microsoft.Azure.Management.DataLake.Store.Models
Ensamblado:  Microsoft.Azure.Management.DataLake.Store (en Microsoft.Azure.Management.DataLake.Store.dll)

Sintaxis

public HttpResponseMessageWrapper Response { get; set; }
public:
property HttpResponseMessageWrapper^ Response {
    HttpResponseMessageWrapper^ get();
    void set(HttpResponseMessageWrapper^ value);
}
member Response : HttpResponseMessageWrapper with get, set
Public Property Response As HttpResponseMessageWrapper

Valor de propiedad

Type: Microsoft.Rest.HttpResponseMessageWrapper

Vea también

AdlsErrorException (Clase)
Microsoft.Azure.Management.DataLake.Store.Models (Espacio de nombres)

Volver al principio