GetSchedulePlainArgs

data class GetSchedulePlainArgs(val poolName: String, val projectName: String, val resourceGroupName: String, val scheduleName: String, val top: Int? = null) : ConvertibleToJava<GetSchedulePlainArgs>

Constructors

Link copied to clipboard
constructor(poolName: String, projectName: String, resourceGroupName: String, scheduleName: String, top: Int? = null)

Properties

Link copied to clipboard

Name of the pool.

Link copied to clipboard

The name of the project.

Link copied to clipboard

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

Link copied to clipboard

The name of the schedule that uniquely identifies it.

Link copied to clipboard
val top: Int? = null

The maximum number of resources to return from the operation. Example: '$top=10'.

Functions

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