Class ServiceRegistration
- Namespace
- Steeltoe.Management.Endpoint.Actuators.Services
- Assembly
- Steeltoe.Management.Endpoint.dll
public sealed class ServiceRegistration
- Inheritance
-
ServiceRegistration
- Inherited Members
Constructors
ServiceRegistration(ServiceDescriptor)
public ServiceRegistration(ServiceDescriptor descriptor)
Parameters
descriptor
ServiceDescriptor
Properties
AssemblyName
[JsonPropertyName("resource")]
public string AssemblyName { get; }
Property Value
Dependencies
[JsonPropertyName("dependencies")]
public ISet<string> Dependencies { get; }
Property Value
Key
[JsonPropertyName("key")]
public string? Key { get; }
Property Value
Scope
[JsonPropertyName("scope")]
public string Scope { get; }
Property Value
Type
[JsonPropertyName("type")]
public string Type { 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.