ManagedNetworkFabricExtensions.GetNetworkMonitor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements NetworkMonitor GET method.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkMonitors/{networkMonitorName}
- Operation Id: NetworkMonitors_Get
- Default Api Version: 2025-07-15
- Resource: NetworkMonitorResource
public static Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkMonitorResource> GetNetworkMonitor(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string networkMonitorName, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkMonitor : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkMonitorResource>
<Extension()>
Public Function GetNetworkMonitor (resourceGroupResource As ResourceGroupResource, networkMonitorName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkMonitorResource)
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
- networkMonitorName
- String
Name of the Network Monitor.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
resourceGroupResource or networkMonitorName is null.
networkMonitorName is an empty string, and was expected to be non-empty.