Package version:

Interface VirtualNetworksUpdateHeaders

Defines headers for VirtualNetworks_update operation.

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