Class ApplicationInfo
Represents an application in Eureka server.
public sealed class ApplicationInfo
- Inheritance
-
ApplicationInfo
- Inherited Members
Properties
Instances
public IReadOnlyList<InstanceInfo> Instances { get; }
Property Value
Name
public string Name { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.