Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancerInboundNatRule.DefinitionStages.Blank
-
Packages that use LoadBalancerInboundNatRule.DefinitionStages.Blank Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LoadBalancerInboundNatRule.DefinitionStages.Blank in com.azure.resourcemanager.network.models
Subinterfaces of LoadBalancerInboundNatRule.DefinitionStages.Blank in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceLoadBalancerInboundNatRule.Definition<ParentT>The entirety of an inbound NAT rule definition.Methods in com.azure.resourcemanager.network.models 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.
-