GetNetworkProfilePlainArgs

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

Constructors

Link copied to clipboard
constructor(expand: String? = null, networkProfileName: String, resourceGroupName: String)

Properties

Link copied to clipboard
val expand: String? = null

Expands referenced resources.

Link copied to clipboard

The name of the public IP prefix.

Link copied to clipboard

The name of the resource group.

Functions

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