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

Parâmetros de tipo

ReturnT

O estágio da definição do gateway de aplicativo pai ao qual retornar depois de anexar essa definição.

Derivado
Implementações

Métodos

WithPort(Int32)

Especifica o número da porta.

(Herdado de IWithPort<ReturnT>)

Aplica-se a