Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectoryDeleteIfExistsResponse

Package version

Contains response data for the {@link DirectoryClient.deleteIfExists} operation.

Hierarchy

Index

Properties

_response

_response: coreHttp.HttpResponse & { parsedHeaders: DirectoryDeleteHeaders }

The underlying HTTP response.

Optional date

date: Date

A UTC date/time value generated by the service that indicates the time at which the response was initiated.

Optional errorCode

errorCode: undefined | string

Error Code

Optional requestId

requestId: undefined | string

This header uniquely identifies the request that was made and can be used for troubleshooting the request.

succeeded

succeeded: boolean

Indicate whether the directory is successfully deleted. Is false if the directory does not exist in the first place.

Optional version

version: undefined | string

Indicates the version of the File service used to execute the request.

Generated using TypeDoc