Package version:

Interface PrivateEndpointConnectionsPutHeaders

Defines headers for PrivateEndpointConnections_put operation.

interface PrivateEndpointConnectionsPutHeaders {
    azureAsyncOperation?: string;
    retryAfter?: number;
}

Properties

azureAsyncOperation?: string

(specified only if operation does not finish synchronously) The URI to poll for completion status. The response of this URI may be synchronous or asynchronous.

retryAfter?: number

The Retry-After header can indicate how long the client should wait before polling the operation status.