Partager via


FlowLogsOperationsExtensions.BeginCreateOrUpdateAsync Méthode

Définition

Créez ou mettez à jour un journal de flux pour le groupe de sécurité réseau spécifié.

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)

Paramètres

operations
IFlowLogsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

networkWatcherName
String

Nom de l’observateur de réseau.

flowLogName
String

Nom du journal de flux.

parameters
FlowLog

Paramètres qui définissent la ressource de journal de flux de création ou de mise à jour.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à