Compartilhar via


NetworkWatcherResource.VerifyIPFlowAsync Método

Definição

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

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/ipFlowVerify
  • Operação IdNetworkWatchers_VerifyIPFlow
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.VerificationIPFlowResult>> VerifyIPFlowAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VerificationIPFlowContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member VerifyIPFlowAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.VerificationIPFlowContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.VerificationIPFlowResult>>
override this.VerifyIPFlowAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.VerificationIPFlowContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.VerificationIPFlowResult>>
Public Overridable Function VerifyIPFlowAsync (waitUntil As WaitUntil, content As VerificationIPFlowContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of VerificationIPFlowResult))

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

content
VerificationIPFlowContent

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

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

content é nulo.

Aplica-se a