GetNetworkPlainArgs

data class GetNetworkPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetNetworkPlainArgs>

A collection of arguments for invoking getNetwork.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String)

Properties

Link copied to clipboard

Specifies the name which should be used for this Mobile Network.

Link copied to clipboard

Specifies the name of the Resource Group where the Mobile Network should exist.

Functions

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