ApplicationGatewayProbeHealthResponseMatch 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
ApplicationGatewayProbeHealthResponseMatch() |
Inicializa uma nova instância da classe ApplicationGatewayProbeHealthResponseMatch. |
ApplicationGatewayProbeHealthResponseMatch(String, IList<String>) |
Inicializa uma nova instância da classe ApplicationGatewayProbeHealthResponseMatch. |
ApplicationGatewayProbeHealthResponseMatch()
Inicializa uma nova instância da classe ApplicationGatewayProbeHealthResponseMatch.
public ApplicationGatewayProbeHealthResponseMatch ();
Public Sub New ()
Aplica-se a
ApplicationGatewayProbeHealthResponseMatch(String, IList<String>)
Inicializa uma nova instância da classe ApplicationGatewayProbeHealthResponseMatch.
public ApplicationGatewayProbeHealthResponseMatch (string body = default, System.Collections.Generic.IList<string> statusCodes = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch
Public Sub New (Optional body As String = Nothing, Optional statusCodes As IList(Of String) = Nothing)
Parâmetros
- body
- String
Corpo que deve estar contido na resposta de integridade. O valor padrão é vazio.
Intervalos permitidos de códigos de status íntegros. O intervalo padrão de códigos de status íntegros é 200-399.
Aplica-se a
Azure SDK for .NET