Share via


ApiManagementServiceOperationsExtensions.BeginApplyNetworkConfigurationUpdates Method

Definition

Updates the Microsoft.ApiManagement resource running in the Virtual network to pick the updated DNS changes.

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

Parameters

operations
IApiManagementServiceOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

parameters
ApiManagementServiceApplyNetworkConfigurationParameters

Parameters supplied to the Apply Network Configuration operation. If the parameters are empty, all the regions in which the Api Management service is deployed will be updated sequentially without incurring downtime in the region.

Returns

Applies to