updateManagementEnrollment-Ressourcentyp

Namespace: microsoft.graph.windowsUpdates

Wichtig

Die APIs unter der /beta Version in Microsoft Graph können sich ändern. Die Verwendung dieser APIs in Produktionsanwendungen wird nicht unterstützt. Um festzustellen, ob eine API in v1.0 verfügbar ist, verwenden Sie die Version Selektor.

Stellt Registrierungsinformationen pro Kategorie für Windows Updates für unterstützte Updatekategorien dar.

Erbt von updatableAssetEnrollment.

Eigenschaften

Eigenschaft Typ Beschreibung
Treiber microsoft.graph.windowsUpdates.updateCategoryEnrollmentInformation Informationen zum Registrierungsstatus des Geräts in der Treiberupdateverwaltung.
Feature microsoft.graph.windowsUpdates.updateCategoryEnrollmentInformation Informationen zum Registrierungsstatus des Geräts in der Featureupdateverwaltung.
Qualität microsoft.graph.windowsUpdates.updateCategoryEnrollmentInformation Informationen zum Registrierungsstatus des Geräts in der Qualitätsupdateverwaltung.

Beziehungen

Keine.

JSON-Darstellung

Die folgende JSON-Darstellung veranschaulicht den Ressourcentyp.

{
  "@odata.type": "#microsoft.graph.windowsUpdates.updateManagementEnrollment",
  "driver": {
    "@odata.type": "microsoft.graph.windowsUpdates.updateCategoryEnrollmentInformation"
  },
  "feature": {
    "@odata.type": "microsoft.graph.windowsUpdates.updateCategoryEnrollmentInformation"
  },
  "quality": {
    "@odata.type": "microsoft.graph.windowsUpdates.updateCategoryEnrollmentInformation"
  }
}