AccountsBeginCreateResponse type

Contains response data for the beginCreate operation.

type AccountsBeginCreateResponse = DataLakeAnalyticsAccount & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DataLakeAnalyticsAccount
  }
}