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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET