BatchSubRequest interface

A request associated with a batch operation.

Properties

credential

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

The URL of the resource to request operation.

Property Details

credential

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.

credential: StorageSharedKeyCredential | AnonymousCredential | TokenCredential

Property Value

url

The URL of the resource to request operation.

url: string

Property Value

string