ApiManagementServiceOperationsExtensions.ApplyNetworkConfigurationUpdates メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
仮想ネットワークで実行されている Microsoft.ApiManagement リソースを更新して、更新された DNS の変更を選択します。
public static Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceResource ApplyNetworkConfigurationUpdates (this Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceApplyNetworkConfigurationParameters parameters = default);
static member ApplyNetworkConfigurationUpdates : Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations * string * string * Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceApplyNetworkConfigurationParameters -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceResource
<Extension()>
Public Function ApplyNetworkConfigurationUpdates (operations As IApiManagementServiceOperations, resourceGroupName As String, serviceName As String, Optional parameters As ApiManagementServiceApplyNetworkConfigurationParameters = Nothing) As ApiManagementServiceResource
パラメーター
- operations
- IApiManagementServiceOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソース グループの名前。
- serviceName
- String
API Management サービスの名前。
ネットワーク構成の適用操作に指定されたパラメーター。 パラメーターが空の場合、Api Management サービスがデプロイされているすべてのリージョンは、リージョンのダウンタイムを発生させることなく順番に更新されます。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET