Class Service
Inheritance
System.Object
Service
Assembly: Steeltoe.Extensions.Configuration.CloudFoundryBase.dll
Syntax
public class Service : object
Properties
|
Edit this page
View Source
Credentials
Declaration
public Dictionary<string, Credential> Credentials { get; set; }
Property Value
Type |
Description |
Dictionary<System.String, Credential> |
|
|
Edit this page
View Source
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Plan
Declaration
public string Plan { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declaration
public string[] Tags { get; set; }
Property Value
Type |
Description |
System.String[] |
|