Table of Contents

Class CloudFoundryEndpoint

Namespace
Steeltoe.Management.Endpoint.CloudFoundry
Assembly
Steeltoe.Management.EndpointBase.dll
public class CloudFoundryEndpoint : AbstractEndpoint<Links, string>, IEndpoint<Links, string>, IEndpoint
Inheritance
CloudFoundryEndpoint
Implements
Inherited Members
Extension Methods

Constructors

CloudFoundryEndpoint(ICloudFoundryOptions, ILogger<CloudFoundryEndpoint>)

[Obsolete("Use newer constructor that passes in IManagementOptions instead")]
public CloudFoundryEndpoint(ICloudFoundryOptions options, ILogger<CloudFoundryEndpoint> logger = null)

Parameters

options ICloudFoundryOptions
logger ILogger<CloudFoundryEndpoint>

CloudFoundryEndpoint(ICloudFoundryOptions, IEnumerable<IManagementOptions>, ILogger<CloudFoundryEndpoint>)

public CloudFoundryEndpoint(ICloudFoundryOptions options, IEnumerable<IManagementOptions> mgmtOptions, ILogger<CloudFoundryEndpoint> logger = null)

Parameters

options ICloudFoundryOptions
mgmtOptions IEnumerable<IManagementOptions>
logger ILogger<CloudFoundryEndpoint>

Properties

Options

protected ICloudFoundryOptions Options { get; }

Property Value

ICloudFoundryOptions

Methods

Invoke(string)

public override Links Invoke(string baseUrl)

Parameters

baseUrl string

Returns

Links