ArmNetworkModelFactory.ApplicationGatewayProbeHealthResponseMatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.