This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
Implements NetworkMonitor GET method.
Uses Azure REST API version 2024-06-15-preview.
Using getNetworkMonitor
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getNetworkMonitor(args: GetNetworkMonitorArgs, opts?: InvokeOptions): Promise<GetNetworkMonitorResult>
function getNetworkMonitorOutput(args: GetNetworkMonitorOutputArgs, opts?: InvokeOptions): Output<GetNetworkMonitorResult>def get_network_monitor(network_monitor_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkMonitorResult
def get_network_monitor_output(network_monitor_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkMonitorResult]func LookupNetworkMonitor(ctx *Context, args *LookupNetworkMonitorArgs, opts ...InvokeOption) (*LookupNetworkMonitorResult, error)
func LookupNetworkMonitorOutput(ctx *Context, args *LookupNetworkMonitorOutputArgs, opts ...InvokeOption) LookupNetworkMonitorResultOutput> Note: This function is named LookupNetworkMonitor in the Go SDK.
public static class GetNetworkMonitor
{
public static Task<GetNetworkMonitorResult> InvokeAsync(GetNetworkMonitorArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkMonitorResult> Invoke(GetNetworkMonitorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkMonitorResult> getNetworkMonitor(GetNetworkMonitorArgs args, InvokeOptions options)
public static Output<GetNetworkMonitorResult> getNetworkMonitor(GetNetworkMonitorArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:managednetworkfabric:getNetworkMonitor
arguments:
# arguments dictionaryThe following arguments are supported:
- Network
Monitor stringName - Name of the Network Monitor.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Network
Monitor stringName - Name of the Network Monitor.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- network
Monitor StringName - Name of the Network Monitor.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- network
Monitor stringName - Name of the Network Monitor.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- network_
monitor_ strname - Name of the Network Monitor.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- network
Monitor StringName - Name of the Network Monitor.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getNetworkMonitor Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Properties
Pulumi.
Azure Native. Managed Network Fabric. Outputs. Network Monitor Properties Response - The NetworkFabric Properties
- System
Data Pulumi.Azure Native. Managed Network Fabric. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Dictionary<string, string>
- Resource tags.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Properties
Network
Monitor Properties Response - The NetworkFabric Properties
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- map[string]string
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- properties
Network
Monitor Properties Response - The NetworkFabric Properties
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String,String>
- Resource tags.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- properties
Network
Monitor Properties Response - The NetworkFabric Properties
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- {[key: string]: string}
- Resource tags.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- properties
Network
Monitor Properties Response - The NetworkFabric Properties
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Mapping[str, str]
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- properties Property Map
- The NetworkFabric Properties
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String>
- Resource tags.
Supporting Types
BmpConfigurationPropertiesResponse
- Export
Policy string - Export Policy for the BMP Configuration.
- Monitored
Address List<string>Families - Monitored Address Families for the BMP Configuration.
- Monitored
Networks List<string> - The List of Network ID's that need to be monitored.
- Scope
Resource stringId - Scope resource ARM Identifier.
- Station
Configuration stringState - Enabling a station. Either True/False.
- Station
Connection stringMode - Station Connection Mode.
- Station
Connection Pulumi.Properties Azure Native. Managed Network Fabric. Inputs. Station Connection Properties Response - Station Connection Properties.
- Station
Ip string - IP Address of the station.
- Station
Name string - Name of the station.
- Station
Network string - Network of the station
- Station
Port int - Port of the station. Default value is 5000.
- Export
Policy string - Export Policy for the BMP Configuration.
- Monitored
Address []stringFamilies - Monitored Address Families for the BMP Configuration.
- Monitored
Networks []string - The List of Network ID's that need to be monitored.
- Scope
Resource stringId - Scope resource ARM Identifier.
- Station
Configuration stringState - Enabling a station. Either True/False.
- Station
Connection stringMode - Station Connection Mode.
- Station
Connection StationProperties Connection Properties Response - Station Connection Properties.
- Station
Ip string - IP Address of the station.
- Station
Name string - Name of the station.
- Station
Network string - Network of the station
- Station
Port int - Port of the station. Default value is 5000.
- export
Policy String - Export Policy for the BMP Configuration.
- monitored
Address List<String>Families - Monitored Address Families for the BMP Configuration.
- monitored
Networks List<String> - The List of Network ID's that need to be monitored.
- scope
Resource StringId - Scope resource ARM Identifier.
- station
Configuration StringState - Enabling a station. Either True/False.
- station
Connection StringMode - Station Connection Mode.
- station
Connection StationProperties Connection Properties Response - Station Connection Properties.
- station
Ip String - IP Address of the station.
- station
Name String - Name of the station.
- station
Network String - Network of the station
- station
Port Integer - Port of the station. Default value is 5000.
- export
Policy string - Export Policy for the BMP Configuration.
- monitored
Address string[]Families - Monitored Address Families for the BMP Configuration.
- monitored
Networks string[] - The List of Network ID's that need to be monitored.
- scope
Resource stringId - Scope resource ARM Identifier.
- station
Configuration stringState - Enabling a station. Either True/False.
- station
Connection stringMode - Station Connection Mode.
- station
Connection StationProperties Connection Properties Response - Station Connection Properties.
- station
Ip string - IP Address of the station.
- station
Name string - Name of the station.
- station
Network string - Network of the station
- station
Port number - Port of the station. Default value is 5000.
- export_
policy str - Export Policy for the BMP Configuration.
- monitored_
address_ Sequence[str]families - Monitored Address Families for the BMP Configuration.
- monitored_
networks Sequence[str] - The List of Network ID's that need to be monitored.
- scope_
resource_ strid - Scope resource ARM Identifier.
- station_
configuration_ strstate - Enabling a station. Either True/False.
- station_
connection_ strmode - Station Connection Mode.
- station_
connection_ Stationproperties Connection Properties Response - Station Connection Properties.
- station_
ip str - IP Address of the station.
- station_
name str - Name of the station.
- station_
network str - Network of the station
- station_
port int - Port of the station. Default value is 5000.
- export
Policy String - Export Policy for the BMP Configuration.
- monitored
Address List<String>Families - Monitored Address Families for the BMP Configuration.
- monitored
Networks List<String> - The List of Network ID's that need to be monitored.
- scope
Resource StringId - Scope resource ARM Identifier.
- station
Configuration StringState - Enabling a station. Either True/False.
- station
Connection StringMode - Station Connection Mode.
- station
Connection Property MapProperties - Station Connection Properties.
- station
Ip String - IP Address of the station.
- station
Name String - Name of the station.
- station
Network String - Network of the station
- station
Port Number - Port of the station. Default value is 5000.
LastOperationPropertiesResponse
- Details string
- Details status of the last operation performed on the resource.
- Details string
- Details status of the last operation performed on the resource.
- details String
- Details status of the last operation performed on the resource.
- details string
- Details status of the last operation performed on the resource.
- details str
- Details status of the last operation performed on the resource.
- details String
- Details status of the last operation performed on the resource.
NetworkMonitorPropertiesResponse
- Administrative
State string - Administrative state of the resource.
- Configuration
State string - Configuration state of the resource.
- Last
Operation Pulumi.Azure Native. Managed Network Fabric. Inputs. Last Operation Properties Response - Details of the last operation performed on the resource
- Provisioning
State string - Provides you the latest status of the NetworkMonitor resource
- Annotation string
- Switch configuration description.
- Bmp
Configuration Pulumi.Azure Native. Managed Network Fabric. Inputs. Bmp Configuration Properties Response - BMP Configurations for the Network Fabric.
- Administrative
State string - Administrative state of the resource.
- Configuration
State string - Configuration state of the resource.
- Last
Operation LastOperation Properties Response - Details of the last operation performed on the resource
- Provisioning
State string - Provides you the latest status of the NetworkMonitor resource
- Annotation string
- Switch configuration description.
- Bmp
Configuration BmpConfiguration Properties Response - BMP Configurations for the Network Fabric.
- administrative
State String - Administrative state of the resource.
- configuration
State String - Configuration state of the resource.
- last
Operation LastOperation Properties Response - Details of the last operation performed on the resource
- provisioning
State String - Provides you the latest status of the NetworkMonitor resource
- annotation String
- Switch configuration description.
- bmp
Configuration BmpConfiguration Properties Response - BMP Configurations for the Network Fabric.
- administrative
State string - Administrative state of the resource.
- configuration
State string - Configuration state of the resource.
- last
Operation LastOperation Properties Response - Details of the last operation performed on the resource
- provisioning
State string - Provides you the latest status of the NetworkMonitor resource
- annotation string
- Switch configuration description.
- bmp
Configuration BmpConfiguration Properties Response - BMP Configurations for the Network Fabric.
- administrative_
state str - Administrative state of the resource.
- configuration_
state str - Configuration state of the resource.
- last_
operation LastOperation Properties Response - Details of the last operation performed on the resource
- provisioning_
state str - Provides you the latest status of the NetworkMonitor resource
- annotation str
- Switch configuration description.
- bmp_
configuration BmpConfiguration Properties Response - BMP Configurations for the Network Fabric.
- administrative
State String - Administrative state of the resource.
- configuration
State String - Configuration state of the resource.
- last
Operation Property Map - Details of the last operation performed on the resource
- provisioning
State String - Provides you the latest status of the NetworkMonitor resource
- annotation String
- Switch configuration description.
- bmp
Configuration Property Map - BMP Configurations for the Network Fabric.
StationConnectionPropertiesResponse
- Keepalive
Idle intTime - Connection keepalive idle time in seconds
- Probe
Count int - Probe count, default value is 10
- Probe
Interval int - Probe interval in seconds, default value is 60
- Keepalive
Idle intTime - Connection keepalive idle time in seconds
- Probe
Count int - Probe count, default value is 10
- Probe
Interval int - Probe interval in seconds, default value is 60
- keepalive
Idle IntegerTime - Connection keepalive idle time in seconds
- probe
Count Integer - Probe count, default value is 10
- probe
Interval Integer - Probe interval in seconds, default value is 60
- keepalive
Idle numberTime - Connection keepalive idle time in seconds
- probe
Count number - Probe count, default value is 10
- probe
Interval number - Probe interval in seconds, default value is 60
- keepalive_
idle_ inttime - Connection keepalive idle time in seconds
- probe_
count int - Probe count, default value is 10
- probe_
interval int - Probe interval in seconds, default value is 60
- keepalive
Idle NumberTime - Connection keepalive idle time in seconds
- probe
Count Number - Probe count, default value is 10
- probe
Interval Number - Probe interval in seconds, default value is 60
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
