IotFunctions

Functions

Link copied to clipboard
suspend fun getDps(argument: GetDpsPlainArgs): GetDpsResult

Use this data source to access information about an existing IotHub Device Provisioning Service.

suspend fun getDps(argument: suspend GetDpsPlainArgsBuilder.() -> Unit): GetDpsResult
suspend fun getDps(name: String, resourceGroupName: String, tags: Map<String, String>? = null): GetDpsResult
Link copied to clipboard

Use this data source to access information about an existing IotHub Device Provisioning Service Shared Access Policy

suspend fun getDpsSharedAccessPolicy(iothubDpsName: String, name: String, resourceGroupName: String): GetDpsSharedAccessPolicyResult
Link copied to clipboard

Use this data source to access information about an existing IoTHub.

suspend fun getIotHub(argument: suspend GetIotHubPlainArgsBuilder.() -> Unit): GetIotHubResult
suspend fun getIotHub(name: String, resourceGroupName: String, tags: Map<String, String>? = null): GetIotHubResult
Link copied to clipboard

Use this data source to access information about an existing IotHub Shared Access Policy

suspend fun getSharedAccessPolicy(iothubName: String, name: String, resourceGroupName: String): GetSharedAccessPolicyResult