Delen via


AccountsBeginCreateResponse type

Bevat antwoordgegevens voor de beginCreate-bewerking.

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