Share via


AppPlatformConfigurationServiceProperties Class

Definition

Application Configuration Service properties payload.

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

Constructors

AppPlatformConfigurationServiceProperties()

Initializes a new instance of AppPlatformConfigurationServiceProperties.

Properties

ConfigurationServiceGitRepositories

Repositories of Application Configuration Service git property.

Instances

Collection of instances belong to Application Configuration Service.

ProvisioningState

State of the Application Configuration Service.

ResourceRequests

The requested resource quantity for required CPU and Memory.

Explicit Interface Implementations

IJsonModel<AppPlatformConfigurationServiceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformConfigurationServiceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformConfigurationServiceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformConfigurationServiceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformConfigurationServiceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to