Table of Contents

Class ApplicationInfo

Namespace
Steeltoe.Discovery.Eureka.AppInfo
Assembly
Steeltoe.Discovery.Eureka.dll

Represents an application in Eureka server.

public sealed class ApplicationInfo
Inheritance
ApplicationInfo
Inherited Members

Properties

Instances

public IReadOnlyList<InstanceInfo> Instances { get; }

Property Value

IReadOnlyList<InstanceInfo>

Name

public string Name { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.