Class AzureRetriableOperationResponse 
If the resource provide needs to return an error to any operation, it should
return the appropriate HTTP error code and a message body as can be seen
below.The message should be localized per the Accept-Language header
specified in the original request such thatit could be directly be exposed
to users
Attributes
Name |
Type |
Description |
error
|
AzureError
|
Optional. |
requestId
|
String
|
Gets the request identifier. |
retryAfter
|
Number
|
Optional. The recommended retry interval for the Get Azure-AsyncOperation
call |
statusCode
|
Number
|
Gets the HTTP status code for the request. |
Methods
Name |
Returns |
AzureRetriableOperationResponse()
|
constructor
|
Returned by
Referenced in