Share via


JavaComponentProperties Class

Definition

Java Component common properties. Please note JavaComponentProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SpringBootAdminComponent, SpringCloudConfigComponent and SpringCloudEurekaComponent.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.AppContainers.Models.UnknownJavaComponentProperties))]
public abstract class JavaComponentProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.JavaComponentProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.JavaComponentProperties>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.AppContainers.Models.UnknownJavaComponentProperties))>]
type JavaComponentProperties = class
    interface IJsonModel<JavaComponentProperties>
    interface IPersistableModel<JavaComponentProperties>
Public MustInherit Class JavaComponentProperties
Implements IJsonModel(Of JavaComponentProperties), IPersistableModel(Of JavaComponentProperties)
Inheritance
JavaComponentProperties
Derived
Attributes
Implements

Constructors

JavaComponentProperties()

Initializes a new instance of JavaComponentProperties.

Properties

Configurations

List of Java Components configuration properties.

ProvisioningState

Provisioning state of the Java Component.

Scale

Java component scaling configurations.

ServiceBinds

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

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.

IJsonModel<JavaComponentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<JavaComponentProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<JavaComponentProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<JavaComponentProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to