Partilhar via


IWithPort<ReturnT> Interface

Definição

O estágio de uma configuração HTTP de back-end do gateway de aplicativo que permite especificar o número da porta.

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))

Parâmetros de tipo

ReturnT

O estágio da atualização do gateway de aplicativo pai a ser retornado após anexar essa definição.

Derivado
Implementações

Métodos

WithPort(Int32)

Especifica o número da porta.

(Herdado de IWithPort<ReturnT>)

Aplica-se a