IWithApplicationGatewayBeta<ParentT> Interface

Definition

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

public interface IWithApplicationGatewayBeta<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithApplicationGatewayBeta<'ParentT> = interface
    interface IBeta
Public Interface IWithApplicationGatewayBeta(Of ParentT)
Implements IBeta

Type Parameters

ParentT

The stage of the parent network interface definition to return to after attaching this definition.

Derived
Implements

Methods

WithExistingApplicationGatewayBackend(IApplicationGateway, String)

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

Applies to