GroupQuotasCreateOrUpdateHeaders interface
Defines headers for GroupQuotas_createOrUpdate operation.
Properties
azure |
URL for checking the ongoing status of the operation. To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value. For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations |
location | URL for determining when an operation has completed. Send a GET request to the URL in Location header. The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state. For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers. New guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#131-resource-based-long-running-operations-relo |
retry |
The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. |
Property Details
azureAsyncOperation
URL for checking the ongoing status of the operation. To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
azureAsyncOperation?: string
Property Value
string
location
URL for determining when an operation has completed. Send a GET request to the URL in Location header. The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers. New guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#131-resource-based-long-running-operations-relo
location?: string
Property Value
string
retryAfter
The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation.
retryAfter?: number
Property Value
number