getSlice

suspend fun getSlice(argument: GetSlicePlainArgs): GetSliceResult

Gets information about the specified network slice. Azure REST API version: 2023-06-01. Other available API versions: 2022-04-01-preview, 2022-11-01, 2023-09-01.

Return

Network slice resource. Must be created in the same location as its parent mobile network.

Parameters

argument

null


suspend fun getSlice(mobileNetworkName: String, resourceGroupName: String, sliceName: String): GetSliceResult

Return

Network slice resource. Must be created in the same location as its parent mobile network.

See also

Parameters

mobileNetworkName

The name of the mobile network.

resourceGroupName

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

sliceName

The name of the network slice.


suspend fun getSlice(argument: suspend GetSlicePlainArgsBuilder.() -> Unit): GetSliceResult

Return

Network slice 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.GetSlicePlainArgs.