SpringBootAdminComponent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |