DiscoveredService is a network or API interface that exposes some functionality to clients for consumption over the network. A discovered service can be registered to a App Hub service.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-17 UTC."],[[["DiscoveredService represents a network or API interface that offers functionality to clients and can be registered to an App Hub service."],["The JSON representation of a DiscoveredService includes fields such as `name`, `serviceReference`, and `serviceProperties`, which define the service's identity and details."],["Key fields for DiscoveredService include a `name` identifier, an immutable `serviceReference` to an underlying networking resource, and immutable `serviceProperties` of a compute resource."],["The available methods for interacting with Discovered Services are `findUnregistered`, `get`, `list`, and `lookup`, each serving different purposes like finding, retrieving, and listing services."],["The methods mentioned can all be executed in a host project and location."]]],[]]