ExecutableResourceBuilderExtensions 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 executable resources to the IDistributedApplicationBuilder application model.
public static class ExecutableResourceBuilderExtensions
type ExecutableResourceBuilderExtensions = class
Public Module ExecutableResourceBuilderExtensions
- Inheritance
-
ExecutableResourceBuilderExtensions
Methods
AddExecutable(IDistributedApplicationBuilder, String, String, String, Object[]) |
Adds an executable resource to the application model. |
AddExecutable(IDistributedApplicationBuilder, String, String, String, String[]) |
Adds an executable resource to the application model. |
PublishAsDockerFile<T>(IResourceBuilder<T>, IEnumerable<DockerBuildArg>) |
Adds annotation to ExecutableResource to support containerization during deployment.
The resulting container image is built, and when the optional |