Share via


ApplicationGatewayOperationResponse.Error Property

 

Optional. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request, and also includes error information regarding the failure.

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public ApplicationGatewayOperationResponse.ErrorDetails Error { get; set; }
public:
property ApplicationGatewayOperationResponse::ErrorDetails^ Error {
    ApplicationGatewayOperationResponse::ErrorDetails^ get();
    void set(ApplicationGatewayOperationResponse::ErrorDetails^ value);
}
member Error : ApplicationGatewayOperationResponse.ErrorDetails with get, set
Public Property Error As ApplicationGatewayOperationResponse.ErrorDetails

Property Value

Type: Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse.ErrorDetails

See Also

ApplicationGatewayOperationResponse Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top