JavaComponentProperties Class

Definition

Java Component common properties. Please note this is the abstract base class. The derived classes available for instantiation are: SpringCloudGatewayComponent, SpringBootAdminComponent, NacosComponent, SpringCloudEurekaComponent, and SpringCloudConfigComponent.

[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

Name Description
JavaComponentProperties()

Initializes a new instance of JavaComponentProperties.

Properties

Name Description
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

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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