Interface LoadBalancerPublicFrontend
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<LoadBalancer>,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner>,HasLoadBalancingRules,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<LoadBalancer>,HasPublicIPAddress,com.microsoft.azure.management.resources.fluentcore.model.Indexable,LoadBalancerFrontend
@Beta public interface LoadBalancerPublicFrontend extends LoadBalancerFrontend, HasPublicIPAddress
A client-side representation of a public frontend of an Internet-facing load balancer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoadBalancerPublicFrontend.Definition<ParentT>The entirety of a public frontend definition.static interfaceLoadBalancerPublicFrontend.DefinitionStagesGrouping of public frontend definition stages.static interfaceLoadBalancerPublicFrontend.UpdateThe entirety of a public frontend update as part of an Internet-facing load balancer update.static interfaceLoadBalancerPublicFrontend.UpdateDefinition<ParentT>The entirety of a public frontend definition as part of an Internet-facing load balancer update.static interfaceLoadBalancerPublicFrontend.UpdateDefinitionStagesGrouping of public frontend definition stages applicable as part of an Internet-facing load balancer update.static interfaceLoadBalancerPublicFrontend.UpdateStagesGrouping of public frontend update stages.
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasLoadBalancingRules
loadBalancingRules
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress
getPublicIPAddress, publicIPAddressId
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancerFrontend
inboundNatPools, inboundNatRules, isPublic
-
-