Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach
-
Packages that use LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models that return LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach Modifier and Type Method Description LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach<ParentT>LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAvailabilityZone. withAvailabilityZone(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.
-