GetFlowLogPlainArgs

data class GetFlowLogPlainArgs(val flowLogName: String, val networkWatcherName: String, val resourceGroupName: String) : ConvertibleToJava<GetFlowLogPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the flow log resource.

Link copied to clipboard

The name of the network watcher.

Link copied to clipboard

The name of the resource group.

Functions

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