次の方法で共有


FrontDoorResource.GetFrontDoorRulesEngineAsync メソッド

定義

指定した Front Door 内の指定した名前を持つルール エンジン構成を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}
  • 操作IdRulesEngines_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.FrontDoorRulesEngineResource>> GetFrontDoorRulesEngineAsync (string rulesEngineName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFrontDoorRulesEngineAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.FrontDoorRulesEngineResource>>
override this.GetFrontDoorRulesEngineAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.FrontDoorRulesEngineResource>>
Public Overridable Function GetFrontDoorRulesEngineAsync (rulesEngineName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FrontDoorRulesEngineResource))

パラメーター

rulesEngineName
String

Front Door 内で一意であるルール エンジンの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

rulesEngineName は空の文字列であり、空でないと予想されていました。

rulesEngineName が null です。

適用対象