AppPlatformConfigurationServiceResource.Validate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettingsValidateResult> Validate (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettings settings, System.Threading.CancellationToken cancellationToken = default);
abstract member Validate : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettings * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettingsValidateResult>
override this.Validate : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettings * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettingsValidateResult>
Public Overridable Function Validate (waitUntil As WaitUntil, settings As AppPlatformConfigurationServiceSettings, Optional cancellationToken As CancellationToken = Nothing) As 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.
Zu überprüfende Einstellungen des Anwendungskonfigurationsdiensts.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
settings
ist NULL.
Gilt für:
Azure SDK for .NET