CreateBuilderOptions
Type TypeScript
type CreateBuilderOptions = { Args: string[]; ProjectDirectory: string; AppHostFilePath: string; ContainerRegistryOverride: string; DisableDashboard: boolean; DashboardApplicationName: string; AllowUnsecuredTransport: boolean; EnableResourceLogging: boolean;} 8 members
Fields
Args string[] ProjectDirectory string AppHostFilePath string ContainerRegistryOverride string DisableDashboard boolean DashboardApplicationName string AllowUnsecuredTransport boolean EnableResourceLogging boolean