ArmAppPlatformModelFactory.AppPlatformConfigurationServiceGitValidateResult 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 AppPlatformConfigurationServiceGitValidateResult.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitValidateResult AppPlatformConfigurationServiceGitValidateResult (bool? isValid = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitReposValidationMessages> gitReposValidationResult = default);
static member AppPlatformConfigurationServiceGitValidateResult : Nullable<bool> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitReposValidationMessages> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitValidateResult
Public Shared Function AppPlatformConfigurationServiceGitValidateResult (Optional isValid As Nullable(Of Boolean) = Nothing, Optional gitReposValidationResult As IEnumerable(Of AppPlatformConfigurationServiceGitReposValidationMessages) = Nothing) As AppPlatformConfigurationServiceGitValidateResult
Parameter
- gitReposValidationResult
- IEnumerable<AppPlatformConfigurationServiceGitReposValidationMessages>
Die Detaillierten Validierungsergebnisse.
Gibt zurück
Eine neue AppPlatformConfigurationServiceGitValidateResult instance zum Simulieren.
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