Class CloudFoundryEndpoint
Inheritance
System.Object
CloudFoundryEndpoint
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class CloudFoundryEndpoint : AbstractEndpoint<Links, string>, IEndpoint<Links, string>, IEndpoint, ICloudFoundryEndpoint
Constructors
|
Edit this page
View Source
CloudFoundryEndpoint(ICloudFoundryOptions, CloudFoundryManagementOptions, ILogger<CloudFoundryEndpoint>)
Declaration
public CloudFoundryEndpoint(ICloudFoundryOptions options, CloudFoundryManagementOptions mgmtOptions, ILogger<CloudFoundryEndpoint> logger = null)
Parameters
Properties
|
Edit this page
View Source
Options
Declaration
protected ICloudFoundryOptions Options { get; }
Property Value
Methods
|
Edit this page
View Source
Invoke(String)
Declaration
public override Links Invoke(string baseUrl)
Parameters
Type |
Name |
Description |
System.String |
baseUrl |
|
Returns
Overrides
Steeltoe.Management.AbstractEndpoint<Steeltoe.Management.Endpoint.Hypermedia.Links, System.String>.Invoke(System.String)
Implements