Partager via


IWithPort<ReturnT> Interface

Définition

Étape d’une configuration HTTP principale de passerelle d’application permettant de spécifier le numéro de port.

public interface IWithPort<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasPort.Definition.IWithPort<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Definition.IWithAttach<ReturnT>>
type IWithPort<'ReturnT> = interface
    interface IWithPort<IWithAttach<'ReturnT>>
Public Interface IWithPort(Of ReturnT)
Implements IWithPort(Of IWithAttach(Of ReturnT))

Paramètres de type

ReturnT

Étape de la définition de passerelle Application Gateway parente à laquelle revenir après l’attachement de cette définition.

Dérivé
Implémente

Méthodes

WithPort(Int32)

Spécifie le numéro de port.

(Hérité de IWithPort<ReturnT>)

S’applique à