Interface IConsulRegistration
public interface IConsulRegistration : IServiceInstance
- Inherited Members
Properties
InstanceId
Gets the instance id to use for registration
string InstanceId { get; }
Property Value
Service
Gets the Consul service registration
AgentServiceRegistration Service { get; }
Property Value
- AgentServiceRegistration