次の方法で共有


NetworkManagerResource.GetNetworkManagerDeploymentStatus メソッド

定義

[ネットワーク マネージャーの展開状態の一覧] に投稿します。

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

パラメーター

content
NetworkManagerDeploymentStatusContent

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

top
Nullable<Int32>

サーバーから返されるレコードの最大数を指定するオプションのクエリ パラメーター。

cancellationToken
CancellationToken

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

戻り値

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

例外

content が null です。

適用対象