ArmAppPlatformModelFactory.AppPlatformConfigurationServiceGitReposValidationMessages Method

Definition

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