你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerGroupResource.GetOutboundNetworkDependenciesEndpointsAsync 方法

定义

获取此容器组的所有网络依赖项,以允许完全控制网络设置和配置。 对于容器组,这始终为空列表。

  • 请求路径/subscriptions/{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 ,可能需要循环访问多个服务请求。

适用于