Uses of Class
com.azure.resourcemanager.appcontainers.models.JavaComponentConfigurationProperty
Packages that use JavaComponentConfigurationProperty
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of JavaComponentConfigurationProperty in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JavaComponentConfigurationPropertyModifier and TypeMethodDescriptionJavaComponentConfigurationProperty.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JavaComponentConfigurationProperty from the JsonReader.JavaComponentConfigurationProperty.withPropertyName
(String propertyName) Set the propertyName property: The name of the property.Set the value property: The value of the property.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type JavaComponentConfigurationPropertyModifier and TypeMethodDescriptionJavaComponentProperties.configurations()
Get the configurations property: List of Java Components configuration properties.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type JavaComponentConfigurationPropertyModifier and TypeMethodDescriptionJavaComponentProperties.withConfigurations
(List<JavaComponentConfigurationProperty> configurations) Set the configurations property: List of Java Components configuration properties.SpringBootAdminComponent.withConfigurations
(List<JavaComponentConfigurationProperty> configurations) Set the configurations property: List of Java Components configuration properties.SpringCloudConfigComponent.withConfigurations
(List<JavaComponentConfigurationProperty> configurations) Set the configurations property: List of Java Components configuration properties.SpringCloudEurekaComponent.withConfigurations
(List<JavaComponentConfigurationProperty> configurations) Set the configurations property: List of Java Components configuration properties.