Ingress Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Ingress() |
Inicializa uma nova instância da classe Ingress. |
Ingress(String, Nullable<Boolean>, Nullable<Int32>, String, IList<TrafficWeight>, Nullable<Boolean>) |
Inicializa uma nova instância da classe Ingress. |
Ingress()
Inicializa uma nova instância da classe Ingress.
public Ingress ();
Public Sub New ()
Aplica-se a
Ingress(String, Nullable<Boolean>, Nullable<Int32>, String, IList<TrafficWeight>, Nullable<Boolean>)
Inicializa uma nova instância da classe Ingress.
public Ingress (string fqdn = default, bool? external = default, int? targetPort = default, string transport = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.TrafficWeight> traffic = default, bool? allowInsecure = default);
new Microsoft.Azure.Management.WebSites.Models.Ingress : string * Nullable<bool> * Nullable<int> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.TrafficWeight> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.Ingress
Public Sub New (Optional fqdn As String = Nothing, Optional external As Nullable(Of Boolean) = Nothing, Optional targetPort As Nullable(Of Integer) = Nothing, Optional transport As String = Nothing, Optional traffic As IList(Of TrafficWeight) = Nothing, Optional allowInsecure As Nullable(Of Boolean) = Nothing)
Parâmetros
- fqdn
- String
Hostname.
Bool indicando se o aplicativo expõe um ponto de extremidade http externo
- transport
- String
Protocolo de transporte de entrada. Os valores possíveis incluem: 'auto', 'http', 'http2'
- traffic
- IList<TrafficWeight>
Bool indicando se as conexões HTTP com são permitidas. Se definido como conexões HTTP falsas, serão redirecionados automaticamente para conexões HTTPS
Aplica-se a
Azure SDK for .NET