AppVnetAddons.IsPublicEndpoint 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.
Indicates whether the App in vnet injection instance exposes endpoint which could be accessed from internet.
public bool? IsPublicEndpoint { get; set; }
member this.IsPublicEndpoint : Nullable<bool> with get, set
Public Property IsPublicEndpoint As Nullable(Of Boolean)