Get-AzNetworkManager
Gets a network manager in a resource group.
PowerShell
Get-AzNetworkManager
[-Name <String>]
[-ResourceGroupName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
PowerShell
Get-AzNetworkManager
-Name <String>
-ResourceGroupName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
The Get-AzNetworkManager cmdlet gets one or more network managers in a resource group.
PowerShell
Get-AzNetworkManager -ResourceGroupName "TestResourceGroup" -Name "TestNM"
DisplayName :
Description :
Location : eastus2euap
Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestResourceGroup/provider
s/Microsoft.Network/networkManagers/TestNM
Type : Microsoft.Network/networkManagers
Tag : {}
ProvisioningState : Succeeded
NetworkManagerScopeAccesses : [
"SecurityAdmin",
"SecurityUser"
]
NetworkManagerScopes : {
"ManagementGroups": [],
"Subscriptions": [
"/subscriptions/00000000-0000-0000-0000-000000000000"
]
}
SystemData : {
"CreatedBy": "user@microsoft.com",
"CreatedByType": "User",
"CreatedAt": "2021-10-05T04:15:42",
"LastModifiedBy": "user@microsoft.com",
"LastModifiedByType": "User",
"LastModifiedAt": "2021-10-05T04:15:42"
}
Name : TestNM
Etag : W/"00000000-0000-0000-0000-000000000000"
Retrieve a network manager.
PowerShell
Get-AzNetworkManager -ResourceGroupName "TestResourceGroup"
DisplayName :
Description :
Location : eastus2euap
Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestResourceGroup/provider
s/Microsoft.Network/networkManagers/TestNM
Type : Microsoft.Network/networkManagers
Tag : {}
ProvisioningState : Succeeded
NetworkManagerScopeAccesses : [
"SecurityAdmin",
"SEcurityUser"
]
NetworkManagerScopes : {
"ManagementGroups": [],
"Subscriptions": [
"/subscriptions/00000000-0000-0000-0000-000000000000"
]
}
SystemData : {
"CreatedBy": "user@microsoft.com",
"CreatedByType": "User",
"CreatedAt": "2021-10-05T04:15:42",
"LastModifiedBy": "user@microsoft.com",
"LastModifiedByType": "User",
"LastModifiedAt": "2021-10-05T04:15:42"
}
Name : TestNM
Etag : W/"00000000-0000-0000-0000-000000000000"
List all network managers in a resource group.
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The resource name.
Type: | String |
Aliases: | ResourceName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | True |
The resource group name.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | True |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell feedback
Azure PowerShell is an open source project. Select a link to provide feedback: