ArmAppPlatformModelFactory.AppPlatformConfigurationServiceGitValidateResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- gitReposValidationResult
- IEnumerable<AppPlatformConfigurationServiceGitReposValidationMessages>
The detail validation results.
Returns
A new AppPlatformConfigurationServiceGitValidateResult instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET