ContainerAppIngressConfiguration.TargetPortHttpScheme 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.
Whether an http app listens on http or https.
public Azure.ResourceManager.AppContainers.Models.IngressTargetPortHttpScheme? TargetPortHttpScheme { get; set; }
member this.TargetPortHttpScheme : Nullable<Azure.ResourceManager.AppContainers.Models.IngressTargetPortHttpScheme> with get, set
Public Property TargetPortHttpScheme As Nullable(Of IngressTargetPortHttpScheme)