ExchangePostHeaders interface
Defines headers for Exchange_post operation.
Properties
azure |
URL for checking the ongoing status of the operation. |
location | URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned. |
retry |
Clients should wait for the Retry-After interval before polling again |
Property Details
azureAsyncOperation
URL for checking the ongoing status of the operation.
azureAsyncOperation?: string
Property Value
string
location
URL for determining when an operation has completed. Only use this value only when Azure-AsyncOperation isn't returned.
location?: string
Property Value
string
retryAfter
Clients should wait for the Retry-After interval before polling again
retryAfter?: number
Property Value
number