---
title: "Gets the Network resource with the given name."
method: GET
path: "/Resources/Networks/{networkResourceName}"
tags: ["MeshNetworks"]
---

# Gets the Network resource with the given name.

`GET /Resources/Networks/{networkResourceName}`

Gets the information about the Network resource with the given name. The information include the description and other properties of the Network.

## Path parameters

- `networkResourceName` string, required

## Query parameters

- `api-version` '6.4-preview', required

## Response `200`

OK

- NetworkResourceDescription — This type describes a network resource.
  - `name` string, required — Name of the Network resource.
  - `properties` NetworkResourceProperties, required — This type describes the properties of a network resource, including its kind.
    - `kind` 'Local', required — The type of a Service Fabric container network.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/versions/6ebed3032b57/schema)
