Partilhar via


NetworkWatchersOperationsExtensions.BeginVerifyIPFlowAsync Método

Definição

Verifique o fluxo de IP da VM especificada para um local, considerando as regras de NSG configuradas no momento.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.VerificationIPFlowResultInner> BeginVerifyIPFlowAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, Microsoft.Azure.Management.Network.Fluent.Models.VerificationIPFlowParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginVerifyIPFlowAsync : Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.VerificationIPFlowParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.VerificationIPFlowResultInner>
<Extension()>
Public Function BeginVerifyIPFlowAsync (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, parameters As VerificationIPFlowParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VerificationIPFlowResultInner)

Parâmetros

operations
INetworkWatchersOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

networkWatcherName
String

O nome do observador de rede.

parameters
VerificationIPFlowParameters

Parâmetros que definem o fluxo de IP a ser verificado.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a