Partager via


NetworkWatchersOperationsExtensions.BeginSetFlowLogConfigurationAsync Méthode

Définition

Configure le journal de flux et l’analytique du trafic (facultatif) sur une ressource spécifiée.

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

Paramètres

operations
INetworkWatchersOperations

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

resourceGroupName
String

Nom du groupe de ressources network watcher.

networkWatcherName
String

Nom de la ressource network watcher.

parameters
FlowLogInformationInner

Paramètres qui définissent la configuration du journal de flux.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à