list Catalog Device Insights
suspend fun listCatalogDeviceInsights(argument: ListCatalogDeviceInsightsPlainArgs): ListCatalogDeviceInsightsResult
Lists device insights for catalog. API Version: 2022-09-01-preview.
Return
Paged collection of DeviceInsight items
Parameters
argument
null
suspend fun listCatalogDeviceInsights(catalogName: String, filter: String? = null, maxpagesize: Int? = null, resourceGroupName: String, skip: Int? = null, top: Int? = null): ListCatalogDeviceInsightsResult
Return
Paged collection of DeviceInsight items
Parameters
catalog Name
Name of catalog
filter
Filter the result list using the given expression
maxpagesize
The maximum number of result items per page.
resource Group Name
The name of the resource group. The name is case insensitive.
skip
The number of result items to skip.
top
The number of result items to return.
See also
suspend fun listCatalogDeviceInsights(argument: suspend ListCatalogDeviceInsightsPlainArgsBuilder.() -> Unit): ListCatalogDeviceInsightsResult
Return
Paged collection of DeviceInsight items
Parameters
argument
Builder for com.pulumi.azurenative.azuresphere.kotlin.inputs.ListCatalogDeviceInsightsPlainArgs.