Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancer.DefinitionStages.WithCreateAndOutboundRule
Packages that use LoadBalancer.DefinitionStages.WithCreateAndOutboundRule
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancer.DefinitionStages.WithCreateAndOutboundRule in com.azure.resourcemanager.network.models
Subinterfaces of LoadBalancer.DefinitionStages.WithCreateAndOutboundRule in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the load balancer definition.Methods in com.azure.resourcemanager.network.models that return types with arguments of type LoadBalancer.DefinitionStages.WithCreateAndOutboundRuleModifier and TypeMethodDescriptionLoadBalancerOutboundRule.DefinitionStages.Blank<? extends LoadBalancer.DefinitionStages.WithCreateAndOutboundRule> LoadBalancer.DefinitionStages.WithOutboundRule.defineOutboundRule(String name) Begins the definition of a new outbound rule to add to the load balancerLoadBalancerPublicFrontend.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreateAndOutboundRule> LoadBalancer.DefinitionStages.WithPublicFrontend.definePublicFrontend(String name) Begins an explicit definition of a new public (Internet-facing) load balancer frontend.