ApplicationGatewayOnDemandProbe 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
ApplicationGatewayOnDemandProbe() |
Inicializa uma nova instância da classe ApplicationGatewayOnDemandProbe. |
ApplicationGatewayOnDemandProbe(ApplicationGatewayProtocol, String, String, Nullable<Int32>, Nullable<Boolean>, ApplicationGatewayProbeHealthResponseMatch, SubResource, SubResource) |
Inicializa uma nova instância da classe ApplicationGatewayOnDemandProbe. |
ApplicationGatewayOnDemandProbe()
Inicializa uma nova instância da classe ApplicationGatewayOnDemandProbe.
public ApplicationGatewayOnDemandProbe ();
Public Sub New ()
Aplica-se a
ApplicationGatewayOnDemandProbe(ApplicationGatewayProtocol, String, String, Nullable<Int32>, Nullable<Boolean>, ApplicationGatewayProbeHealthResponseMatch, SubResource, SubResource)
Inicializa uma nova instância da classe ApplicationGatewayOnDemandProbe.
public ApplicationGatewayOnDemandProbe (Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol protocol = default, string host = default, string path = default, int? timeout = default, bool? pickHostNameFromBackendHttpSettings = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProbeHealthResponseMatch match = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendAddressPool = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendHttpSettings = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayOnDemandProbe : Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol * string * string * Nullable<int> * Nullable<bool> * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProbeHealthResponseMatch * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayOnDemandProbe
Public Sub New (Optional protocol As ApplicationGatewayProtocol = Nothing, Optional host As String = Nothing, Optional path As String = Nothing, Optional timeout As Nullable(Of Integer) = Nothing, Optional pickHostNameFromBackendHttpSettings As Nullable(Of Boolean) = Nothing, Optional match As ApplicationGatewayProbeHealthResponseMatch = Nothing, Optional backendAddressPool As SubResource = Nothing, Optional backendHttpSettings As SubResource = Nothing)
Parâmetros
- protocol
- ApplicationGatewayProtocol
O protocolo usado para a investigação. Os valores possíveis incluem: 'Http', 'Https'
- host
- String
Nome do host para o qual enviar a investigação.
- path
- String
Caminho relativo da investigação. O caminho válido começa em '/'. A investigação é enviada para <Protocolo>://<host>:<caminho> da porta><.
O tempo limite da investigação em segundos. Investigação marcada como com falha se a resposta válida não for recebida com esse período de tempo limite. Os valores aceitáveis são de 1 segundo a 86400 segundos.
Se o cabeçalho do host deve ser escolhido nas configurações http de back-end. O valor padrão é false.
Critério para classificar uma resposta de investigação íntegra.
- backendAddressPool
- SubResource
Referência do pool de back-end do gateway de aplicativo para o qual a solicitação de investigação será enviada.
- backendHttpSettings
- SubResource
Referência da configuração http de back-end do gateway de aplicativo a ser usada para investigação de teste.
Aplica-se a
Azure SDK for .NET