ArmAppPlatformModelFactory.ConfigServerSettingsErrorRecord 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 ConfigServerSettingsErrorRecord.
public static Azure.ResourceManager.AppPlatform.Models.ConfigServerSettingsErrorRecord ConfigServerSettingsErrorRecord (string name = default, Uri uri = default, System.Collections.Generic.IEnumerable<string> messages = default);
static member ConfigServerSettingsErrorRecord : string * Uri * seq<string> -> Azure.ResourceManager.AppPlatform.Models.ConfigServerSettingsErrorRecord
Public Shared Function ConfigServerSettingsErrorRecord (Optional name As String = Nothing, Optional uri As Uri = Nothing, Optional messages As IEnumerable(Of String) = Nothing) As ConfigServerSettingsErrorRecord
Parameters
- name
- String
The name of the config server settings error record.
- uri
- Uri
The uri of the config server settings error record.
- messages
- IEnumerable<String>
The detail error messages of the record.
Returns
A new ConfigServerSettingsErrorRecord instance for mocking.