Interface ICloudFoundryOptions
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public interface ICloudFoundryOptions : IEndpointOptions
Properties
|
Edit this page
View Source
ApplicationId
Declaration
string ApplicationId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
CloudFoundryApi
Declaration
string CloudFoundryApi { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ValidateCertificates
Declaration
bool ValidateCertificates { get; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods