IWithApplicationGateway Interface

Definition

The stage of the network interface IP configuration update allowing to specify the load balancer to associate this IP configuration with.

public interface IWithApplicationGateway : Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithApplicationGatewayBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithApplicationGateway = interface
    interface IWithApplicationGatewayBeta
    interface IBeta
Public Interface IWithApplicationGateway
Implements IBeta, IWithApplicationGatewayBeta
Derived
Implements

Methods

WithExistingApplicationGatewayBackend(IApplicationGateway, String)

Specifies the application gateway backend to associate this IP configuration with.

(Inherited from IWithApplicationGatewayBeta)
WithoutApplicationGatewayBackends()

Removes all existing associations with application gateway backends.

(Inherited from IWithApplicationGatewayBeta)

Applies to