Partager via


IWithPath<ReturnT> Interface

Définition

Étape d’une configuration HTTP principale de passerelle d’application permettant de spécifier le chemin d’accès à utiliser comme préfixe pour toutes les requêtes 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)

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

WithPath(String)

Spécifie le préfixe de chemin d’accès pour toutes les requêtes HTTP.

(Hérité de IWithPathBeta<ReturnT>)

S’applique à