NetworkWatchersOperationsExtensions.BeginGetFlowLogStatusAsync(INetworkWatchersOperations, String, String, FlowLogStatusParameters, CancellationToken) Method

Definition

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

Parameters

resourceGroupName
String
networkWatcherName
String
cancellationToken
CancellationToken

Returns

Task<FlowLogInformation>

Applies to