GetServicePlainArgs

data class GetServicePlainArgs(val mobileNetworkName: String, val resourceGroupName: String, val serviceName: String) : ConvertibleToJava<GetServicePlainArgs>

Constructors

Link copied to clipboard
constructor(mobileNetworkName: String, resourceGroupName: String, serviceName: 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 service. You must not use any of the following reserved strings - default, requested or service

Functions

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