Partager via


IWithBackend<ParentT>.ToBackend(String) Méthode

Définition

Associe la règle de routage des requêtes à un back-end sur cette passerelle d’application. Si le back-end n’existe pas encore, il est automatiquement créé.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<ParentT> ToBackend (string name);
abstract member ToBackend : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<'ParentT>
Public Function ToBackend (name As String) As IWithAttach(Of ParentT)

Paramètres

name
String

Nom d’un back-end existant.

Retours

S’applique à