GetTaskHubPlainArgs

data class GetTaskHubPlainArgs(val resourceGroupName: String, val schedulerName: String, val taskHubName: String) : ConvertibleToJava<GetTaskHubPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, schedulerName: String, taskHubName: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

The name of the Scheduler

Link copied to clipboard

The name of the TaskHub

Functions

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