次の方法で共有


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

定義

ネットワーク タップ ルール リソースの詳細を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkTapRules/{networkTapRuleName}
  • 操作IdNetworkTapRules_Get
public virtual Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkTapRuleResource> Get (string networkTapRuleName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkTapRuleResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkTapRuleResource>
Public Overridable Function Get (networkTapRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkTapRuleResource)

パラメーター

networkTapRuleName
String

ネットワーク タップ規則の名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

networkTapRuleName が null です。

適用対象