Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancer.DefinitionStages.WithCreateAndOutboundRule
-
Packages that use LoadBalancer.DefinitionStages.WithCreateAndOutboundRule Package Description com.azure.resourcemanager.network.models 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.models Modifier and Type Interface Description static interfaceLoadBalancer.DefinitionThe entirety of the load balancer definition.Methods in com.azure.resourcemanager.network.models that return types with arguments of type LoadBalancer.DefinitionStages.WithCreateAndOutboundRule Modifier and Type Method Description LoadBalancerOutboundRule.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.
-