get Service
Gets information about the specified service. Azure REST API version: 2023-06-01. Other available API versions: 2022-04-01-preview, 2022-11-01, 2023-09-01.
Return
Service resource. Must be created in the same location as its parent mobile network.
Parameters
argument
null
suspend fun getService(mobileNetworkName: String, resourceGroupName: String, serviceName: String): GetServiceResult
Return
Service resource. Must be created in the same location as its parent mobile network.
See also
Parameters
mobile Network Name
The name of the mobile network.
resource Group Name
The name of the resource group. The name is case insensitive.
service Name
The name of the service. You must not use any of the following reserved strings - default
, requested
or service
Return
Service resource. Must be created in the same location as its parent mobile network.
See also
Parameters
argument
Builder for com.pulumi.azurenative.mobilenetwork.kotlin.inputs.GetServicePlainArgs.