Share via


AddTaskResult.AzureError Property

 

Optional. Gets and sets the error result if request failed.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

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

Property Value

Type: Microsoft.Azure.Batch.Protocol.Models.AzureError

See Also

AddTaskResult Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top