listCatalogDevices

Lists devices for catalog. Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuresphere [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The response of a Device list operation.

Parameters

argument

null


suspend fun listCatalogDevices(catalogName: String, filter: String? = null, maxpagesize: Int? = null, resourceGroupName: String, skip: Int? = null, top: Int? = null): ListCatalogDevicesResult

Return

The response of a Device list operation.

Parameters

catalogName

Name of catalog

filter

Filter the result list using the given expression

maxpagesize

The maximum number of result items per page.

resourceGroupName

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


Return

The response of a Device list operation.

Parameters

argument

Builder for com.pulumi.azurenative.azuresphere.kotlin.inputs.ListCatalogDevicesPlainArgs.

See also