Share via


DistributedApplicationOptions Class

Definition

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.

Applies to