ExternalServiceBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |