Share via


IoTSpacesBeginCreateOrUpdateResponse type

Contains response data for the beginCreateOrUpdate operation.

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