62 строки
6.9 KiB
YAML
62 строки
6.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.LoadBalancingRule"
|
|
fullName: "com.microsoft.azure.management.network.LoadBalancingRule"
|
|
name: "LoadBalancingRule"
|
|
nameWithType: "LoadBalancingRule"
|
|
summary: "A client-side representation of an HTTP load balancing rule."
|
|
syntax: "public interface **LoadBalancingRule**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.LoadBalancingRuleInner?alt=com.microsoft.azure.management.network.implementation.LoadBalancingRuleInner&text=LoadBalancingRuleInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.LoadBalancer?alt=com.microsoft.azure.management.network.LoadBalancer&text=LoadBalancer\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.network.model.HasBackendPort?alt=com.microsoft.azure.management.network.model.HasBackendPort&text=HasBackendPort\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.network.model.HasFrontend?alt=com.microsoft.azure.management.network.model.HasFrontend&text=HasFrontend\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.network.model.HasFloatingIP?alt=com.microsoft.azure.management.network.model.HasFloatingIP&text=HasFloatingIP\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.network.model.HasProtocol?alt=com.microsoft.azure.management.network.model.HasProtocol&text=HasProtocol\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.TransportProtocol?alt=com.microsoft.azure.management.network.TransportProtocol&text=TransportProtocol\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.network.model.HasFrontendPort?alt=com.microsoft.azure.management.network.model.HasFrontendPort&text=HasFrontendPort\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.LoadBalancingRule.backend()"
|
|
fullName: "com.microsoft.azure.management.network.LoadBalancingRule.backend()"
|
|
name: "backend()"
|
|
nameWithType: "LoadBalancingRule.backend()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract LoadBalancerBackend backend()"
|
|
returns:
|
|
description: "the backend associated with the load balancing rule"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.LoadBalancerBackend?alt=com.microsoft.azure.management.network.LoadBalancerBackend&text=LoadBalancerBackend\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.LoadBalancingRule.idleTimeoutInMinutes()"
|
|
fullName: "com.microsoft.azure.management.network.LoadBalancingRule.idleTimeoutInMinutes()"
|
|
name: "idleTimeoutInMinutes()"
|
|
nameWithType: "LoadBalancingRule.idleTimeoutInMinutes()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int idleTimeoutInMinutes()"
|
|
returns:
|
|
description: "the number of minutes before an inactive connection is closed"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.LoadBalancingRule.loadDistribution()"
|
|
fullName: "com.microsoft.azure.management.network.LoadBalancingRule.loadDistribution()"
|
|
name: "loadDistribution()"
|
|
nameWithType: "LoadBalancingRule.loadDistribution()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract LoadDistribution loadDistribution()"
|
|
returns:
|
|
description: "the method of load distribution"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.LoadDistribution?alt=com.microsoft.azure.management.network.LoadDistribution&text=LoadDistribution\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.LoadBalancingRule.probe()"
|
|
fullName: "com.microsoft.azure.management.network.LoadBalancingRule.probe()"
|
|
name: "probe()"
|
|
nameWithType: "LoadBalancingRule.probe()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract LoadBalancerProbe probe()"
|
|
returns:
|
|
description: "the probe associated with the load balancing rule"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.LoadBalancerProbe?alt=com.microsoft.azure.management.network.LoadBalancerProbe&text=LoadBalancerProbe\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "A client-side representation of an HTTP load balancing rule."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.network.model.HasBackendPort?alt=com.microsoft.azure.management.network.model.HasBackendPort&text=HasBackendPort\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.network.model.HasFloatingIP?alt=com.microsoft.azure.management.network.model.HasFloatingIP&text=HasFloatingIP\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.network.model.HasFrontend?alt=com.microsoft.azure.management.network.model.HasFrontend&text=HasFrontend\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.network.model.HasFrontendPort?alt=com.microsoft.azure.management.network.model.HasFrontendPort&text=HasFrontendPort\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.network.model.HasProtocol?alt=com.microsoft.azure.management.network.model.HasProtocol&text=HasProtocol\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.TransportProtocol?alt=com.microsoft.azure.management.network.TransportProtocol&text=TransportProtocol\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.LoadBalancer?alt=com.microsoft.azure.management.network.LoadBalancer&text=LoadBalancer\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.LoadBalancingRuleInner?alt=com.microsoft.azure.management.network.implementation.LoadBalancingRuleInner&text=LoadBalancingRuleInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|