次の方法で共有


ApiManagementServiceOperationsExtensions.BeginApplyNetworkConfigurationUpdatesAsync メソッド

定義

仮想ネットワークで実行されている Microsoft.ApiManagement リソースを更新して、更新された DNS の変更を選択します。

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)

パラメーター

operations
IApiManagementServiceOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

parameters
ApiManagementServiceApplyNetworkConfigurationParameters

ネットワーク構成の適用操作に指定されたパラメーター。 パラメーターが空の場合、Api Management サービスがデプロイされているすべてのリージョンは、リージョンのダウンタイムを発生させることなく順番に更新されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象