Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancerOutboundRule.DefinitionStages.Blank
-
Packages that use LoadBalancerOutboundRule.DefinitionStages.Blank Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LoadBalancerOutboundRule.DefinitionStages.Blank in com.azure.resourcemanager.network.models
Subinterfaces of LoadBalancerOutboundRule.DefinitionStages.Blank in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceLoadBalancerOutboundRule.Definition<ParentT>The entirety of an outbound rule definition.Methods in com.azure.resourcemanager.network.models that return LoadBalancerOutboundRule.DefinitionStages.Blank 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 balancerLoadBalancerOutboundRule.DefinitionStages.Blank<? extends LoadBalancer.Update>LoadBalancer.UpdateStages.WithOutboundRule. defineOutboundRule(String name)Begins the definition of a new inbound NAT rule.
-