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

NetworkWatcherResource.GetNetworkConfigurationDiagnosticAsync 方法

定义

获取网络配置诊断数据,以帮助客户了解和调试网络行为。 它提供有关对指定流量流应用了哪些安全规则以及评估这些规则的结果的详细信息。 客户必须提供流的详细信息,例如源、目标、协议等。API 返回是允许还是拒绝流量、针对指定流评估的规则以及评估结果。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/networkConfigurationDiagnostic
  • 操作IdNetworkWatchers_GetNetworkConfigurationDiagnostic
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticResponse>> GetNetworkConfigurationDiagnosticAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkConfigurationDiagnosticAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticResponse>>
override this.GetNetworkConfigurationDiagnosticAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticResponse>>
Public Overridable Function GetNetworkConfigurationDiagnosticAsync (waitUntil As WaitUntil, content As NetworkConfigurationDiagnosticContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of NetworkConfigurationDiagnosticResponse))

参数

waitUntil
WaitUntil

Completed 如果方法应等待返回,直到服务上长时间运行的操作完成; Started 如果它应在启动操作后返回,则为 。 有关长时间运行的操作的详细信息,请参阅 Azure.Core Long-Running 操作示例

content
NetworkConfigurationDiagnosticContent

用于获取网络配置诊断的参数。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

content 为 null。

适用于