Share via


SpringCloudEurekaComponent Class

Definition

Spring Cloud Eureka properties.

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

Constructors

SpringCloudEurekaComponent()

Initializes a new instance of SpringCloudEurekaComponent.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<SpringCloudEurekaComponent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SpringCloudEurekaComponent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to