Partager via


IWithPort<ReturnT> Interface

Définition

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

public interface IWithPort<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasPort.UpdateDefinition.IWithPort<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.UpdateDefinition.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 mise à jour de la passerelle d’application parente à laquelle revenir après avoir attaché 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 à