ApiCreateOrUpdateHeaders interface
Defines headers for Api_createOrUpdate operation.
Properties
azure |
Azure-AsyncOperation header contains the URL where the status of the long running operation can be checked |
e |
Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. |
location | Location header contains the URL where the status of the long running operation can be checked |
Property Details
azureAsyncOperation
Azure-AsyncOperation header contains the URL where the status of the long running operation can be checked
azureAsyncOperation?: string
Property Value
string
eTag
Current entity state version. Should be treated as opaque and used to make conditional HTTP requests.
eTag?: string
Property Value
string
location
Location header contains the URL where the status of the long running operation can be checked
location?: string
Property Value
string