ContainerResource.Entrypoint Property
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.
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.