你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NetworkWatchersOperationsExtensions.GetNetworkConfigurationDiagnosticAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取网络配置诊断数据,以帮助客户了解和调试网络行为。 它详细介绍了对指定流量流应用了哪些安全规则,以及评估这些规则的结果。 客户必须提供流的详细信息,例如源、目标、协议等。API 返回是允许还是拒绝流量、针对指定流评估的规则以及评估结果。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.NetworkConfigurationDiagnosticResponseInner> GetNetworkConfigurationDiagnosticAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, Microsoft.Azure.Management.Network.Fluent.Models.NetworkConfigurationDiagnosticParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkConfigurationDiagnosticAsync : Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.NetworkConfigurationDiagnosticParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.NetworkConfigurationDiagnosticResponseInner>
<Extension()>
Public Function GetNetworkConfigurationDiagnosticAsync (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, parameters As NetworkConfigurationDiagnosticParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkConfigurationDiagnosticResponseInner)
参数
- operations
- INetworkWatchersOperations
此扩展方法的操作组。
- resourceGroupName
- String
资源组的名称。
- networkWatcherName
- String
网络观察程序的名称。
- parameters
- NetworkConfigurationDiagnosticParameters
用于获取网络配置诊断的参数。
- cancellationToken
- CancellationToken
取消标记。