Package version:

Interface VirtualMachineInstancesStopHeaders

Defines headers for VirtualMachineInstances_stop operation.

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