Network Managers - Get

Gets the specified Network Manager.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}?api-version=2024-03-01

URI Parameters

Name In Required Type Description
networkManagerName
path True

string

The name of the network manager.

resourceGroupName
path True

string

The name of the resource group.

subscriptionId
path True

string

The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

api-version
query True

string

Client API version.

Responses

Name Type Description
200 OK

NetworkManager

OK - Returns information about the network manager.

Other Status Codes

CloudError

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

NetworkManagersGet

Sample request

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager?api-version=2024-03-01

Sample response

{
  "name": "testNetworkManager",
  "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroup/rg1/providers/Microsoft.Network/networkManagers/testNetworkManager",
  "type": "Microsoft.Network/networkManagers",
  "systemData": {
    "createdBy": "b69a9388-9488-4534-b470-7ec6d41beef5",
    "createdByType": "User",
    "createdAt": "2021-01-11T18:52:27Z",
    "lastModifiedBy": "b69a9388-9488-4534-b470-7ec6d41beef5",
    "lastModifiedByType": "User",
    "lastModifiedAt": "2021-01-11T18:52:27Z"
  },
  "properties": {
    "description": "My Test Network Manager",
    "networkManagerScopes": {
      "managementGroups": [],
      "subscriptions": [
        "/subscriptions/00000000-0000-0000-0000-000000000000"
      ]
    },
    "networkManagerScopeAccesses": [
      "SecurityUser"
    ],
    "provisioningState": "Succeeded",
    "resourceGuid": "00000000-0000-0000-0000-000000000000"
  }
}

Definitions

Name Description
CloudError

An error response from the service.

CloudErrorBody

An error response from the service.

ConfigurationType

Configuration Deployment Type.

createdByType

The type of identity that created the resource.

CrossTenantScopes

Cross tenant scopes.

NetworkManager

The Managed Network resource

NetworkManagerScopes

Scope of Network Manager.

ProvisioningState

The current provisioning state.

SystemData

Metadata pertaining to creation and last modification of the resource.

CloudError

An error response from the service.

Name Type Description
error

CloudErrorBody

Cloud error body.

CloudErrorBody

An error response from the service.

Name Type Description
code

string

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

details

CloudErrorBody[]

A list of additional details about the error.

message

string

A message describing the error, intended to be suitable for display in a user interface.

target

string

The target of the particular error. For example, the name of the property in error.

ConfigurationType

Configuration Deployment Type.

Name Type Description
Connectivity

string

Routing

string

SecurityAdmin

string

SecurityUser

string

createdByType

The type of identity that created the resource.

Name Type Description
Application

string

Key

string

ManagedIdentity

string

User

string

CrossTenantScopes

Cross tenant scopes.

Name Type Description
managementGroups

string[]

List of management groups.

subscriptions

string[]

List of subscriptions.

tenantId

string

Tenant ID.

NetworkManager

The Managed Network resource

Name Type Description
etag

string

A unique read-only string that changes whenever the resource is updated.

id

string

Resource ID.

location

string

Resource location.

name

string

Resource name.

properties.description

string

A description of the network manager.

properties.networkManagerScopeAccesses

ConfigurationType[]

Scope Access.

properties.networkManagerScopes

NetworkManagerScopes

Scope of Network Manager.

properties.provisioningState

ProvisioningState

The provisioning state of the network manager resource.

properties.resourceGuid

string

Unique identifier for this resource.

systemData

SystemData

The system metadata related to this resource.

tags

object

Resource tags.

type

string

Resource type.

NetworkManagerScopes

Scope of Network Manager.

Name Type Description
crossTenantScopes

CrossTenantScopes[]

List of cross tenant scopes.

managementGroups

string[]

List of management groups.

subscriptions

string[]

List of subscriptions.

ProvisioningState

The current provisioning state.

Name Type Description
Deleting

string

Failed

string

Succeeded

string

Updating

string

SystemData

Metadata pertaining to creation and last modification of the resource.

Name Type Description
createdAt

string

The timestamp of resource creation (UTC).

createdBy

string

The identity that created the resource.

createdByType

createdByType

The type of identity that created the resource.

lastModifiedAt

string

The type of identity that last modified the resource.

lastModifiedBy

string

The identity that last modified the resource.

lastModifiedByType

createdByType

The type of identity that last modified the resource.