getService

Get the non-security related metadata of a Windows IoT Device Service. Azure REST API version: 2019-06-01. Other available API versions: 2018-02-16-preview.

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.

See also

Parameters

deviceName

The name of the Windows IoT Device Service.

resourceGroupName

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


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

Return

The description of the Windows IoT Device Service.

See also

Parameters

argument

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