Get Task Hub Result
data class GetTaskHubResult(val azureApiVersion: String, 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(azureApiVersion: String, id: String, name: String, properties: TaskHubPropertiesResponse, systemData: SystemDataResponse, type: String)