次の方法で共有


AppPlatformServiceResource.ValidateConfigServerAsync メソッド

定義

構成サーバーの設定が有効かどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/validate
  • 操作IdConfigServers_Validate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.ConfigServerSettingsValidateResult>> ValidateConfigServerAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppPlatform.Models.ConfigServerSettings settings, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateConfigServerAsync : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.Models.ConfigServerSettings * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.ConfigServerSettingsValidateResult>>
override this.ValidateConfigServerAsync : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.Models.ConfigServerSettings * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.ConfigServerSettingsValidateResult>>
Public Overridable Function ValidateConfigServerAsync (waitUntil As WaitUntil, settings As ConfigServerSettings, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ConfigServerSettingsValidateResult))

パラメーター

waitUntil
WaitUntil

Completed メソッドがサービスで実行時間の長い操作が完了するまで戻るのを待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

settings
ConfigServerSettings

検証する構成サーバー設定。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

settings が null です。

適用対象