getService

Get the non-security related metadata of a Windows IoT Device Service. Uses Azure REST API version 2019-06-01.

Return

The description of the Windows IoT Device Service.

Parameters

argument

null


suspend fun getService(deviceName: String, resourceGroupName: String): GetServiceResult

Return

The description of the Windows IoT Device Service.

Parameters

deviceName

The name of the Windows IoT Device Service.

resourceGroupName

The name of the resource group that contains the Windows IoT Device Service.

See also


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

Return

The description of the Windows IoT Device Service.

Parameters

argument

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

See also