NetworkInterfaceTapConfigurationsOperationsExtensions.CreateOrUpdateAsync 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 in der angegebenen NetworkInterface.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner> CreateOrUpdateAsync (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 CreateOrUpdateAsync : 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 CreateOrUpdateAsync (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 Tippkonfiguration.
- tapConfigurationParameters
- NetworkInterfaceTapConfigurationInner
Parameter, die für den Erstellungs- oder Aktualisierungsvorgang zum Erstellen oder Aktualisieren der Tap-Konfiguration bereitgestellt werden.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET