Freigeben über


FlowLogsOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Erstellen oder aktualisieren Sie ein Flussprotokoll für die angegebene Netzwerksicherheitsgruppe.

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

Parameter

operations
IFlowLogsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkWatcherName
String

Der Name des Network Watchers.

flowLogName
String

Der Name des Flussprotokolls.

parameters
FlowLog

Parameter, die die Ressource zum Erstellen oder Aktualisieren des Flussprotokolls definieren.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: