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