DevicesGetUpdateComplianceResponse type
getUpdateCompliance işlemi için yanıt verilerini içerir.
type DevicesGetUpdateComplianceResponse = UpdateCompliance & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: UpdateCompliance
}
}