ScopeConnectionsOperationsExtensions.CreateOrUpdate 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 Microsoft.Azure.Management.Network.Models.ScopeConnection CreateOrUpdate (this Microsoft.Azure.Management.Network.IScopeConnectionsOperations operations, Microsoft.Azure.Management.Network.Models.ScopeConnection parameters, string resourceGroupName, string networkManagerName, string scopeConnectionName);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IScopeConnectionsOperations * Microsoft.Azure.Management.Network.Models.ScopeConnection * string * string * string -> Microsoft.Azure.Management.Network.Models.ScopeConnection
<Extension()>
Public Function CreateOrUpdate (operations As IScopeConnectionsOperations, parameters As ScopeConnection, resourceGroupName As String, networkManagerName As String, scopeConnectionName As String) As 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.
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