getService

Gets information about the specified service. API Version: 2022-04-01-preview.

Return

Service resource.

Parameters

argument

null


suspend fun getService(mobileNetworkName: String, resourceGroupName: String, serviceName: String): GetServiceResult

Return

Service resource.

Parameters

mobileNetworkName

The name of the mobile network.

resourceGroupName

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

serviceName

The name of the service. You must not use any of the following reserved strings - default, requested or service

See also


suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult

Return

Service resource.

Parameters

argument

Builder for com.pulumi.azurenative.mobilenetwork.kotlin.inputs.GetServicePlainArgs.

See also