API Reference
Class
AgentReadinessEndpointProbe
Agent-facing endpoint probe result.
Inheritance
- Object
- AgentReadinessEndpointProbe
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AgentReadinessAnalysis.EndpointProbes
- Property AgentReadinessInfo.EndpointProbes
Constructors
public AgentReadinessEndpointProbe() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Kind { get; set; } #Logical endpoint kind.
public Nullable<Int32> StatusCode { get; set; } #HTTP status code when available.
public String ContentType { get; set; } #Response content type.
public Boolean ValidJson { get; set; } #Whether JSON parsed successfully.
public Boolean ShapeValid { get; set; } #Whether the endpoint matches the expected minimal shape for its kind.
public String Shape { get; set; } #Detected endpoint shape name.
public Boolean Present { get; set; } #Whether the endpoint is considered present.
public String DiscoverySource { get; set; } #Discovery source such as well-known or Link header.
public String Error { get; set; } #Probe error when available.