UpdatesGetUpdateResponse type
Contains response data for the getUpdate operation.
type UpdatesGetUpdateResponse = Update & {
_response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: Update }
}
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for JavaScript