v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
hosted-compute

Get a hosted compute network settings resource for an organization

Gets a hosted compute network settings resource configured for an organization.

OAuth app tokens and personal access tokens (classic) need the read:network_configurations scope to use this endpoint.

get/orgs/{org}/settings/network-settings/{network_settings_id}

Path parameters

orgstring required

The organization name. The name is not case sensitive.

network_settings_idstring required

Unique identifier of the hosted compute network settings.

Response

Response

idstring required

The unique identifier of the network settings resource.

network_configuration_idstring

The identifier of the network configuration that is using this settings resource.

namestring required

The name of the network settings resource.

subnet_idstring required

The subnet this network settings resource is configured for.

regionstring required

The location of the subnet this network settings resource is configured for.

Example response

{
  "id": "220F78DACB92BBFBC5E6F22DE1CCF52309D",
  "network_configuration_id": "934E208B3EE0BD60CF5F752C426BFB53562",
  "name": "my-network-settings",
  "subnet_id": "/subscriptions/14839728-3ad9-43ab-bd2b-fa6ad0f75e2a/resourceGroups/my-rg/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet",
  "region": "eastus"
}