Freigeben über


AppPlatformConfigurationServiceResource.ValidateAsync Methode

Definition

Überprüfen Sie, ob die Einstellungen des Anwendungskonfigurationsdiensts gültig sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}/validate
  • Vorgangs-IdConfigurationServices_Validate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettingsValidateResult>> ValidateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettings settings, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateAsync : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettings * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettingsValidateResult>>
override this.ValidateAsync : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettings * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettingsValidateResult>>
Public Overridable Function ValidateAsync (waitUntil As WaitUntil, settings As AppPlatformConfigurationServiceSettings, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of AppPlatformConfigurationServiceSettingsValidateResult))

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der zeitintensive Vorgang für den Dienst abgeschlossen ist; Started , wenn sie nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführungszeit finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

settings
AppPlatformConfigurationServiceSettings

Zu überprüfende Einstellungen des Anwendungskonfigurationsdiensts.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

settings ist NULL.

Gilt für: