Partilhar via


IWithPath<ReturnT> Interface

Definição

O estágio de uma configuração HTTP de back-end do gateway de aplicativo que permite especificar o caminho a ser usado como o prefixo para todas as solicitações HTTP.

public interface IWithPath<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.UpdateDefinition.IWithPathBeta<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithPath<'ReturnT> = interface
    interface IWithPathBeta<'ReturnT>
    interface IBeta
Public Interface IWithPath(Of ReturnT)
Implements IBeta, IWithPathBeta(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

WithPath(String)

Especifica o prefixo de caminho para todas as solicitações HTTP.

(Herdado de IWithPathBeta<ReturnT>)

Aplica-se a