AppPlatformConfigurationServiceGitReposValidationMessages Class
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.
Validate messages of the configuration service git repositories.
public class AppPlatformConfigurationServiceGitReposValidationMessages : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitReposValidationMessages>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitReposValidationMessages>
type AppPlatformConfigurationServiceGitReposValidationMessages = class
interface IJsonModel<AppPlatformConfigurationServiceGitReposValidationMessages>
interface IPersistableModel<AppPlatformConfigurationServiceGitReposValidationMessages>
Public Class AppPlatformConfigurationServiceGitReposValidationMessages
Implements IJsonModel(Of AppPlatformConfigurationServiceGitReposValidationMessages), IPersistableModel(Of AppPlatformConfigurationServiceGitReposValidationMessages)
- Inheritance
-
System.ObjectAppPlatformConfigurationServiceGitReposValidationMessages
- Implements
-
System.ClientModel.Primitives.IJsonModel<AppPlatformConfigurationServiceGitReposValidationMessages> System.ClientModel.Primitives.IPersistableModel<AppPlatformConfigurationServiceGitReposValidationMessages> System.ClientModel.Primitives.IPersistableModel<T>
Properties
| Messages |
Detailed validation messages. |
| Name |
The name of the configuration service git repository. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<AppPlatformConfigurationServiceGitReposValidationMessages>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<AppPlatformConfigurationServiceGitReposValidationMessages>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
| IPersistableModel<AppPlatformConfigurationServiceGitReposValidationMessages>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
| IPersistableModel<AppPlatformConfigurationServiceGitReposValidationMessages>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<AppPlatformConfigurationServiceGitReposValidationMessages>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |