Freigeben über


DevicesGetUpdateComplianceResponse type

Enthält Antwortdaten für den getUpdateCompliance-Vorgang.

type DevicesGetUpdateComplianceResponse = UpdateCompliance & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: UpdateCompliance
  }
}