Get Data Controller Result
data class GetDataControllerResult(val azureApiVersion: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String, val location: String, val name: String, val properties: DataControllerPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Data controller resource
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, extendedLocation: ExtendedLocationResponse? = null, id: String, location: String, name: String, properties: DataControllerPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)