getSlice

suspend fun getSlice(argument: GetSlicePlainArgs): GetSliceResult

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

Return

Network slice resource.

Parameters

argument

null


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

Return

Network slice resource.

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.

See also

Parameters

argument

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