Freigeben über


INetworkInterfaceTapConfigurationsOperations.CreateOrUpdateWithHttpMessagesAsync Methode

Definition

Erstellt oder aktualisiert eine Tap-Konfiguration in der angegebenen NetworkInterface.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner>> CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string networkInterfaceName, string tapConfigurationName, Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner tapConfigurationParameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner>>
Public Function CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, networkInterfaceName As String, tapConfigurationName As String, tapConfigurationParameters As NetworkInterfaceTapConfigurationInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of NetworkInterfaceTapConfigurationInner))

Parameter

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.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: