TasksCommandResponse type
Obsahuje data odpovědi pro operaci příkazu.
type TasksCommandResponse = CommandPropertiesUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommandPropertiesUnion
}
}