Delen via


AccountsCreateResponse type

Bevat antwoordgegevens voor de maakbewerking.

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