Uses of Class
com.azure.resourcemanager.appcontainers.models.JavaComponentPropertiesScale
Packages that use JavaComponentPropertiesScale
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of JavaComponentPropertiesScale in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JavaComponentPropertiesScaleModifier and TypeMethodDescriptionstatic JavaComponentPropertiesScaleJavaComponentPropertiesScale.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of JavaComponentPropertiesScale from the JsonReader.JavaComponentProperties.scale()Get the scale property: Java component scaling configurations.JavaComponentPropertiesScale.withMaxReplicas(Integer maxReplicas) Set the maxReplicas property: Optional.JavaComponentPropertiesScale.withMinReplicas(Integer minReplicas) Set the minReplicas property: Optional.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type JavaComponentPropertiesScaleModifier and TypeMethodDescriptionJavaComponentProperties.withScale(JavaComponentPropertiesScale scale) Set the scale property: Java component scaling configurations.SpringBootAdminComponent.withScale(JavaComponentPropertiesScale scale) Set the scale property: Java component scaling configurations.SpringCloudConfigComponent.withScale(JavaComponentPropertiesScale scale) Set the scale property: Java component scaling configurations.SpringCloudEurekaComponent.withScale(JavaComponentPropertiesScale scale) Set the scale property: Java component scaling configurations.