次の方法で共有


IWithBackend.DefineBackend(String) メソッド

定義

ゲートウェイにアタッチする新しいアプリケーション ゲートウェイ バックエンドの定義を開始します。

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

パラメーター

name
String

バックエンドの一意の名前。

戻り値

適用対象