IWithBackendAddressOrAttach<ParentT> 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 définition de règle de routage de demande d’application gateway qui permet d’ajouter d’autres adresses back-end, de commencer à spécifier des paramètres facultatifs ou de terminer la définition en l’attachant à la passerelle d’application parente.
public interface IWithBackendAddressOrAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithBackendAddress<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithBackendAddressBeta<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithCookieBasedAffinity<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithHostName<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasCookieBasedAffinity.Definition.IWithCookieBasedAffinity<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.HasHostName.Definition.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithBackendAddressOrAttach<'ParentT> = interface
interface IWithBackendAddress<'ParentT>
interface IWithBackendAddressBeta<'ParentT>
interface IBeta
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
interface IWithHostName<'ParentT>
interface IWithHostName<IWithAttach<'ParentT>>
interface IWithCookieBasedAffinity<'ParentT>
interface IWithCookieBasedAffinity<IWithAttach<'ParentT>>
Public Interface IWithBackendAddressOrAttach(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithBackendAddress(Of ParentT), IWithBackendAddressBeta(Of ParentT), IWithCookieBasedAffinity(Of IWithAttach(Of ParentT)), IWithCookieBasedAffinity(Of ParentT), IWithHostName(Of IWithAttach(Of ParentT)), IWithHostName(Of ParentT)
Paramètres de type
- ParentT
Étape de la définition de la passerelle d’application à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
Méthodes
Attach() |
Étape d’une définition de règle de routage de demande d’application gateway qui permet d’ajouter d’autres adresses back-end, de commencer à spécifier des paramètres facultatifs ou de terminer la définition en l’attachant à la passerelle d’application parente. (Hérité de IInDefinition<ParentT>) |
ToBackendFqdn(String) |
Ajoute un nom de domaine complet (FQDN) au back-end associé à cette règle. Si aucun back-end n’a encore été associé à cette règle, un nouveau sera créé avec un nom généré automatiquement. Cet appel peut être utilisé dans une séquence pour ajouter plusieurs noms de domaine complets. (Hérité de IWithBackendAddress<ParentT>) |
ToBackendIPAddress(String) |
Ajoute une adresse IP au back-end associé à cette règle. Si aucun back-end n’a encore été associé à cette règle, un nouveau sera créé avec un nom généré automatiquement. Cet appel peut être utilisé dans une séquence pour ajouter plusieurs adresses IP. (Hérité de IWithBackendAddress<ParentT>) |
ToBackendIPAddresses(String[]) |
Ajoute les adresses IP spécifiées au back-end associé à cette règle. (Hérité de IWithBackendAddressBeta<ParentT>) |
WithCookieBasedAffinity() |
Active l’affinité basée sur les cookies. (Hérité de IWithCookieBasedAffinity<ReturnT>) |
WithHostName(String) |
Spécifie le nom d’hôte à référencer. (Hérité de IWithHostName<ReturnT>) |
WithoutCookieBasedAffinity() |
Désactive l’affinité basée sur les cookies. (Hérité de IWithCookieBasedAffinity<ReturnT>) |
S’applique à
Azure SDK for .NET