WebTestsCreateOrUpdateResponse type

Contains response data for the createOrUpdate operation.

type WebTestsCreateOrUpdateResponse = WebTest & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: WebTest }
}