Sdílet prostřednictvím


AccountsBeginCreateResponse type

Obsahuje data odpovědi pro operaci beginCreate.

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