Freigeben über


NetworkWatchersOperationsExtensions.BeginSetFlowLogConfigurationAsync Methode

Definition

Konfiguriert Flussprotokoll und Datenverkehrsanalysen (optional) für eine angegebene Ressource.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.FlowLogInformation> BeginSetFlowLogConfigurationAsync (this Microsoft.Azure.Management.Network.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, Microsoft.Azure.Management.Network.Models.FlowLogInformation parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginSetFlowLogConfigurationAsync : Microsoft.Azure.Management.Network.INetworkWatchersOperations * string * string * Microsoft.Azure.Management.Network.Models.FlowLogInformation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.FlowLogInformation>
<Extension()>
Public Function BeginSetFlowLogConfigurationAsync (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, parameters As FlowLogInformation, 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
FlowLogInformation

Parameter, die die Konfiguration des Flussprotokolls definieren.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: