Table of Contents

Class PropertySourceDescriptor

Namespace
Steeltoe.Management.Endpoint.Actuators.Environment
Assembly
Steeltoe.Management.Endpoint.dll
public sealed class PropertySourceDescriptor
Inheritance
PropertySourceDescriptor
Inherited Members

Constructors

PropertySourceDescriptor(string, IDictionary<string, PropertyValueDescriptor>)

public PropertySourceDescriptor(string name, IDictionary<string, PropertyValueDescriptor> properties)

Parameters

name string
properties IDictionary<string, PropertyValueDescriptor>

Properties

Name

[JsonPropertyName("name")]
public string Name { get; }

Property Value

string

Properties

[JsonPropertyName("properties")]
public IDictionary<string, PropertyValueDescriptor> Properties { get; }

Property Value

IDictionary<string, PropertyValueDescriptor>