NetworkInterfacesOperationsExtensions.BeginCreateOrUpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée ou met à jour une interface réseau.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkInterfacesOperations operations, string resourceGroupName, string networkInterfaceName, Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.Fluent.INetworkInterfacesOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As INetworkInterfacesOperations, resourceGroupName As String, networkInterfaceName As String, parameters As NetworkInterfaceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkInterfaceInner)
Paramètres
- operations
- INetworkInterfacesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- networkInterfaceName
- String
Nom de l’interface réseau.
- parameters
- NetworkInterfaceInner
Paramètres fournis à l’opération de création ou de mise à jour de l’interface réseau.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET