Share via


ExternalServiceBuilderExtensions Class

Definition

Provides extension methods for adding external services to an application.

public static class ExternalServiceBuilderExtensions
type ExternalServiceBuilderExtensions = class
Public Module ExternalServiceBuilderExtensions
Inheritance
ExternalServiceBuilderExtensions

Methods

AddExternalService(IDistributedApplicationBuilder, String, IResourceBuilder<ParameterResource>)

Adds an external service resource to the distributed application with the URL coming from the specified parameter.

AddExternalService(IDistributedApplicationBuilder, String, String)

Adds an external service resource to the distributed application with the specified URL.

AddExternalService(IDistributedApplicationBuilder, String, Uri)

Adds an external service resource to the distributed application with the specified URI.

WithHttpHealthCheck(IResourceBuilder<ExternalServiceResource>, String, Nullable<Int32>)

Adds a health check to the external service resource.

Applies to