IoTSpacesBeginUpdateResponse type
Contains response data for the beginUpdate operation.
type IoTSpacesBeginUpdateResponse = IoTSpacesDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: IoTSpacesDescription
}
}