次の方法で共有


ArmAppPlatformModelFactory.AppPlatformConfigurationServiceSettingsValidateResult メソッド

定義

AppPlatformConfigurationServiceSettingsValidateResult の新しいインスタンスを初期化します。

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettingsValidateResult AppPlatformConfigurationServiceSettingsValidateResult (Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitValidateResult gitPropertyValidationResult = default);
static member AppPlatformConfigurationServiceSettingsValidateResult : Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitValidateResult -> Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceSettingsValidateResult
Public Shared Function AppPlatformConfigurationServiceSettingsValidateResult (Optional gitPropertyValidationResult As AppPlatformConfigurationServiceGitValidateResult = Nothing) As AppPlatformConfigurationServiceSettingsValidateResult

パラメーター

gitPropertyValidationResult
AppPlatformConfigurationServiceGitValidateResult

構成サービス設定の検証結果。

戻り値

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

適用対象