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
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"
}