NetworkInterfaceTapConfigurationsOperationsExtensions.BeginCreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt oder aktualisiert eine Tap-Konfiguration im angegebenen NetworkInterface.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkInterfaceTapConfigurationsOperations operations, string resourceGroupName, string networkInterfaceName, string tapConfigurationName, Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner tapConfigurationParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.Fluent.INetworkInterfaceTapConfigurationsOperations * string * string * string * Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As INetworkInterfaceTapConfigurationsOperations, resourceGroupName As String, networkInterfaceName As String, tapConfigurationName As String, tapConfigurationParameters As NetworkInterfaceTapConfigurationInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkInterfaceTapConfigurationInner)
Parameter
- operations
- INetworkInterfaceTapConfigurationsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- networkInterfaceName
- String
: Der Name der Netzwerkschnittstelle
- tapConfigurationName
- String
Der Name der Tapkonfiguration.
- tapConfigurationParameters
- NetworkInterfaceTapConfigurationInner
Parameter, die für den Tapkonfigurationsvorgang zum Erstellen oder Aktualisieren angegeben werden.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET