Share via


IoTSpacesUpdateResponse type

Contains response data for the update operation.

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