Class Service
- Namespace
- Steeltoe.Extensions.Configuration
- Assembly
- Steeltoe.Extensions.Configuration.Abstractions.dll
Represents a service instance bound to an application
public class Service : AbstractServiceOptions, IServicesInfo
- Inheritance
-
Service
- Implements
- Inherited Members
Properties
Credentials
Gets or sets the connection information and credentials for using the service
public Dictionary<string, Credential> Credentials { get; set; }