Get Dev Ops Policy Assignment Result
data class GetDevOpsPolicyAssignmentResult(val id: String, val name: String, val properties: DevOpsPolicyAssignmentPropertiesResponse, val systemData: SystemDataResponse, val type: String)
DevOps Policy assignment resource.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: DevOpsPolicyAssignmentPropertiesResponse, systemData: SystemDataResponse, type: String)