Freigeben über


NetworkWatchersOperationsExtensions.BeginGetFlowLogStatusAsync Methode

Definition

Abfragen status des Flussprotokolls und der Datenverkehrsanalyse (optional) für eine angegebene Ressource.

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

Parameter

operations
INetworkWatchersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Netzwerküberwachungsressourcengruppe.

networkWatcherName
String

Der Name der Netzwerküberwachungsressource.

parameters
FlowLogStatusParameters

Parameter, die eine Ressource zum Abfragen von Flussprotokollen und Datenverkehrsanalysen (optional) definieren, status.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: