ApiManagementServiceOperationsExtensions.BeginApplyNetworkConfigurationUpdatesAsync 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.
Mises à jour la ressource Microsoft.ApiManagement en cours d’exécution dans le réseau virtuel pour sélectionner les modifications DNS mises à jour.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceResource> BeginApplyNetworkConfigurationUpdatesAsync (this Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceApplyNetworkConfigurationParameters parameters = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginApplyNetworkConfigurationUpdatesAsync : Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations * string * string * Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceApplyNetworkConfigurationParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceResource>
<Extension()>
Public Function BeginApplyNetworkConfigurationUpdatesAsync (operations As IApiManagementServiceOperations, resourceGroupName As String, serviceName As String, Optional parameters As ApiManagementServiceApplyNetworkConfigurationParameters = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApiManagementServiceResource)
Paramètres
- operations
- IApiManagementServiceOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- serviceName
- String
Nom du service Gestion des API.
Paramètres fournis à l’opération Appliquer la configuration réseau. Si les paramètres sont vides, toutes les régions dans lesquelles le service Gestion des API est déployé sont mises à jour séquentiellement sans temps d’arrêt dans la région.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET