AccountsBeginCreateResponse type
包含 beginCreate作的响应数据。
type AccountsBeginCreateResponse = DataLakeAnalyticsAccount & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataLakeAnalyticsAccount
}
}