ListCatalogDeviceInsightsPlainArgs

data class ListCatalogDeviceInsightsPlainArgs(val catalogName: String, val filter: String? = null, val maxpagesize: Int? = null, val resourceGroupName: String, val skip: Int? = null, val top: Int? = null) : ConvertibleToJava<ListCatalogDeviceInsightsPlainArgs>

Constructors

Link copied to clipboard
constructor(catalogName: String, filter: String? = null, maxpagesize: Int? = null, resourceGroupName: String, skip: Int? = null, top: Int? = null)

Properties

Link copied to clipboard

Name of catalog

Link copied to clipboard
val filter: String? = null

Filter the result list using the given expression

Link copied to clipboard
val maxpagesize: Int? = null

The maximum number of result items per page.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard
val skip: Int? = null

The number of result items to skip.

Link copied to clipboard
val top: Int? = null

The number of result items to return.

Functions

Link copied to clipboard
open override fun toJava(): ListCatalogDeviceInsightsPlainArgs