次の方法で共有


ArmAppPlatformModelFactory.AppPlatformConfigurationServiceGitReposValidationMessages メソッド

定義

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

パラメーター

name
String

構成サービス Git リポジトリの名前。

messages
IEnumerable<String>

詳細な検証メッセージ。

戻り値

モック作成用の新しい AppPlatformConfigurationServiceGitReposValidationMessages インスタンス。

適用対象