NetworkWatchersOperationsExtensions.BeginGetFlowLogStatusAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Consultas status de log de fluxo e análise de tráfego (opcional) em um recurso especificado.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.FlowLogInformationInner> BeginGetFlowLogStatusAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, string targetResourceId, System.Threading.CancellationToken cancellationToken = default);
static member BeginGetFlowLogStatusAsync : Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.FlowLogInformationInner>
<Extension()>
Public Function BeginGetFlowLogStatusAsync (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, targetResourceId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FlowLogInformationInner)
Parâmetros
- operations
- INetworkWatchersOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
O nome do grupo de recursos do observador de rede.
- networkWatcherName
- String
O nome do recurso do observador de rede.
- targetResourceId
- String
O recurso de destino em que obter o log de fluxo e a análise de tráfego (opcional) status.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET