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