共用方式為


NetworkWatcherResource.SetFlowLogConfiguration Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/configureFlowLog
  • Operation Id: NetworkWatchers_SetFlowLogConfiguration
  • Default Api Version: 2023-09-01
  • Resource: NetworkWatcherResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.FlowLogInformation> SetFlowLogConfiguration (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.FlowLogInformation flowLogInformation, System.Threading.CancellationToken cancellationToken = default);
abstract member SetFlowLogConfiguration : Azure.WaitUntil * Azure.ResourceManager.Network.Models.FlowLogInformation * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.FlowLogInformation>
override this.SetFlowLogConfiguration : Azure.WaitUntil * Azure.ResourceManager.Network.Models.FlowLogInformation * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.FlowLogInformation>
Public Overridable Function SetFlowLogConfiguration (waitUntil As WaitUntil, flowLogInformation As FlowLogInformation, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of FlowLogInformation)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

flowLogInformation
FlowLogInformation

Parameters that define the configuration of flow log.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

flowLogInformation is null.

Applies to