ApiManagementServiceOperationsExtensions.BeginApplyNetworkConfigurationUpdates 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 Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceResource BeginApplyNetworkConfigurationUpdates (this Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceApplyNetworkConfigurationParameters parameters = default);
static member BeginApplyNetworkConfigurationUpdates : Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations * string * string * Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceApplyNetworkConfigurationParameters -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceResource
<Extension()>
Public Function BeginApplyNetworkConfigurationUpdates (operations As IApiManagementServiceOperations, resourceGroupName As String, serviceName As String, Optional parameters As ApiManagementServiceApplyNetworkConfigurationParameters = Nothing) As 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.
Retours
S’applique à
Azure SDK for .NET