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, europeafricausEastusWestusCentralindiamiddleEastcentralAmericasouthAmericausGovernment, , , unknownFutureValue Verwenden Sie den Prefer: include-unknown-enum-members Anforderungsheader, um die folgenden Werte in dieser entwicklungsfähigen Aufzählung zu erhalten: 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"
    }
  ]
}