DiscoveredWorkload is a binary deployment (such as managed instance groups (MIGs) and GKE deployments) that performs the smallest logical subset of business functionality. A discovered workload can be registered to an App Hub Workload.
[[["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."],[[["DiscoveredWorkload represents a binary deployment, like managed instance groups (MIGs) or GKE deployments, that handles a minimal logical unit of business function and can be registered to an App Hub Workload."],["The JSON representation of a DiscoveredWorkload includes its name, workloadReference, and workloadProperties, which describe its underlying compute resource."],["DiscoveredWorkload has three core fields: `name`, a string identifier; `workloadReference`, an immutable object detailing the underlying compute resource; and `workloadProperties`, an immutable object containing the properties of the underlying compute resource."],["There are three primary methods for interacting with DiscoveredWorkloads: `get`, to retrieve a specific DiscoveredWorkload; `list`, to enumerate DiscoveredWorkloads in a location; and `lookup`, to find a DiscoveredWorkload using its resource URI."]]],[]]