WebTestsCreateOrUpdateResponse type
Zawiera dane odpowiedzi dla operacji createOrUpdate.
type WebTestsCreateOrUpdateResponse = WebTest & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: WebTest }
}