Interface NicIPConfiguration.UpdateStages.WithApplicationGateway

  • All Known Subinterfaces:
    NicIPConfiguration.Update
    Enclosing interface:
    NicIPConfiguration.UpdateStages

    public static interface NicIPConfiguration.UpdateStages.WithApplicationGateway
    The stage of the network interface IP configuration update allowing to specify the load balancer to associate this IP configuration with.
    • Method Detail

      • withExistingApplicationGatewayBackend

        @Beta(V1_4_0)
        NicIPConfiguration.Update withExistingApplicationGatewayBackend​(ApplicationGateway appGateway,
                                                                        String backendName)
        Specifies the application gateway backend to associate this IP configuration with.
        Parameters:
        appGateway - an existing application gateway
        backendName - the name of an existing backend on the application gateway
        Returns:
        the next stage of the update
      • withoutApplicationGatewayBackends

        @Beta(V1_4_0)
        NicIPConfiguration.Update withoutApplicationGatewayBackends()
        Removes all existing associations with application gateway backends.
        Returns:
        the next stage of the update