Compartir a través de


IWithPort<ReturnT> Interfaz

Definición

Fase de una configuración HTTP de back-end de Application Gateway que permite especificar el número de puerto.

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

Fase de la definición de puerta de enlace de aplicaciones primaria a la que volver después de adjuntar esta definición.

Derivado
Implementaciones

Métodos

WithPort(Int32)

Especifica el número de puerto.

(Heredado de IWithPort<ReturnT>)

Se aplica a