Compartilhar via


ApplicationGatewayProbe Construtores

Definição

Sobrecargas

ApplicationGatewayProbe()

Inicializa uma nova instância da classe ApplicationGatewayProbe.

ApplicationGatewayProbe(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, ApplicationGatewayProbeHealthResponseMatch, String, Nullable<Int32>, String, String, String)

Inicializa uma nova instância da classe ApplicationGatewayProbe.

ApplicationGatewayProbe()

Inicializa uma nova instância da classe ApplicationGatewayProbe.

public ApplicationGatewayProbe ();
Public Sub New ()

Aplica-se a

ApplicationGatewayProbe(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, ApplicationGatewayProbeHealthResponseMatch, String, Nullable<Int32>, String, String, String)

Inicializa uma nova instância da classe ApplicationGatewayProbe.

public ApplicationGatewayProbe (string id = default, string protocol = default, string host = default, string path = default, int? interval = default, int? timeout = default, int? unhealthyThreshold = default, bool? pickHostNameFromBackendHttpSettings = default, bool? pickHostNameFromBackendSettings = default, int? minServers = default, Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch match = default, string provisioningState = default, int? port = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbe : string * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<int> * Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch * string * Nullable<int> * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbe
Public Sub New (Optional id As String = Nothing, Optional protocol As String = Nothing, Optional host As String = Nothing, Optional path As String = Nothing, Optional interval As Nullable(Of Integer) = Nothing, Optional timeout As Nullable(Of Integer) = Nothing, Optional unhealthyThreshold As Nullable(Of Integer) = Nothing, Optional pickHostNameFromBackendHttpSettings As Nullable(Of Boolean) = Nothing, Optional pickHostNameFromBackendSettings As Nullable(Of Boolean) = Nothing, Optional minServers As Nullable(Of Integer) = Nothing, Optional match As ApplicationGatewayProbeHealthResponseMatch = Nothing, Optional provisioningState As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Parâmetros

id
String

ID do recurso.

protocol
String

O protocolo usado para a investigação. Os valores possíveis incluem: 'Http', 'Https', 'Tcp', 'Tls'

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 <o caminho> Protocol>://<host>:<port><.

interval
Nullable<Int32>

O intervalo de investigação em segundos. Este é o intervalo de tempo entre duas investigações consecutivas. Os valores aceitáveis são de 1 segundo a 86400 segundos.

timeout
Nullable<Int32>

O tempo limite da investigação em segundos. A investigação marcada como falhou 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.

unhealthyThreshold
Nullable<Int32>

A contagem de repetições de investigação. O servidor de back-end é marcado como inoperante depois que a contagem consecutiva de falhas de investigação atinge UnhealthyThreshold. Os valores aceitáveis são de 1 segundo a 20.

pickHostNameFromBackendHttpSettings
Nullable<Boolean>

Se o cabeçalho do host deve ser escolhido nas configurações de http de back-end. O valor padrão é false.

pickHostNameFromBackendSettings
Nullable<Boolean>

Se a indicação de nome do servidor deve ser escolhida nas configurações de back-end do protocolo TLS. O valor padrão é false.

minServers
Nullable<Int32>

Número mínimo de servidores que são sempre marcados como íntegros. O valor padrão é 0.

match
ApplicationGatewayProbeHealthResponseMatch

Critério para classificar uma resposta de investigação íntegra.

provisioningState
String

O estado de provisionamento do recurso de investigação. Os valores possíveis incluem: 'Êxito', 'Atualizando', 'Excluindo', 'Falha'

port
Nullable<Int32>

Porta personalizada que será usada para sondar os servidores de back-end. O valor válido varia de 1 a 65535. Caso não esteja definido, a porta das configurações http será usada. Essa propriedade é válida apenas para Standard_v2 e WAF_v2.

name
String

Nome da investigação que é exclusiva em um Gateway de Aplicativo.

etag
String

Uma cadeia de caracteres somente leitura exclusiva que é alterada sempre que o recurso é atualizado.

type
String

Tipo do recurso.

Aplica-se a