次の方法で共有


NetworkManagerResource.GetNetworkManagerDeploymentStatusAsync メソッド

定義

[Post to List of Network Manager Deployment Status]\(ネットワーク マネージャーの展開状態の一覧\) に投稿します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/listDeploymentStatus
  • 操作IdNetworkManagerDeploymentStatus_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus> GetNetworkManagerDeploymentStatusAsync (Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent content, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkManagerDeploymentStatusAsync : Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus>
override this.GetNetworkManagerDeploymentStatusAsync : Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatusContent * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus>
Public Overridable Function GetNetworkManagerDeploymentStatusAsync (content As NetworkManagerDeploymentStatusContent, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetworkManagerDeploymentStatus)

パラメーター

content
NetworkManagerDeploymentStatusContent

マネージド ネットワークの展開状態を指定するために指定されたパラメーター。

top
Nullable<Int32>

サーバーから返されるレコードの最大数を指定する省略可能なクエリ パラメーター。

cancellationToken
CancellationToken

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

戻り値

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

例外

content が null です。

適用対象