Table of Contents

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

string

Dependencies

[JsonPropertyName("dependencies")]
public ISet<string> Dependencies { get; }

Property Value

ISet<string>

Key

[JsonPropertyName("key")]
public string? Key { get; }

Property Value

string

Scope

[JsonPropertyName("scope")]
public string Scope { get; }

Property Value

string

Type

[JsonPropertyName("type")]
public string Type { 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.