Compartir a través de


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

Definición

Asocia la regla de enrutamiento de solicitudes a un back-end en esta puerta de enlace de aplicaciones. Si el back-end aún no existe, se creará automáticamente.

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

Parámetros

name
String

Nombre de un back-end existente.

Devoluciones

Se aplica a