Uses of Class
com.azure.resourcemanager.appcontainers.models.JavaComponentProperties
Packages that use JavaComponentProperties
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of JavaComponentProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return JavaComponentPropertiesModifier and TypeMethodDescriptionJavaComponentInner.properties()
Get the properties property: Java Component resource specific properties.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type JavaComponentPropertiesModifier and TypeMethodDescriptionJavaComponentInner.withProperties
(JavaComponentProperties properties) Set the properties property: Java Component resource specific properties. -
Uses of JavaComponentProperties in com.azure.resourcemanager.appcontainers.models
Subclasses of JavaComponentProperties in com.azure.resourcemanager.appcontainers.modelsModifier and TypeClassDescriptionfinal class
Spring Boot Admin properties.final class
Spring Cloud Config properties.final class
Spring Cloud Eureka properties.Methods in com.azure.resourcemanager.appcontainers.models that return JavaComponentPropertiesModifier and TypeMethodDescriptionstatic JavaComponentProperties
JavaComponentProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JavaComponentProperties from the JsonReader.JavaComponent.properties()
Gets the properties property: Java Component resource specific properties.JavaComponentProperties.withConfigurations
(List<JavaComponentConfigurationProperty> configurations) Set the configurations property: List of Java Components configuration properties.JavaComponentProperties.withScale
(JavaComponentPropertiesScale scale) Set the scale property: Java component scaling configurations.JavaComponentProperties.withServiceBinds
(List<JavaComponentServiceBind> serviceBinds) Set the serviceBinds property: List of Java Components that are bound to the Java component.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type JavaComponentPropertiesModifier and TypeMethodDescriptionJavaComponent.DefinitionStages.WithProperties.withProperties
(JavaComponentProperties properties) Specifies the properties property: Java Component resource specific properties.JavaComponent.UpdateStages.WithProperties.withProperties
(JavaComponentProperties properties) Specifies the properties property: Java Component resource specific properties.