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 |
---|---|---|---|---|
network
|
path | True |
string |
The name of the network manager. |
resource
|
path | True |
string |
The name of the resource group. |
subscription
|
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 |
OK - Returns information about the network manager. |
|
Other Status Codes |
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
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 |
---|---|
Cloud |
An error response from the service. |
Cloud |
An error response from the service. |
Configuration |
Configuration Deployment Type. |
created |
The type of identity that created the resource. |
Cross |
Cross tenant scopes. |
Network |
The Managed Network resource |
Network |
Scope of Network Manager. |
Provisioning |
The current provisioning state. |
System |
Metadata pertaining to creation and last modification of the resource. |
CloudError
An error response from the service.
Name | Type | Description |
---|---|---|
error |
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 |
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 |
Scope Access. |
|
properties.networkManagerScopes |
Scope of Network Manager. |
|
properties.provisioningState |
The provisioning state of the network manager resource. |
|
properties.resourceGuid |
string |
Unique identifier for this resource. |
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 |
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 |
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 |
The type of identity that last modified the resource. |