Package version:

InterfaceMachineExtensionsUpdateHeaders

Defines headers for MachineExtensions_update operation.

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

Properties

azureAsyncOperation?: string

The URI to poll for completion status.

location?: string

The URL of the resource used to check the status of the asynchronous operation.

retryAfter?: number

The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation.