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