Get Fabric Agent Result
data class GetFabricAgentResult(val azureApiVersion: String, val id: String, val name: String, val properties: FabricAgentModelPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Fabric agent model.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: FabricAgentModelPropertiesResponse, systemData: SystemDataResponse, type: String)