GetNetworkAttachedDataNetworkPlainArgs

data class GetNetworkAttachedDataNetworkPlainArgs(val mobileNetworkDataNetworkName: String, val mobileNetworkPacketCoreDataPlaneId: String) : ConvertibleToJava<GetNetworkAttachedDataNetworkPlainArgs>

A collection of arguments for invoking getNetworkAttachedDataNetwork.

Constructors

Link copied to clipboard
constructor(mobileNetworkDataNetworkName: String, mobileNetworkPacketCoreDataPlaneId: String)

Properties

Link copied to clipboard

The Name of the azure.mobile.NetworkDataNetwork this resource belongs to.

Link copied to clipboard

The ID of the azure.mobile.NetworkPacketCoreDataPlane which the Mobile Network Attached Data Network belongs to.

Functions

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