Uses of Interface
com.microsoft.azure.management.network.LoadBalancerInboundNatRule.DefinitionStages.Blank
-
Packages that use LoadBalancerInboundNatRule.DefinitionStages.Blank Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of LoadBalancerInboundNatRule.DefinitionStages.Blank in com.microsoft.azure.management.network
Subinterfaces of LoadBalancerInboundNatRule.DefinitionStages.Blank in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceLoadBalancerInboundNatRule.Definition<ParentT>The entirety of an inbound NAT rule definition.Methods in com.microsoft.azure.management.network that return LoadBalancerInboundNatRule.DefinitionStages.Blank Modifier and Type Method Description LoadBalancerInboundNatRule.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreateAndInboundNatRule>LoadBalancer.DefinitionStages.WithInboundNatRule. defineInboundNatRule(String name)Begins the definition of a new inbound NAT rule to add to the load balancer.
-