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

48 строки
5.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.LoadBalancerFrontend"
fullName: "com.microsoft.azure.management.network.LoadBalancerFrontend"
name: "LoadBalancerFrontend"
nameWithType: "LoadBalancerFrontend"
summary: "An client-side representation of a load balancer frontend."
syntax: "public interface **LoadBalancerFrontend**</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\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner?alt=com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner&text=FrontendIPConfigurationInner\" data-throw-if-not-resolved=\"False\" />&gt;, <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\" />&lt;<xref href=\"com.microsoft.azure.management.network.LoadBalancer?alt=com.microsoft.azure.management.network.LoadBalancer&text=LoadBalancer\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.network.model.HasLoadBalancingRules?alt=com.microsoft.azure.management.network.model.HasLoadBalancingRules&text=HasLoadBalancingRules\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.network.LoadBalancerFrontend.inboundNatPools()"
fullName: "com.microsoft.azure.management.network.LoadBalancerFrontend.inboundNatPools()"
name: "inboundNatPools()"
nameWithType: "LoadBalancerFrontend.inboundNatPools()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,LoadBalancerInboundNatPool> inboundNatPools()"
returns:
description: "the inbound NAT pools on this load balancer that use this frontend, indexed by their names"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.LoadBalancerInboundNatPool?alt=com.microsoft.azure.management.network.LoadBalancerInboundNatPool&text=LoadBalancerInboundNatPool\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.LoadBalancerFrontend.inboundNatRules()"
fullName: "com.microsoft.azure.management.network.LoadBalancerFrontend.inboundNatRules()"
name: "inboundNatRules()"
nameWithType: "LoadBalancerFrontend.inboundNatRules()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,LoadBalancerInboundNatRule> inboundNatRules()"
returns:
description: "the inbound NAT rules on this load balancer that use this frontend, indexed by their names"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.LoadBalancerInboundNatRule?alt=com.microsoft.azure.management.network.LoadBalancerInboundNatRule&text=LoadBalancerInboundNatRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.LoadBalancerFrontend.isPublic()"
fullName: "com.microsoft.azure.management.network.LoadBalancerFrontend.isPublic()"
name: "isPublic()"
nameWithType: "LoadBalancerFrontend.isPublic()"
modifiers:
- "abstract"
syntax: "public abstract boolean isPublic()"
returns:
description: "true if the frontend is public, i.e. it has a public IP address associated with it"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An client-side representation of a load balancer frontend."
implements:
- "<xref href=\"com.microsoft.azure.management.network.model.HasLoadBalancingRules?alt=com.microsoft.azure.management.network.model.HasLoadBalancingRules&text=HasLoadBalancingRules\" 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\" />&lt;<xref href=\"com.microsoft.azure.management.network.LoadBalancer?alt=com.microsoft.azure.management.network.LoadBalancer&text=LoadBalancer\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<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\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner?alt=com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner&text=FrontendIPConfigurationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4