ScopeConnectionsOperationsExtensions.CreateOrUpdateAsync 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 connexion d’étendue à partir de Network Manager
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ScopeConnection> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.IScopeConnectionsOperations operations, Microsoft.Azure.Management.Network.Models.ScopeConnection parameters, string resourceGroupName, string networkManagerName, string scopeConnectionName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.IScopeConnectionsOperations * Microsoft.Azure.Management.Network.Models.ScopeConnection * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ScopeConnection>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IScopeConnectionsOperations, parameters As ScopeConnection, resourceGroupName As String, networkManagerName As String, scopeConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ScopeConnection)
Paramètres
- operations
- IScopeConnectionsOperations
Groupe d’opérations pour cette méthode d’extension.
- parameters
- ScopeConnection
Connexion d’étendue à créer/mettre à jour.
- resourceGroupName
- String
Nom du groupe de ressources.
- networkManagerName
- String
Nom du gestionnaire de réseau.
- scopeConnectionName
- String
Nom de la connexion interlocataire.
- 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