GetNetworkInterfacePlainArgs

data class GetNetworkInterfacePlainArgs(val expand: String? = null, val networkInterfaceName: String, val resourceGroupName: String) : ConvertibleToJava<GetNetworkInterfacePlainArgs>

Constructors

Link copied to clipboard
fun GetNetworkInterfacePlainArgs(expand: String? = null, networkInterfaceName: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard
val expand: String? = null

Expands referenced resources.

Link copied to clipboard

The name of the network interface.

Link copied to clipboard

The name of the resource group.