Uses of Class
com.azure.resourcemanager.appcontainers.models.SpringBootAdminComponent
Packages that use SpringBootAdminComponent
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of SpringBootAdminComponent in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SpringBootAdminComponentModifier and TypeMethodDescriptionstatic SpringBootAdminComponent
SpringBootAdminComponent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SpringBootAdminComponent from the JsonReader.SpringBootAdminComponent.withConfigurations
(List<JavaComponentConfigurationProperty> configurations) Set the configurations property: List of Java Components configuration properties.SpringBootAdminComponent.withIngress
(JavaComponentIngress ingress) Set the ingress property: Java Component Ingress configurations.SpringBootAdminComponent.withScale
(JavaComponentPropertiesScale scale) Set the scale property: Java component scaling configurations.SpringBootAdminComponent.withServiceBinds
(List<JavaComponentServiceBind> serviceBinds) Set the serviceBinds property: List of Java Components that are bound to the Java component.