Share via


ContainerResource.Entrypoint Property

Definition

The container Entrypoint.

public string? Entrypoint { get; set; }
member this.Entrypoint : string with get, set
Public Property Entrypoint As String

Property Value

Remarks

null means use the default Entrypoint defined by the container.

Applies to