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

84 строки
8.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings"
name: "ApplicationGatewayBackendHealthHttpSettings"
nameWithType: "ApplicationGatewayBackendHealthHttpSettings"
summary: "Application gateway Backend<wbr>Health<wbr>Http settings."
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 **ApplicationGatewayBackendHealthHttpSettings**"
constructors:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings.ApplicationGatewayBackendHealthHttpSettings()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings.ApplicationGatewayBackendHealthHttpSettings()"
name: "ApplicationGatewayBackendHealthHttpSettings()"
nameWithType: "ApplicationGatewayBackendHealthHttpSettings.ApplicationGatewayBackendHealthHttpSettings()"
syntax: "public ApplicationGatewayBackendHealthHttpSettings()"
methods:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings.backendHttpSettings()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings.backendHttpSettings()"
name: "backendHttpSettings()"
nameWithType: "ApplicationGatewayBackendHealthHttpSettings.backendHttpSettings()"
summary: "Get reference to an Application<wbr>Gateway<wbr>Backend<wbr>Http<wbr>Settings resource."
syntax: "public ApplicationGatewayBackendHttpSettings backendHttpSettings()"
desc: "Get reference to an ApplicationGatewayBackendHttpSettings resource."
returns:
description: "the backendHttpSettings value"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings.servers()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings.servers()"
name: "servers()"
nameWithType: "ApplicationGatewayBackendHealthHttpSettings.servers()"
summary: "Get list of Application<wbr>Gateway<wbr>Backend<wbr>Health<wbr>Server resources."
syntax: "public List<ApplicationGatewayBackendHealthServer> servers()"
desc: "Get list of ApplicationGatewayBackendHealthServer resources."
returns:
description: "the servers value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer&text=ApplicationGatewayBackendHealthServer\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings.withBackendHttpSettings(com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings.withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)"
name: "withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)"
nameWithType: "ApplicationGatewayBackendHealthHttpSettings.withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)"
summary: "Set reference to an Application<wbr>Gateway<wbr>Backend<wbr>Http<wbr>Settings resource."
parameters:
- description: "the backendHttpSettings value to set"
name: "backendHttpSettings"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApplicationGatewayBackendHealthHttpSettings withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)"
desc: "Set reference to an ApplicationGatewayBackendHttpSettings resource."
returns:
description: "the ApplicationGatewayBackendHealthHttpSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings&text=ApplicationGatewayBackendHealthHttpSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings.withServers(java.util.List<com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer>)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings.withServers(List<ApplicationGatewayBackendHealthServer> servers)"
name: "withServers(List<ApplicationGatewayBackendHealthServer> servers)"
nameWithType: "ApplicationGatewayBackendHealthHttpSettings.withServers(List<ApplicationGatewayBackendHealthServer> servers)"
summary: "Set list of Application<wbr>Gateway<wbr>Backend<wbr>Health<wbr>Server resources."
parameters:
- description: "the servers value to set"
name: "servers"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer&text=ApplicationGatewayBackendHealthServer\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ApplicationGatewayBackendHealthHttpSettings withServers(List<ApplicationGatewayBackendHealthServer> servers)"
desc: "Set list of ApplicationGatewayBackendHealthServer resources."
returns:
description: "the ApplicationGatewayBackendHealthHttpSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings&text=ApplicationGatewayBackendHealthHttpSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Application gateway BackendHealthHttp settings."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4