Compartilhar via


FlowLogsOperationsExtensions.GetAsync Método

Definição

Obtém um recurso de log de fluxo pelo nome.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.FlowLog> GetAsync (this Microsoft.Azure.Management.Network.IFlowLogsOperations operations, string resourceGroupName, string networkWatcherName, string flowLogName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.IFlowLogsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.FlowLog>
<Extension()>
Public Function GetAsync (operations As IFlowLogsOperations, resourceGroupName As String, networkWatcherName As String, flowLogName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FlowLog)

Parâmetros

operations
IFlowLogsOperations

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.

flowLogName
String

O nome do recurso de log de fluxo.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a