ArmNetworkModelFactory.ApplicationGatewayProbeHealthResponseMatch Method

Definition

public static Azure.ResourceManager.Network.Models.ApplicationGatewayProbeHealthResponseMatch ApplicationGatewayProbeHealthResponseMatch(BinaryData body = default, System.Collections.Generic.IEnumerable<string> statusCodes = default);
static member ApplicationGatewayProbeHealthResponseMatch : BinaryData * seq<string> -> Azure.ResourceManager.Network.Models.ApplicationGatewayProbeHealthResponseMatch
Public Shared Function ApplicationGatewayProbeHealthResponseMatch (Optional body As BinaryData = Nothing, Optional statusCodes As IEnumerable(Of String) = Nothing) As ApplicationGatewayProbeHealthResponseMatch

Parameters

body
BinaryData

Body that must be contained in the health response. Default value is empty.

statusCodes
IEnumerable<String>

Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399.

Returns

A new ApplicationGatewayProbeHealthResponseMatch instance for mocking.

Applies to