Package version:

Interface VirtualMachineTemplatesDeleteHeaders

Defines headers for VirtualMachineTemplates_delete operation.

interface VirtualMachineTemplatesDeleteHeaders {
    location?: string;
    retryAfter?: number;
}

Properties

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.