Package version:

Interface BatchSubRequest

A request associated with a batch operation.

interface BatchSubRequest {
    credential: any;
    url: string;
}

Properties

Properties

credential: any

The credential used for sub request. Such as AnonymousCredential, StorageSharedKeyCredential or any credential from the @azure/identity package to authenticate requests to the service. You can also provide an object that implements the TokenCredential interface. If not specified, AnonymousCredential is used.

url: string

The URL of the resource to request operation.