Compartir a través de


IWithBackend.DefineBackend(String) Método

Definición

Comienza la definición de un nuevo back-end de puerta de enlace de aplicaciones que se va a conectar a la puerta de enlace.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Definition.IBlank<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate> DefineBackend (string name);
abstract member DefineBackend : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.Definition.IBlank<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate>
Public Function DefineBackend (name As String) As IBlank(Of IWithCreate)

Parámetros

name
String

Un nombre único para el back-end.

Devoluciones

Se aplica a