AppsUpdateHeaders interface
Defines headers for Apps_update operation.
Properties
| azure |
URL to query for status of the operation. Returns current state, progress, and error metadata for the operation. |
| location | URL to query for status of the operation. Returns 202 Accepted while the operation is in progress. |
| retry |
How long the user should wait before making a follow-up request. |
Property Details
azureAsyncOperation
URL to query for status of the operation. Returns current state, progress, and error metadata for the operation.
azureAsyncOperation?: string
Property Value
string
location
URL to query for status of the operation. Returns 202 Accepted while the operation is in progress.
location?: string
Property Value
string
retryAfter
How long the user should wait before making a follow-up request.
retryAfter?: string
Property Value
string