GetConnectionMonitorPlainArgs

data class GetConnectionMonitorPlainArgs(val connectionMonitorName: String, val networkWatcherName: String, val resourceGroupName: String) : ConvertibleToJava<GetConnectionMonitorPlainArgs>

Constructors

Link copied to clipboard
constructor(connectionMonitorName: String, networkWatcherName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the connection monitor.

Link copied to clipboard

The name of the Network Watcher resource.

Link copied to clipboard

The name of the resource group containing Network Watcher.

Functions

Link copied to clipboard
open override fun toJava(): GetConnectionMonitorPlainArgs