Share via


NetworkWatchersOperationsExtensions.SetFlowLogConfigurationAsync Method

Definition

Configures flow log and traffic analytics (optional) on a specified resource.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.FlowLogInformationInner> SetFlowLogConfigurationAsync (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 SetFlowLogConfigurationAsync : 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 SetFlowLogConfigurationAsync (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, parameters As FlowLogInformationInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FlowLogInformationInner)

Parameters

operations
INetworkWatchersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the network watcher resource group.

networkWatcherName
String

The name of the network watcher resource.

parameters
FlowLogInformationInner

Parameters that define the configuration of flow log.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to