ArmAppPlatformModelFactory.AppPlatformConfigurationServiceSettingsValidateResult 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.
Initialisiert eine neue instance von AppPlatformConfigurationServiceSettingsValidateResult.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettingsValidateResult AppPlatformConfigurationServiceSettingsValidateResult (Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitValidateResult gitPropertyValidationResult = default);
static member AppPlatformConfigurationServiceSettingsValidateResult : Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitValidateResult -> Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettingsValidateResult
Public Shared Function AppPlatformConfigurationServiceSettingsValidateResult (Optional gitPropertyValidationResult As AppPlatformConfigurationServiceGitValidateResult = Nothing) As AppPlatformConfigurationServiceSettingsValidateResult
Parameter
- gitPropertyValidationResult
- AppPlatformConfigurationServiceGitValidateResult
Validierungsergebnis für Konfigurationsdiensteinstellungen.
Gibt zurück
Eine neue AppPlatformConfigurationServiceSettingsValidateResult instance zum Mocking.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET