IngressProvider Class
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.
Container App Ingress configuration.
public class IngressProvider
type IngressProvider = class
Public Class IngressProvider
- Inheritance
-
IngressProvider
Constructors
IngressProvider() |
Initializes a new instance of IngressProvider. |
Properties
AllowInsecure |
Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections. |
CustomDomains |
custom domain bindings for Container Apps' hostnames. |
External |
Bool indicating if app exposes an external http endpoint. |
Fqdn |
Hostname. |
TargetPort |
Target Port in containers for traffic from ingress. |
Traffic |
Traffic weights for app's revisions. |
Transport |
Ingress transport protocol. |
Applies to
Azure SDK for .NET