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>
public class AppPlatformConfigurationServiceGitReposValidationMessages
type AppPlatformConfigurationServiceGitReposValidationMessages = class
interface IJsonModel<AppPlatformConfigurationServiceGitReposValidationMessages>
interface IPersistableModel<AppPlatformConfigurationServiceGitReposValidationMessages>
type AppPlatformConfigurationServiceGitReposValidationMessages = class
Public Class AppPlatformConfigurationServiceGitReposValidationMessages
Implements IJsonModel(Of AppPlatformConfigurationServiceGitReposValidationMessages), IPersistableModel(Of AppPlatformConfigurationServiceGitReposValidationMessages)
Public Class AppPlatformConfigurationServiceGitReposValidationMessages
- Inheritance
-
AppPlatformConfigurationServiceGitReposValidationMessages
- Implements
Properties
Messages |
Detailed validation messages. |
Name |
The name of the configuration service git repository. |
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 Utf8JsonWriter. |
IPersistableModel<AppPlatformConfigurationServiceGitReposValidationMessages>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided 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 BinaryData. |
Applies to
Azure SDK for .NET