Share via


SpringBootAdminComponent Class

Definition

Spring Boot Admin properties.

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

Constructors

SpringBootAdminComponent()

Initializes a new instance of SpringBootAdminComponent.

Properties

Configurations

List of Java Components configuration properties.

(Inherited from JavaComponentProperties)
IngressFqdn

Hostname of the Java Component endpoint.

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<SpringBootAdminComponent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SpringBootAdminComponent>.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<SpringBootAdminComponent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SpringBootAdminComponent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SpringBootAdminComponent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to