azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.7 KiB
YAML

### 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:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- 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<String> statusCodes()"
desc: "Get allowed ranges of healthy status codes. Default range of healthy status codes is 200-399."
returns:
description: "the statusCodes value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch?alt=com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch&text=ApplicationGatewayProbeHealthResponseMatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch.withStatusCodes(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch.withStatusCodes(List<String> statusCodes)"
name: "withStatusCodes(List<String> statusCodes)"
nameWithType: "ApplicationGatewayProbeHealthResponseMatch.withStatusCodes(List<String> statusCodes)"
summary: "Set allowed ranges of healthy status codes."
parameters:
- description: "the statusCodes value to set"
name: "statusCodes"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ApplicationGatewayProbeHealthResponseMatch withStatusCodes(List<String> 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: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch?alt=com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch&text=ApplicationGatewayProbeHealthResponseMatch\" data-throw-if-not-resolved=\"False\" />"
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