177 строки
12 KiB
YAML
177 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.frontdoor.models.BackendPool"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.BackendPool"
|
|
name: "BackendPool"
|
|
nameWithType: "BackendPool"
|
|
summary: "A backend pool is a collection of backends that can be routed to."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.SubResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.management.SubResource.id()?alt=com.azure.core.management.SubResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.SubResource.withId(java.lang.String)?alt=com.azure.core.management.SubResource.withId&text=withId\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **BackendPool**</br> extends <xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.BackendPool.BackendPool()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.BackendPool.BackendPool()"
|
|
name: "BackendPool()"
|
|
nameWithType: "BackendPool.BackendPool()"
|
|
summary: "Creates an instance of Backend<wbr>Pool class."
|
|
syntax: "public BackendPool()"
|
|
desc: "Creates an instance of BackendPool class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.BackendPool.backends()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.BackendPool.backends()"
|
|
name: "backends()"
|
|
nameWithType: "BackendPool.backends()"
|
|
summary: "Get the backends property: The set of backends for this pool."
|
|
syntax: "public List<Backend> backends()"
|
|
desc: "Get the backends property: The set of backends for this pool."
|
|
returns:
|
|
description: "the backends value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.frontdoor.models.Backend?alt=com.azure.resourcemanager.frontdoor.models.Backend&text=Backend\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.BackendPool.healthProbeSettings()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.BackendPool.healthProbeSettings()"
|
|
name: "healthProbeSettings()"
|
|
nameWithType: "BackendPool.healthProbeSettings()"
|
|
summary: "Get the health<wbr>Probe<wbr>Settings property: L7 health probe settings for a backend pool."
|
|
syntax: "public SubResource healthProbeSettings()"
|
|
desc: "Get the healthProbeSettings property: L7 health probe settings for a backend pool."
|
|
returns:
|
|
description: "the healthProbeSettings value."
|
|
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.BackendPool.loadBalancingSettings()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.BackendPool.loadBalancingSettings()"
|
|
name: "loadBalancingSettings()"
|
|
nameWithType: "BackendPool.loadBalancingSettings()"
|
|
summary: "Get the load<wbr>Balancing<wbr>Settings property: Load balancing settings for a backend pool."
|
|
syntax: "public SubResource loadBalancingSettings()"
|
|
desc: "Get the loadBalancingSettings property: Load balancing settings for a backend pool."
|
|
returns:
|
|
description: "the loadBalancingSettings value."
|
|
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.BackendPool.name()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.BackendPool.name()"
|
|
name: "name()"
|
|
nameWithType: "BackendPool.name()"
|
|
summary: "Get the name property: Resource name."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: Resource name."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.BackendPool.resourceState()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.BackendPool.resourceState()"
|
|
name: "resourceState()"
|
|
nameWithType: "BackendPool.resourceState()"
|
|
summary: "Get the resource<wbr>State property: Resource status of the Front Door or Front Door Sub<wbr>Resource."
|
|
syntax: "public FrontDoorResourceState resourceState()"
|
|
desc: "Get the resourceState property: Resource status of the Front Door or Front Door SubResource. Resource status."
|
|
returns:
|
|
description: "the resourceState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.FrontDoorResourceState?alt=com.azure.resourcemanager.frontdoor.models.FrontDoorResourceState&text=FrontDoorResourceState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.BackendPool.type()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.BackendPool.type()"
|
|
name: "type()"
|
|
nameWithType: "BackendPool.type()"
|
|
summary: "Get the type property: Resource type."
|
|
syntax: "public String type()"
|
|
desc: "Get the type property: Resource type."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.BackendPool.validate()"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.BackendPool.validate()"
|
|
name: "validate()"
|
|
nameWithType: "BackendPool.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.BackendPool.withBackends(java.util.List<com.azure.resourcemanager.frontdoor.models.Backend>)"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.BackendPool.withBackends(List<Backend> backends)"
|
|
name: "withBackends(List<Backend> backends)"
|
|
nameWithType: "BackendPool.withBackends(List<Backend> backends)"
|
|
summary: "Set the backends property: The set of backends for this pool."
|
|
parameters:
|
|
- description: "the backends value to set."
|
|
name: "backends"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.frontdoor.models.Backend?alt=com.azure.resourcemanager.frontdoor.models.Backend&text=Backend\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public BackendPool withBackends(List<Backend> backends)"
|
|
desc: "Set the backends property: The set of backends for this pool."
|
|
returns:
|
|
description: "the BackendPool object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.BackendPool?alt=com.azure.resourcemanager.frontdoor.models.BackendPool&text=BackendPool\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.BackendPool.withHealthProbeSettings(com.azure.core.management.SubResource)"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.BackendPool.withHealthProbeSettings(SubResource healthProbeSettings)"
|
|
name: "withHealthProbeSettings(SubResource healthProbeSettings)"
|
|
nameWithType: "BackendPool.withHealthProbeSettings(SubResource healthProbeSettings)"
|
|
summary: "Set the health<wbr>Probe<wbr>Settings property: L7 health probe settings for a backend pool."
|
|
parameters:
|
|
- description: "the healthProbeSettings value to set."
|
|
name: "healthProbeSettings"
|
|
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BackendPool withHealthProbeSettings(SubResource healthProbeSettings)"
|
|
desc: "Set the healthProbeSettings property: L7 health probe settings for a backend pool."
|
|
returns:
|
|
description: "the BackendPool object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.BackendPool?alt=com.azure.resourcemanager.frontdoor.models.BackendPool&text=BackendPool\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.BackendPool.withId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.BackendPool.withId(String id)"
|
|
name: "withId(String id)"
|
|
nameWithType: "BackendPool.withId(String id)"
|
|
overridden: "com.azure.core.management.SubResource.withId(java.lang.String)"
|
|
parameters:
|
|
- name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public BackendPool withId(String id)"
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.BackendPool?alt=com.azure.resourcemanager.frontdoor.models.BackendPool&text=BackendPool\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.BackendPool.withLoadBalancingSettings(com.azure.core.management.SubResource)"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.BackendPool.withLoadBalancingSettings(SubResource loadBalancingSettings)"
|
|
name: "withLoadBalancingSettings(SubResource loadBalancingSettings)"
|
|
nameWithType: "BackendPool.withLoadBalancingSettings(SubResource loadBalancingSettings)"
|
|
summary: "Set the load<wbr>Balancing<wbr>Settings property: Load balancing settings for a backend pool."
|
|
parameters:
|
|
- description: "the loadBalancingSettings value to set."
|
|
name: "loadBalancingSettings"
|
|
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BackendPool withLoadBalancingSettings(SubResource loadBalancingSettings)"
|
|
desc: "Set the loadBalancingSettings property: Load balancing settings for a backend pool."
|
|
returns:
|
|
description: "the BackendPool object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.BackendPool?alt=com.azure.resourcemanager.frontdoor.models.BackendPool&text=BackendPool\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.frontdoor.models.BackendPool.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.frontdoor.models.BackendPool.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "BackendPool.withName(String name)"
|
|
summary: "Set the name property: Resource name."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public BackendPool withName(String name)"
|
|
desc: "Set the name property: Resource name."
|
|
returns:
|
|
description: "the BackendPool object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.BackendPool?alt=com.azure.resourcemanager.frontdoor.models.BackendPool&text=BackendPool\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A backend pool is a collection of backends that can be routed to."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.frontdoor.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-frontdoor:1.0.0
|