NetworkWatchersOperationsExtensions.BeginSetFlowLogConfigurationAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.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)
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
- FlowLogInformation
Paramètres qui définissent la configuration du journal de flux.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET