Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchSubRequest

Package version

A request associated with a batch operation.

Hierarchy

  • BatchSubRequest

Index

Properties

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.

type

{StorageSharedKeyCredential | AnonymousCredential | TokenCredential}

memberof

BatchSubRequest

url

url: string

The URL of the resource to request operation.

type

{string}

memberof

BatchSubRequest

Generated using TypeDoc