Partager via


IWithBackendAddressOrAttach<ParentT> Interface

Définition

É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.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithBackendAddress<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithBackendAddressBeta<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithCookieBasedAffinity<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithHostName<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithRedirectConfig<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithRedirectConfigBeta<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasCookieBasedAffinity.UpdateDefinition.IWithCookieBasedAffinity<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.HasHostName.UpdateDefinition.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithBackendAddressOrAttach<'ParentT> = interface
    interface IWithBackendAddress<'ParentT>
    interface IWithBackendAddressBeta<'ParentT>
    interface IBeta
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
    interface IWithHostName<'ParentT>
    interface IWithHostName<IWithAttach<'ParentT>>
    interface IWithCookieBasedAffinity<'ParentT>
    interface IWithCookieBasedAffinity<IWithAttach<'ParentT>>
    interface IWithRedirectConfig<'ParentT>
    interface IWithRedirectConfigBeta<'ParentT>
Public Interface IWithBackendAddressOrAttach(Of ParentT)
Implements IBeta, IInUpdate(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), IWithRedirectConfig(Of ParentT), IWithRedirectConfigBeta(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 IInUpdate<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>)
WithRedirectConfiguration(String)

Associe la configuration de redirection spécifiée à cette règle de routage de requête.

(Hérité de IWithRedirectConfigBeta<ParentT>)

S’applique à