AccountsBeginUpdateResponse type
Obsahuje data odpovědi pro operaci beginUpdate.
type AccountsBeginUpdateResponse = DataLakeAnalyticsAccount & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataLakeAnalyticsAccount
}
}