Get Managed CCFResult
data class GetManagedCCFResult(val id: String, val location: String, val name: String, val properties: ManagedCCFPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Managed CCF. Contains the properties of Managed CCF Resource.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: ManagedCCFPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)