Get Management Lock At Resource Level Result
data class GetManagementLockAtResourceLevelResult(val azureApiVersion: String, val id: String, val level: String, val name: String, val notes: String? = null, val owners: List<ManagementLockOwnerResponse>? = null, val systemData: SystemDataResponse, val type: String)
The lock information.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, level: String, name: String, notes: String? = null, owners: List<ManagementLockOwnerResponse>? = null, systemData: SystemDataResponse, type: String)