ContainerAppConfiguration.Ingress 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.
Ingress configurations.
public Azure.Provisioning.AppContainers.ContainerAppIngressConfiguration Ingress { get; set; }
public Azure.Provisioning.BicepValue<Azure.Provisioning.AppContainers.ContainerAppIngressConfiguration> Ingress { get; set; }
member this.Ingress : Azure.Provisioning.AppContainers.ContainerAppIngressConfiguration with get, set
member this.Ingress : Azure.Provisioning.BicepValue<Azure.Provisioning.AppContainers.ContainerAppIngressConfiguration> with get, set
Public Property Ingress As ContainerAppIngressConfiguration
Public Property Ingress As BicepValue(Of ContainerAppIngressConfiguration)