Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancerPrivateFrontend.DefinitionStages.WithAttach
Packages that use LoadBalancerPrivateFrontend.DefinitionStages.WithAttach
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerPrivateFrontend.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of LoadBalancerPrivateFrontend.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a private frontend definition.Subinterfaces with type arguments of type LoadBalancerPrivateFrontend.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe final stage of a private frontend definition.static interfaceThe stage of a private frontend definition allowing to specify a subnet from the selected network.Methods in com.azure.resourcemanager.network.models that return LoadBalancerPrivateFrontend.DefinitionStages.WithAttachModifier and TypeMethodDescriptionLoadBalancerPrivateFrontend.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(AvailabilityZoneId zoneId) Specifies the availability zone for the private frontend.LoadBalancerPrivateFrontend.DefinitionStages.WithSubnet.withExistingSubnet(Network network, String subnetName) Assigns the specified subnet to this private frontend of an internal load balancer.