Class CloudFoundryEndpointOptions
Inheritance
System.Object
CloudFoundryEndpointOptions
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class CloudFoundryEndpointOptions : AbstractEndpointOptions, ICloudFoundryOptions, IEndpointOptions
Constructors
|
Edit this page
View Source
CloudFoundryEndpointOptions()
Declaration
public CloudFoundryEndpointOptions()
|
Edit this page
View Source
CloudFoundryEndpointOptions(IConfiguration)
Declaration
public CloudFoundryEndpointOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Properties
|
Edit this page
View Source
ApplicationId
Declaration
public string ApplicationId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
CloudFoundryApi
Declaration
public string CloudFoundryApi { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ValidateCertificates
Declaration
public bool ValidateCertificates { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements