Share via


AppPlatformConfigurationServiceSettings Class

Definition

The settings of Application Configuration Service.

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

Constructors

AppPlatformConfigurationServiceSettings()

Initializes a new instance of AppPlatformConfigurationServiceSettings.

Properties

ConfigurationServiceGitRepositories

Repositories of Application Configuration Service git property.

Explicit Interface Implementations

IJsonModel<AppPlatformConfigurationServiceSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformConfigurationServiceSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformConfigurationServiceSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformConfigurationServiceSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformConfigurationServiceSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to