HybridNetworkExtensions.GetNetworkFunctionsAsync メソッド

定義

サブスクリプション内のすべてのネットワーク機能を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HybridNetwork/networkFunctions
  • 操作IdNetworkFunctions_ListBySubscription
public static Azure.AsyncPageable<Azure.ResourceManager.HybridNetwork.NetworkFunctionResource> GetNetworkFunctionsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkFunctionsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridNetwork.NetworkFunctionResource>
<Extension()>
Public Function GetNetworkFunctionsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetworkFunctionResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の NetworkFunctionResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象