EndpointDetail Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Current TCP connectivity information from the App Service Environment to a single endpoint.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.EndpointDetailTypeConverter))]
public class EndpointDetail : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IEndpointDetail
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.EndpointDetailTypeConverter))>]
type EndpointDetail = class
interface IEndpointDetail
interface IJsonSerializable
Public Class EndpointDetail
Implements IEndpointDetail
- Inheritance
-
EndpointDetail
- Attributes
- Implements
Constructors
EndpointDetail() |
Creates an new EndpointDetail instance. |
Properties
IPAddress |
An IP Address that Domain Name currently resolves to. |
IsAccessible |
Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port. |
Latency |
The time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port. |
Port |
The port an endpoint is connected to. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EndpointDetail. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EndpointDetail. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IEndpointDetail. |
FromJsonString(String) |
Creates a new instance of EndpointDetail, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EndpointDetail into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |