ArmAppPlatformModelFactory.AppPlatformConfigurationServiceGitReposValidationMessages 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 AppPlatformConfigurationServiceGitReposValidationMessages.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitReposValidationMessages AppPlatformConfigurationServiceGitReposValidationMessages (string name = default, System.Collections.Generic.IEnumerable<string> messages = default);
static member AppPlatformConfigurationServiceGitReposValidationMessages : string * seq<string> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitReposValidationMessages
Public Shared Function AppPlatformConfigurationServiceGitReposValidationMessages (Optional name As String = Nothing, Optional messages As IEnumerable(Of String) = Nothing) As AppPlatformConfigurationServiceGitReposValidationMessages
Parameters
- name
- String
The name of the configuration service git repository.
- messages
- IEnumerable<String>
Detailed validation messages.
Returns
A new AppPlatformConfigurationServiceGitReposValidationMessages instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET