Uses of Interface
com.microsoft.azure.management.network.LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach
-
Packages that use LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.network
Subinterfaces of LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceLoadBalancerPrivateFrontend.UpdateDefinition<ParentT>The entirety of a private frontend definition as part of a load balancer update.Methods in com.microsoft.azure.management.network that return LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach Modifier and Type Method Description LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach<ParentT>LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAvailabilityZone. withAvailabilityZone(com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId zoneId)Specifies the availability zone for the private frontend.LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach<ParentT>LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithSubnet. withExistingSubnet(Network network, String subnetName)Assigns the specified subnet to this private frontend of the internal load balancer.
-