Share via


SpringCloudConfigComponent Class

Definition

Spring Cloud Config properties.

public class SpringCloudConfigComponent : Azure.ResourceManager.AppContainers.Models.JavaComponentProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.SpringCloudConfigComponent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.SpringCloudConfigComponent>
type SpringCloudConfigComponent = class
    inherit JavaComponentProperties
    interface IJsonModel<SpringCloudConfigComponent>
    interface IPersistableModel<SpringCloudConfigComponent>
Public Class SpringCloudConfigComponent
Inherits JavaComponentProperties
Implements IJsonModel(Of SpringCloudConfigComponent), IPersistableModel(Of SpringCloudConfigComponent)
Inheritance
SpringCloudConfigComponent
Implements

Constructors

SpringCloudConfigComponent()

Initializes a new instance of SpringCloudConfigComponent.

Properties

Configurations

List of Java Components configuration properties.

(Inherited from JavaComponentProperties)
ProvisioningState

Provisioning state of the Java Component.

(Inherited from JavaComponentProperties)
Scale

Java component scaling configurations.

(Inherited from JavaComponentProperties)
ServiceBinds

List of Java Components that are bound to the Java component.

(Inherited from JavaComponentProperties)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<JavaComponentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from JavaComponentProperties)
IJsonModel<JavaComponentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from JavaComponentProperties)
IJsonModel<SpringCloudConfigComponent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SpringCloudConfigComponent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<JavaComponentProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from JavaComponentProperties)
IPersistableModel<JavaComponentProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from JavaComponentProperties)
IPersistableModel<JavaComponentProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from JavaComponentProperties)
IPersistableModel<SpringCloudConfigComponent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SpringCloudConfigComponent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SpringCloudConfigComponent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to