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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.