list Catalog Device Groups
suspend fun listCatalogDeviceGroups(argument: ListCatalogDeviceGroupsPlainArgs): ListCatalogDeviceGroupsResult
List the device groups for the catalog. Azure REST API version: 2022-09-01-preview.
Return
The response of a DeviceGroup list operation.
Parameters
argument
null
suspend fun listCatalogDeviceGroups(catalogName: String, deviceGroupName: String? = null, filter: String? = null, maxpagesize: Int? = null, resourceGroupName: String, skip: Int? = null, top: Int? = null): ListCatalogDeviceGroupsResult
Return
The response of a DeviceGroup list operation.
See also
Parameters
catalog Name
Name of catalog
device Group Name
Device Group name.
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.
suspend fun listCatalogDeviceGroups(argument: suspend ListCatalogDeviceGroupsPlainArgsBuilder.() -> Unit): ListCatalogDeviceGroupsResult
Return
The response of a DeviceGroup list operation.
See also
Parameters
argument
Builder for com.pulumi.azurenative.azuresphere.kotlin.inputs.ListCatalogDeviceGroupsPlainArgs.