Share via


IoTSpacesBeginDeleteMethodResponse type

Contains response data for the beginDeleteMethod operation.

type IoTSpacesBeginDeleteMethodResponse = IoTSpacesDescription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: IoTSpacesDescription
  }
}