Package version:

Interface AvailabilitySetsDeleteHeaders

Defines headers for AvailabilitySets_delete operation.

interface AvailabilitySetsDeleteHeaders {
    azureAsyncOperation?: string;
    location?: string;
    retryAfter?: number;
}

Properties

azureAsyncOperation?: string

A link to the status monitor

location?: string

The Location header contains the URL where the status of the long running operation can be checked.

retryAfter?: number

The Retry-After header can indicate how long the client should wait before polling the operation status.