Get Task Hub Result
data class GetTaskHubResult(val id: String, val name: String, val properties: TaskHubPropertiesResponse, val systemData: SystemDataResponse, val type: String)
A Task Hub resource belonging to the scheduler
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: TaskHubPropertiesResponse, systemData: SystemDataResponse, type: String)