TasksCommandResponse type
Innehåller svarsdata för kommandoåtgärden.
type TasksCommandResponse = CommandPropertiesUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommandPropertiesUnion
}
}