ConnectionMonitorsOperationsExtensions.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éer ou mettre à jour un moniteur de connexion.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorResultInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.Fluent.IConnectionMonitorsOperations operations, string resourceGroupName, string networkWatcherName, string connectionMonitorName, Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.Fluent.IConnectionMonitorsOperations * string * string * string * Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorResultInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IConnectionMonitorsOperations, resourceGroupName As String, networkWatcherName As String, connectionMonitorName As String, parameters As ConnectionMonitorInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ConnectionMonitorResultInner)
Paramètres
- operations
- IConnectionMonitorsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources contenant Network Watcher.
- networkWatcherName
- String
Nom de la ressource Network Watcher.
- connectionMonitorName
- String
Nom du moniteur de connexion.
- parameters
- ConnectionMonitorInner
Paramètres qui définissent l’opération de création d’un moniteur de connexion.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET