次の方法で共有


FrontDoorRulesEngineCollection.Get(String, CancellationToken) メソッド

定義

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

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

パラメーター

rulesEngineName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

rulesEngineName が null です。

適用対象