次の方法で共有


ContainerGroupResource.GetOutboundNetworkDependenciesEndpoints メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象