Package version:

InterfaceMachineExtensionsDeleteHeaders

Defines headers for MachineExtensions_delete operation.

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