DistributedApplicationOptions 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.
Options for configuring the behavior of CreateBuilder(DistributedApplicationOptions).
public sealed class DistributedApplicationOptions
type DistributedApplicationOptions = class
Public NotInheritable Class DistributedApplicationOptions
- Inheritance
-
DistributedApplicationOptions
Constructors
DistributedApplicationOptions() |
Initializes a new instance of DistributedApplicationOptions. |
Properties
AllowUnsecuredTransport |
Allows the use of HTTP urls for for the AppHost resource endpoint. |
Args |
The command line arguments. |
AssemblyName |
The AssemblyName of the AppHost project for loading configuration attributes; if not set defaults to Assembly.GetEntryAssembly(). |
ContainerRegistryOverride |
When containers are used, use this value instead to override the container registry that is specified. |
DisableDashboard |
Determines whether the dashboard is disabled. |