Interface NicIpConfiguration.DefinitionStages.WithLoadBalancer<ParentT>

    • Method Detail

      • withExistingLoadBalancerBackend

        NicIpConfiguration.DefinitionStages.WithAttach<ParentT> withExistingLoadBalancerBackend​(LoadBalancer loadBalancer,
                                                                                                String backendName)
        Specifies the load balancer backend to associate this IP configuration with.
        Parameters:
        loadBalancer - an existing load balancer
        backendName - the name of an existing backend on that load balancer
        Returns:
        the next stage of the definition
      • withExistingLoadBalancerInboundNatRule

        NicIpConfiguration.DefinitionStages.WithAttach<ParentT> withExistingLoadBalancerInboundNatRule​(LoadBalancer loadBalancer,
                                                                                                       String inboundNatRuleName)
        Specifies the load balancer inbound NAT rule to associate this IP configuration with.
        Parameters:
        loadBalancer - an existing load balancer
        inboundNatRuleName - the name of an existing inbound NAT rule on the selected load balancer
        Returns:
        the next stage of the definition