Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchSubRequest

Package version

A request associated with a batch operation.

Hierarchy

  • BatchSubRequest

Index

Properties

Properties

credential

credential: StorageSharedKeyCredential | AnonymousCredential | TokenCredential

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

url: string

The URL of the resource to request operation.

Generated using TypeDoc