Get Service Registry Result
    data class GetServiceRegistryResult(val id: String, val name: String, val properties: ServiceRegistryPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Service Registry resource
Constructors
Link copied to clipboard
                fun GetServiceRegistryResult(id: String, name: String, properties: ServiceRegistryPropertiesResponse, systemData: SystemDataResponse, type: String)