84 строки
8.1 KiB
YAML
84 строки
8.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool"
|
|
name: "ApplicationGatewayBackendHealthPool"
|
|
nameWithType: "ApplicationGatewayBackendHealthPool"
|
|
summary: "Application gateway Backend<wbr>Health pool."
|
|
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 **ApplicationGatewayBackendHealthPool**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool.ApplicationGatewayBackendHealthPool()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool.ApplicationGatewayBackendHealthPool()"
|
|
name: "ApplicationGatewayBackendHealthPool()"
|
|
nameWithType: "ApplicationGatewayBackendHealthPool.ApplicationGatewayBackendHealthPool()"
|
|
syntax: "public ApplicationGatewayBackendHealthPool()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool.backendAddressPool()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool.backendAddressPool()"
|
|
name: "backendAddressPool()"
|
|
nameWithType: "ApplicationGatewayBackendHealthPool.backendAddressPool()"
|
|
summary: "Get reference to an Application<wbr>Gateway<wbr>Backend<wbr>Address<wbr>Pool resource."
|
|
syntax: "public ApplicationGatewayBackendAddressPool backendAddressPool()"
|
|
desc: "Get reference to an ApplicationGatewayBackendAddressPool resource."
|
|
returns:
|
|
description: "the backendAddressPool value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendAddressPool?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendAddressPool&text=ApplicationGatewayBackendAddressPool\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool.backendHttpSettingsCollection()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool.backendHttpSettingsCollection()"
|
|
name: "backendHttpSettingsCollection()"
|
|
nameWithType: "ApplicationGatewayBackendHealthPool.backendHttpSettingsCollection()"
|
|
summary: "Get list of Application<wbr>Gateway<wbr>Backend<wbr>Health<wbr>Http<wbr>Settings resources."
|
|
syntax: "public List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection()"
|
|
desc: "Get list of ApplicationGatewayBackendHealthHttpSettings resources."
|
|
returns:
|
|
description: "the backendHttpSettingsCollection value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<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.ApplicationGatewayBackendHealthPool.withBackendAddressPool(com.microsoft.azure.management.network.ApplicationGatewayBackendAddressPool)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool.withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)"
|
|
name: "withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)"
|
|
nameWithType: "ApplicationGatewayBackendHealthPool.withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)"
|
|
summary: "Set reference to an Application<wbr>Gateway<wbr>Backend<wbr>Address<wbr>Pool resource."
|
|
parameters:
|
|
- description: "the backendAddressPool value to set"
|
|
name: "backendAddressPool"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendAddressPool?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendAddressPool&text=ApplicationGatewayBackendAddressPool\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayBackendHealthPool withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)"
|
|
desc: "Set reference to an ApplicationGatewayBackendAddressPool resource."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHealthPool object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool&text=ApplicationGatewayBackendHealthPool\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool.withBackendHttpSettingsCollection(java.util.List<com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings>)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool.withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)"
|
|
name: "withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)"
|
|
nameWithType: "ApplicationGatewayBackendHealthPool.withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)"
|
|
summary: "Set list of Application<wbr>Gateway<wbr>Backend<wbr>Health<wbr>Http<wbr>Settings resources."
|
|
parameters:
|
|
- description: "the backendHttpSettingsCollection value to set"
|
|
name: "backendHttpSettingsCollection"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthHttpSettings&text=ApplicationGatewayBackendHealthHttpSettings\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ApplicationGatewayBackendHealthPool withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)"
|
|
desc: "Set list of ApplicationGatewayBackendHealthHttpSettings resources."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHealthPool object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHealthPool&text=ApplicationGatewayBackendHealthPool\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Application gateway BackendHealth pool."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|