Partilhar via


PacketCapturesOperationsExtensions.BeginCreateAsync Método

Definição

Crie e inicie uma captura de pacotes na VM especificada.

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

Parâmetros

operations
IPacketCapturesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

networkWatcherName
String

O nome do observador de rede.

packetCaptureName
String

O nome da sessão de captura de pacotes.

parameters
PacketCaptureInner

Parâmetros que definem a operação de criação de captura de pacotes.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a