### YamlMime:JavaType uid: "com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch" fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch" name: "ApplicationGatewayProbeHealthResponseMatch" nameWithType: "ApplicationGatewayProbeHealthResponseMatch" summary: "Application gateway probe health response match." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **ApplicationGatewayProbeHealthResponseMatch**" constructors: - uid: "com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch.ApplicationGatewayProbeHealthResponseMatch()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch.ApplicationGatewayProbeHealthResponseMatch()" name: "ApplicationGatewayProbeHealthResponseMatch()" nameWithType: "ApplicationGatewayProbeHealthResponseMatch.ApplicationGatewayProbeHealthResponseMatch()" syntax: "public ApplicationGatewayProbeHealthResponseMatch()" methods: - uid: "com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch.body()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch.body()" name: "body()" nameWithType: "ApplicationGatewayProbeHealthResponseMatch.body()" summary: "Get body that must be contained in the health response." syntax: "public String body()" desc: "Get body that must be contained in the health response. Default value is empty." returns: description: "the body value" type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch.statusCodes()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch.statusCodes()" name: "statusCodes()" nameWithType: "ApplicationGatewayProbeHealthResponseMatch.statusCodes()" summary: "Get allowed ranges of healthy status codes." syntax: "public List statusCodes()" desc: "Get allowed ranges of healthy status codes. Default range of healthy status codes is 200-399." returns: description: "the statusCodes value" type: "<>" - uid: "com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch.withBody(java.lang.String)" fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch.withBody(String body)" name: "withBody(String body)" nameWithType: "ApplicationGatewayProbeHealthResponseMatch.withBody(String body)" summary: "Set body that must be contained in the health response." parameters: - description: "the body value to set" name: "body" type: "" syntax: "public ApplicationGatewayProbeHealthResponseMatch withBody(String body)" desc: "Set body that must be contained in the health response. Default value is empty." returns: description: "the ApplicationGatewayProbeHealthResponseMatch object itself." type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch.withStatusCodes(java.util.List)" fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch.withStatusCodes(List statusCodes)" name: "withStatusCodes(List statusCodes)" nameWithType: "ApplicationGatewayProbeHealthResponseMatch.withStatusCodes(List statusCodes)" summary: "Set allowed ranges of healthy status codes." parameters: - description: "the statusCodes value to set" name: "statusCodes" type: "<>" syntax: "public ApplicationGatewayProbeHealthResponseMatch withStatusCodes(List statusCodes)" desc: "Set allowed ranges of healthy status codes. Default range of healthy status codes is 200-399." returns: description: "the ApplicationGatewayProbeHealthResponseMatch object itself." type: "" type: "class" desc: "Application gateway probe health response match." metadata: {} package: "com.microsoft.azure.management.network" artifact: com.microsoft.azure:azure-mgmt-network:1.41.4