Package version:

Interface VirtualMachineTemplatesUpdateHeaders

Defines headers for VirtualMachineTemplates_update operation.

interface VirtualMachineTemplatesUpdateHeaders {
    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.