Share via


AppPlatformConfigurationServiceGitValidateResult Class

Definition

Validation result for configuration service settings.

public class AppPlatformConfigurationServiceGitValidateResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitValidateResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitValidateResult>
type AppPlatformConfigurationServiceGitValidateResult = class
    interface IJsonModel<AppPlatformConfigurationServiceGitValidateResult>
    interface IPersistableModel<AppPlatformConfigurationServiceGitValidateResult>
Public Class AppPlatformConfigurationServiceGitValidateResult
Implements IJsonModel(Of AppPlatformConfigurationServiceGitValidateResult), IPersistableModel(Of AppPlatformConfigurationServiceGitValidateResult)
Inheritance
System.Object
AppPlatformConfigurationServiceGitValidateResult
Implements
System.ClientModel.Primitives.IJsonModel<AppPlatformConfigurationServiceGitValidateResult> System.ClientModel.Primitives.IPersistableModel<AppPlatformConfigurationServiceGitValidateResult> System.ClientModel.Primitives.IPersistableModel<T>

Properties

GitReposValidationResult

The detail validation results.

IsValid

Indicate if the configuration service settings are valid.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppPlatformConfigurationServiceGitValidateResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppPlatformConfigurationServiceGitValidateResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

IPersistableModel<AppPlatformConfigurationServiceGitValidateResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<AppPlatformConfigurationServiceGitValidateResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppPlatformConfigurationServiceGitValidateResult>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to