IWithAttachAndPath<ReturnT> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Étape d’une configuration de redirection d’application gateway permettant de spécifier si la chaîne de requête doit être incluse dans l’URL redirigée ou dans d’autres paramètres facultatifs.
public interface IWithAttachAndPath<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithAttach<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithPathIncluded<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithQueryStringIncluded<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ReturnT>
type IWithAttachAndPath<'ReturnT> = interface
interface IWithAttach<'ReturnT>
interface IInUpdate<'ReturnT>
interface IWithQueryStringIncluded<'ReturnT>
interface IWithPathIncluded<'ReturnT>
Public Interface IWithAttachAndPath(Of ReturnT)
Implements IInUpdate(Of ReturnT), IWithAttach(Of ReturnT), IWithPathIncluded(Of ReturnT), IWithQueryStringIncluded(Of ReturnT)
Paramètres de type
- ReturnT
Étape de la mise à jour de la passerelle Application Gateway parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
Méthodes
Attach() |
Étape d’une configuration de redirection d’application gateway permettant de spécifier si la chaîne de requête doit être incluse dans l’URL redirigée ou dans d’autres paramètres facultatifs. (Hérité de IInUpdate<ParentT>) |
WithPathIncluded() |
Spécifie que le chemin doit être inclus dans l’URL redirigée. Notez que ce paramètre est valide uniquement lorsque la cible de la redirection est un écouteur, et non une URL. (Hérité de IWithPathIncluded<ReturnT>) |
WithQueryStringIncluded() |
Spécifie que la chaîne de requête doit être incluse dans l’URL redirigée. (Hérité de IWithQueryStringIncluded<ReturnT>) |
S’applique à
Azure SDK for .NET