cloudPcMicrosoftHostedNetworkConfiguration-Ressourcentyp

Namespace: microsoft.graph

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 die von Microsoft gehosteten Netzwerkkonfigurationseinstellungen für die Cloud-PC-Bereitstellung dar.

Erbt von cloudPcNetworkConfiguration.

Eigenschaften

Eigenschaft Typ Beschreibung
geographicLocationType cloudPcGeographicLocationType Der geografische Standorttyp für das Netzwerk. Die möglichen Werte sind: default, asia, australasia, canada, europe, , india, usCentralafrica, usEast, usWestsouthAmericacentralAmericamiddleEast, , . unknownFutureValueusGovernment Verwenden Sie den Anforderungsheader Prefer: include-unknown-enum-members , um die folgenden Werte in dieser verteilbaren Enumeration abzurufen: mexico.
regionGroups cloudPcRegionGroupConfiguration-Sammlung Die Regionsgruppenkonfigurationen für das Netzwerk.

Beziehungen

Keine.

JSON-Darstellung

Die folgende JSON-Darstellung veranschaulicht den Ressourcentyp.

{
  "@odata.type": "#microsoft.graph.cloudPcMicrosoftHostedNetworkConfiguration",
  "geographicLocationType": "String",
  "regionGroups": [
    {
      "@odata.type": "microsoft.graph.cloudPcRegionGroupConfiguration"
    }
  ]
}