Share via


AppPlatformConfigServerProperties Class

Definition

Config server git properties payload.

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

Constructors

AppPlatformConfigServerProperties()

Initializes a new instance of AppPlatformConfigServerProperties.

Properties

ConfigServerGitProperty

Property of git environment.

Error

Error when apply config server settings.

ProvisioningState

State of the config server.

Explicit Interface Implementations

IJsonModel<AppPlatformConfigServerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformConfigServerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformConfigServerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformConfigServerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformConfigServerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to