Get Dev Ops Configuration Result
data class GetDevOpsConfigurationResult(val id: String, val name: String, val properties: DevOpsConfigurationPropertiesResponse, val systemData: SystemDataResponse, val type: String)
DevOps Configuration resource.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: DevOpsConfigurationPropertiesResponse, systemData: SystemDataResponse, type: String)