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>
public class AppPlatformConfigurationServiceGitValidateResult
type AppPlatformConfigurationServiceGitValidateResult = class
    interface IJsonModel<AppPlatformConfigurationServiceGitValidateResult>
    interface IPersistableModel<AppPlatformConfigurationServiceGitValidateResult>
type AppPlatformConfigurationServiceGitValidateResult = class
Public Class AppPlatformConfigurationServiceGitValidateResult
Implements IJsonModel(Of AppPlatformConfigurationServiceGitValidateResult), IPersistableModel(Of AppPlatformConfigurationServiceGitValidateResult)
Public Class AppPlatformConfigurationServiceGitValidateResult
Inheritance
AppPlatformConfigurationServiceGitValidateResult
Implements

Properties

GitReposValidationResult

The detail validation results.

IsValid

Indicate if the configuration service settings are valid.

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 Utf8JsonWriter.

IPersistableModel<AppPlatformConfigurationServiceGitValidateResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided 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 BinaryData.

Applies to