次の方法で共有


ContainerGroupResource.GetOutboundNetworkDependenciesEndpointsAsync メソッド

定義

このコンテナー グループのすべてのネットワーク依存関係を取得して、ネットワーク設定と構成を完全に制御できるようにします。 コンテナー グループの場合、これは常に空のリストになります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroups/{containerGroupName}/outboundNetworkDependenciesEndpoints
  • 操作IdContainerGroups_GetOutboundNetworkDependenciesEndpoints
public virtual Azure.AsyncPageable<string> GetOutboundNetworkDependenciesEndpointsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetOutboundNetworkDependenciesEndpointsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<string>
override this.GetOutboundNetworkDependenciesEndpointsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<string>
Public Overridable Function GetOutboundNetworkDependenciesEndpointsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of String)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象