GetSlicePlainArgs

data class GetSlicePlainArgs(val mobileNetworkName: String, val resourceGroupName: String, val sliceName: String) : ConvertibleToJava<GetSlicePlainArgs>

Constructors

Link copied to clipboard
constructor(mobileNetworkName: String, resourceGroupName: String, sliceName: String)

Properties

Link copied to clipboard

The name of the mobile network.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the network slice.

Functions

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